.loading-fix {
  --size: .2rem;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999999;
  width: 100vw;
  height: 100vh;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.9)), to(black));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.9), black);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.9), black);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.9), black);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.9), black);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
  overflow: hidden;
  -webkit-transition: 0.26s opacity ease;
  -o-transition: 0.26s opacity ease;
  -moz-transition: 0.26s opacity ease;
  transition: 0.26s opacity ease;
}
.loading-fix.loaded {
  display: none;
}

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50%, 75% {
    -webkit-transform: scale(2.5);
            transform: scale(2.5);
  }
  78%, 100% {
    opacity: 0;
  }
}

@-moz-keyframes scale {
  0% {
    -moz-transform: scale(1);
         transform: scale(1);
  }
  50%, 75% {
    -moz-transform: scale(2.5);
         transform: scale(2.5);
  }
  78%, 100% {
    opacity: 0;
  }
}

@-o-keyframes scale {
  0% {
    -o-transform: scale(1);
       transform: scale(1);
  }
  50%, 75% {
    -o-transform: scale(2.5);
       transform: scale(2.5);
  }
  78%, 100% {
    opacity: 0;
  }
}

@keyframes scale {
  0% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
  50%, 75% {
    -webkit-transform: scale(2.5);
       -moz-transform: scale(2.5);
         -o-transform: scale(2.5);
            transform: scale(2.5);
  }
  78%, 100% {
    opacity: 0;
  }
}
.loading-fix .item-1 {
  width: var(--size);
  height: var(--size);
  background: #f583a1;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: rgb(0, 88.176056338, 197.7);
  margin: 7px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.loading-fix .item-1:before {
  content: "";
  width: var(--size);
  height: var(--size);
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: rgb(19.2, 124.3690140845, 255);
  opacity: 0.7;
  -webkit-animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
     -moz-animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
       -o-animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
          animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
  -webkit-animation-delay: 200ms;
     -moz-animation-delay: 200ms;
       -o-animation-delay: 200ms;
          animation-delay: 200ms;
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  transition: 0.5s all ease;
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}

.loading-fix .item-2 {
  width: var(--size);
  height: var(--size);
  background: #f583a1;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: rgb(0, 81.3521126761, 182.4);
  margin: 7px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.loading-fix .item-2:before {
  content: "";
  width: var(--size);
  height: var(--size);
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: rgb(3.9, 115.8929577465, 255);
  opacity: 0.7;
  -webkit-animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
     -moz-animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
       -o-animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
          animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
  -webkit-animation-delay: 400ms;
     -moz-animation-delay: 400ms;
       -o-animation-delay: 400ms;
          animation-delay: 400ms;
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  transition: 0.5s all ease;
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}

.loading-fix .item-3 {
  width: var(--size);
  height: var(--size);
  background: #f583a1;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: rgb(0, 74.5281690141, 167.1);
  margin: 7px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.loading-fix .item-3:before {
  content: "";
  width: var(--size);
  height: var(--size);
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: rgb(0, 108.6478873239, 243.6);
  opacity: 0.7;
  -webkit-animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
     -moz-animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
       -o-animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
          animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
  -webkit-animation-delay: 600ms;
     -moz-animation-delay: 600ms;
       -o-animation-delay: 600ms;
          animation-delay: 600ms;
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  transition: 0.5s all ease;
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}

.loading-fix .item-4 {
  width: var(--size);
  height: var(--size);
  background: #f583a1;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: rgb(0, 67.7042253521, 151.8);
  margin: 7px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.loading-fix .item-4:before {
  content: "";
  width: var(--size);
  height: var(--size);
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: rgb(0, 101.823943662, 228.3);
  opacity: 0.7;
  -webkit-animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
     -moz-animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
       -o-animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
          animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
  -webkit-animation-delay: 800ms;
     -moz-animation-delay: 800ms;
       -o-animation-delay: 800ms;
          animation-delay: 800ms;
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  transition: 0.5s all ease;
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}

.loading-fix .item-5 {
  width: var(--size);
  height: var(--size);
  background: #f583a1;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: rgb(0, 60.8802816901, 136.5);
  margin: 7px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.loading-fix .item-5:before {
  content: "";
  width: var(--size);
  height: var(--size);
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: #005fd5;
  opacity: 0.7;
  -webkit-animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
     -moz-animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
       -o-animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
          animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
  -webkit-animation-delay: 1000ms;
     -moz-animation-delay: 1000ms;
       -o-animation-delay: 1000ms;
          animation-delay: 1000ms;
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  transition: 0.5s all ease;
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}