.creative-page-hero-shell > div:last-child {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.95);
  border-radius: 26px;
  padding: 38px 42px;
  box-shadow: 0 22px 55px rgba(76, 72, 71, 0.18);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.creative-page-hero-shell > div:last-child > p:not(.page-kicker) {
  color: #403c3b;
  font-size: 17px;
  line-height: 1.65;
}

.creative-page-hero-shell > div:last-child > p:first-of-type {
  margin-top: 24px;
}

@media (max-width: 800px) {
  .creative-page-hero-shell > div:last-child {
    padding: 30px 24px;
    border-radius: 22px;
    text-align: left;
  }

  .creative-page-hero-shell > div:last-child > p:not(.page-kicker) {
    font-size: 15px;
  }
}

.frozen-video-link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: inherit;
  color: #fff;
  text-decoration: none;
  background: #201b1e;
}

.frozen-video-link > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease, opacity 0.35s ease;
}

.frozen-video-link::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 48%, rgba(32, 27, 30, 0.72));
}

.frozen-play {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: rgba(85, 147, 124, 0.96);
  transform: translate(-50%, -50%);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.28);
}

.frozen-play::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 54%;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 16px solid #fff;
  transform: translate(-50%, -50%);
}

.frozen-video-link > strong {
  position: absolute;
  z-index: 2;
  left: 26px;
  bottom: 22px;
  font-size: 17px;
}

.frozen-video-link:hover > img {
  transform: scale(1.025);
  opacity: 0.9;
}
