.global-loading{display:-ms-flexbox;display:flex;position:absolute;z-index:1;top:0;left:0;width:100%;height:100%;min-height:500px;transition:transform 218ms 1s,top 218ms 1s}[status=loaded] .global-loading{top:-100%}[status=loaded] .global-loading .loading-box{transform:rotateY(-90deg) translateZ(40px)}.global-loading .loading-box{display:-ms-flexbox;display:flex;position:absolute;top:38.2%;left:50%;width:80px;height:80px;margin-top:-40px;margin-left:-40px;background:#fff;border:2px solid #383838;border-radius:0;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;box-sizing:border-box;transform-style:preserve-3d;perspective:9999px;transition:transform 318ms}.global-loading .loading-box path{stroke-dasharray:0 11 83 0;animation:moveTheWave 2.4s ease-in-out alternate infinite}@keyframes moveTheWave{0%,5%{stroke-dashoffset:0;transform:translateZ(0)}95%,to{stroke-dashoffset:-92;transform:translate3d(-61px,0,0)}}