.block--hero .hero {
  position: relative;
  z-index: 1;
}
.block--hero .hero__top {
  padding-top: 200px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .block--hero .hero__top {
    padding: 160px 8px 0;
  }
}
.block--hero .hero__top:before {
  content: "";
  display: block;
  background-color: var(--c-primary);
  height: 100%;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.block--hero .hero__content {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 40px;
  color: var(--c-white);
  padding-bottom: 120px;
}
@media only screen and (max-width: 1024px) {
  .block--hero .hero__content {
    flex-direction: column;
    gap: 16px;
    padding-bottom: 32px;
  }
}
.block--hero .hero__headline {
  width: 55%;
}
@media only screen and (max-width: 1024px) {
  .block--hero .hero__headline {
    width: 100%;
  }
}
.block--hero .hero__text {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 20px;
  width: 45%;
}
@media only screen and (max-width: 1024px) {
  .block--hero .hero__text {
    width: 100%;
    align-items: flex-start;
  }
}
.block--hero .hero__buttons {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 16px;
  margin-top: auto;
}
@media only screen and (max-width: 1024px) {
  .block--hero .hero__accordion {
    margin: 0 -24px;
  }
}
.block--hero .hero__media {
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .block--hero .hero__media {
    width: 100vw;
    margin: 0 -16px;
  }
}
.block--hero .hero__media:before {
  content: "";
  display: block;
  background-color: var(--c-primary);
  height: 50%;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.block--hero .hero__swiper .autoplay-progress {
  height: 35px;
  width: 35px;
  position: absolute;
  bottom: 16px;
  right: 32px;
  z-index: 1;
}
.block--hero .hero__swiper .autoplay-progress > svg {
  --progress: 0;
  height: 100%;
  width: 100%;
  stroke-width: 4px;
  stroke: var(--c-secondary);
  stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
  stroke-dasharray: 125.6;
  fill: none;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(-180deg);
}
.block--hero .hero__swiper .autoplay-pause, .block--hero .hero__swiper .autoplay-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.block--hero .hero__swiper .autoplay-pause.inactive, .block--hero .hero__swiper .autoplay-play.inactive {
  display: none;
}

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