/*.text--u-ihyd9adm1 {
 background: linear-gradient(to right, #08b3f9 20%, #3a3a3a 40%, #3a3a3a 60%, #08b3f9 80%);
 background-size: 200% auto;
 background-clip: text;
 text-fill-color: transparent;
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;
 animation: shine 3s linear infinite;
 @keyframes shine {
 to {
 background-position: 200% center;
 }
 }
 }*/
