body{overflow:hidden}.loading{width:100%;height:100vh;position:fixed;background-color:#000;display:flex;justify-content:center;align-items:center;flex-direction:column;z-index:9001}.initial-loading{width:300px;height:200px;display:flex;justify-content:center;align-items:center;flex-direction:row}.svgLoading{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.svgLetter{stroke:#fff;font-size:200px;font-family:ArialMT,Arial;animation:SVGanimation 5s forwards ease}.load{width:100%;height:20px;margin-top:25px;display:flex;justify-content:center;align-items:center}.p-load{font-size:25px;color:#fff}.points{width:30px;height:30px;display:flex;justify-content:center;align-items:flex-end}.point-load{width:5px;height:5px;background-color:#fff;margin-left:5px;margin-bottom:5px;position:relative}@keyframes SVGanimation{0%{stroke-dashoffset:1000;stroke-dasharray:1000;fill:transparent}50%{stroke-dashoffset:0;stroke-dasharray:0;fill:transparent}100%{fill:#fff}}