@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes breathe{0%,to{opacity:.4}50%{opacity:.7}}@keyframes fade-in-up{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.hero-float{animation:6s ease-in-out infinite float}.hero-blob{animation:4s ease-in-out infinite breathe}.hero-blob-1{animation-delay:0s}.hero-blob-2{animation-delay:1.3s}.hero-blob-3{animation-delay:2.6s}.hero-fade-1{animation:.7s ease-out .1s both fade-in-up}.hero-fade-2{animation:.7s ease-out .3s both fade-in-up}.hero-fade-3{animation:.7s ease-out .5s both fade-in-up}
