.gallery{--gallery-count: 6;position:relative;padding:48px 0;background:var(--surface-cream)}.gallery__title{margin:0;font-size:26px;font-weight:500;line-height:1.2}.gallery__actions{margin-top:24px}.gallery__viewport{position:relative;overflow:hidden;margin-top:24px}.gallery__track{width:max-content;animation:gallery-marquee calc(10s * var(--gallery-count)) linear infinite}.gallery__viewport:hover .gallery__track,.gallery__viewport:focus-within .gallery__track{animation-play-state:paused}.gallery__group{margin:0;padding:0;list-style:none}.gallery__item{flex:0 0 auto;width:260px;margin-inline-end:16px;border-radius:24px;overflow:hidden;aspect-ratio:350/370}.gallery__figure{height:100%;margin:0}.gallery__figure picture,.gallery__figure img{display:block;width:100%;height:100%;object-fit:cover}.gallery__fade{position:absolute;top:0;bottom:0;z-index:2;pointer-events:none;width:60px}.gallery__fade--left{left:0;background:linear-gradient(to right,var(--surface-cream-80),var(--surface-cream-0))}.gallery__fade--right{right:0;background:linear-gradient(to left,var(--surface-cream-80),var(--surface-cream-0))}.gallery--speed-slow .gallery__track{animation-duration:calc(14s * var(--gallery-count))}.gallery--speed-normal .gallery__track{animation-duration:calc(10s * var(--gallery-count))}.gallery--speed-fast .gallery__track{animation-duration:calc(6s * var(--gallery-count))}.gallery--direction-right .gallery__track{animation-direction:reverse}@media(prefers-reduced-motion:reduce){.gallery__viewport{overflow-x:auto}.gallery__track{animation:none}.gallery__group[aria-hidden=true]{display:none}}@keyframes gallery-marquee{0%{transform:translateZ(0)}to{transform:translate3d(-50%,0,0)}}@media(min-width:992px){.gallery{padding:112px 0}.gallery__title{font-size:38px}.gallery__actions{margin-top:32px}.gallery__viewport{margin-top:56px}.gallery__item{width:350px;margin-inline-end:24px}.gallery__fade{width:100px}}@media(max-width:991px){.gallery__title br{display:none}.gallery__title img{width:16px}}
