.loader path{animation:dashArray 4s ease-in-out infinite,dashOffset 4s linear infinite;stroke:#00000020;stroke-width:2px}@keyframes dashArray{0%{stroke-dasharray:0 1 359 0}50%{stroke-dasharray:0 359 1 0}to{stroke-dasharray:359 1 0 0}}@keyframes dashOffset{0%{stroke-dashoffset:365}to{stroke-dashoffset:5}}.loader-wrapper{align-items:center;display:flex;justify-content:center;min-height:100vh;overflow:hidden;width:100%}.loader-svg{height:auto;max-width:480px;width:100%}
