.animated-gradient-text{position:relative;display:inline-block;padding:.2em 0}.animated-gradient-text .text-content{background-size:300% 100%;background-clip:text;-webkit-background-clip:text;color:transparent;animation:gradient-animation linear infinite}.animated-gradient-text .gradient-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background-size:300% 100%;animation:gradient-animation linear infinite;z-index:-1;border-radius:inherit;filter:blur(10px);opacity:.5}@keyframes gradient-animation{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}