.preloader{width:100%;height:100vh;position:fixed;z-index:9999;top:0;left:0;background:#fff;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;text-align:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;transition:.3s;box-sizing:border-box;padding:1rem}.preloader .first,.preloader .second{position:absolute;width:50%;height:100%;background:#000;z-index:-1;transition:.6s}.preloader.animated{transition-delay:.9s;z-index:-9999;opacity:0}.preloader.animated .first,.preloader.animated .second{height:0}.preloader .first{left:0;top:0}.preloader .second{right:0;bottom:0;transition-delay:.3s}.preloader h2{font-size:4rem;margin:0;color:#fff}.preloader h3{margin:0;color:rgba(255,255,255,.6);font-size:2rem;font-weight:500}.preloader h3 strong{font-weight:700;color:#fff}