.gfc.module-gallery {
  position: relative;
}
.gfc.module-gallery .stage {
  position: relative;
  height: 100%;
  --swiper-navigation-size: 20px;
}
.gfc.module-gallery .stage::before {
  content: "";
  position: absolute;
  display: block;
  width: 100vw;
  top: 0;
  left: calc((100vw - 100%) / -2);
  background-color: var(--bg-color);
  height: 100%;
  z-index: -1;
}
@media (min-width: 992px) {
  .gfc.module-gallery .stage::before {
    top: 20%;
  }
}
.gfc.module-gallery .stage .swiper-gallery-top {
  box-shadow: 4px 4px 10px 2px rgba(64, 66, 71, 0.2);
}
.gfc.module-gallery .stage .swiper-gallery-top .gallery-row {
  display: flex;
  flex-direction: column-reverse;
}
.gfc.module-gallery .stage .swiper-gallery-top .swiper-slide .img-large-container {
  position: relative;
}
.gfc.module-gallery .stage .swiper-gallery-top .swiper-slide .img-large-container .img-large {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.gfc.module-gallery .stage .swiper-gallery-top .swiper-slide .img-large-container .img-large-gradient-mobile {
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgb(255, 255, 255) 0.5%, transparent 100%);
  width: 100%;
  height: 150px;
  object-fit: cover;
}
.gfc.module-gallery .stage .swiper-gallery-top .swiper-slide .hero-content {
  background-color: #fff;
  padding-left: 6rem;
}
@media (max-width: 991.98px) {
  .gfc.module-gallery .stage .swiper-gallery-top .swiper-slide .hero-content {
    padding-left: 0;
  }
}
.gfc.module-gallery .stage .swiper-gallery-top .swiper-slide .hero-content .row {
  width: 100%;
}
@media (min-width: 992px) {
  .gfc.module-gallery .stage .swiper-gallery-top .swiper-slide {
    width: 100%;
    height: 550px;
    object-fit: cover;
    position: relative;
  }
  .gfc.module-gallery .stage .swiper-gallery-top .swiper-slide.has-headings::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, rgb(255, 255, 255) 20%, transparent 70%);
    width: 100%;
    height: 550px;
    object-fit: cover;
  }
  .gfc.module-gallery .stage .swiper-gallery-top .swiper-slide .img-large-container {
    position: unset;
  }
  .gfc.module-gallery .stage .swiper-gallery-top .swiper-slide .img-large-container .img-large {
    height: 550px;
    margin-top: 0;
  }
  .gfc.module-gallery .stage .swiper-gallery-top .swiper-slide .img-large-container .img-large-gradient-mobile {
    display: none;
  }
  .gfc.module-gallery .stage .swiper-gallery-top .swiper-slide .hero-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    background-color: transparent;
  }
  .gfc.module-gallery .stage .swiper-gallery-top .swiper-slide .hero-content h2 {
    color: #1E2127;
    font-family: "Selawik Semibold", sans-serif;
    font-size: clamp(38px, 4vw, 48px);
    line-height: clamp(50px, 4vw, 60px);
    font-weight: 700;
  }
  .gfc.module-gallery .stage .swiper-gallery-top .swiper-slide .hero-content .sub-heading {
    color: #1E2127;
    font-family: Assistant, sans-serif;
    font-size: clamp(18px, 4vw, 20px);
    line-height: clam(28px, 4vw, 30px);
    font-weight: 400;
  }
}
@media (min-width: 992px) {
  .gfc.module-gallery .stage .swiper-gallery-bottom .swiper-wrapper {
    justify-content: center;
  }
}
@media (min-width: 992px) {
  .gfc.module-gallery .stage .swiper-gallery-bottom .swiper-slide {
    width: 120px !important;
    height: 120px !important;
  }
  .gfc.module-gallery .stage .swiper-gallery-bottom .swiper-slide img {
    width: 120px !important;
    height: 120px !important;
    object-fit: cover;
    cursor: pointer;
  }
}
.gfc.module-gallery .stage .swiper-gallery-bottom .swiper-slide.swiper-slide-thumb-active img {
  opacity: 1;
}
.gfc.module-gallery .stage .swiper-gallery-bottom .swiper-slide:not(.swiper-slide-thumb-active) img {
  opacity: 0.5;
}
.gfc.module-gallery .stage .unpos-mobile {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  column-gap: 3rem;
  padding-block-end: 3rem;
}
@media (min-width: 992px) {
  .gfc.module-gallery .stage .unpos-mobile {
    display: block;
    padding-block-start: unset;
  }
}
.gfc.module-gallery .stage .swiper-button-next,
.gfc.module-gallery .stage .swiper-button-prev {
  position: unset;
  margin-top: unset;
}
@media (min-width: 992px) {
  .gfc.module-gallery .stage .swiper-button-next,
  .gfc.module-gallery .stage .swiper-button-prev {
    position: absolute;
  }
}
.gfc.module-gallery .stage .swiper-button-next {
  --swiper-navigation-top-offset: 40%;
  --swiper-navigation-sides-offset: -20px;
  --swiper-navigation-color: #fff;
  background-color: #BA093D;
  padding: 2rem;
  border-radius: 5px;
  font-weight: 700;
}
@media (min-width: 1400px) {
  .gfc.module-gallery .stage .swiper-button-next {
    --swiper-navigation-sides-offset: -70px;
  }
}
.gfc.module-gallery .stage .swiper-button-next.swiper-button-disabled {
  --swiper-navigation-color: #1E2127;
  background-color: transparent;
}
.gfc.module-gallery .stage .swiper-button-prev {
  --swiper-navigation-top-offset: 40%;
  --swiper-navigation-sides-offset: -20px;
  --swiper-navigation-color: #fff;
  background-color: #BA093D;
  padding: 2rem;
  border-radius: 5px;
  font-weight: 700;
}
@media (min-width: 1400px) {
  .gfc.module-gallery .stage .swiper-button-prev {
    --swiper-navigation-sides-offset: -70px;
  }
}
.gfc.module-gallery .stage .swiper-button-prev.swiper-button-disabled {
  --swiper-navigation-color: #1E2127;
  background-color: transparent;
}
.gfc.module-gallery .stage .title {
  color: #000;
  font-family: "Selawik Semibold", sans-serif;
  font-size: clamp(20px, 4vw, 30px);
  line-height: clamp(28px, 4vw, 38px);
  font-weight: 600;
}
.gfc.module-gallery .stage .excerpt {
  color: #1E2127;
  font-family: Assistant, sans-serif;
  font-size: clamp(18px, 4vw, 20px);
  line-height: clamp(28px, 4vw, 30px);
  font-weight: 400;
}
.gfc.module-gallery .stage .cta {
  color: #BA093D;
  font-family: Assistant;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

/*# sourceMappingURL=module-gallery.css.map */
