@keyframes bg-move{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.animate-bg-move{background-size:200% 200%;animation:bg-move 8s ease-in-out infinite}@keyframes pop-once{0%{transform:scale(.5);opacity:0}to{transform:scale(1);opacity:1}}@keyframes pulse-scale{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.animate-pop-pulse{animation:pop-once .8s ease-out forwards,pulse-scale 4s ease-in-out infinite;animation-delay:0s,.8s}