::-webkit-scrollbar{display:none}*{-ms-overflow-style:none;scrollbar-width:none}.preloader-container{display:flex;justify-content:center;align-items:center;height:100vh;background:#fff}.loading-logo{width:180px;height:auto}.draw-path{stroke-dasharray:2000;stroke-dashoffset:2000;animation:draw 2.5s ease forwards}.draw-path:nth-child(1){animation-delay:0s}.draw-path:nth-child(2){animation-delay:.3s}.draw-path:nth-child(3){animation-delay:.6s}@keyframes draw{to{stroke-dashoffset:0}}.draw-path{fill:transparent;animation:draw 2.5s ease forwards,fillIn 1s ease forwards 2.5s}@keyframes fillIn{to{fill:currentColor}}
