@keyframes bloom{0%,to{transform:scale(1)}50%{transform:scale(1.08)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes move-forever{0%{transform:translate(-90px)}to{transform:translate(85px)}}.lotus-slow-spin{animation:120s linear infinite spin}.lotus-bloom-outer{animation:8s ease-in-out infinite bloom}.lotus-bloom-mid{animation:6s ease-in-out 1s infinite bloom}.lotus-bloom-inner{animation:4s ease-in-out .5s infinite bloom}.parallax-ripples>use{animation:25s cubic-bezier(.55,.5,.45,.5) infinite move-forever}.parallax-ripples>use:first-child{animation-duration:7s;animation-delay:-2s}.parallax-ripples>use:nth-child(2){animation-duration:10s;animation-delay:-3s}.parallax-ripples>use:nth-child(3){animation-duration:13s;animation-delay:-4s}.parallax-ripples>use:nth-child(4){animation-duration:20s;animation-delay:-5s}
