@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.animate-scroll{animation:40s linear infinite scroll}.animate-scroll-reverse{animation:40s linear infinite reverse scroll}@keyframes shine{0%{left:-100%}20%{left:200%}to{left:200%}}.animate-shine{animation:3s infinite shine}@keyframes pulse-slow{0%{opacity:.15;transform:scale(1)}to{opacity:.35;transform:scale(1.1)}}.animate-pulse-slow{animation:8s ease-in-out infinite alternate pulse-slow}.animate-pulse-slow-reverse{animation:10s ease-in-out infinite alternate-reverse pulse-slow}
