@keyframes animated-ellipsis{0%{content:""}25%{content:"."}50%{content:".."}75%{content:"..."}}.a-hellip{display:inline-block}.a-hellip::before{content:"..."}@media (prefers-reduced-motion:no-preference){.a-hellip::before{content:"";animation:3s linear infinite animated-ellipsis}}