.carouselWrapper{-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));overflow:hidden;height:3rem;width:100%;position:relative;margin-inline:auto;max-width:calc(100px * 6)}@keyframes scrollLeft{to{left:-100px}}.carouselItem{animation-name:scrollLeft;animation-duration:30s;animation-timing-function:linear;animation-iteration-count:infinite;left:calc(100px * 6)}.carouselItem1{animation-delay:calc(30s / 6 * (6 - 1) * -1)}.carouselItem2{animation-delay:calc(30s / 6 * (6 - 2) * -1)}.carouselItem3{animation-delay:calc(30s / 6 * (6 - 3) * -1)}.carouselItem4{animation-delay:calc(30s / 6 * (6 - 4) * -1)}.carouselItem5{animation-delay:calc(30s / 6 * (6 - 5) * -1)}.carouselItem6{animation-delay:calc(30s / 6 * (6 - 6) * -1)}