.website_preloader {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100vh;

  background: #ffffff;

  display: flex;
  align-items: center;
  justify-content: center;

  z-index: 999999;
}

.preloader_lottie {
  width: 170px;
  height: 170px;
}
@media (min-width: 0px) and (max-width: 575.98px) {
  .preloader_lottie {
    width: 100px;
    height: 100px;
  }
}
