@keyframes gradientAnimation{0%,to{background-position:0 50%}50%{background-position:100% 50%}}@keyframes gradientAnimationVertical{0%{background-position:0 50%}to{background-position:100% 50%}}.animatedSuccessGradientButton{background:linear-gradient(80deg,#0a6c2d,#118c3a,#1da447,#2fbf51,#41b855,#2fbf51,#1da447,#118c3a,#0a6c2d);background-size:200% 200%}.animatedGradientButton,.animatedSuccessGradientButton{animation:gradientAnimation 5s linear infinite;color:white;border:none;cursor:pointer}.animatedGradientButton{background:linear-gradient(80deg,#940a2d,#b00b33,#cc0c39,#e61744,#f32354,#e61744,#cc0c39,#b00b33,#940a2d);background-size:200% 200%}.animatedGradientButtonVertical{background:linear-gradient(90deg,#940a2d,#b00b33,#cc0c39,#e61744,#f32354,#e61744,#cc0c39,#b00b33,#940a2d);background-size:200% 200%;animation:gradientAnimation 5s linear infinite;color:white;border:none;cursor:pointer}.animatedGoldGradientButton{background:linear-gradient(80deg,#d8be28,#e6c200,#ffd700,#e6c200,#d8be28,#ffd700,#d8be28,#e6c200,#ffd700);background-size:200% 200%;animation:gradientAnimation 4s linear infinite;color:white;border:none;padding:10px 20px;cursor:pointer;border-radius:50px}@keyframes gradientAnimationSVG{0%{fill:#d8be28}25%{fill:#e6c200}50%{fill:#ffd700}75%{fill:#e6c200}to{fill:#d8be28}}.animatedGoldGradient{animation:gradientAnimationSVG 4s linear infinite}