.scrolling-gallery{--container-width:1760px;--gap:16px;--image-height:224px;--scroll-duration:30s}@media (min-width:768px){.scrolling-gallery{--gap:10px;--image-height:240px}}@media (min-width:1024px){.scrolling-gallery{--gap:21px;--image-height:280px}}@media (min-width:1440px){.scrolling-gallery{--gap:24px;--image-height:320px}}.scrolling-gallery__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:var(--gap);margin-inline:auto;max-width:var(--container-width);overflow:hidden;position:relative}.scrolling-gallery__link{background:#fff;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;left:0;padding:var(--gap);position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);margin:auto;right:0;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;z-index:1}.scrolling-gallery__row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:var(--image-height);width:-webkit-max-content;width:-moz-max-content;width:max-content}.scrolling-gallery__marquee{display:-webkit-box;display:-ms-flexbox;display:flex;gap:var(--gap);height:100%}.scrolling-gallery__marquee-slide{-ms-flex-negative:0;flex-shrink:0;height:100%}.scrolling-gallery__marquee-slide.slide--sm{width:164px}@media (min-width:768px){.scrolling-gallery__marquee-slide.slide--sm{width:calc(164px + (100vw - 768px) / ((1440 - 768) / (250 - 164)))}}@media (min-width:1440px){.scrolling-gallery__marquee-slide.slide--sm{width:250px}}.scrolling-gallery__marquee-slide.slide--md{width:250px}@media (min-width:768px){.scrolling-gallery__marquee-slide.slide--md{width:calc(250px + (100vw - 768px) / ((1440 - 768) / (380 - 250)))}}@media (min-width:1440px){.scrolling-gallery__marquee-slide.slide--md{width:380px}}.scrolling-gallery__marquee-slide.slide--lg{width:380px}@media (min-width:768px){.scrolling-gallery__marquee-slide.slide--lg{width:calc(380px + (100vw - 768px) / ((1440 - 768) / (570 - 380)))}}@media (min-width:1440px){.scrolling-gallery__marquee-slide.slide--lg{width:570px}}.scrolling-gallery__row--top .scrolling-gallery__marquee{-webkit-animation:marquee-left 35s linear infinite;animation:marquee-left 35s linear infinite}.scrolling-gallery__row--bottom .scrolling-gallery__marquee{-webkit-animation:marquee-right 35s linear infinite;animation:marquee-right 35s linear infinite}.scrolling-gallery__control{position:absolute;display:grid;place-items:center center;-webkit-filter:drop-shadow(0 0 4px rgba(0,0,0,.4));filter:drop-shadow(0 0 4px rgba(0,0,0,.4));height:32px;width:32px;inset:auto auto 32px 32px;border:2px solid #fff;border-radius:50%;z-index:1}.scrolling-gallery__icon{position:relative;-webkit-transition:border-color .3s ease-in-out;transition:border-color .3s ease-in-out;height:14px;width:10px}[aria-pressed=true] .scrolling-gallery__icon{margin-right:-4px;border-bottom:7px solid transparent;border-left:10px solid #fff;border-right:none;border-top:7px solid transparent}[aria-pressed=false] .scrolling-gallery__icon{border-color:transparent}[aria-pressed=false] .scrolling-gallery__icon:before,[aria-pressed=false] .scrolling-gallery__icon:after{-webkit-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out;content:"";position:absolute;opacity:1;-webkit-transform:translateY(-50%);transform:translateY(-50%);height:14px;width:2px;background-color:#fff}[aria-pressed=false] .scrolling-gallery__icon:before{inset:50% auto auto 0}[aria-pressed=false] .scrolling-gallery__icon:after{inset:50% 0 auto auto}.scrolling-gallery.is-paused .scrolling-gallery__marquee{-webkit-animation-play-state:paused;animation-play-state:paused}@media (prefers-reduced-motion:reduce){.scrolling-gallery .scrolling-gallery__marquee{-webkit-animation-play-state:paused;animation-play-state:paused}.scrolling-gallery .scrolling-gallery__control{display:none}}@-webkit-keyframes marquee-left{from{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(-50%);transform:translateX(-50%)}}@keyframes marquee-left{from{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(-50%);transform:translateX(-50%)}}@-webkit-keyframes marquee-right{from{-webkit-transform:translateX(-50%);transform:translateX(-50%)}to{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes marquee-right{from{-webkit-transform:translateX(-50%);transform:translateX(-50%)}to{-webkit-transform:translateX(0);transform:translateX(0)}}