.slideshow{position:relative;aspect-ratio:768/576;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;justify-items:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%}.slideshow._single{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.slideshow__content{position:relative;overflow:hidden;width:100%;height:100%}.slideshow__content .slides{position:absolute;top:0;left:0;width:100%;height:100%}.slideshow__content .slides .slide{overflow:hidden;position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.slideshow__content .slides .slide.is-active{display:block}.slideshow__content .image-container{position:absolute;top:0;left:0;width:100%;height:100%;background-position:center;z-index:1;background-size:cover;image-rendering:optimizeQuality}.slideshow__content .image-container img{height:100%;width:100%;-o-object-fit:contain;object-fit:contain;max-width:inherit}.slideshow__nav{margin-top:30px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;gap:24px}@media screen and (max-width: 768px){.slideshow__nav{margin-top:16px;gap:16px}}.slideshow__nav__dot{width:16px;height:16px;border:1px solid #c6c6c6;background-color:#fff;border-radius:50%}@media screen and (max-width: 768px){.slideshow__nav__dot{width:12px;height:12px;border-width:1px}}.slideshow__nav__dot.is-active{background-color:#c6c6c6}.scroll-fadein.show .slideshow .slideshow__content .slides .slide.moveToZoom .image-container img{-webkit-animation-delay:0;animation-delay:0;-webkit-animation-duration:13s;animation-duration:13s;-webkit-animation-name:moveToZoomAni;animation-name:moveToZoomAni;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-direction:normal;animation-direction:normal;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:linear;animation-timing-function:linear}@-webkit-keyframes moveToLeftAni{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{-webkit-transform:translateX(-20%);transform:translateX(-20%)}}@keyframes moveToLeftAni{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{-webkit-transform:translateX(-20%);transform:translateX(-20%)}}@-webkit-keyframes moveToZoomAni{0%{-webkit-transform:scale(1.3);transform:scale(1.3)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes moveToZoomAni{0%{-webkit-transform:scale(1.3);transform:scale(1.3)}100%{-webkit-transform:scale(1);transform:scale(1)}}