@keyframes rotate-animation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes anti-rotate-animation{0%{transform:rotate(0deg)}to{transform:rotate(-1turn)}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes topBall{50%{top:0;left:50%}75%,to{top:50%;left:0}}@keyframes bottomBall{25%,50%,75%{top:50%;left:100%}to{top:0;left:50%}}@keyframes leftBall{25%{top:50%;left:0}50%,to{top:100%;left:50%}}@keyframes movingBall{0%,to{top:0;left:50%}25%{top:50%;left:100%}50%{top:100%;left:50%}75%{top:50%;left:0}}@keyframes box-bg{0%{background:var(--background-color-1)}to{background:var(--background-color-2)}}@keyframes wave1{0%{background-position-x:1000px}to{background-position-x:0}}@keyframes wave2{0%{background-position-x:0}to{background-position-x:1000px}}.animate-wave-1{animation:wave1 4s linear infinite}.animate-wave-2{animation:wave2 4s linear infinite}.animate-wave-3{animation:wave1 3s linear infinite}.animate-wave-4{animation:wave2 3s linear infinite}