@keyframes carousel{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.carousel-track{display:flex;width:-moz-max-content;width:max-content;animation:carousel 30s linear infinite;will-change:transform}.carousel-track.paused{animation-play-state:paused!important}.carousel-track:active,.carousel-track:focus-within,.carousel-track:hover{animation-play-state:paused}.carousel-item{transition:transform .3s cubic-bezier(.4,2,.6,1),filter .3s,box-shadow .3s}.icon-wrapper{border-radius:1rem;padding:.5rem;transition:box-shadow .3s,background .3s;display:flex;align-items:center;justify-content:center}.carousel-icon{width:44px;height:44px;transition:transform .3s,box-shadow .3s;border-radius:.5rem}.carousel-item:focus .carousel-icon,.carousel-item:hover .carousel-icon{transform:scale(1.18)}.carousel-label{margin-top:.5rem;font-size:.95rem;color:#fff;text-align:center;width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;letter-spacing:.01em;transition:color .3s,font-weight .3s,text-shadow .3s}.carousel-item:focus .carousel-label,.carousel-item:hover .carousel-label{color:#fff;font-weight:600;text-shadow:0 2px 8px #000a}@media (max-width:600px){.carousel-track{gap:.5rem;padding:.5rem}.carousel-icon{width:32px;height:32px}.icon-wrapper{padding:.25rem}}