body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.global-spinner-overlay{background-color:#0000004d;bottom:0;color:#fff;font-size:30px;font-weight:700;left:0;position:fixed;right:0;top:0;z-index:9999}.global-spinner-overlay,.sk-cube-grid{align-items:center;display:flex;justify-content:center}.sk-cube-grid{flex-wrap:wrap;height:50px;width:50px}.sk-cube-grid .sk-cube{animation:sk-cubeGridScaleDelay 1.3s ease-in-out infinite;background-color:red;height:33%;width:33%}.sk-cube-grid .sk-cube:first-child{animation-delay:.2s}.sk-cube-grid .sk-cube:nth-child(2){animation-delay:.3s}.sk-cube-grid .sk-cube:nth-child(3){animation-delay:.4s}.sk-cube-grid .sk-cube:nth-child(4){animation-delay:.1s}.sk-cube-grid .sk-cube:nth-child(5){animation-delay:.2s}.sk-cube-grid .sk-cube:nth-child(6){animation-delay:.3s}.sk-cube-grid .sk-cube:nth-child(7){animation-delay:0s}.sk-cube-grid .sk-cube:nth-child(8){animation-delay:.1s}.sk-cube-grid .sk-cube:nth-child(9){animation-delay:.2s}@keyframes sk-cubeGridScaleDelay{0%,70%,to{transform:scaleX(1)}35%{transform:scale3D(0,0,1)}}