.amri-dot{width:38px;height:5px;padding:0;border:0;border-radius:999px;background:rgba(96,116,136,.5);cursor:pointer;overflow:hidden;transition:background .2s ease}.amri-dot[aria-current=true]{background:rgba(96,116,136,.65)}.amri-dot span{display:block;height:100%;width:100%;transform:scaleX(0);transform-origin:left center;background:var(--blue-text)}.amri-dot[aria-current=true] span{transform:scaleX(1);transition:transform var(--amri-delay,6s) linear}@media (prefers-reduced-motion:reduce){.amri-dot[aria-current=true] span{transition:none;transform:scaleX(1)}}