@keyframes fade-in-up{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in-up{animation:fade-in-up .8s cubic-bezier(.4,0,.2,1) both}.animate-fade-in{animation:fade-in 1s cubic-bezier(.4,0,.2,1) both}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes pulse-slow{0%,to{opacity:.7}50%{opacity:1}}.animate-pulse-slow{animation:pulse-slow 4s infinite}@keyframes gradient-x{0%,to{background-position:0 50%}50%{background-position:100% 50%}}.animate-gradient-x{background-size:200% 200%;animation:gradient-x 6s ease-in-out infinite}