/*.full-width-image-video :where(.theme-amber,.theme-evp-amber,.theme-amber .distilled-cta,.theme-evp-amber .distilled-cta,.theme-evp-green,.theme-evp-pale-green,.theme-green,.theme-evp-green .distilled-cta,.theme-evp-pale-green .distilled-cta,.theme-green .distilled-cta ,.theme-blue,.theme-evp-blue,.theme-blue .distilled-cta,.theme-evp-blue .distilled-cta,.theme-evp-purple,.theme-purple,.theme-evp-purple .distilled-cta,.theme-purple .distilled-cta,.theme-brown,.theme-brown .distilled-cta,.theme-evp-red,.theme-red,.theme-evp-red .distilled-cta,.theme-red .distilled-cta,.theme-transparent,.theme-transparent .distilled-cta){color:var(--black)!important} */
.full-width-image-video :where(.theme-amber, .theme-evp-amber, .theme-evp-green, .theme-evp-pale-green, .theme-green, .theme-blue, .theme-evp-blue, .theme-evp-purple, .theme-purple, .theme-brown, .theme-evp-red, .theme-red, .theme-transparent) {color: var(--black) !important}
.card-bg-box{ z-index:-1;}
.full-width-image-video {
  overflow: hidden
}
.full-width-image-video__wrapper {
  margin-top: -137px
}
.full-width-image-video__image-wrapper .background-video,
.full-width-image-video__image-wrapper img {
  min-height: 59.1rem;
  max-height: 59.1rem
}
@media (max-aspect-ratio:16/9) {
  .full-width-image-video__image-wrapper .background-video .background-video__iframe iframe,
  .full-width-image-video__image-wrapper img .background-video__iframe iframe {
    height: calc(100% + 16px)
  }
}
.full-width-image-video__wrapper {
  background-color: var(--mid-tone)
}
.full-width-image-video__image-wrapper {
  position: relative;
  width: 99vw;
  /*background: var(--black)*/
}
@media (max-width:767.98px) {
  .full-width-image-video__image-wrapper .background-video,
  .full-width-image-video__image-wrapper img {
    min-height: 38.2rem
  }
  .full-width-image-video__wrapper {
    margin-top: -90px
  }
  .full-width-image-video__image-wrapper {
    width: auto;
    margin: 0 -1.6rem
  }
  .distilled.full-width-image-video .background-video__iframe iframe {
    width: calc(100% + 100%);
}
}
@media (max-aspect-ratio: 16 / 9){
  .full-width-image-video__image-wrapper .background-video .background-video__iframe iframe {
  	height: calc(100% + 100%);
  }
}

/*with corp theme*/
.full-width-image-video-corp .full-width-image-video__wrapper .background-video--video::after, .full-width-image-video-corp .full-width-image-video__wrapper .background-video--gradient-left {background: rgba(255, 255, 255, .9); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px);}
@media (min-width: 768px) and (max-width: 991.98px){
.full-width-image-video-corp.full-width-image-video .full-width-image-video__image-wrapper { width: auto; margin-right: calc(-8.33333333% - var(--bs-gutter-x)); margin-left: calc(-8.33333333% - var(--bs-gutter-x));}
}
@media (max-width:991.98px) {
.full-width-image-video-corp.full-width-image-video .background-video__iframe iframe {width: calc(100% + 100%);}
}