.b-hero {
  position: relative;
  overflow: hidden;
  background-color: var(--color-background-tertiary);
  padding-top: 0;
  padding-bottom: 0;
  margin-top: var(--header-height);
}
.b-hero .b__decoration {
  position: absolute;
  z-index: 2;
  bottom: clamp(2rem, 2.05vw + 1.54rem, 4rem);
  left: 50%;
  transform: translateX(-50%);
}
.b-hero__item {
  position: relative;
  height: calc(100svh - var(--header-height));
}
.b-hero__image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.b-hero__image img {
  width: 100%;
  height: 100%;
}
.b-hero__content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
}
.b-hero__overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: rgb(0, 34, 100);
  background: linear-gradient(128deg, rgba(0, 34, 100, 0.8) 0%, rgba(0, 212, 255, 0) 100%);
}
.b-hero .c-overline {
  color: var(--color-primary);
  margin-bottom: clamp(0.75rem, 0.77vw + 0.58rem, 1.5rem);
}
.b-hero .c-headline * {
  color: var(--color-text-inversed);
}
.b-hero .l-grid__item {
  width: 1px;
  min-width: calc(100% / var(--layout-columns) * 12 - var(--layout-gutter) - 0.01px);
  margin-right: calc(var(--layout-gutter) / 2);
  margin-left: calc(var(--layout-gutter) / 2);
}
.b-hero .splide__arrows {
  display: none;
}

@media (min-width: 1280px) {
  .b-hero .l-grid__item {
    width: 1px;
    min-width: calc(100% / var(--layout-columns) * 8 - var(--layout-gutter) - 0.01px);
    margin-right: calc(var(--layout-gutter) / 2);
    margin-left: calc(var(--layout-gutter) / 2);
  }
}

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