.large-cta {
  display: block;
  text-decoration: none;
  position: relative;
  min-height: 900px;
  height: calc(100vh - 100px);
  overflow: hidden;
}
.large-cta .wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-evenly;
  padding: 6rem 0;
  position: relative;
  z-index: 2;
}
@media (min-width: 1024px) {
  .large-cta .wrap {
    padding: 12rem 0;
  }
}
.large-cta__video-wrapper {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
}
.large-cta__video-wrapper .video-container {
  position: absolute;
  inset: 0;
}
.large-cta__video-wrapper .video-container iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  border: none;
}
.large-cta__video-wrapper .video-overlay {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2;
  transition: opacity 1s ease;
  pointer-events: none;
}
.large-cta__video-wrapper .video-overlay:after {
  content: "";
  background: var(--after-bg, rgba(0, 0, 0, 0.25));
  position: absolute;
  inset: 0;
}
.large-cta__video-wrapper .video-overlay.hidden {
  opacity: 0;
}
.large-cta__image, .large-cta__heading, .large-cta__content {
  will-change: transform;
  transform: translate3d(0, 0, 0);
}
.large-cta__image {
  background-size: cover;
  background-position: center 0%;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 1;
  inset: 0;
  height: 120%;
}
.large-cta__image:after {
  content: "";
  background: var(--after-bg, rgba(0, 0, 0, 0.25));
  width: 100%;
  height: 100%;
  position: absolute;
}
.large-cta__heading {
  z-index: 4;
  position: relative;
  max-width: 900px;
}
.large-cta__heading h2 {
  color: white;
}
.large-cta__content {
  padding: 4rem;
  position: relative;
  z-index: 3;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  max-width: 480px;
  width: 100%;
}
.large-cta__content p {
  margin-bottom: 4rem;
  color: white;
  font-size: 1.6rem;
  line-height: 160%;
  font-weight: 400;
}
.large-cta.is-style-centered .wrap {
  justify-content: center;
}
.large-cta.is-style-centered .wrap .large-cta__heading .wp-block-heading.is-style-large-heading {
  text-align: center;
}
.large-cta.is-style-centered .wrap .large-cta__heading {
  margin: 0 auto;
}
.large-cta.is-style-centered .wrap .large-cta__heading h2 {
  font-size: var(--wp--preset--font-size--font-56);
  line-height: 120%;
}
.large-cta.is-style-centered .wrap .large-cta__content {
  padding: 0 4rem 4rem 4rem;
  margin: 0 auto;
  background: none;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
  max-width: 665px;
}
.large-cta.is-style-centered .wrap .large-cta__content p {
  opacity: 0.8;
  font-size: 2rem;
}/*# sourceMappingURL=block-large-cta.css.map */