@keyframes dash{to{stroke-dashoffset:-20}}.animate-dash{animation:dash 20s linear infinite}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in-up{animation:fadeInUp .8s ease-out}@keyframes pulse{0%,to{opacity:.3}50%{opacity:.5}}.animate-pulse-slow{animation:pulse 4s cubic-bezier(.4,0,.6,1) infinite}.bg-gradient-radial{background-image:radial-gradient(var(--tw-gradient-stops))}