@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(../fonts/JTURjIg1_i6t8kCHKm45_bZF3gnD_g.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}
.lp-screen-text {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  white-space: nowrap !important;
}
#loading_page_codeBlock {
  position: fixed;
  left: 0;
  right: 0;
  top: 5px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  z-index: 999999;
  display: none;
}
.lp-close-screen {
  position: fixed;
  z-index: 999999;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: white;
  background: black;
  display: inline-block;
  font-family: sans-serif;
  cursor: pointer;
  font-size: 12px;
  opacity: 0.3;
}
.lp-close-screen:hover {
  opacity: 0.9;
}
@keyframes lp-fade {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes lp-fade {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
#lp_ls_img.lp_blink {
  animation: lp-fade 1000ms infinite;
  -webkit-animation: lp-fade 1000ms infinite;
}
.lp_loading_screen_body {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
