@keyframes scrollLeft{0%{transform:translateX(0)}to{transform:translateX(calc(-280px * 4 - 1rem * 4))}}@keyframes scrollRight{0%{transform:translateX(calc(-280px * 4 - 1rem * 4))}to{transform:translateX(0)}}.animate-scroll-left{animation:scrollLeft 25s linear infinite}.animate-scroll-right{animation:scrollRight 25s linear infinite}.testimonial-row:active .animate-scroll-left,.testimonial-row:active .animate-scroll-right,.testimonial-row:hover .animate-scroll-left,.testimonial-row:hover .animate-scroll-right{animation-play-state:paused}.masonry-column{display:flex;flex-direction:column;gap:12px}.break-inside-avoid{break-inside:avoid}.testimonial-card{box-shadow:0 0 15px rgba(139,92,246,.15);transition:all .3s ease;width:100%;flex-shrink:0}@media (max-width:640px){.testimonial-card{max-width:100%}.animate-marquee-left,.animate-marquee-right,.animate-scroll-left,.animate-scroll-right{animation-duration:20s}.testimonial-row{padding:.5rem 0}.testimonial-card{padding:.5rem}.testimonial-card h4{font-size:.875rem}.testimonial-card p{font-size:.75rem;line-height:1.2}}