.preloader-open{overflow:hidden}.preloader{position:fixed;left:0;top:0;bottom:0;right:0;z-index:10000;width:100vw;height:100vh;background-color:#fff;pointer-events:none}@keyframes topLeft{0%,10%{transform:translate(0,0)}65%{transform:translate(-35px,-35px)}100%{transform:translate(0,0)}}@keyframes topRight{0%,10%{transform:translate(0,0)}65%{transform:translate(35px,-35px)}100%{transform:translate(0,0)}}@keyframes bottomLeft{0%,10%{transform:translate(0,0)}65%{transform:translate(35px,35px)}100%{transform:translate(0,0)}}@keyframes bottomRight{0%,10%{transform:translate(0,0)}65%{transform:translate(-35px,35px)}100%{transform:translate(0,0)}}@keyframes rotateLeft{0%,20%{transform:rotate(0);opacity:1}55%{opacity:.8}100%{transform:rotate(-90deg);opacity:1}}@keyframes rotateRight{0%,20%{transform:rotate(0);opacity:1}55%{opacity:.8}100%{transform:rotate(90deg);opacity:1}}.loader{position:absolute;top:50%;left:50%;width:80px;height:80px;transform:translate(-50%,-50%)}.loader .loader-bar{position:absolute;display:block;width:40px;height:40px}.loader .loader-bar__square{display:block;height:100%;width:100%;background-color:#fe3a3a}.loader .loader-bar:nth-child(1){top:0;left:0;animation:topLeft 1.2s infinite ease-in-out both}.loader .loader-bar:nth-child(1) .loader-bar__square{animation:rotateRight 1.2s infinite ease-in-out both}.loader .loader-bar:nth-child(2){top:0;right:0;animation:topRight 1.2s infinite ease-in-out both}.loader .loader-bar:nth-child(2) .loader-bar__square{animation:rotateLeft 1.2s infinite ease-in-out both}.loader .loader-bar:nth-child(3){bottom:0;left:0;animation:bottomRight 1.2s infinite ease-in-out both}.loader .loader-bar:nth-child(3) .loader-bar__square{animation:rotateLeft 1.2s infinite ease-in-out both}.loader .loader-bar:nth-child(4){bottom:0;right:0;animation:bottomLeft 1.2s infinite ease-in-out both}.loader .loader-bar:nth-child(4) .loader-bar__square{animation:rotateRight 1.2s infinite ease-in-out both}