html .preloader{position:absolute;top:0;left:0;width:100%;height:100%;z-index:10000;background-color:#00000040;display:none;justify-content:center;align-items:center}html .preloader>svg{width:300px}html .preloader>svg path{stroke:#5c5c5c!important;stroke-dasharray:10071.47;animation:logo-draw 1.5s ease-in-out infinite}@keyframes logo-draw{0%{stroke-dashoffset:10071.47}80%{stroke-dashoffset:0}to{stroke-dashoffset:0}}html.loading .preloader{display:flex}
