html,
body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

.page-preloader {
  background-color: #C40F23;
  color: #fff;
  width: 100%;
  overflow: hidden;
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  transition: all 0.25s ease-in-out;
  will-change: transform;
}
.page-preloader .site-logo {
  background-image: url(../images/logo_preloader.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 216px;
  height: 61px;
  position: absolute;
  top: 50px;
  left: 2.6041666667vw;
  will-change: transform;
  transform: scale(0.8) translateY(-2000px);
}
@media (max-width: 575.98px) {
  .page-preloader .site-logo {
    left: 24px;
  }
}
.page-preloader .slogan {
  font-size: 1rem;
  position: absolute;
  left: 2.6041666667vw;
  bottom: 40px;
}
@media (max-width: 575.98px) {
  .page-preloader .slogan {
    left: 24px;
  }
}
.page-preloader .count {
  display: block;
  font-family: "Bebas Neue";
  font-size: 220px;
  line-height: 1;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  height: 1.25em;
  width: 1em;
}
.page-preloader .count .count-wrapper {
  transform: translateY(100%);
  will-change: transform;
}
.page-preloader .count .num {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 1.25em;
  width: 1em;
}
@media (max-width: 1199.98px) {
  .page-preloader .count {
    right: -5px;
  }
}
@media (max-width: 575.98px) {
  .page-preloader .count {
    font-size: 120px;
    right: -10px;
  }
}