@keyframes bounce-y{0%{animation-timing-function:ease-out;transform:translateY(0)}50%{animation-timing-function:ease-in;transform:translateY(-8px)}to{transform:translateY(0)}}@keyframes scale-y{0%{animation-timing-function:ease-out;transform:scaleY(.75)}12.5%{animation-timing-function:linear;transform:scaleY(1)}90.625%{animation-timing-function:ease-in;transform:scaleY(1)}to{transform:scaleY(.75)}}@keyframes color-shift{0%{fill:#0562d2;animation-timing-function:ease-out}50%{fill:#09f;animation-timing-function:ease-in}to{fill:#0562d2}}.bouncing-dots .dot1 .dot-bounce{animation:bounce-y 1.334s linear infinite;transform-origin:20px 16px}.bouncing-dots .dot1 .dot-scale{animation:scale-y 1.334s linear infinite;transform-origin:20px 16px}.bouncing-dots .dot1 .dot{animation:color-shift 1.334s linear infinite}.bouncing-dots .dot2 .dot-bounce{animation:bounce-y 1.334s linear .167s infinite;transform-origin:32px 16px}.bouncing-dots .dot2 .dot-scale{animation:scale-y 1.334s linear .167s infinite;transform-origin:32px 16px}.bouncing-dots .dot2 .dot{animation:color-shift 1.334s linear .167s infinite}.bouncing-dots .dot3 .dot-bounce{animation:bounce-y 1.334s linear .333s infinite;transform-origin:44px 16px}.bouncing-dots .dot3 .dot-scale{animation:scale-y 1.334s linear .333s infinite;transform-origin:44px 16px}.bouncing-dots .dot3 .dot{animation:color-shift 1.334s linear .333s infinite}@keyframes globalSpin{to{transform:rotate(1turn)}}@keyframes pulse{0%,to{opacity:.4;transform:scale(.95)}50%{opacity:1;transform:scale(1.05)}}@keyframes advancedDashLen{0%{stroke-dasharray:1.257 124.407;animation-timing-function:cubic-bezier(.37,0,.39,.87)}41.667%{stroke-dasharray:87.965 37.699;animation-timing-function:cubic-bezier(.17,.17,1,1)}58.333%{stroke-dasharray:94.248 31.416;animation-timing-function:cubic-bezier(.55,-.09,.44,1)}to{stroke-dasharray:1.257 124.407}}@keyframes advancedDashPos{0%{stroke-dashoffset:-125.664px;animation-timing-function:cubic-bezier(.37,0,.4,1.29)}41.667%{stroke-dashoffset:-163.363px;animation-timing-function:cubic-bezier(.07,.08,1,1)}58.333%{stroke-dashoffset:-157.08px;animation-timing-function:cubic-bezier(.55,-.1,.44,1)}to{stroke-dashoffset:-251.327px}}.loaderAnimationSpinner{animation:globalSpin 2s linear infinite}.loaderAnimationSpinner circle{fill:none;stroke-linecap:round;stroke-dasharray:1.257 124.407;stroke-dashoffset:-125.664px;animation:advancedDashLen 2s linear infinite,advancedDashPos 2s linear infinite}.loaderAnimationSpinner.loader-small{--scale:0.5}.loaderAnimationSpinner.loader-medium{--scale:0.667}.loaderAnimationSpinner.loader-large{--scale:1}.loaderAnimationSpinner.loader-medium circle,.loaderAnimationSpinner.loader-small circle{stroke-dasharray:calc(var(--scale)*1.257) calc(var(--scale)*124.407);stroke-dashoffset:calc(-125.664px*var(--scale))}.loaderAnimationSpinner.reduced-motion{animation:pulse 1.5s ease-in-out infinite}.loaderAnimationSpinner.reduced-motion circle,.loaderAnimationSpinner.reduced-motion.loader-medium circle,.loaderAnimationSpinner.reduced-motion.loader-small circle{animation:none;stroke-dasharray:none!important;stroke-dashoffset:0!important}@media (prefers-reduced-motion:reduce){.loaderAnimationSpinner{animation:pulse 1.5s ease-in-out infinite}.loaderAnimationSpinner circle,.loaderAnimationSpinner.loader-medium circle,.loaderAnimationSpinner.loader-small circle{animation:none;stroke-dasharray:none!important;stroke-dashoffset:0!important}}