.ui-loading-spinner{background:conic-gradient(from 270deg,#fffd62,#ff6ae6 33%,#ff6ae6 45%,#fffd62);-webkit-mask-image:url(#spinner);mask-image:url(#spinner);height:100px;width:100px;margin:0 auto;animation:colorRotate 1.5s infinite linear}.ui-loading-spinner-mask{position:fixed;bottom:-100%}.ui-loading-spinner-mask svg{max-width:240px;transform-origin:bottom;animation:scaleStart .5s ease-out forwards}.ui-loading-spinner-mask g.logoBlend{mix-blend-mode:lighten}.ui-loading-spinner-mask g.logoBlend>rect{fill:#000}.ui-loading-spinner-mask g.logoBlend>path{stroke:#fff;stroke-width:5;stroke-dasharray:288.5;stroke-dashoffset:-288.5;stroke-linecap:round;fill:none;transform-origin:50px 50px;animation:pathStroke 3.75s 0s infinite ease-in-out,pathRotate 7.5s 0s infinite cubic-bezier(1,.5,0,.5)}@keyframes scaleStart{0%{transform:scale(.5)}60%{transform:scale(1.25);animation-timing-function:ease-in}to{transform:scale(1)}}@keyframes colorRotate{0%{transform:rotate(270deg)}to{transform:rotate(-90deg)}}@keyframes pathStroke{0%{stroke-dashoffset:288.5}33%,66%{stroke-dashoffset:577}to{stroke-dashoffset:865.5}}@keyframes pathRotate{0%{transform:rotate(0)}50%{transform:rotate(-540deg)}to{transform:rotate(-1080deg)}}
