.wrapper{--marquee-item-spacing:80px;width:100%;max-width:600px;margin-inline:auto;position:relative;height:50px;margin-top:1rem;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,rgba(0,0,0,0),rgba(0,0,0,1) 20%,rgba(0,0,0,1) 80%,rgba(0,0,0,0));mask-image:linear-gradient(90deg,rgba(0,0,0,0),rgba(0,0,0,1) 20%,rgba(0,0,0,1) 80%,rgba(0,0,0,0))}@keyframes scrollLeft{to{left:calc(var(--marquee-item-spacing) * -1)}}.marquee-item{display:flex;align-items:center;justify-content:center;width:50px;height:50px;position:absolute;animation-name:scrollLeft;animation-duration:30s;animation-timing-function:linear;animation-iteration-count:infinite}
/*# sourceMappingURL=1513c4c78e31dd51.css.map*/