.animated-gradient-text{position:relative;overflow:hidden}.animated-gradient-text .text-content{background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-size:200% 100%;background-position:100% 0;animation-name:text-gradient-animation;animation-timing-function:linear;animation-iteration-count:infinite}@keyframes text-gradient-animation{0%{background-position:100% 0}to{background-position:-100% 0}}