/* Vimeo wrapper and fallback image layering (do not touch iframe CSS) */
.block-hero .hero-media-vimeo-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.block-hero .hero-media-fallback {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  pointer-events: none;
}
.block-hero {
  position: relative;
  overflow: hidden;
  height: clamp(650px, 100vh, 1600px);
}

.block-hero .media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1;
}

.block-hero .hero-content-container {
  height: 100%;
  position: relative;
  z-index: 2;
  display: grid;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  max-width: var(--wp--custom--wide-size);
  justify-content: flex-start;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: 300px 100px;
  background-position: center center;
}

.block-hero .hero-content-container .hero-content {
  max-width: 850px;
  width: 100%;
}

.block-hero .hero-media,
.block-hero .media iframe.hero-media {
  position: absolute;
  box-sizing: border-box;
  height: 56.25vw;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  width: 177.77777778vh;
  z-index: 1;
}

.block-hero .hero-media {
  right: 0;
  position: absolute;
  height: clamp(650px, 100vh, 1600px);
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.block-hero .social {
  z-index: 2;
  position: absolute;
  right: var(--wp--custom--general-gutter);
  bottom: var(--wp--custom--general-gutter);
  color: white;
}

.block-hero .social .hero-social-item {
  padding: 20px;
  display: block;
}

.block-hero .social .hero-social-item svg {
  fill: var(--wp--preset--color--e-white);
  width: 20px;
  height: 30px;
}

.block-hero .social .hero-social-item.fb svg {
  height: 26px !important;
}

@media (max-width: 991px) {
  .block-hero {
    margin-top: -60px;
  }
  .block-hero .hero-media {
    width: 100%;
  }
  .block-hero .social .hero-social-item {
    padding: 10px 0 10px 0;
  }
}

/*# sourceMappingURL=style.css.map */
/*# sourceMappingURL=style.css.map */

/*# sourceMappingURL=style.css.map */
