.carousel-inner{position:relative;width:100%;overflow:hidden;height:5rem;-webkit-mask-image:linear-gradient(90deg,transparent 0,#ffffff 30%,#ffffff 70%,transparent);mask-image:linear-gradient(90deg,transparent 0,#ffffff 30%,#ffffff 70%,transparent)}.carousel-wrapper{position:absolute;display:flex;height:100%}.carousel-section{display:flex;justify-content:center;align-items:center;gap:60px;margin-right:60px;animation:swipe var(--speed,10s) linear infinite;height:100%}.carousel-image svg path{fill:#5A5A5A!important}@keyframes swipe{0%{transform:translateX(0)}to{transform:translateX(-100%)}}