#preloader-screen{display:flex;justify-content:center;align-items:center;position:absolute;top:0;right:0;bottom:0;left:0;background-color:#ffc42a;z-index:99999;pointer-events:none}#preloader-screen .logo{width:250px;margin:0 auto}#preloader-screen .logo svg path{fill-opacity:0;fill:#fff!important;stroke:#fff;stroke-width:2;stroke-dasharray:75;stroke-dashoffset:75;animation-name:draw;animation-duration:2s;animation-iteration-count:1;animation-fill-mode:forwards;animation-timing-function:linear}@keyframes draw{60%{stroke-dashoffset:0;stroke-width:2;fill-opacity:0}to{stroke-width:0;fill-opacity:1}}*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
