div.slideshow__controls{display:flex}.slideshow__controls{bottom:0;inset-inline-start:50%;margin:0;position:absolute;transform:translate(calc(var(--transform-direction)*50%),50%);width:min-content;z-index:2}.slider-buttons--has-background{border:1px solid rgb(var(--color-foreground),.05);box-shadow:0 1px 2px 0 rgb(var(--color-shadow),.06),0 1px 3px 0 rgb(var(--color-shadow),.1)}.slider-button--slideshow.slider-button--next,.slideshow__control-wrapper,button.slider__autoplay{border-inline-start:1px solid rgb(var(--color-foreground),.1)}.slider-button--slideshow,.slider__autoplay{height:4.4rem;width:4.4rem}.slideshow__control-wrapper{align-self:normal;padding:0 1rem}@media screen and (max-width:749px){.banner--mobile-bottom+.slideshow__controls{margin:1rem auto 0;position:static;transform:none}}.slideshow__autoplay .icon.icon-pause,.slideshow__autoplay .icon.icon-play{display:block;height:1.2rem;opacity:1;position:absolute;transform:scale(1);transition:transform .15s ease,opacity .15s ease;width:.8rem}.slideshow__autoplay .icon.icon-play{height:1rem}@media screen and (forced-colors:active){.slideshow__autoplay path,.slideshow__autoplay:hover path{fill:CanvasText}}.slideshow__autoplay:hover svg.icon{transform:scale(1.3)}.slideshow__autoplay--paused .icon-pause,.slideshow__autoplay:not(.slideshow__autoplay--paused) .icon-play{opacity:0;transform:scale(.8);visibility:hidden}.slideshow__progress{fill:none;position:absolute}@keyframes stroke-dashoffset{0%{stroke-dashoffset:1}to{stroke-dashoffset:0}}.slideshow__progress__path{animation:stroke-dashoffset var(--speed) linear infinite;stroke:rgb(var(--color-foreground));stroke-dasharray:1;stroke-width:5px}.slideshow__autoplay .slideshow__progress__path,.slideshow__autoplay:hover .slideshow__progress__path{fill:none}.slideshow__autoplay:hover .slideshow__progress{transform:none}.slideshow__autoplay--paused .slideshow__progress__path{animation-play-state:paused}