.animated-gradient-text{position:relative;display:inline-block}.text-content{background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-weight:inherit;font-size:inherit;line-height:inherit}.gradient-overlay,.text-content{background-size:400% 100%;animation:gradient-animation linear infinite}.gradient-overlay{position:absolute;top:0;left:0;right:0;bottom:0;border-radius:inherit;z-index:-1}@keyframes gradient-animation{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}