.animated-gradient-text{position:relative;display:inline-block}.text-content{background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.gradient-overlay,.text-content{background-size:200% auto;animation:gradient-animation linear infinite}.gradient-overlay{position:absolute;top:0;left:0;right:0;bottom:0;border-radius:inherit}@keyframes gradient-animation{0%{background-position:0}to{background-position:200%}}