@keyframes ex1-headline-shimmer{0%{background-position:200% 50%}to{background-position:-200% 50%}}.ex1-shimmer{background-image:linear-gradient(110deg,#fafafa,#d4d4d8 22%,#C8102E 50%,#d4d4d8 78%,#fafafa);background-size:200% 100%;background-clip:text;-webkit-background-clip:text;color:transparent;-webkit-text-fill-color:transparent;animation:ex1-headline-shimmer 18s linear infinite;will-change:background-position}@media (prefers-reduced-motion:reduce){.ex1-shimmer{animation:none;background-position:50% 50%}}