.gallery-slider{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.gallery-slider__carousel-image{height:300px}@media screen and (min-width: 768px){.gallery-slider__carousel-image{height:550px}}@media screen and (min-width: 1280px){.gallery-slider__carousel-image{height:650px}}@media screen and (min-width: 1920px){.gallery-slider__carousel-image{height:675px}}.gallery-slider__thumb-image{height:100px}@media screen and (min-width: 768px){.gallery-slider__thumb-image{height:175px}}@media screen and (min-width: 1280px){.gallery-slider__thumb-image{height:150px}}.gallery-slider__thumbnail-slider{margin-top:20px}.gallery-slider__thumbnail-slider .splide__arrows{display:none !important}.gallery-slider__thumbnail-slider .splide-wrapper__card.is-active{position:relative}.gallery-slider__thumbnail-slider .splide-wrapper__card.is-active::after{content:"";position:absolute;top:0;bottom:0;left:0;right:0;border:3px solid var(--themeColor)}.gallery-slider .splide-wrapper .splide,.gallery-slider .splide-wrapper .splide__track{height:100%}.gallery-slider .splide-wrapper .splide__slide .gallery-slider__carousel-image{position:relative}.gallery-slider .splide-wrapper .splide__slide .gallery-slider__carousel-image:after{background:#fff;content:"";display:block;position:absolute;top:0;left:0;right:0;bottom:0;opacity:0;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out;z-index:1}.gallery-slider .splide-wrapper .splide__slide:not(.is-visible){pointer-events:none}.gallery-slider .splide-wrapper .splide__slide:not(.is-visible) .gallery-slider__carousel-image:after{opacity:.8}.gallery-slider .splide-wrapper .splide__arrows{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index:2;padding:0 12px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media screen and (min-width: 768px){.gallery-slider .splide-wrapper .splide__arrows{padding:0 24px}}