h1,h2,h3,h4,h5,h6,p{padding:0;margin:0}.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}.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{font-family:Gloock;font-weight:400;font-style:Regular;font-size:26px;line-height:100%;letter-spacing:normal;text-align:center;color:#fff;margin-top:6px;margin-bottom:15px}.mt-animation-slideshow__content .mt-animation-slideshow__subheading{font-family:Inter;font-weight:400;font-style:Regular;font-size:12px;line-height:100%;letter-spacing:normal;text-align:center}.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;border-radius:var(--mt-slide-button-radius, 999px);text-decoration:none;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;font-family:Inter;font-weight:600;font-size:14px;line-height:16px;letter-spacing:normal;text-align:center;text-decoration:underline;text-decoration-style:solid;text-decoration-offset:0%;text-decoration-thickness:0%;text-decoration-skip-ink:auto;text-underline-offset:4px}.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;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--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_festival .mt-animation-slideshow__content{width:auto!important;max-width:100%!important;left:auto!important;right:auto!important;top:auto!important;transform:none!important;margin:0 auto!important;display:flex;align-items:center;justify-content:center;text-align:center;padding-top:0;padding-bottom:0;bottom:20.5px}.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}.mt-animation-slideshow__content .mt-animation-slideshow__heading{width:100vw;padding:0 15px;font-family:Gloock;font-weight:400;font-style:Regular;font-size:16px;line-height:100%;letter-spacing:normal;text-align:center}}.mt-animation-slideshow_festival .mt-animation-slideshow__heading{font-family:Gloock;font-weight:400;font-style:Regular;font-size:50px;line-height:56px;letter-spacing:normal;text-align:center}.mt-animation-slideshow_festival .mt-animation-slideshow__body{font-family:Inter;font-weight:500;font-style:Medium;font-size:20px;line-height:24px;letter-spacing:normal;text-align:center;margin-bottom:4px}.mt-animation-slideshow_festival .mt-animation-slideshow__extra-text{font-family:Inter;font-weight:400;font-style:Regular;font-size:12px;line-height:14px;letter-spacing:normal;text-align:center;margin-bottom:45px}.mt-animation-slideshow_festival .mt-animation-slideshow__button{text-decoration:none;padding:12px 70.5px;background:#1c4b29}@media (max-width:749px){.mt-animation-slideshow_festival .mt-animation-slideshow__heading{font-size:26px;margin-bottom:6px;line-height:30px}.mt-animation-slideshow_festival .mt-animation-slideshow__body{font-size:14px;line-height:18px;margin-bottom:1px}.mt-animation-slideshow_festival .mt-animation-slideshow__extra-text{font-family:Inter;font-weight:300;font-style:Regular;font-size:10px;line-height:12px;text-align:center;margin-bottom:20px}.mt-animation-slideshow_festival .mt-animation-slideshow__button{text-decoration:none;padding:12px 70.5px;background:#1c4b29}}
/*# sourceMappingURL=/cdn/shop/t/41/assets/mt-animation-slideshow.css.map */
