.elementor .shim_txt{color:#808080;.shim_txt {
background-image: linear-gradient(
  90deg,
  #777 0%,
  #777 40%,
  #ffffff 50%,
  #777 60%,
  #777 100%
);
background-size: 250% 100%;
background-position: 120% 0;
-webkit-background-clip: text;
background-clip: text;
color: transparent !important;
-webkit-text-fill-color: transparent !important;
animation: shimWave 3.5s linear infinite;
}

@keyframes shimWave {
from {
  background-position: 120% 0;
}
to {
  background-position: -120% 0;
}
}\n}