.marquee{block-size:var(--marquee-item-height);display:flex;mask-image:linear-gradient(90deg,transparent,#000 20%,#000 80%,transparent);overflow-x:hidden;position:relative}.marquee--10{--marquee-item-width:198px;--marquee-item-height:108px;--marquee-duration:22s;--marquee-items:10}.marquee__item{--marquee-item-offset:max(calc(var(--marquee-item-width)*var(--marquee-items)),calc(100% + var(--marquee-item-width)));--marquee-delay:calc(var(--marquee-duration)/var(--marquee-items)*(var(--marquee-items) - var(--marquee-item-index))*-1);animation:go linear var(--marquee-duration) var(--marquee-delay,0s) infinite;inset-inline-start:var(--marquee-item-offset);position:absolute;transform:translateX(-50%)}.marquee--10 .marquee__item:first-of-type{--marquee-item-index:1}.marquee--10 .marquee__item:nth-of-type(2){--marquee-item-index:2}.marquee--10 .marquee__item:nth-of-type(3){--marquee-item-index:3}.marquee--10 .marquee__item:nth-of-type(4){--marquee-item-index:4}.marquee--10 .marquee__item:nth-of-type(5){--marquee-item-index:5}.marquee--10 .marquee__item:nth-of-type(6){--marquee-item-index:6}.marquee--10 .marquee__item:nth-of-type(7){--marquee-item-index:7}.marquee--10 .marquee__item:nth-of-type(8){--marquee-item-index:8}.marquee--10 .marquee__item:nth-of-type(9){--marquee-item-index:9}.marquee--10 .marquee__item:nth-of-type(10){--marquee-item-index:10}@keyframes go{to{inset-inline-start:calc(var(--marquee-item-width)*-1)}}