@keyframes hero-float-right{0%,to{transform:translate(-50%,-50%)translateY(0)}50%{transform:translate(-50%,-50%)translateY(-14px)}}@keyframes hero-float-bottom{0%,to{transform:translateY(0)}50%{transform:translateY(-14px)}}.hero-float-right{animation:3s ease-in-out infinite hero-float-right}.hero-float-bottom{animation:3s ease-in-out infinite hero-float-bottom}
