hero-slideshow{position:relative;display:block;overflow:hidden}hero-slideshow.banner--small{min-height:28rem}hero-slideshow.banner--medium{min-height:34rem}hero-slideshow.banner--large{min-height:39rem}@media screen and (max-width:749px){hero-slideshow[style*=--mobile-height]{min-height:var(--mobile-height)!important}}@media screen and (min-width:750px){hero-slideshow.banner--small{min-height:42rem}hero-slideshow.banner--medium{min-height:56rem}hero-slideshow.banner--large{min-height:72rem}}.hero-slideshow__slides{position:absolute;top:0;right:0;bottom:0;left:0}.hero-slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;visibility:hidden;transition:opacity .8s ease,visibility .8s ease;z-index:0}.hero-slide--active{opacity:1;visibility:visible;z-index:1}.hero-slide__media{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.hero-slide__media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#000;opacity:0;z-index:1;pointer-events:none}.hero-slide__media img,.hero-slide__media .placeholder-svg{width:100%;height:100%;object-fit:cover;object-position:var(--image-position, center center)}.hero-slide__media video,.hero-slide__video{width:100%;height:100%;object-fit:cover;object-position:var(--image-position, center center)}@media screen and (max-width:749px){.hero-slide__media img,.hero-slide__media .placeholder-svg,.hero-slide__media video,.hero-slide__video{object-position:var(--mobile-image-position, var(--image-position, center center))}}.hero-slide__video-embed{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:0;object-fit:cover;pointer-events:none}.hero-slide__poster{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.hero-slide[data-video-playing=true] .hero-slide__poster{opacity:0;transition:opacity .4s ease}.hero-slide__content{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;padding:2rem 1.5rem 3.5rem;z-index:2}@media screen and (min-width:750px){.hero-slide__content{padding:5rem}}.hero-slide__box{background:transparent;max-width:89rem;padding:2rem 0;border:none;border-radius:0;box-shadow:none;height:fit-content;word-wrap:break-word}.hero-slide__box>*+*{margin-top:1rem}.hero-slide__box>*+.banner__text{margin-top:1.5rem}.hero-slide__box>*+.banner__buttons{margin-top:2rem}.hero-slide__content.banner__content--top-left{align-items:flex-start;justify-content:flex-start}.hero-slide__content.banner__content--top-center{align-items:flex-start;justify-content:center}.hero-slide__content.banner__content--top-right{align-items:flex-start;justify-content:flex-end}.hero-slide__content.banner__content--middle-left{align-items:center;justify-content:flex-start}.hero-slide__content.banner__content--middle-center{align-items:center;justify-content:center}.hero-slide__content.banner__content--middle-right{align-items:center;justify-content:flex-end}.hero-slide__content.banner__content--bottom-left{align-items:flex-end;justify-content:flex-start}.hero-slide__content.banner__content--bottom-center{align-items:flex-end;justify-content:center}.hero-slide__content.banner__content--bottom-right{align-items:flex-end;justify-content:flex-end}@media(prefers-reduced-motion:no-preference){.hero-slide--active .hero-slide__box>.banner__heading,.hero-slide--active .hero-slide__box>.banner__text,.hero-slide--active .hero-slide__box>.banner__buttons{animation:heroSlideContentIn .7s cubic-bezier(.16,1,.3,1) forwards}.hero-slide--active .hero-slide__box>.banner__heading{animation-delay:.15s;opacity:0}.hero-slide--active .hero-slide__box>.banner__text{animation-delay:.3s;opacity:0}.hero-slide--active .hero-slide__box>.banner__buttons{animation-delay:.45s;opacity:0}@keyframes heroSlideContentIn{0%{transform:translateY(2rem);opacity:0}to{transform:translateY(0);opacity:1}}.hero-slide--active[data-slide-type=image] .hero-slide__media>img{animation:heroKenBurns 18s ease-out forwards}@keyframes heroKenBurns{0%{transform:scale(1)}to{transform:scale(1.06)}}}.hero-slideshow__controls{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);z-index:10;display:flex;align-items:center;gap:.5rem;background:#00000073;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:50px;padding:.4rem .6rem}@media screen and (max-width:749px){.hero-slideshow__controls{bottom:.75rem;gap:.15rem;padding:.25rem .4rem}}.hero-slideshow__arrow{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;border-radius:50%;background:transparent;color:#fffc;cursor:pointer;transition:color .2s ease,background .2s ease;flex-shrink:0}.hero-slideshow__arrow:hover{color:#fff;background:#ffffff26}@media screen and (max-width:749px){.hero-slideshow__arrow{width:28px;height:28px}.hero-slideshow__arrow svg{width:14px;height:14px}}.hero-slideshow__dots{display:flex;align-items:center;gap:.4rem}.hero-slideshow__dot{position:relative;display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;background:transparent;cursor:pointer;padding:0}@media screen and (max-width:749px){.hero-slideshow__dot{width:24px;height:24px}.hero-slideshow__dots{gap:.05rem}.hero-slideshow__dot-inner{width:6px;height:6px}}.hero-slideshow__dot-inner{width:8px;height:8px;border-radius:50%;background:#fff6;transition:background .3s ease,transform .3s ease}.hero-slideshow__dot--active .hero-slideshow__dot-inner{background:#fff;transform:scale(1.2)}.hero-slideshow__dot:hover .hero-slideshow__dot-inner{background:#ffffffb3}.hero-slideshow__dot-progress{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:0;transition:opacity .3s ease}.hero-slideshow__dot--active .hero-slideshow__dot-progress{opacity:1}.hero-slideshow__dot-ring{transition:none;color:#fff}.hero-slideshow__dot--active .hero-slideshow__dot-ring{animation:heroProgressRing var(--hero-slide-speed, 6s) linear forwards}@keyframes heroProgressRing{0%{stroke-dashoffset:100.53}to{stroke-dashoffset:0}}.hero-slideshow__pause{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;border-radius:50%;background:transparent;color:#ffffffb3;cursor:pointer;transition:color .2s ease,background .2s ease;flex-shrink:0;border-left:1px solid rgba(255,255,255,.15);margin-left:.2rem;padding-left:.2rem}.hero-slideshow__pause:hover{color:#fff;background:#ffffff1a}.hero-slideshow__icon-play,.hero-slideshow__pause[data-playing=false] .hero-slideshow__icon-pause{display:none}.hero-slideshow__pause[data-playing=false] .hero-slideshow__icon-play{display:block}@media screen and (max-width:749px){.hero-slideshow__pause{width:24px;height:24px}.hero-slideshow__pause svg{width:10px;height:10px}}@media(prefers-reduced-motion:reduce){.hero-slide{transition:opacity .1s ease,visibility .1s ease}.hero-slide--active .hero-slide__box>.banner__heading,.hero-slide--active .hero-slide__box>.banner__text,.hero-slide--active .hero-slide__box>.banner__buttons{opacity:1!important;animation:none!important}.hero-slide--active[data-slide-type=image] .hero-slide__media>img{animation:none!important}.hero-slideshow__dot-ring{animation:none!important;stroke-dashoffset:0!important}}
/*# sourceMappingURL=/cdn/shop/t/12/assets/hero-slideshow.css.map */
