.mt-animation-slideshow--effect-fade-left .mt-animation-slideshow__slide,.mt-animation-slideshow--effect-drift .mt-animation-slideshow__slide{transition:opacity .4s ease,transform .4s ease}.mt-animation-slideshow--effect-fade-left .mt-animation-slideshow__slide.is-active,.mt-animation-slideshow--effect-drift .mt-animation-slideshow__slide.is-active{position:relative}.mt-animation-slideshow{position:relative;width:100%;overflow:hidden;color:inherit}.mt-animation-slideshow__inner{position:relative}.mt-animation-slideshow__viewport{position:relative;overflow:hidden}.mt-animation-slideshow__slides{position:relative}.mt-animation-slideshow__slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;pointer-events:none;transition:opacity .4s ease;display:flex;flex-direction:column}.mt-animation-slideshow__slide.is-active{position:relative;opacity:1;pointer-events:auto;z-index:2}.mt-animation-slideshow__media{position:relative;width:100%;overflow:hidden;background:#111;flex:1 1 auto;display:flex;align-items:center;justify-content:center}.mt-animation-slideshow__media img,.mt-animation-slideshow__media picture,.mt-animation-slideshow__media picture img{width:100%;height:auto;max-height:100%;object-fit:contain;display:block}.mt-animation-slideshow__media video{width:100%;height:100%;object-fit:cover;display:block}.mt-animation-slideshow__media-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;color:#fff9;font-size:18px;letter-spacing:.22em;text-transform:uppercase;background:linear-gradient(135deg,#1f1f1f,#2a2a2a)}.mt-animation-slideshow__content{padding:clamp(24px,5vw,48px);display:flex;flex-direction:column;gap:clamp(12px,2vw,20px);text-align:left;color:inherit;background:#fff0}.mt-animation-slideshow__content-inner{display:flex;flex-direction:column;gap:clamp(12px,2vw,20px)}.mt-animation-slideshow--effect-fade-left .mt-animation-slideshow__content-inner,.mt-animation-slideshow--effect-drift .mt-animation-slideshow__content-inner{opacity:0;transform:translate(-36px);animation-fill-mode:forwards}.mt-animation-slideshow--effect-fade-left .mt-animation-slideshow__heading,.mt-animation-slideshow--effect-fade-left .mt-animation-slideshow__body,.mt-animation-slideshow--effect-fade-left .mt-animation-slideshow__buttons{opacity:0;transform:translate(-24px)}.mt-animation-slideshow--effect-fade-left .mt-animation-slideshow__slide.is-active .mt-animation-slideshow__content-inner,.mt-animation-slideshow--effect-drift .mt-animation-slideshow__slide.is-active .mt-animation-slideshow__content-inner{animation-fill-mode:both}.mt-animation-slideshow--effect-fade-left .mt-animation-slideshow__slide.is-active .mt-animation-slideshow__content-inner{animation:mt-slideshow-fade-left .6s ease forwards}.mt-animation-slideshow--effect-fade-left .mt-animation-slideshow__slide.is-active .mt-animation-slideshow__heading{animation:mt-slideshow-item-fade .7s ease forwards .12s}.mt-animation-slideshow--effect-fade-left .mt-animation-slideshow__slide.is-active .mt-animation-slideshow__body{animation:mt-slideshow-item-fade .8s ease forwards .26s}.mt-animation-slideshow--effect-fade-left .mt-animation-slideshow__slide.is-active .mt-animation-slideshow__buttons{animation:mt-slideshow-item-fade .9s ease forwards .42s}.mt-animation-slideshow--effect-drift .mt-animation-slideshow__content-inner{opacity:0;transform:translate(-80px);animation-fill-mode:forwards}.mt-animation-slideshow--effect-drift .mt-animation-slideshow__heading,.mt-animation-slideshow--effect-drift .mt-animation-slideshow__body,.mt-animation-slideshow--effect-drift .mt-animation-slideshow__buttons{opacity:0;transform:translate(-60px)}.mt-animation-slideshow--effect-drift .mt-animation-slideshow__slide.is-active .mt-animation-slideshow__content-inner{animation:mt-slideshow-drift .72s ease-out forwards}.mt-animation-slideshow--effect-drift .mt-animation-slideshow__slide.is-active .mt-animation-slideshow__heading{animation:mt-slideshow-item-drift .68s ease-out forwards .12s}.mt-animation-slideshow--effect-drift .mt-animation-slideshow__slide.is-active .mt-animation-slideshow__body{animation:mt-slideshow-item-drift .72s ease-out forwards .26s}.mt-animation-slideshow--effect-drift .mt-animation-slideshow__slide.is-active .mt-animation-slideshow__buttons{animation:mt-slideshow-item-drift .76s ease-out forwards .42s}@keyframes mt-slideshow-fade-left{0%{opacity:0;transform:translate(-36px)}to{opacity:1;transform:translate(0)}}@keyframes mt-slideshow-item-fade{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes mt-slideshow-drift{0%{opacity:0;transform:translate(-80px)}65%{opacity:1;transform:translate(18px)}to{opacity:1;transform:translate(0)}}@keyframes mt-slideshow-item-drift{0%{opacity:0;transform:translate(-60px)}60%{opacity:1;transform:translate(14px)}to{opacity:1;transform:translate(0)}}.mt-animation-slideshow__content .mt-animation-slideshow__heading{margin:0;font-size:clamp(28px,6vw,48px);line-height:1.1;font-weight:600}.mt-animation-slideshow__content .mt-animation-slideshow__subheading{margin:0;font-size:clamp(16px,2.5vw,20px);color:#ffffffb3;letter-spacing:.18em;text-transform:uppercase}.mt-animation-slideshow__content .mt-animation-slideshow__body{font-size:clamp(16px,2.2vw,20px);line-height:1.6;max-width:600px}.mt-animation-slideshow__buttons{display:inline-flex;flex-wrap:wrap;gap:16px}.mt-animation-slideshow__button{display:inline-flex;align-items:center;justify-content:center;padding:12px 28px;border-radius:var(--mt-slide-button-radius, 999px);text-decoration:none;font-weight:600;background:var(--mt-slide-button-bg-color, #111);color:var(--mt-slide-button-text-color, #fff);border:1px solid transparent;transition:transform .3s ease,box-shadow .3s ease,background .3s ease}.mt-animation-slideshow__button:hover,.mt-animation-slideshow__button:focus-visible{transform:translateY(-2px);box-shadow:0 18px 30px #0000002e;background:var(--mt-slide-button-hover-bg-color, var(--mt-slide-button-bg-color, #111));color:var(--mt-slide-button-text-color, #fff)}.mt-animation-slideshow__arrow{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;border:none;background:#00000073;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:5;transition:background .3s ease,transform .3s ease}.mt-animation-slideshow__arrow:hover,.mt-animation-slideshow__arrow:focus-visible{background:#000000a6;transform:translateY(-50%) scale(1.05)}.mt-animation-slideshow__arrow--prev{left:clamp(12px,3vw,32px)}.mt-animation-slideshow__arrow--next{right:clamp(12px,3vw,32px)}.mt-animation-slideshow__arrow svg{width:18px;height:18px}.mt-animation-slideshow__dots{position:absolute;display:flex;gap:10px;z-index:4}.mt-animation-slideshow__dot{width:12px;height:12px;border-radius:999px;background:#ffffff73;border:none;cursor:pointer;transition:transform .3s ease,background .3s ease,width .3s ease}.mt-animation-slideshow__dot.is-active{transform:scale(1.1);background:#fff}.mt-animation-slideshow--dot-style-bar .mt-animation-slideshow__dot{width:36px;height:6px;border-radius:999px}.mt-animation-slideshow--dot-style-bar .mt-animation-slideshow__dot.is-active{transform:scale(1.02)}.mt-animation-slideshow--dots-bottom .mt-animation-slideshow__dots{bottom:clamp(16px,3vw,36px);left:50%;transform:translate(-50%);flex-direction:row}.mt-animation-slideshow--dots-left .mt-animation-slideshow__dots,.mt-animation-slideshow--dots-right .mt-animation-slideshow__dots{top:50%;transform:translateY(-50%);flex-direction:column}.mt-animation-slideshow--dots-left .mt-animation-slideshow__dots{left:clamp(16px,3vw,36px);align-items:flex-start}.mt-animation-slideshow--dots-right .mt-animation-slideshow__dots{right:clamp(16px,3vw,36px);align-items:flex-end}.mt-animation-slideshow--layout-overlay .mt-animation-slideshow__slide{justify-content:center}.mt-animation-slideshow--layout-overlay .mt-animation-slideshow__content{position:absolute;background:none;pointer-events:none;width:clamp(320px,45vw,520px)}.mt-animation-slideshow--layout-overlay .mt-animation-slideshow__content-inner{width:100%;border-radius:20px;padding:clamp(24px,6vw,48px);pointer-events:auto;color:#fff}.mt-animation-slideshow--text-align-left .mt-animation-slideshow__content-inner,.mt-animation-slideshow--text-align-left .mt-animation-slideshow__content{text-align:left}.mt-animation-slideshow--text-align-center .mt-animation-slideshow__content-inner,.mt-animation-slideshow--text-align-center .mt-animation-slideshow__content{text-align:center;align-items:center}.mt-animation-slideshow--text-align-right .mt-animation-slideshow__content-inner,.mt-animation-slideshow--text-align-right .mt-animation-slideshow__content{text-align:right;align-items:flex-end}.mt-animation-slideshow--layout-split .mt-animation-slideshow__slide{position:relative;flex-direction:row;gap:clamp(16px,4vw,48px);align-items:stretch}.mt-animation-slideshow--layout-split .mt-animation-slideshow__media{flex:1 1 55%}.mt-animation-slideshow--layout-split .mt-animation-slideshow__content{position:relative;flex:1 1 45%;padding:clamp(24px,4vw,48px);background:var(--mt-slideshow-content-bg, #ffffff);color:var(--mt-slideshow-content-color, #111);justify-content:center}.mt-animation-slideshow--layout-split .mt-animation-slideshow__content-inner{max-width:clamp(320px,40vw,520px)}.mt-animation-slideshow--layout-split .mt-animation-slideshow__slide.is-active{display:flex}.mt-animation-slideshow__slide:not(.is-active){display:none}.mt-animation-slideshow__slide.is-active{display:flex}.mt-animation-slideshow--dot-style-bar .mt-animation-slideshow__dots{gap:12px}.mt-animation-slideshow__media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#0000;pointer-events:none;transition:background .3s ease}.mt-animation-slideshow--layout-overlay .mt-animation-slideshow__media:after{background:#0003}.mt-animation-slideshow--show-arrows-false .mt-animation-slideshow__arrow,.mt-animation-slideshow--show-dots-false .mt-animation-slideshow__dots{display:none}@media (max-width: 1023px){.mt-animation-slideshow--layout-split .mt-animation-slideshow__slide{flex-direction:column}.mt-animation-slideshow--layout-split .mt-animation-slideshow__media,.mt-animation-slideshow--layout-split .mt-animation-slideshow__content{flex:1 1 auto}.mt-animation-slideshow__arrow{width:40px;height:40px}}@media (max-width: 749px){.mt-animation-slideshow--layout-overlay .mt-animation-slideshow__content{padding:clamp(20px,8vw,32px)}.mt-animation-slideshow__content{padding:clamp(20px,7vw,32px)}.mt-animation-slideshow__arrow--prev{left:12px}.mt-animation-slideshow__arrow--next{right:12px}.mt-animation-slideshow--dots-left .mt-animation-slideshow__dots,.mt-animation-slideshow--dots-right .mt-animation-slideshow__dots{top:auto;bottom:clamp(16px,5vw,32px);transform:none;flex-direction:row;left:50%;right:auto;align-items:center;gap:8px}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/mt-animation-slideshow.css.map */
