@keyframes fadeText{0%{color:#d8e9f7}50%{color:#646592}to{color:#103b5d}}@keyframes moveText{0%{background-position:200% 0}to{background-position:-200% 0}}.wave-animated-text{color:#0000;background:linear-gradient(90deg,#d8e9f7,#5792b3,#103b5d,#5792b3,#d8e9f7) 0 0/200% 100%;-webkit-background-clip:text;background-clip:text;animation:3s linear infinite moveText}.rotate-cw{animation:2s linear infinite rotateCW}.rotate-ccw{animation:2s linear infinite rotateCCW}@keyframes rotateCW{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes rotateCCW{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}
/*# sourceMappingURL=7b329017b42a12f6.css.map*/