
.content-wmedia--image-accent {
  position: relative;
}
.content-wmedia--image-accent::before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% + 8rem);
  max-width: 100rem;
  top: -4rem;
  left: -4rem;
  aspect-ratio: 105 / 71;
  background: url(https://242237795.fs1.hubspotusercontent-na2.net/hubfs/242237795/Theme/accent__cloud--turquoise-full.webp) no-repeat center center / contain;
  z-index: -1;
  mix-blend-mode: multiply;
}
.content-wmedia .container {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--col-gap);
}
.content-wmedia__image {
  width: 100%;
  aspect-ratio: 63 / 48;
  object-fit: cover;
  border-radius: var(--global-radius);
}
.content-wmedia--image-contain .content-wmedia__image {
  object-fit: contain;
}
.content-wmedia__media-wrap {
  position: relative;
}
.content-wmedia--image-outline .content-wmedia__media-wrap::before {
  content: "";
  display: block;
  position: absolute;
  top: -2rem;
  left: -2rem;
  right: -2rem;
  bottom: -2rem;
  border: 0.2rem solid var(--c-third);
  border-radius: var(--global-radius);
  z-index: 0;
}
@media (min-width: 992px) {
  .content-wmedia--image-accent.content-wmedia--img-left::before {
    width: 80%;
    max-width: 99rem;
    top: 6rem;
    right: 40%;
  }
  .content-wmedia--image-accent.content-wmedia--img-right::before {
    width: 80%;
    max-width: 99rem;
    top: 6rem;
    left: 40%;
  }
  .content-wmedia .container {
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
  .content-wmedia .content-wmedia__content-col {
    order: 1;
  }
  .content-wmedia.content-wmedia--img-right .content-wmedia__media-col {
    order: 2;
  }
  .content-wmedia.content-wmedia--img-left .content-wmedia__media-col {
    order: 0;
  }
  .content-wmedia.content-wmedia--img-right .content-wmedia__content-col {
    padding-right: var(--content-padding);
  }
  .content-wmedia.content-wmedia--img-left .content-wmedia__content-col {
    padding-left: var(--content-padding);
  }
}/* Embed */

.content-wmedia__oembed-container {
  height: 100%;
  position: relative;
  width: 100%;
}

.content-wmedia__iframe-wrapper {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}

.content-wmedia__oembed-container-iframe {
  height: 100%;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.content-wmedia__oembed-custom-thumbnail,
.content-wmedia__oembed-custom-thumbnail:hover,
.content-wmedia__oembed-custom-thumbnail:focus,
.content-wmedia__oembed-custom-thumbnail:active {
  cursor: pointer;
  align-items: center;
  appearance: none;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  border: none;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.content-wmedia__oembed-custom-thumbnail::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1;
  opacity: 0;
  background-color: rgb(42,42,42);
  transition: opacity 0.2s;
}
.content-wmedia__oembed-custom-thumbnail:hover::after,
.content-wmedia__oembed-custom-thumbnail:focus::after {
  opacity: 0.15;
}
.content-wmedia__oembed-custom-thumbnail-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16%;
}
.content-wmedia__oembed-custom-thumbnail-icon::before {
  content: '';
  display: block;
  padding-top: 100%;
  width: 100%;
}
.content-wmedia__oembed-custom-thumbnail-icon::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  top: 0;
  z-index: 1;
  transition: background-color 0.2s;
  background-color: rgba(42,42,42,0.65);
  backdrop-filter: blur(8px);
}
.content-wmedia__oembed-custom-thumbnail-icon svg {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 50%;
  left: 55%;
  z-index: 2;
  fill: white;
  transform: translate(-50%, -50%) scale(0.5);
}
.content-wmedia__oembed-custom-thumbnail:hover .content-wmedia__oembed-custom-thumbnail-icon::after,
.content-wmedia__oembed-custom-thumbnail:focus .content-wmedia__oembed-custom-thumbnail-icon::after {
  background-color: rgba(42,42,42,1);
  border: 2px solid white;
}

.content-wmedia__oembed-custom-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.content-wmedia__oembed-custom-thumbnail--hide {
  display: none;
}

.content-wmedia__embed-container {
  height: 100%;
  position: relative;
  width: 100%;
}

.content-wmedia__embed-container iframe {
  left: 0;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

.content-wmedia__oembed-info {
  height:1px;
  left:-10000px;
  overflow:hidden;
  position:absolute;
  top:auto;
  width:1px;
}

/* --- Accent image parallax drift (CSS Scroll-Driven Animations)
       Supported: Chrome 115+, Edge 115+, Firefox 132+
       Unsupported (Safari): static image, no change, no jank
       Skipped entirely when prefers-reduced-motion is set            --- */
@supports (animation-timeline: scroll()) {
  @media (prefers-reduced-motion: no-preference) {
    .content-wmedia--image-accent::before {
      animation: content-accent-drift linear both;
      animation-timeline: view();
      animation-range: entry 0% exit 100%;
    }

    @keyframes content-accent-drift {
      from { transform: translateY(600px); }
      to   { transform: translateY(-600px); }
    }
  }
}