@keyframes loader{0%{opacity:.2}60%{opacity:.5}70%{opacity:.7}to{opacity:1}}@keyframes loader-rotate{0%{transform:rotate(0)}to{transform:rotate(1turn)}}a,abbr,acronym,address,applet,b,big,blockquote,body,caption,center,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,i,iframe,img,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,u,ul,var{background:0 0;border:0;font-size:100%;line-height:1;margin:0;outline:0;padding:0;vertical-align:initial}*,:after,:before{box-sizing:border-box;text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%}#app,body,html{height:100%;width:100%}html{background-color:#000;font-family:var(--ff-sans)}#app,body{overflow:hidden;touch-action:none}body{-moz-user-select:none;-webkit-user-select:none;-webkit-overflow-scrolling:touch;-webkit-tap-highlight-color:rgba(0,0,0,.05)}#app{align-items:center;display:flex;justify-content:center}button,button:active,button:focus,input,input:focus{background:0 0;border:0;font-family:inherit;line-height:1;outline:0;padding:0}button,button:active,button:focus{color:unset;cursor:pointer;font-size:inherit}input,input:focus{cursor:text;margin:0;text-overflow:ellipsis}input::placeholder{font-family:inherit;line-height:1}ol,ul{list-style:none}table{border-collapse:collapse;border-spacing:0}.loader-wrapper{box-sizing:initial;height:153px;left:50%;overflow:hidden;padding:12px;position:absolute;top:50%;transform:translate(-50%,-50%);width:153px}.loader-wrapper .loader{animation:loader-rotate 1s linear 0s infinite forwards;height:100%;position:relative;width:100%}.loader-wrapper .loader i{animation:loader 1s linear 0s infinite forwards;background:hsla(0,0%,100%,.48);border-radius:50%;display:block;padding:16.33986928104575%0 0;position:absolute;width:16.33986928104575%}.loader-wrapper .loader i:first-child{left:41.830065359477125%;top:0}.loader-wrapper .loader i:nth-child(2){animation-delay:.12s;right:12.418300653594772%;top:12.418300653594772%}.loader-wrapper .loader i:nth-child(3){animation-delay:.24s;right:0;top:41.830065359477125%}.loader-wrapper .loader i:nth-child(4){animation-delay:.36s;bottom:12.418300653594772%;right:12.418300653594772%}.loader-wrapper .loader i:nth-child(5){animation-delay:.48s;bottom:0;left:41.830065359477125%}.loader-wrapper .loader i:nth-child(6){animation-delay:.6s;bottom:12.418300653594772%;left:12.418300653594772%}.loader-wrapper .loader i:nth-child(7){animation-delay:.72s;left:0;top:41.830065359477125%}.loader-wrapper .loader i:nth-child(8){animation-delay:.84s;left:12.418300653594772%;top:12.418300653594772%}.loader-wrapper.small{height:40px;width:40px}.loader.fullscreen{background-color:#000;height:100%;left:0;position:fixed;top:0;width:100%}