.p_loading_screen{position:fixed;bottom:0;left:0;right:0;top:0;z-index:99999;width:100%;width:100vw;height:100%;height:100vh;background:#000}.p_loading_screen__inner{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.p_loading_screen__circle{width:60px}@media screen and (max-width: 768px){.p_loading_screen__circle{width:40px}}.p_loading_screen__circle_icon{width:100%;height:100%;vertical-align:bottom;animation:circular_loader_rotate 2s linear infinite}.p_loading_screen__circle_path{stroke-dasharray:1,200;stroke-dashoffset:0;stroke-linecap:round;stroke:#fff;animation:circular_loader_dash 1.5s ease-in-out infinite}@keyframes circular_loader_rotate{100%{transform:rotate(360deg)}}@keyframes circular_loader_dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35}100%{stroke-dasharray:89,200;stroke-dashoffset:-124}}.p_loading_screen__square{width:60px;height:60px}@media screen and (max-width: 768px){.p_loading_screen__square{width:40px;height:40px}}.p_loading_screen__square_icon{background-color:#fff;width:33%;height:33%;float:left;animation:sk_cube_grid_scale_delay 1.3s infinite ease-in-out}.p_loading_screen__square_icon__1{animation-delay:.2s}.p_loading_screen__square_icon__2{animation-delay:.3s}.p_loading_screen__square_icon__3{animation-delay:.4s}.p_loading_screen__square_icon__4{animation-delay:.1s}.p_loading_screen__square_icon__5{animation-delay:.2s}.p_loading_screen__square_icon__6{animation-delay:.3s}.p_loading_screen__square_icon__7{animation-delay:0s}.p_loading_screen__square_icon__8{animation-delay:.1s}.p_loading_screen__square_icon__9{animation-delay:.2s}@keyframes sk_cube_grid_scale_delay{0%,70%,100%{transform:scale3D(1, 1, 1)}35%{transform:scale3D(0, 0, 1)}}.p_loading_screen__dot{width:60px;height:60px;position:relative}@media screen and (max-width: 750px){.p_loading_screen__dot{width:40px;height:40px}}.p_loading_screen__dot_icon{width:100%;height:100%;position:absolute;left:0;top:0}.p_loading_screen__dot_icon span{display:block;width:15%;height:15%;margin:0 auto;background-color:#fff;border-radius:100%;animation:sk_circle_bounce_delay 1.2s infinite ease-in-out both}.p_loading_screen__dot_icon__2{transform:rotate(30deg)}.p_loading_screen__dot_icon__3{transform:rotate(60deg)}.p_loading_screen__dot_icon__4{transform:rotate(90deg)}.p_loading_screen__dot_icon__5{transform:rotate(120deg)}.p_loading_screen__dot_icon__6{transform:rotate(150deg)}.p_loading_screen__dot_icon__7{transform:rotate(180deg)}.p_loading_screen__dot_icon__8{transform:rotate(210deg)}.p_loading_screen__dot_icon__9{transform:rotate(240deg)}.p_loading_screen__dot_icon__10{transform:rotate(270deg)}.p_loading_screen__dot_icon__11{transform:rotate(300deg)}.p_loading_screen__dot_icon__12{transform:rotate(330deg)}.p_loading_screen__dot_icon__2 span{animation-delay:-1.1s}.p_loading_screen__dot_icon__3 span{animation-delay:-1s}.p_loading_screen__dot_icon__4 span{animation-delay:-0.9s}.p_loading_screen__dot_icon__5 span{animation-delay:-0.8s}.p_loading_screen__dot_icon__6 span{animation-delay:-0.7s}.p_loading_screen__dot_icon__7 span{animation-delay:-0.6s}.p_loading_screen__dot_icon__8 span{animation-delay:-0.5s}.p_loading_screen__dot_icon__9 span{animation-delay:-0.4s}.p_loading_screen__dot_icon__10 span{animation-delay:-0.3s}.p_loading_screen__dot_icon__11 span{animation-delay:-0.2s}.p_loading_screen__dot_icon__12 span{animation-delay:-0.1s}@keyframes sk_circle_bounce_delay{0%,80%,100%{transform:scale(0)}40%{transform:scale(1)}}.close_loading_screen .p_loading_screen{opacity:0;pointer-events:none}.p_loading_screen__animation{transition:opacity 1s ease 0s}/*# sourceMappingURL=loading-screen.css.map */