#preload{position:fixed;top:0;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:100%;z-index:10;opacity:1;visibility:visible;pointer-events:none;-webkit-transition:opacity .4s ease,visibility .4s ease,background-color .3s ease;transition:opacity .4s ease,visibility .4s ease,background-color .3s ease}#preload__loading-line{position:absolute;top:0;left:0;width:0;height:4px;background-color:#1700f9;-webkit-animation:loading 4s ease;animation:loading 4s ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}#preload__loading-line.load{-webkit-animation:none;animation:none;-webkit-transition:width .2s ease;transition:width .2s ease;width:100%}#preload.preload_loaded{opacity:0;visibility:hidden}@-webkit-keyframes loading{30%{width:30%}55%{width:50%}100%{width:75%}}@keyframes loading{30%{width:30%}55%{width:50%}100%{width:75%}}