.animated-gradient-text{position:relative;display:inline-block}.animated-gradient-text,.animated-gradient-text .gradient-overlay{background-size:400% 400%;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:gradientShift 8s ease infinite}.animated-gradient-text .gradient-overlay{position:absolute;top:0;left:0;width:100%;height:100%}.animated-gradient-text .text-content{background-size:400% 400%;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:gradientShift 8s ease infinite}@keyframes gradientShift{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}