.gfc.module-product-overview-download .features-headline {
    font-family: "Selawik Bold", sans-serif;
    font-size: clamp(36px, 4vw, 48px);
    line-height: clamp(44px, 4vw, 60px);
    color: #1E2127;
    font-weight: 700;
}
.gfc.module-product-overview-download {
  overflow: unset;
  position: relative;
}
.gfc.module-product-overview-download .stage {
  position: relative;
  height: 100%;
}
@media (min-width: 992px) {
  .gfc.module-product-overview-download .stage {
    height: var(--height);
  }
}
.gfc.module-product-overview-download .stage::before {
  display: none;
}
@media (min-width: 992px) {
  .gfc.module-product-overview-download .stage::before {
    content: "";
    position: absolute;
    display: block;
    width: 100vw;
    top: 0;
    background-color: var(--bg-color);
    height: var(--height);
    left: calc((50vw - 100%) / -2);
  }
}
.gfc.module-product-overview-download .stage .hero-content {
  position: relative;
  color: #FFF;
}
@media (min-width: 992px) {
  .gfc.module-product-overview-download .stage .hero-content {
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
  }
}
.gfc.module-product-overview-download .stage .hero-content > .row {
  flex-wrap: wrap-reverse;
}
@media (min-width: 992px) {
  .gfc.module-product-overview-download .stage .hero-content > .row {
    flex-wrap: wrap;
  }
}
.gfc.module-product-overview-download .features-title {
  font-family: "Selawik Bold", sans-serif;
  font-size: clamp(36px, 4vw, 48px);
  line-height: clamp(44px, 4vw, 60px);
  color: #1E2127;
  font-weight: 700;
  margin-bottom: 1rem;
}
.gfc.module-product-overview-download .features-description {
  color: #1E2127;
  margin-bottom: 2rem;
}

.gfc.module-product-overview-download .swiper {
  overflow: hidden;
  position: relative;
}

.gfc.module-product-overview-download .swiper-button-next,
.gfc.module-product-overview-download .swiper-button-prev {
  position: unset;
  margin-top: unset;
}
.gfc.module-product-overview-download .swiper-button-next::after,
.gfc.module-product-overview-download .swiper-button-prev::after {
  font-size: 18px !important;
}
@media (min-width: 992px) {
  .gfc.module-product-overview-download .swiper-button-next,
  .gfc.module-product-overview-download .swiper-button-prev {
    position: absolute;
  }
}

.gfc.module-product-overview-download .swiper-button-next {
  --swiper-navigation-top-offset: 55%;
  --swiper-navigation-sides-offset: -10px;
  --swiper-navigation-color: #BA093D;
  padding: 2rem;
  border-radius: 5px;
  font-weight: 700;
}
.gfc.module-product-overview-download .swiper-button-next.swiper-button-disabled {
  --swiper-navigation-color: #333;
  background-color: transparent;
}
.gfc.module-product-overview-download .swiper-button-prev {
  --swiper-navigation-top-offset: 55%;
  --swiper-navigation-sides-offset: 0;
  --swiper-navigation-color: #BA093D;
  padding: 2rem;
  border-radius: 5px;
  font-weight: 700;
}
.gfc.module-product-overview-download .swiper-button-prev.swiper-button-disabled {
  --swiper-navigation-color: #1E2127;
  background-color: transparent;
}

.gfc.module-product-overview-download .grey-mobile {
  position: relative;
}
.gfc.module-product-overview-download .grey-mobile::before {
  content: "";
  position: absolute;
  display: block;
  width: 100vw;
  height: 100%;
  top: 0;
  left: calc((100vw - 100%) / -2);
  background-color: var(--bg-color);
  z-index: -1;
}
@media (min-width: 992px) {
  .gfc.module-product-overview-download .grey-mobile {
    position: unset;
  }
  .gfc.module-product-overview-download .grey-mobile::before {
    display: none;
  }
}
.gfc.module-product-overview-download .grey-mobile h2,
.gfc.module-product-overview-download .grey-mobile .sub-heading {
  color: var(--font-color, #1E2127);
}

.gfc.module-product-overview-download .accordion {
  color: #1E2127;
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-width='3px' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23052c65' stroke-width='3px' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
}
.gfc.module-product-overview-download .accordion .accordion-item {
  border-top: 1px solid #D4D9DD;
}
.gfc.module-product-overview-download .accordion .accordion-item .accordion-header {
  cursor: pointer;
}
.gfc.module-product-overview-download .accordion .accordion-item .headline {
  color: #1E2127;
  font-family: "Selawik Semibold", sans-serif;
  font-size: clamp(26px, 4vw, 36px);
  line-height: clamp(34px, 4vw, 44px);
  text-transform: unset;
}