.loader{position:fixed;top:50%;left:50%;translate:-50% -50%;z-index:9000;background-color:#fff;display:flex;justify-content:center;align-items:center;height:120vh;width:200%;border-radius:50%;transition:visibility 1.5s,transform 1s cubic-bezier(.215, .61, .355, 1)}.loader__wrapper{width:20rem;font-weight:700}.loader__text{fill:white;font-size:3rem;stroke-width:2;stroke:#30047c;animation:3s infinite alternate animate-stroke}@keyframes animate-stroke{0%{fill:transparent;stroke:#30047c;stroke-width:3;stroke-dashoffset:25%;stroke-dasharray:0 32%}50%{fill:transparent;stroke:#30047c;stroke-width:3}80%{fill:#30047c;stroke:transparent;stroke-width:0;stroke-dashoffset:-25%;stroke-dasharray:32% 0}}.loader.hidden{visibility:hidden;transform:translate3d(0,-100%,0)}@media (min-width:640px){.loader__text{font-size:3.75rem}}@media (min-width:1024px){.loader__text{font-size:4.5rem}}