:root {
  --desktop-padding: 64px;
  --mobile-padding: 16px;
}

.block--hero {
  position: relative;
}
.block--hero .hero__brand {
  display: flex;
  gap: 8px;
  align-items: center;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
  background-color: var(--white);
}
.block--hero .hero__brand .brand__logo {
  max-width: 100px;
}
.block--hero .hero {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.block--hero .hero[data-size=stretched] {
  width: 100vw;
  max-width: 1728px;
  max-height: 810px;
  height: 85vh;
  transform: translateX(-50%);
  left: 50%;
}
@media only screen and (max-width: 1019px) {
  .block--hero .hero[data-size=stretched] {
    transform: translateX(0);
    left: 50%;
    right: 50%;
    margin: 0 -50vw;
    overflow: hidden;
  }
}
.block--hero .hero[data-size=inline] {
  width: 100%;
  max-height: 645px;
  height: 65vh;
}
.block--hero .hero .hero__grid {
  position: absolute;
  right: 50%;
  bottom: 112px;
  display: grid;
  grid-gap: 28px;
  grid-template-columns: repeat(12, 1fr);
  max-width: 1440px;
  width: 100%;
  padding: 0 64px;
  z-index: 2;
  transform: translateX(50%);
}
.block--hero .hero .hero__grid .hero__content {
  grid-column: 1/7;
  color: var(--white);
}
.block--hero .hero .hero__grid .hero__content .hero__copy {
  margin: 24px 0 0 0;
}
.block--hero .hero .hero__grid .hero__content .hero__copy > h1,
.block--hero .hero .hero__grid .hero__content .hero__copy > h2,
.block--hero .hero .hero__grid .hero__content .hero__copy > h3,
.block--hero .hero .hero__grid .hero__content .hero__copy > h4,
.block--hero .hero .hero__grid .hero__content .hero__copy > h5,
.block--hero .hero .hero__grid .hero__content .hero__copy > h6,
.block--hero .hero .hero__grid .hero__content .hero__copy > p {
  font-family: inherit !important;
  font-weight: inherit !important;
  font-style: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
}
.block--hero .hero .hero__grid .hero__content .hero__copy > h1 b,
.block--hero .hero .hero__grid .hero__content .hero__copy > h1 strong,
.block--hero .hero .hero__grid .hero__content .hero__copy > h2 b,
.block--hero .hero .hero__grid .hero__content .hero__copy > h2 strong,
.block--hero .hero .hero__grid .hero__content .hero__copy > h3 b,
.block--hero .hero .hero__grid .hero__content .hero__copy > h3 strong,
.block--hero .hero .hero__grid .hero__content .hero__copy > h4 b,
.block--hero .hero .hero__grid .hero__content .hero__copy > h4 strong,
.block--hero .hero .hero__grid .hero__content .hero__copy > h5 b,
.block--hero .hero .hero__grid .hero__content .hero__copy > h5 strong,
.block--hero .hero .hero__grid .hero__content .hero__copy > h6 b,
.block--hero .hero .hero__grid .hero__content .hero__copy > h6 strong,
.block--hero .hero .hero__grid .hero__content .hero__copy > p b,
.block--hero .hero .hero__grid .hero__content .hero__copy > p strong {
  font-family: inherit !important;
  font-weight: inherit !important;
  font-style: inherit !important;
}
.block--hero .hero .hero__grid .hero__content .hero__button {
  margin: 40px 0 0 0;
}
.block--hero .hero .hero__grid .hero__content b,
.block--hero .hero .hero__grid .hero__content strong {
  font-family: "Seravek Regular";
  font-weight: normal;
  color: var(--turquoise);
}
.block--hero .hero .hero__additional {
  position: absolute;
  left: 8px;
  bottom: 8px;
  z-index: 2;
  color: var(--white);
}
.block--hero .hero .hero__additional > p {
  font-size: 12px !important;
}
.block--hero .hero .hero__media {
  width: 100%;
  height: 100%;
}
.block--hero .hero .hero__media > img,
.block--hero .hero .hero__media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block--hero .hero .hero__media:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}
.block--hero .hero .hero__media .file--desktop {
  display: block;
}
.block--hero .hero .hero__media .file--mobile {
  display: none;
}
@media screen and (max-width: 800px) {
  .block--hero .hero .hero__media .file--desktop {
    display: none;
  }
  .block--hero .hero .hero__media .file--mobile {
    display: block;
  }
}
.block--hero .hero .hero__pause {
  position: absolute;
  right: var(--desktop-padding);
  bottom: 90px;
}
.block--hero .hero .swiper {
  width: 100%;
  height: 100%;
}
.block--hero .hero .swiper-pagination {
  display: flex;
  gap: 8px;
  position: absolute;
  right: 50%;
  bottom: 24px;
  z-index: 3;
  transform: translateX(50%);
}
.block--hero .hero .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 8px;
  height: 8px;
  opacity: 0.5;
  cursor: pointer;
  border-radius: 100%;
  background-color: var(--white);
  transition: opacity 350ms ease;
}
.block--hero .hero .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
@media screen and (max-width: 800px) {
  .block--hero .hero {
    max-height: 90vh;
  }
  .block--hero .hero .hero__grid {
    padding: 24px;
    bottom: 72px;
  }
  .block--hero .hero .hero__grid .hero__content {
    grid-column: 1/13;
  }
  .block--hero .hero .hero__media > img,
  .block--hero .hero .hero__media video {
    aspect-ratio: 9/16;
  }
  .block--hero .hero[data-size=stretched] {
    max-height: 90vh;
  }
  .block--hero .hero[data-size=stretched] .swiper {
    max-width: 100vw;
  }
  .block--hero .hero[data-size=stretched] .swiper .hero__grid {
    padding: 24px;
  }
  .block--hero .hero[data-size=inline] {
    max-height: 90vh;
  }
  .block--hero .hero[data-size=inline] .swiper {
    max-width: calc(100vw - 30px);
  }
  .block--hero .hero[data-size=inline] .swiper .hero__grid {
    right: unset;
    transform: unset;
    padding: 24px;
  }
  .block--hero .hero .swiper-pagination {
    bottom: 24px;
  }
}

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