.b-hero {
  background: var(--color-primary);
  position: relative;
}
.b-hero:first-child {
  margin-top: 0;
}
.b-hero .b__content {
  position: relative;
  z-index: 1;
  height: calc(100svh - var(--header-height));
  padding-top: var(--header-height);
  padding-bottom: clamp(5rem, 3.08vw + 4.31rem, 8rem);
  text-align: center;
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
}
.b-hero .b__content {
  width: 1px;
  margin-right: calc(var(--layout-gutter) / 2);
  margin-left: calc(var(--layout-gutter) / 2);
  min-width: calc(100% / var(--layout-columns) * 12 - var(--layout-gutter) - 0.01px);
}
.b-hero .b__content .c-buttons {
  margin-top: clamp(2rem, 2.05vw + 1.54rem, 4rem);
  justify-content: center;
}
.b-hero .b__content .c-icon {
  margin: clamp(2.5rem, 2.56vw + 1.92rem, 5rem) auto 0;
  width: 40px;
}
.b-hero .b__media {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.b-hero .b__media .c-media {
  position: relative;
  aspect-ratio: unset;
  height: 100%;
}
.b-hero .b__media:before, .b-hero .b__media:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  z-index: 5;
  width: 100%;
}
.b-hero .b__media:before {
  height: 33.33%;
  top: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.64) 0%, rgba(255, 255, 255, 0) 100%);
}
.b-hero .b__media:after {
  top: 50%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.64) 0%, rgba(255, 255, 255, 0) 100%);
  height: 50%;
}

@media (min-width: 1024px) {
  .b-hero .b__content {
    height: 100svh;
  }
}

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