@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes float-delayed{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-25px)rotate(5deg)}}@keyframes bounce-slow{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}@keyframes spin-slow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes dash{to{stroke-dashoffset:-20px}}@keyframes fly-across{0%{top:50%;left:-5%}50%{top:20%}to{top:50%;left:105%}}.animate-float{animation:6s ease-in-out infinite float}.animate-float-delayed{animation:8s ease-in-out infinite float-delayed}.animate-bounce-slow{animation:3s ease-in-out infinite bounce-slow}.animate-spin-slow{animation:20s linear infinite spin-slow}.animate-dash{animation:2s linear infinite dash}.animate-fly-across{animation:15s linear infinite fly-across}
