.gfc.module-product-category-download {
  overflow: unset;
  position: relative;
}
.gfc.module-product-category-download .stage {
  position: relative;
  height: 100%;
}
@media (min-width: 992px) {
  .gfc.module-product-category-download .stage {
    height: var(--height);
  }
}
.gfc.module-product-category-download .stage::before {
  display: none;
}
@media (min-width: 992px) {
  .gfc.module-product-category-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-category-download .stage .hero-content {
  position: relative;
  color: #FFF;
}
@media (min-width: 992px) {
  .gfc.module-product-category-download .stage .hero-content {
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    width: 100%;
  }
}
.gfc.module-product-category-download .stage .hero-content > .row {
  flex-wrap: wrap-reverse;
}
@media (min-width: 992px) {
  .gfc.module-product-category-download .stage .hero-content > .row {
    flex-wrap: wrap;
  }
}
.gfc.module-product-category-download .stage .hero-content .left-image-container {
  position: relative;
}
.gfc.module-product-category-download .stage .hero-content .left-image-container::before {
  content: "";
  position: absolute;
  display: block;
  width: 100vw;
  height: 60%;
  top: 0;
  left: calc((100vw - 100%) / -2);
  background-color: var(--bg-color);
  z-index: -1;
}
@media (min-width: 992px) {
  .gfc.module-product-category-download .stage .hero-content .left-image-container {
    position: unset;
  }
  .gfc.module-product-category-download .stage .hero-content .left-image-container::before {
    display: none;
  }
}
.gfc.module-product-category-download .stage .hero-content .left-image-container .left-image {
  box-shadow: 4px 4px 10px 2px rgba(64, 66, 71, 0.2);
  width: 100%;
  height: 100%;
  background-color: #FFF;
}
@media (min-width: 992px) {
  .gfc.module-product-category-download .stage .hero-content .left-image-container .left-image {
    position: absolute;
    left: -15.6vw;
    width: calc(55% + 7vw);
    height: 550px;
  }
}
.gfc.module-product-category-download .stage .hero-content .left-image-container .left-image .the-real-image {
  object-fit: contain;
  width: 100%;
  height: 550px;
}
.gfc.module-product-category-download .stage .hero-content .left-image-container .left-image .button-icon-play {
  position: absolute;
  transform: translateX(100%);
}
@media (min-width: 1400px) {
  .gfc.module-product-category-download .stage .hero-content .left-image-container .left-image .button-icon-play {
    transform: unset;
  }
}
.gfc.module-product-category-download .stage .hero-content .grey-mobile {
  position: relative;
}
.gfc.module-product-category-download .stage .hero-content .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-category-download .stage .hero-content .grey-mobile {
    position: unset;
  }
  .gfc.module-product-category-download .stage .hero-content .grey-mobile::before {
    display: none;
  }
}
.gfc.module-product-category-download .stage .hero-content .grey-mobile h2,
.gfc.module-product-category-download .stage .hero-content .grey-mobile .sub-heading {
  color: var(--font-color, #1E2127);
}
.gfc.module-product-category-download .stage .hero-content .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-category-download .stage .hero-content .accordion .accordion-item {
  border-block-start: 1px solid #D4D9DD;
}
.gfc.module-product-category-download .stage .hero-content .accordion .accordion-item .accordion-header {
  cursor: pointer;
}
.gfc.module-product-category-download .stage .hero-content .accordion .accordion-item .headline {
  color: #1E2127;
  font-family: "Selawik Semibold";
  font-size: clamp(26px, 4vw, 36px);
  line-height: clamp(34px, 4vw, 44px);
  text-transform: unset;
}
.gfc.module-product-category-download .stage .hero-content .cta-list-with-icon > .col {
  gap: 1rem;
}
.gfc.module-product-category-download .stage .hero-content .cta-list-with-icon .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #BA093D;
  width: 50px;
  height: 50px;
  padding: 0.7rem;
}
.gfc.module-product-category-download .stage .hero-content .cta-list-with-icon .btn {
  --bs-btn-font-family: "Selawik Semibold", sans-serif;
  --bs-btn-line-height: 32px;
  --bs-btn-font-size: clamp(16px, 4vw, 20px);
  --bs-btn-color: #404247;
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: space-between;
}
.gfc.module-product-category-download .stage .hero-content .cta-list-with-icon .btn:hover {
  --bs-btn-hover-color: #404247;
}
.gfc.module-product-category-download .stage .hero-content .cta-list-with-icon .btn > span {
  font-size: clamp(16px, 4vw, 20px);
}
.gfc.module-product-category-download .stage .hero-content .cta-list-with-icon .btn svg path {
  stroke: #404247;
  stroke-width: 5%;
}
.gfc.module-product-category-download .ribbons.top.left {
  --ribbons-top-right-thin-width: 70%;
  --ribbons-top-right-thin-height: 3px;
  --ribbons-top-right-thin-bgcolor: #BA093D;
  --ribbons-top-right-thick-width: 27%;
  --ribbons-top-right-thick-height: 35px;
  --ribbons-top-right-thick-bgcolor: #9F0A3D;
  position: relative;
  height: calc(var(--ribbons-top-right-thick-height) * 1.3);
}
.gfc.module-product-category-download .ribbons.top.left .thin {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: calc(var(--ribbons-top-right-thick-height) - 1rem);
  width: var(--ribbons-top-right-thin-width, 30%);
  height: var(--ribbons-top-right-thin-height, 3px);
  background-color: var(--ribbons-top-right-thin-bgcolor, #BA093D);
  top: calc(var(--ribbons-top-right-thick-height) / 2);
}
@media (min-width: 992px) {
  .gfc.module-product-category-download .ribbons.top.left {
    --ribbons-top-right-thin-width: 20%;
    --ribbons-top-right-thin-height: 3px;
    --ribbons-top-right-thin-bgcolor: #BA093D;
    --ribbons-top-right-thick-width: 27%;
    --ribbons-top-right-thick-height: 49px;
    --ribbons-top-right-thick-bgcolor: #9F0A3D;
    position: unset;
    height: unset;
  }
  .gfc.module-product-category-download .ribbons.top.left .thin {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: calc(var(--ribbons-top-right-thick-height) - 1rem);
    width: var(--ribbons-top-right-thin-width, 30%);
    height: var(--ribbons-top-right-thin-height, 3px);
    background-color: var(--ribbons-top-right-thin-bgcolor, #BA093D);
    top: calc(var(--ribbons-top-right-thick-height) * 1.2);
  }
}
@media (min-width: 992px) {
  .gfc.module-product-category-download .ribbons.bottom.left {
    --ribbons-bottom-left-thin-width: 30%;
    --ribbons-bottom-left-thin-height: 3px;
    --ribbons-bottom-left-thin-bgcolor: #BA093D;
    --ribbons-bottom-left-thick-width: 35%;
    --ribbons-bottom-left-thick-height: 49px;
    --ribbons-bottom-left-thick-bgcolor: #9F0A3D;
  }
  .gfc.module-product-category-download .ribbons.bottom.left .thin {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: calc(var(--ribbons-bottom-left-thick-height) * 2);
    width: var(--ribbons-bottom-left-thin-width, 30%);
    height: var(--ribbons-bottom-left-thin-height, 3px);
    background-color: var(--ribbons-bottom-left-thin-bgcolor, #BA093D);
  }
  .gfc.module-product-category-download .ribbons.bottom.left .thick {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: calc(var(--ribbons-bottom-left-thick-height) / 2);
    width: var(--ribbons-bottom-left-thick-width, 40%);
    height: var(--ribbons-bottom-left-thick-height, 50px);
    background-color: var(--ribbons-bottom-left-thick-bgcolor, #9F0A3D);
  }
}
.gfc.module-product-category-download .ribbons.bottom.right {
  --ribbons-bottom-right-thin-width: 60%;
  --ribbons-bottom-right-thin-height: 3px;
  --ribbons-bottom-right-thin-bgcolor: #BA093D;
  --ribbons-bottom-right-thick-width: 70%;
  --ribbons-bottom-right-thick-height: 35px;
  --ribbons-bottom-right-thick-bgcolor: #9F0A3D;
  position: relative;
  height: calc(var(--ribbons-bottom-right-thick-height) * 2);
}
.gfc.module-product-category-download .ribbons.bottom.right .thin {
  position: absolute;
  z-index: 2;
  right: 0;
  top: 10px;
  bottom: var(--ribbons-bottom-right-thick-height);
  width: var(--ribbons-bottom-right-thin-width, 30%);
  height: var(--ribbons-bottom-right-thin-height, 3px);
  background-color: var(--ribbons-bottom-right-thin-bgcolor, #BA093D);
}
.gfc.module-product-category-download .ribbons.bottom.right .thick {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: calc(var(--ribbons-bottom-right-thick-height) / 5);
  width: var(--ribbons-bottom-right-thick-width, 40%);
  height: var(--ribbons-bottom-right-thick-height, 50px);
  background-color: var(--ribbons-bottom-right-thick-bgcolor, #9F0A3D);
}
@media (min-width: 992px) {
  .gfc.module-product-category-download .ribbons.bottom.right {
    display: none;
  }
}

/*# sourceMappingURL=module-product-category-download.css.map */
