.fade-out{-webkit-mask-image:linear-gradient(to right,black 80%,transparent 100%);mask-image:linear-gradient(to right,black 80%,transparent 100%)}.animate-scroll{display:flex;gap:1rem;animation:scroll var(--animation-duration, 30s) linear infinite;white-space:nowrap;will-change:transform}@keyframes scroll{0%{transform:translateZ(0)}to{transform:translate3d(calc(-1 * var(--total-width, 100%)),0,0)}}.animate-scroll-wrapper{overflow-x:auto;white-space:nowrap;scroll-behavior:smooth}.animate-scroll-wrapper:hover .animate-scroll{animation-play-state:paused}@media (max-width: 768px){.animate-scroll{gap:.75rem}}@media (max-width: 480px){.animate-scroll{gap:.5rem}}
