@keyframes gradient-x{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.animate-gradient-x{background-size:400% 400%;animation:gradient-x 3s ease infinite;-webkit-animation:gradient-x 3s ease infinite}@keyframes pulse-slow{0%,to{opacity:.3;transform:scale(1)}50%{opacity:.5;transform:scale(1.05)}}.animate-pulse-slow{animation:pulse-slow 4s ease-in-out infinite;-webkit-animation:pulse-slow 4s ease-in-out infinite}@media (prefers-reduced-motion:reduce){.animate-gradient-x,.animate-pulse-slow{animation:none;-webkit-animation:none}}@media (max-width:640px){.animate-gradient-x{background-size:200% 200%;animation-duration:2s;-webkit-animation-duration:2s}}