.slideshow.fade .swiper-wrapper .swiper-slide:not(:first-child):not(.swiper-slide-active){opacity:0!important}.slideshow .swiper-slide-active .sec__content-inner{opacity:1;visibility:visible}.slideshow .swiper-slide-active .sec__content-inner:not(.effect_fadeinup)>*{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.swiper-slide-active .sec__content-inner:not(.effect_fadeinup)>*:nth-child(1){-webkit-animation-delay:.4s;animation-delay:.4s}.swiper-slide-active .sec__content-inner:not(.effect_fadeinup)>*:nth-child(2){-webkit-animation-delay:.6s;animation-delay:.6s}.swiper-slide-active .sec__content-inner:not(.effect_fadeinup)>*:nth-child(3){-webkit-animation-delay:.8s;animation-delay:.8s}.swiper-slide-active .sec__content-inner:not(.effect_fadeinup)>*:nth-child(4){-webkit-animation-delay:1s;animation-delay:1s}.swiper-slide-active .effect_zoomin>*{-webkit-animation-name:zoomInSlideshow;animation-name:zoomInSlideshow}.swiper-slide-active .effect_zoomout>*{-webkit-animation-name:zoomOutSlideshow;animation-name:zoomOutSlideshow}.swiper-slide-active .effect_fadein>*{-webkit-animation-name:fadeInslideshow;animation-name:fadeInslideshow}.swiper-slide-active .effect_fadeindown>*{-webkit-animation-name:fadeInDownslideshow;animation-name:fadeInDownslideshow}.swiper-slide-active .effect_fadeinleft>*{-webkit-animation-name:fadeInLeftslideshow;animation-name:fadeInLeftslideshow}.swiper-slide-active .effect_fadeinright>*{-webkit-animation-name:fadeInRightslideshow;animation-name:fadeInRightslideshow}.slideshow .swiper-actions{margin-bottom:0}@media screen and (max-width: 1024.98px){.slideshow .swiper-actions{display:none}}.slideshow .swiper-pagination-bullet:after{background-color:var(--color-heading)}.slideshow .swiper-pagination-bullet:before{border:1px solid var(--tns-nav-border, var(--color-heading))}@-webkit-keyframes fadeInslideshow{0%{opacity:0;-webkit-transform:translateY(-10px);-moz-transform:translateY(-10px);-ms-transform:translateY(-10px);-o-transform:translateY(-10px);transform:translateY(-10px)}to{opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInslideshow{0%{opacity:0;-webkit-transform:translateY(-10px);-moz-transform:translateY(-10px);-ms-transform:translateY(-10px);-o-transform:translateY(-10px);transform:translateY(-10px)}to{opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes fadeInDownslideshow{0%{opacity:0;-webkit-transform:translate3d(0,-40px,0);transform:translate3d(0,-40px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDownslideshow{0%{opacity:0;-webkit-transform:translate3d(0,-40px,0);transform:translate3d(0,-40px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@-webkit-keyframes fadeInUpslideshow{0%{opacity:0;-webkit-transform:translate3d(0,40px,0);transform:translate3d(0,40px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUpslideshow{0%{opacity:0;-webkit-transform:translate3d(0,40px,0);transform:translate3d(0,40px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@-webkit-keyframes fadeInLeftslideshow{0%{opacity:0;-webkit-transform:translate3d(-40px,0,0);transform:translate3d(-40px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeftslideshow{0%{opacity:0;-webkit-transform:translate3d(-40px,0,0);transform:translate3d(-40px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@-webkit-keyframes fadeInRightslideshow{0%{opacity:0;-webkit-transform:translate3d(40px,0,0);transform:translate3d(40px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRightslideshow{0%{opacity:0;-webkit-transform:translate3d(40px,0,0);transform:translate3d(40px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@-webkit-keyframes zoomInSlideshow{0%{opacity:0;transform:scale(.7)}50%{opacity:.5}to{opacity:1;transform:scale(1)}}@keyframes zoomInSlideshow{0%{opacity:0;transform:scale(.7)}50%{opacity:.5}to{opacity:1;transform:scale(1)}}@-webkit-keyframes zoomOutSlideshow{0%{opacity:0;transform:scale(1.3)}50%{opacity:.5}to{opacity:1;transform:scale(1)}}@keyframes zoomOutSlideshow{0%{opacity:0;transform:scale(1.3)}50%{opacity:.5}to{opacity:1;transform:scale(1)}}.slideshow-content-flex{display:flex;align-items:center;justify-content:space-between;gap:2rem;width:100%}.slideshow-description-side{flex:1;max-width:60%}.slideshow-cta-side{flex-shrink:0;display:flex;align-items:center}@media (max-width: 767.98px){.slideshow-content-flex{flex-direction:column;align-items:flex-start;gap:1.5rem}.slideshow-description-side{max-width:100%;order:1}.slideshow-cta-side{order:2;align-self:flex-start}}.slideshow__hero .sec__content{align-items:flex-end}.slideshow__hero .sec__content-inner{width:100%}.animated-text-overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;display:flex;align-items:center;justify-content:center;pointer-events:none}.animated-text-container{position:relative;display:inline-block;height:50vh;overflow:hidden;text-align:center}.animated-text-phrase{position:absolute;display:block;top:0;left:50%;transform:translate(-50%) translateY(100%);color:var(--color-white);font-size:var(--font-size-mega);font-family:harabara,sans-serif;opacity:0;animation:slideDownFade 9s infinite;white-space:nowrap}.animated-text-phrase.phrase-1{animation-delay:0s}.animated-text-phrase.phrase-2{animation-delay:3s}.animated-text-phrase.phrase-3{animation-delay:6s}@keyframes slideDownFade{0%,3.33%{opacity:0;transform:translate(-50%) translateY(5%)}3.33%,25%{opacity:1;transform:translate(-50%) translateY(0)}33.33%,to{opacity:0;transform:translate(-50%) translateY(-5%)}}@media (max-width: 1200px){.animated-text-phrase{font-size:200px}}@media (max-width: 992px){.animated-text-phrase{font-size:150px}}@media (max-width: 768px){.animated-text-phrase{font-size:110px}}@media (max-width: 585px){.animated-text-phrase{font-size:80px}}@media (max-width: 479.98px){.animated-text-phrase{font-size:70px}}.slideshow .sec__content{z-index:3!important;position:relative}.slideshow-content-flex{z-index:4!important;position:relative}
/*# sourceMappingURL=/cdn/shop/t/6/assets/slideshow.css.map */
