.animated-gradient-text{position:relative;display:inline-block}.animated-gradient-text .text-content{background-size:200% 100%;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:gradient-shift linear infinite;font-weight:inherit;font-size:inherit;line-height:inherit}.animated-gradient-text .gradient-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background-size:200% 100%;animation:gradient-shift linear infinite;z-index:-1;filter:blur(8px);opacity:.3}@keyframes gradient-shift{0%{background-position:0 50%}to{background-position:200% 50%}}