.loading {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
  background: #ffffff;
  z-index: 100000000;
}
.logo-container {
  width: 200px;
  height: 200px;
  overflow: hidden;
  transition: transform 1s ease-in-out, opacity 1s ease-in-out;
}
#logo_load {
  position: absolute;
  width: 110px;
  left: calc(50vw - 50px);
  top: calc(45vh - 45px);
  transform: scale(1);
  transition: all 800ms ease-in;
}
#yozmm_load {
  position: absolute;
  width: 180px;
  left: calc(50vw - 90px);
  bottom: 20px;
  transition: all 800ms ease-in;
}
/*# sourceMappingURL=79a7f0cb6724f27097cbe07be7dfb0ab0b24e9a4.pgloading.scss.map */
