@keyframes color-wave{0%{background-color:#022d94}33.33%{background-color:#006bff}66.66%{background-color:#97c3ff}to{background-color:#022d94}}.animate-color-wave-1{background-color:#022d94;animation:color-wave 1.5s infinite ease-in-out;animation-delay:0s}.animate-color-wave-2{background-color:#97c3ff;animation:color-wave 1.5s infinite ease-in-out;animation-delay:.2s}.animate-color-wave-3{background-color:#006bff;animation:color-wave 1.5s infinite ease-in-out;animation-delay:.4s}
