@keyframes blob{0%{transform:translate(0) scale(1)}33%{transform:translate(30px,-50px) scale(1.1)}66%{transform:translate(-20px,20px) scale(.9)}to{transform:translate(0) scale(1)}}@keyframes float{0%{transform:translateY(0) rotate(0)}50%{transform:translateY(-10px) rotate(5deg)}to{transform:translateY(0) rotate(0)}}.animate-blob{animation:blob 7s infinite}.animate-float{animation:float 3s ease-in-out infinite}.animation-delay-2000{animation-delay:2s}.animation-delay-500{animation-delay:.5s}.animation-delay-1000{animation-delay:1s}.blur-3xl[data-v-c36e4aac]{filter:blur(96px)}.blur-3xl[data-v-635162fe]{filter:blur(64px)}
