body:not(.loaded),body>div.loader{overflow:hidden}@keyframes hideLoader{0%{width:100%;height:100%}100%{width:0;height:0}}body>div.loader{position:fixed;background:#192d35!important;width:100%;height:100%;z-index:1071;opacity:0;transition:opacity .3s;pointer-events:none;display:flex;align-items:center;justify-content:center}body:not(.loaded)>div.loader{opacity:1}body.loaded>div.loader{animation:.3s linear .3s forwards hideLoader}.loading-animation{width:20px;height:20px;border:1px solid #fff;margin:36px auto;position:relative;-webkit-animation:.3s linear infinite fill_color;-moz-animation:.3s linear infinite fill_color;animation:.3s linear infinite fill_color}.loading-animation:after{width:4px;height:4px;position:absolute;content:"";background-color:#fff;top:-8px;left:0;-webkit-animation:.3s ease-in-out infinite square_check;-moz-animation:.3s ease-in-out infinite square_check;animation:.3s ease-in-out infinite square_check}@keyframes square_check{25%{left:22px;top:-8px}50%{left:22px;top:22px}75%{left:-9px;top:22px}100%{left:-9px;top:-7px}}@keyframes fill_color{0%{box-shadow:inset 0 0 0 0 rgba(50,50,50,.1)}100%{box-shadow:inset 0 -20px 0 0 #323232}}