#full-screen-loading{transition:all .5s ease-in-out;animation:1s fade-out}@keyframes fade-out{0%{opacity:1}to{opacity:0}}@keyframes fill-up{0%,to{clip-path:inset(100% 0 0)}45%,55%{clip-path:inset(0)}}.animate-fill{will-change:clip-path;animation:2.5s cubic-bezier(.45,0,.55,1) infinite fill-up;transform:translateZ(0)}
