#splash-screen{background-color:#337ab7;z-index:10000;position:absolute;left:0;right:0;top:0;bottom:0;display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-direction:row;-webkit-flex-direction:row;flex-direction:row;-ms-flex-align:center;-webkit-align-items:center;align-items:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}#splash-screen .splash-logo{position:absolute;top:25vh}#splash-screen .splash-logo img{height:24vh;max-width:80vw}#splash-screen .splash-status{text-align:center;color:#fff;font-size:16px;font-weight:500;letter-spacing:.0125em;position:absolute;top:49vh;text-shadow:0 1px 1px rgba(0,0,0,0.4)}#splash-screen .splash-loader{top:53vh;position:absolute}#splash-screen .splash-return{color:var(--mdc-theme-text-primary)}#splash-screen .splash-return-link{color:var(--mdc-theme-primary)}/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */.la-ball-beat,.la-ball-beat>div{position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.la-ball-beat{display:block;font-size:0;color:#fff}.la-ball-beat.la-dark{color:#333}.la-ball-beat>div{display:inline-block;float:none;background-color:#25fc07;border:2px solid #000}.la-ball-beat{width:108px;height:18px}.la-ball-beat>div{width:20px;height:20px;margin:8px;border-radius:100%;-webkit-animation:ball-beat .7s -0.15s infinite linear;-moz-animation:ball-beat .7s -0.15s infinite linear;-o-animation:ball-beat .7s -0.15s infinite linear;animation:ball-beat .7s -0.15s infinite linear}.la-ball-beat>div:nth-child(2n-1){-webkit-animation-delay:-0.5s;-moz-animation-delay:-0.5s;-o-animation-delay:-0.5s;animation-delay:-0.5s}.la-ball-beat.la-sm{width:26px;height:8px}.la-ball-beat.la-sm>div{width:4px;height:4px;margin:2px}.la-ball-beat.la-2x{width:108px;height:36px}.la-ball-beat.la-2x>div{width:20px;height:20px;margin:8px}.la-ball-beat.la-3x{width:162px;height:54px}.la-ball-beat.la-3x>div{width:30px;height:30px;margin:12px}#splash-screen.brandless{background-color:var(--mdc-theme-surface)}#splash-screen.brandless .splash-logo{display:none}#splash-screen.brandless .splash-status{display:none;color:red}#splash-screen.brandless .splash-loader{top:calc(50vh - 20px)}#splash-screen.brandless .la-ball-beat>div{background-color:var(--mdc-theme-on-secondary);border-color:var(--mdc-theme-dark-ripple,#000)}@-webkit-keyframes ball-beat{50%{opacity:.2;-webkit-transform:scale(0.75);transform:scale(0.75)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@-moz-keyframes ball-beat{50%{opacity:.2;-moz-transform:scale(0.75);transform:scale(0.75)}100%{opacity:1;-moz-transform:scale(1);transform:scale(1)}}@-o-keyframes ball-beat{50%{opacity:.2;-o-transform:scale(0.75);transform:scale(0.75)}100%{opacity:1;-o-transform:scale(1);transform:scale(1)}}@keyframes ball-beat{50%{opacity:.2;-webkit-transform:scale(0.75);-moz-transform:scale(0.75);-o-transform:scale(0.75);transform:scale(0.75)}100%{opacity:1;-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1)}}