/* CssVars count: 9 */

:root {

/* webhostname.MetaData(CssVars) guid: bea996e59ceb46aaa1601e95fe21f805 */

 --footer-background-color: 71 93 119;
 --footer-foreground-color: 255 255 255;
 --header-background-color: 71 93 119;
 --header-foreground-color: 255 255 255;
 --branding-primary-color: 238 238 238;
 --branding-cta-color: 255 202 40;
 --branding-cta-foreground-color: 0 0 0;
 --branding-primary-foreground-color: 0 0 0;
}


/* WebRouteTemplate.Css guid: d9c64932d091488b9a86110ccecea790 */

:root {
    --color-text-dark: 73 69 79;
}


/* WebSectionTemplate.Css guid: 016572965b8947cfa936fa834c081611 */

.slideshow-gallery-section {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 22px;
  padding-left: 22px;
}@media (min-width: 640px) {.slideshow-gallery-section {
    max-width: 640px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}@media (min-width: 768px) {.slideshow-gallery-section {
    max-width: 768px;
  }
}@media (min-width: 1024px) {.slideshow-gallery-section {
    max-width: 1024px;
    padding-right: 4rem;
    padding-left: 4rem;
  }
}@media (min-width: 1280px) {.slideshow-gallery-section {
    max-width: 1280px;
    padding-right: 5rem;
    padding-left: 5rem;
  }
}@media (min-width: 1536px) {.slideshow-gallery-section {
    max-width: 1536px;
    padding-right: 6rem;
    padding-left: 6rem;
  }
}.slideshow-gallery-section {
  padding-top: 40px;
  padding-bottom: 40px;
}
.slideshow-gallery-section .section-title {
  margin-bottom: 15px;
  text-align: center;
}
@media (min-width: 768px) {
  .slideshow-gallery-section .section-title {
    margin-bottom: 25px;
  }
}
.slideshow-gallery-section .slideshow-gallery {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 1024px) {.slideshow-gallery-section .slideshow-gallery {
    flex-direction: row;
    gap: 1.25rem;
  }
}
.slideshow-gallery-section .slideshow-gallery .slideshow-gallery-main {
  width: 100%;
}
@media (min-width: 1024px) {
  .slideshow-gallery-section .slideshow-gallery .slideshow-gallery-main {
    width: calc(100% - 94px);
  }
}
.slideshow-gallery-section .slideshow-gallery .slideshow-gallery-main .swiper {
  height: 235px;
  position: relative;
}
@media (min-width: 768px) {
  .slideshow-gallery-section .slideshow-gallery .slideshow-gallery-main .swiper {
    height: 400px;
  }
}
@media (min-width: 1024px) {
  .slideshow-gallery-section .slideshow-gallery .slideshow-gallery-main .swiper {
    height: 570px;
  }
}
.slideshow-gallery-section .slideshow-gallery .slideshow-gallery-main .swiper .swiper-slide {
  width: 100%;
  aspect-ratio: 1.72/1;
}
.slideshow-gallery-section .slideshow-gallery .slideshow-gallery-main .swiper .swiper-slide img {
  height: 100%;
  width: 100%;
  border-radius: 1rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.slideshow-gallery-section .slideshow-gallery .slideshow-gallery-main .swiper .swiper-button-prev, .slideshow-gallery-section .slideshow-gallery .slideshow-gallery-main .swiper .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
}
@media (min-width: 768px) {
  .slideshow-gallery-section .slideshow-gallery .slideshow-gallery-main .swiper .swiper-button-prev, .slideshow-gallery-section .slideshow-gallery .slideshow-gallery-main .swiper .swiper-button-next {
    width: 40px;
    height: 40px;
  }
}
.slideshow-gallery-section .slideshow-gallery .slideshow-gallery-thumbnail {
  width: 100%;
}
@media (min-width: 1024px) {
  .slideshow-gallery-section .slideshow-gallery .slideshow-gallery-thumbnail {
    width: 74px;
  }
}
.slideshow-gallery-section .slideshow-gallery .slideshow-gallery-thumbnail .swiper {
  height: 71px;
}
@media (min-width: 1024px) {
  .slideshow-gallery-section .slideshow-gallery .slideshow-gallery-thumbnail .swiper {
    height: 570px;
  }
}
.slideshow-gallery-section .slideshow-gallery .slideshow-gallery-thumbnail .swiper-slide {
  width: 100px;
}
@media (min-width: 1024px) {
  .slideshow-gallery-section .slideshow-gallery .slideshow-gallery-thumbnail .swiper-slide {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1.63;
  }
}
.slideshow-gallery-section .slideshow-gallery .slideshow-gallery-thumbnail .swiper-slide img {
  height: 100%;
  width: 100%;
  border-radius: 0.375rem;
  -o-object-fit: cover;
     object-fit: cover;
}


