@keyframes h3-float{0%,to{translate:0 0}50%{translate:0 -10px}}@keyframes h3-progress{0%{width:12%}50%{width:86%}to{width:12%}}.h3-float{animation:h3-float 4.5s ease-in-out infinite}.h3-float-slow{animation:h3-float 6s ease-in-out infinite}.h3-progress{animation:h3-progress 5s ease-in-out infinite}@media (prefers-reduced-motion:reduce){.h3-float,.h3-float-slow,.h3-progress{animation:none}}