.slideshow-section-wrapper{position:relative}.slideshow-section{position:relative;width:100%;overflow:hidden}.slideshow-section--full{padding-left:0;padding-right:0}.slideshow-section--page{padding-left:var(--page-margin, 1.5rem);padding-right:var(--page-margin, 1.5rem)}@media screen and (min-width:750px){.slideshow-section--page{padding-left:var(--page-margin, 3rem);padding-right:var(--page-margin, 3rem)}}.slideshow-container{position:relative;width:100%;max-width:var(--page-width, 1400px);margin:0 auto}.slideshow-section--full .slideshow-container{max-width:none}.slideshow-wrapper{position:relative;width:100%;height:100vh;min-height:100vh;max-height:none;overflow:hidden;border-radius:var(--corner-radius, 0)}.slideshow-section--page .slideshow-wrapper,.slideshow-section--full .slideshow-wrapper{border-radius:0}.slideshow-track{position:relative;width:100%;height:100%}.slideshow-slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;visibility:hidden;z-index:1;transition:opacity .6s ease,visibility .6s ease}.slideshow-slide.is-active{opacity:1;visibility:visible;z-index:2}.slideshow-slide.slide-out-left{animation:slideOutLeft .6s ease forwards}.slideshow-slide.slide-out-right{animation:slideOutRight .6s ease forwards}.slideshow-slide.slide-in-right{animation:slideInRight .6s ease forwards}.slideshow-slide.slide-in-left{animation:slideInLeft .6s ease forwards}@keyframes slideOutLeft{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(-5%)}}@keyframes slideOutRight{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(5%)}}@keyframes slideInRight{0%{opacity:0;transform:translate(5%)}to{opacity:1;transform:translate(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-5%)}to{opacity:1;transform:translate(0)}}.slideshow-media{position:absolute;top:0;left:0;width:100%;height:100%}.slideshow-media--desktop{display:none}.slideshow-media--mobile{display:block}@media screen and (min-width:750px){.slideshow-media--desktop{display:block}.slideshow-media--mobile{display:none}}.slideshow-image,.slideshow-video{width:100%;height:100%;object-fit:cover;object-position:center}.slideshow-placeholder{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:rgba(var(--color-foreground),.05)}.slideshow-placeholder-svg{width:100%;height:100%;opacity:.5}.slideshow-overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:3;pointer-events:none}.slideshow-content{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;padding:3rem 1.5rem;z-index:4;pointer-events:none;color:#fff}@media screen and (min-width:750px){.slideshow-content{padding:4rem 3rem}}@media screen and (min-width:990px){.slideshow-content{padding:5rem 4rem}}.slideshow-content--top-left{align-items:flex-start;justify-content:flex-start}.slideshow-content--top-center{align-items:flex-start;justify-content:center}.slideshow-content--top-right{align-items:flex-start;justify-content:flex-end}.slideshow-content--middle-left{align-items:center;justify-content:flex-start}.slideshow-content--middle-center{align-items:center;justify-content:center}.slideshow-content--middle-right{align-items:center;justify-content:flex-end}.slideshow-content--bottom-left{align-items:flex-end;justify-content:flex-start}.slideshow-content--bottom-center{align-items:flex-end;justify-content:center}.slideshow-content--bottom-right{align-items:flex-end;justify-content:flex-end}.slideshow-content--left .slideshow-content-inner{text-align:left}.slideshow-content--center .slideshow-content-inner{text-align:center}.slideshow-content--right .slideshow-content-inner{text-align:right}.slideshow-content-inner{max-width:var(--content-max-width, 600px);pointer-events:auto}.slideshow-subheading{font-size:.75rem;letter-spacing:.15em;text-transform:uppercase;margin:0 0 1rem;opacity:.9;font-weight:500}@media screen and (min-width:750px){.slideshow-subheading{font-size:.875rem;margin-bottom:1.25rem}}.slideshow-heading{margin:0 0 1rem;line-height:1.1;font-weight:700;text-shadow:0 2px 4px rgba(0,0,0,.15)}.slideshow-heading.h0{font-size:clamp(2.5rem,6vw,5rem)}.slideshow-heading.h1{font-size:clamp(2rem,5vw,4rem)}.slideshow-heading.h2{font-size:clamp(1.75rem,4vw,3rem)}.slideshow-heading.h3{font-size:clamp(1.5rem,3vw,2.25rem)}.slideshow-text{font-size:1rem;line-height:1.6;margin-bottom:1.5rem;opacity:.95}@media screen and (min-width:750px){.slideshow-text{font-size:1.125rem;margin-bottom:2rem}}.slideshow-text p{margin:0}.slideshow-buttons{display:flex;flex-wrap:wrap;gap:.75rem}.slideshow-content--center .slideshow-buttons{justify-content:center}.slideshow-content--right .slideshow-buttons{justify-content:flex-end}.slideshow-button{display:inline-flex;align-items:center;justify-content:center;padding:.875rem 2rem;font-size:.875rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;text-decoration:none;border:2px solid transparent;border-radius:4px;cursor:pointer;transition:all .3s ease;min-width:150px}@media screen and (min-width:750px){.slideshow-button{padding:1rem 2.5rem;font-size:.9375rem}}.slideshow-button--primary{background-color:#fff;color:#000;border-color:#fff}.slideshow-button--primary:hover{background-color:transparent;color:#fff}.slideshow-button--secondary{background-color:#000;color:#fff;border-color:#000}.slideshow-button--secondary:hover{background-color:#333;border-color:#333}.slideshow-button--outline{background-color:transparent;color:#fff;border-color:#fff}.slideshow-button--outline:hover{background-color:#fff;color:#000}.slideshow-button--link{background-color:transparent;color:#fff;border-color:transparent;padding-left:0;padding-right:0;min-width:auto;text-decoration:underline;text-underline-offset:4px}.slideshow-button--link:hover{opacity:.8}.slideshow-slide-link{position:absolute;top:0;left:0;width:100%;height:100%;z-index:5}.slideshow-arrows{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:space-between;padding:0 .75rem;z-index:10;pointer-events:none}@media screen and (min-width:750px){.slideshow-arrows{padding:0 1.5rem}}.slideshow-arrow{display:flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;background:transparent;border:none;color:#fff;cursor:pointer;pointer-events:auto;transition:all .3s ease;opacity:.8}@media screen and (min-width:750px){.slideshow-arrow{width:50px;height:50px}}.slideshow-arrow:hover{opacity:1;transform:scale(1.1)}.slideshow-arrow:focus-visible{outline:2px solid #ffffff;outline-offset:2px}.arrow-icon{width:24px;height:24px}@media screen and (min-width:750px){.arrow-icon{width:28px;height:28px}}.slideshow-arrows--arrow-circle .slideshow-arrow,.slideshow-arrows--chevron-circle .slideshow-arrow{background-color:#fff3;border-radius:50%;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.slideshow-arrows--arrow-circle .slideshow-arrow:hover,.slideshow-arrows--chevron-circle .slideshow-arrow:hover{background-color:#fff6}.slideshow-pagination{position:absolute;bottom:1.5rem;left:0;width:100%;display:flex;align-items:center;padding:0 1.5rem;z-index:10}@media screen and (min-width:750px){.slideshow-pagination{bottom:2rem;padding:0 2rem}}.slideshow-pagination--left{justify-content:flex-start}.slideshow-pagination--center{justify-content:center}.slideshow-pagination--right{justify-content:flex-end}.slideshow-pagination--dots{gap:.5rem}.slideshow-pagination--dots .slideshow-dot{width:10px;height:10px;padding:0;background:transparent;border:none;cursor:pointer}.slideshow-pagination--dots .slideshow-dot-inner{display:block;width:100%;height:100%;background-color:#ffffff80;border-radius:50%;transition:all .3s ease}.slideshow-pagination--dots .slideshow-dot:hover .slideshow-dot-inner,.slideshow-pagination--dots .slideshow-dot.is-active .slideshow-dot-inner{background-color:#fff;transform:scale(1.2)}.slideshow-pagination--lines{gap:.5rem}.slideshow-pagination--lines .slideshow-dot{width:40px;height:4px;padding:0;background:transparent;border:none;cursor:pointer}@media screen and (min-width:750px){.slideshow-pagination--lines .slideshow-dot{width:60px}}.slideshow-pagination--lines .slideshow-dot-inner{display:block;width:100%;height:100%;background-color:#fff6;border-radius:2px;transition:all .3s ease}.slideshow-pagination--lines .slideshow-dot:hover .slideshow-dot-inner{background-color:#ffffffb3}.slideshow-pagination--lines .slideshow-dot.is-active .slideshow-dot-inner{background-color:#fff}.slideshow-counter{font-size:.875rem;font-weight:500;color:#fff;letter-spacing:.1em;text-shadow:0 1px 2px rgba(0,0,0,.3)}@media screen and (min-width:750px){.slideshow-counter{font-size:1rem}}.slideshow-counter-current{font-size:1.25em;font-weight:700}.slideshow-counter-separator{margin:0 .25em;opacity:.7}.slideshow-progress{width:120px;height:3px;background-color:#ffffff4d;border-radius:2px;overflow:hidden}@media screen and (min-width:750px){.slideshow-progress{width:180px;height:4px}}.slideshow-progress-bar{height:100%;background-color:#fff;border-radius:2px;transition:width .4s ease}@media(prefers-reduced-motion:reduce){.slideshow-slide,.slideshow-arrow,.slideshow-dot-inner,.slideshow-progress-bar,.slideshow-button{transition:none}.slideshow-slide.slide-out-left,.slideshow-slide.slide-out-right,.slideshow-slide.slide-in-right,.slideshow-slide.slide-in-left{animation:none}}.slideshow-dot:focus-visible{outline:2px solid #ffffff;outline-offset:2px;border-radius:4px}@media(forced-colors:active){.slideshow-arrow,.slideshow-dot-inner,.slideshow-button{forced-color-adjust:none}}@media print{.slideshow-section{height:auto;page-break-inside:avoid}.slideshow-arrows,.slideshow-pagination{display:none}.slideshow-slide{position:relative;opacity:1;visibility:visible}.slideshow-slide:not(:first-child){display:none}}.slideshow-wrapper{position:relative;width:100%;aspect-ratio:4 / 5;max-height:calc(100vh - 120px);overflow:hidden}@media screen and (min-width:750px){.slideshow-wrapper{aspect-ratio:16 / 9;max-height:calc(100vh - 150px)}}.slideshow-wrapper{position:relative;width:100%;height:auto;min-height:400px;overflow:hidden}@media screen and (min-width:750px){.slideshow-wrapper{height:100vh;max-height:none}}.slideshow-media--mobile .slideshow-image,.slideshow-media--mobile .slideshow-video{width:100%;height:auto;object-fit:none}.slideshow-media--desktop .slideshow-image,.slideshow-media--desktop .slideshow-video{width:100%;height:100%;object-fit:cover;object-position:center}
/*# sourceMappingURL=/cdn/shop/t/11/assets/slideshow.css.map */
