.testimonials-viewport{width:100%;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000 0,#000 80px calc(100% - 80px),#0000 100%);mask-image:linear-gradient(90deg,#0000 0,#000 80px calc(100% - 80px),#0000 100%)}.testimonials-track{width:max-content;animation:testimonials-scroll var(--marquee-duration,60s) linear infinite;will-change:transform;gap:20px;display:flex}.testimonials-viewport:hover .testimonials-track{animation-play-state:paused}@keyframes testimonials-scroll{0%{transform:translate(0)}to{transform:translate(calc(-50% - 10px))}}@media (prefers-reduced-motion:reduce){.testimonials-track{animation:none}}
