.fz-preloader{position:fixed;z-index:10000;top:0;left:0;display:none;align-items:center;justify-content:center;width:100%;height:100%;transition:.2s linear;background:#c4c4c4}@media screen and (min-width:1080px) and (min-height:670px){.fz-preloader{background:#000}}body.home .fz-preloader{display:flex}.fz-preloader__box{position:relative;z-index:1;display:flex;align-items:center;flex-direction:column;justify-content:center;width:56rem;max-width:100%}@media screen and (min-width:1080px) and (min-height:670px){.fz-preloader__box{height:20rem;background:#c4c4c4;box-shadow:var(--box-shadow-input)}}.fz-preloader__box svg{max-width:100%;height:auto;margin-bottom:1rem}.fz-preloader__loading{display:flex;margin-top:2rem;padding:.5rem;background:#a3a4a9;box-shadow:var(--box-shadow-input)}.fz-preloader__loading span{display:inline-block;width:2rem;height:3rem;margin-right:1px;margin-left:1px;animation:loading .6s infinite alternate;background:#000}.fz-preloader__loading span:first-child{animation-delay:.2s}.fz-preloader__loading span:nth-child(2){animation-delay:.4s}.fz-preloader__loading span:nth-child(3){animation-delay:.6s}.fz-preloader__loading span:nth-child(4){animation-delay:.8s}.fz-preloader__loading span:nth-child(5){animation-delay:1s}.fz-preloader__loading span:nth-child(6){animation-delay:1.2s}.fz-preloader__loading span:nth-child(7){animation-delay:1.4s}.fz-preloader__loading span:nth-child(8){animation-delay:1.6s}.fz-preloader__loading span:nth-child(9){animation-delay:1.8s}.fz-preloader__loading span:nth-child(10){animation-delay:2s}@keyframes loading{0%{opacity:0}to{opacity:1}}.fz-preloader--active{pointer-events:none;opacity:0}