@keyframes float-bubble{0%,to{transform:translateZ(0)}50%{transform:translate3d(0,-15px,0)}}.animate-float-1{animation:float-bubble 7s ease-in-out infinite}.animate-float-2{animation:float-bubble 6s ease-in-out 1.5s infinite}.animate-float-3{animation:float-bubble 8s ease-in-out 3s infinite}.animate-float-4{animation:float-bubble 6.5s ease-in-out 4.5s infinite}.bubble{backface-visibility:hidden;will-change:transform}@media (prefers-reduced-motion:reduce){.animate-float-1,.animate-float-2,.animate-float-3,.animate-float-4{animation:none}}
