@keyframes gradient-move{0%{background-position:0 50%}to{background-position:100% 50%}}.animate-gradient-move{background-size:200% 200%;animation:gradient-move 3s linear infinite}@keyframes fade-cloud{0%{transform:scale(1) translateY(0);opacity:.4}50%{transform:scale(1.05) translateY(-2px);opacity:.55}to{transform:scale(1) translateY(0);opacity:.4}}.animate-fade-cloud{animation:fade-cloud 5s ease-in-out infinite}.CSS_SCAN_BOX_SHADOW_15{box-shadow:inset 0 1px 1px 0 rgba(255,255,255,.1),0 50px 100px -20px rgba(50,50,93,.25),0 30px 60px -30px rgba(0,0,0,.3)}