@keyframes logo-border{0%{stroke-dashoffset:549%}100%{stroke-dashoffset:183%}}#loader-container{position:fixed;top:-1px;bottom:0;left:-1px;right:0;z-index:1000}#loader{--animation-color: #36B5A8;--final-duration: 0.8s;width:100vw;height:100vh;background-color:#fff;position:absolute;height:100vh;width:100vw;top:50%;left:50%;transform:translate(-50%, -50%);overflow:hidden}#logo-container{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);z-index:10;width:120px;height:120px;border-radius:0 45px;overflow:hidden;background-color:#fff}.logo-border{animation:logo-border .8s linear infinite;stroke-dasharray:183%}