.pace {
  pointer-events: none;
  user-select: none;
  z-index: 2000;
  position: fixed;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 400px;
  border: 0px;
  height: 1px;
  overflow: hidden;
  background: rgba(244, 244, 244, 0);
}

.pace .pace-progress {
  box-sizing: border-box;
  transform: translate3d(0, 0, 0);
  max-width: 400px;
  position: fixed;
  z-index: 2000;
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0);
}

.pace.pace-inactive {
  display: none;
}

#preloader2 {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  z-index: 2000;
}

.p {
  position: absolute;
  top: 43%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #707070;
  font-size: 1.4rem;
  font-weight: 700;
}

@media screen and (max-width: 480px) {
  .p {
    width: 80%;
    text-align: center;
  }
}
#preloader2 {
  z-index: 1000;
}

#preloader2 .p img {
  width: 70px;
  height: 70px;
}

/* 
@-webkit-keyframes jump {
  0% {
    transform: translate(-30px, 0px);
  }

  50% {
    transform: translate(-30px, 30px);
  }

  100% {
    transform: translate(-30px, 0px);
  }
} */
#preloader2 .loading {
  width: 70px;
  height: 70px;
  position: absolute;
  top: 43%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#preloader2 .loading img {
  width: 70px;
  height: 70px;
}