@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap");
/**
* get random number.
* @param {number} min - min number.
* @param {number} max - max number.
*/
/*
* variable
*/
html,
body {
  height: 100vh;
  width: 100vw;
}
body {
  font-family: 'Montserrat', sans-serif;
  background: #fff;
  position: relative;
  overflow: hidden;
  font-size: 100%;
  text-align: center;
}
.criterion {
  font-size: 1.6rem;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 0;
  width: 0;
  transform: translate(-20px, -20px);
}
/*
* background
*/
.background {
  position: absolute;
  top: 0;
  height: 100vh;
  width: 0;
  -webkit-animation: background-animation 2s ease-in-out 4s 1 normal forwards;
          animation: background-animation 2s ease-in-out 4s 1 normal forwards;
}
.background0 {
  left: 0%;
  height: 100vh;
  background-color: #993df5;
}
.background1 {
  left: 12.5%;
  height: 100vh;
  background-color: #8d3df5;
}
.background2 {
  left: 25%;
  height: 100vh;
  background-color: #813df5;
}
.background3 {
  left: 37.5%;
  height: 100vh;
  background-color: #763df5;
}
.background4 {
  left: 50%;
  height: 100vh;
  background-color: #6a3df5;
}
.background5 {
  left: 62.5%;
  height: 100vh;
  background-color: #5e3df5;
}
.background6 {
  left: 75%;
  height: 100vh;
  background-color: #523df5;
}
.background7 {
  left: 87.5%;
  height: 100vh;
  background-color: #473df5;
}
.background8 {
  left: 100%;
  height: 100vh;
  background-color: #3d40f5;
}
.background9 {
  left: 112.5%;
  height: 100vh;
  background-color: #3d4bf5;
}
.background10 {
  left: 125%;
  height: 100vh;
  background-color: #3d57f5;
}
.background11 {
  left: 137.5%;
  height: 100vh;
  background-color: #3d63f5;
}
.background12 {
  left: 150%;
  height: 100vh;
  background-color: #3d6ff5;
}
.background13 {
  left: 162.5%;
  height: 100vh;
  background-color: #3d7af5;
}
/*
* text
*/
.text {
  position: absolute;
  width: 40px;
  line-height: 40px;
  opacity: 0;
  overflow: show;
  color: #fff;
}
.text::after {
  z-index: -1;
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 40px;
}
.text0 {
  left: -240px;
  top: 0;
  -webkit-animation: text-animation0 1s ease-in-out 1s 1 normal forwards, text2-animation0 2s ease-in-out 5s 1 normal forwards;
          animation: text-animation0 1s ease-in-out 1s 1 normal forwards, text2-animation0 2s ease-in-out 5s 1 normal forwards;
}
.text0::after {
  -webkit-animation: text-after-animation0 2s ease-in-out 3s 1 normal forwards;
          animation: text-after-animation0 2s ease-in-out 3s 1 normal forwards;
}
.text1 {
  left: -200px;
  top: 0;
  -webkit-animation: text-animation1 1s ease-in-out 1.2s 1 normal forwards, text2-animation1 2s ease-in-out 5s 1 normal forwards;
          animation: text-animation1 1s ease-in-out 1.2s 1 normal forwards, text2-animation1 2s ease-in-out 5s 1 normal forwards;
}
.text1::after {
  -webkit-animation: text-after-animation1 2s ease-in-out 3s 1 normal forwards;
          animation: text-after-animation1 2s ease-in-out 3s 1 normal forwards;
}
.text2 {
  left: -160px;
  top: 0;
  -webkit-animation: text-animation2 1s ease-in-out 1.4s 1 normal forwards, text2-animation2 2s ease-in-out 5s 1 normal forwards;
          animation: text-animation2 1s ease-in-out 1.4s 1 normal forwards, text2-animation2 2s ease-in-out 5s 1 normal forwards;
}
.text2::after {
  -webkit-animation: text-after-animation2 2s ease-in-out 3s 1 normal forwards;
          animation: text-after-animation2 2s ease-in-out 3s 1 normal forwards;
}
.text3 {
  left: -120px;
  top: 0;
  -webkit-animation: text-animation3 1s ease-in-out 1.6s 1 normal forwards, text2-animation3 2s ease-in-out 5s 1 normal forwards;
          animation: text-animation3 1s ease-in-out 1.6s 1 normal forwards, text2-animation3 2s ease-in-out 5s 1 normal forwards;
}
.text3::after {
  -webkit-animation: text-after-animation3 2s ease-in-out 3s 1 normal forwards;
          animation: text-after-animation3 2s ease-in-out 3s 1 normal forwards;
}
.text4 {
  left: -80px;
  top: 0;
  -webkit-animation: text-animation4 1s ease-in-out 1.8s 1 normal forwards, text2-animation4 2s ease-in-out 5s 1 normal forwards;
          animation: text-animation4 1s ease-in-out 1.8s 1 normal forwards, text2-animation4 2s ease-in-out 5s 1 normal forwards;
}
.text4::after {
  -webkit-animation: text-after-animation4 2s ease-in-out 3s 1 normal forwards;
          animation: text-after-animation4 2s ease-in-out 3s 1 normal forwards;
}
.text5 {
  left: -40px;
  top: 0;
  -webkit-animation: text-animation5 1s ease-in-out 2s 1 normal forwards, text2-animation5 2s ease-in-out 5s 1 normal forwards;
          animation: text-animation5 1s ease-in-out 2s 1 normal forwards, text2-animation5 2s ease-in-out 5s 1 normal forwards;
}
.text5::after {
  -webkit-animation: text-after-animation5 2s ease-in-out 3s 1 normal forwards;
          animation: text-after-animation5 2s ease-in-out 3s 1 normal forwards;
}
.text6 {
  left: 0px;
  top: 0;
  -webkit-animation: text-animation6 1s ease-in-out 2.2s 1 normal forwards, text2-animation6 2s ease-in-out 5s 1 normal forwards;
          animation: text-animation6 1s ease-in-out 2.2s 1 normal forwards, text2-animation6 2s ease-in-out 5s 1 normal forwards;
}
.text6::after {
  -webkit-animation: text-after-animation6 2s ease-in-out 3s 1 normal forwards;
          animation: text-after-animation6 2s ease-in-out 3s 1 normal forwards;
}
.text7 {
  left: 40px;
  top: 0;
  -webkit-animation: text-animation7 1s ease-in-out 2.4s 1 normal forwards, text2-animation7 2s ease-in-out 5s 1 normal forwards;
          animation: text-animation7 1s ease-in-out 2.4s 1 normal forwards, text2-animation7 2s ease-in-out 5s 1 normal forwards;
}
.text7::after {
  -webkit-animation: text-after-animation7 2s ease-in-out 3s 1 normal forwards;
          animation: text-after-animation7 2s ease-in-out 3s 1 normal forwards;
}
.text8 {
  left: 80px;
  top: 0;
  -webkit-animation: text-animation8 1s ease-in-out 2.6s 1 normal forwards, text2-animation8 2s ease-in-out 5s 1 normal forwards;
          animation: text-animation8 1s ease-in-out 2.6s 1 normal forwards, text2-animation8 2s ease-in-out 5s 1 normal forwards;
}
.text8::after {
  -webkit-animation: text-after-animation8 2s ease-in-out 3s 1 normal forwards;
          animation: text-after-animation8 2s ease-in-out 3s 1 normal forwards;
}
.text9 {
  left: 120px;
  top: 0;
  -webkit-animation: text-animation9 1s ease-in-out 2.8s 1 normal forwards, text2-animation9 2s ease-in-out 5s 1 normal forwards;
          animation: text-animation9 1s ease-in-out 2.8s 1 normal forwards, text2-animation9 2s ease-in-out 5s 1 normal forwards;
}
.text9::after {
  -webkit-animation: text-after-animation9 2s ease-in-out 3s 1 normal forwards;
          animation: text-after-animation9 2s ease-in-out 3s 1 normal forwards;
}
.text10 {
  left: 160px;
  top: 0;
  -webkit-animation: text-animation10 1s ease-in-out 3s 1 normal forwards, text2-animation10 2s ease-in-out 5s 1 normal forwards;
          animation: text-animation10 1s ease-in-out 3s 1 normal forwards, text2-animation10 2s ease-in-out 5s 1 normal forwards;
}
.text10::after {
  -webkit-animation: text-after-animation10 2s ease-in-out 3s 1 normal forwards;
          animation: text-after-animation10 2s ease-in-out 3s 1 normal forwards;
}
.text11 {
  left: 200px;
  top: 0;
  -webkit-animation: text-animation11 1s ease-in-out 3.2s 1 normal forwards, text2-animation11 2s ease-in-out 5s 1 normal forwards;
          animation: text-animation11 1s ease-in-out 3.2s 1 normal forwards, text2-animation11 2s ease-in-out 5s 1 normal forwards;
}
.text11::after {
  -webkit-animation: text-after-animation11 2s ease-in-out 3s 1 normal forwards;
          animation: text-after-animation11 2s ease-in-out 3s 1 normal forwards;
}
.text12 {
  left: 240px;
  top: 0;
  -webkit-animation: text-animation12 1s ease-in-out 3.4s 1 normal forwards, text2-animation12 2s ease-in-out 5s 1 normal forwards;
          animation: text-animation12 1s ease-in-out 3.4s 1 normal forwards, text2-animation12 2s ease-in-out 5s 1 normal forwards;
}
.text12::after {
  -webkit-animation: text-after-animation12 2s ease-in-out 3s 1 normal forwards;
          animation: text-after-animation12 2s ease-in-out 3s 1 normal forwards;
}
.text13 {
  left: 280px;
  top: 0;
  -webkit-animation: text-animation13 1s ease-in-out 3.6s 1 normal forwards, text2-animation13 2s ease-in-out 5s 1 normal forwards;
          animation: text-animation13 1s ease-in-out 3.6s 1 normal forwards, text2-animation13 2s ease-in-out 5s 1 normal forwards;
}
.text13::after {
  -webkit-animation: text-after-animation13 2s ease-in-out 3s 1 normal forwards;
          animation: text-after-animation13 2s ease-in-out 3s 1 normal forwards;
}
@-webkit-keyframes text-animation0 {
  0% {
    transform: scale(0, 0);
    opacity: 0;
  }
  50% {
    transform: scale(3, 3);
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}
@keyframes text-animation0 {
  0% {
    transform: scale(0, 0);
    opacity: 0;
  }
  50% {
    transform: scale(3, 3);
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}
@-webkit-keyframes text-animation1 {
  0% {
    transform: scale(0, 0);
    opacity: 0;
  }
  50% {
    transform: scale(3, 3);
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}
@keyframes text-animation1 {
  0% {
    transform: scale(0, 0);
    opacity: 0;
  }
  50% {
    transform: scale(3, 3);
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}
@-webkit-keyframes text-animation2 {
  0% {
    transform: scale(0, 0);
    opacity: 0;
  }
  50% {
    transform: scale(3, 3);
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}
@keyframes text-animation2 {
  0% {
    transform: scale(0, 0);
    opacity: 0;
  }
  50% {
    transform: scale(3, 3);
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}
@-webkit-keyframes text-animation3 {
  0% {
    transform: scale(0, 0);
    opacity: 0;
  }
  50% {
    transform: scale(3, 3);
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}
@keyframes text-animation3 {
  0% {
    transform: scale(0, 0);
    opacity: 0;
  }
  50% {
    transform: scale(3, 3);
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}
@-webkit-keyframes text-animation4 {
  0% {
    transform: scale(0, 0);
    opacity: 0;
  }
  50% {
    transform: scale(3, 3);
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}
@keyframes text-animation4 {
  0% {
    transform: scale(0, 0);
    opacity: 0;
  }
  50% {
    transform: scale(3, 3);
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}
@-webkit-keyframes text-animation5 {
  0% {
    transform: scale(0, 0);
    opacity: 0;
  }
  50% {
    transform: scale(3, 3);
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}
@keyframes text-animation5 {
  0% {
    transform: scale(0, 0);
    opacity: 0;
  }
  50% {
    transform: scale(3, 3);
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}
@-webkit-keyframes text-animation6 {
  0% {
    transform: scale(0, 0);
    opacity: 0;
  }
  50% {
    transform: scale(3, 3);
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}
@keyframes text-animation6 {
  0% {
    transform: scale(0, 0);
    opacity: 0;
  }
  50% {
    transform: scale(3, 3);
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}
@-webkit-keyframes text-animation7 {
  0% {
    transform: scale(0, 0);
    opacity: 0;
  }
  50% {
    transform: scale(3, 3);
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}
@keyframes text-animation7 {
  0% {
    transform: scale(0, 0);
    opacity: 0;
  }
  50% {
    transform: scale(3, 3);
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}
@-webkit-keyframes text-animation8 {
  0% {
    transform: scale(0, 0);
    opacity: 0;
  }
  50% {
    transform: scale(3, 3);
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}
@keyframes text-animation8 {
  0% {
    transform: scale(0, 0);
    opacity: 0;
  }
  50% {
    transform: scale(3, 3);
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}
@-webkit-keyframes text-animation9 {
  0% {
    transform: scale(0, 0);
    opacity: 0;
  }
  50% {
    transform: scale(3, 3);
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}
@keyframes text-animation9 {
  0% {
    transform: scale(0, 0);
    opacity: 0;
  }
  50% {
    transform: scale(3, 3);
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}
@-webkit-keyframes text-animation10 {
  0% {
    transform: scale(0, 0);
    opacity: 0;
  }
  50% {
    transform: scale(3, 3);
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}
@keyframes text-animation10 {
  0% {
    transform: scale(0, 0);
    opacity: 0;
  }
  50% {
    transform: scale(3, 3);
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}
@-webkit-keyframes text-animation11 {
  0% {
    transform: scale(0, 0);
    opacity: 0;
  }
  50% {
    transform: scale(3, 3);
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}
@keyframes text-animation11 {
  0% {
    transform: scale(0, 0);
    opacity: 0;
  }
  50% {
    transform: scale(3, 3);
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}
@-webkit-keyframes text-animation12 {
  0% {
    transform: scale(0, 0);
    opacity: 0;
  }
  50% {
    transform: scale(3, 3);
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}
@keyframes text-animation12 {
  0% {
    transform: scale(0, 0);
    opacity: 0;
  }
  50% {
    transform: scale(3, 3);
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}
@-webkit-keyframes text-animation13 {
  0% {
    transform: scale(0, 0);
    opacity: 0;
  }
  50% {
    transform: scale(3, 3);
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}
@keyframes text-animation13 {
  0% {
    transform: scale(0, 0);
    opacity: 0;
  }
  50% {
    transform: scale(3, 3);
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}
@-webkit-keyframes text-after-animation0 {
  0% {
    width: 0px;
    background-color: #993df5;
    opacity: 1;
  }
  50% {
    width: 40px;
    opacity: 1;
  }
  100% {
    left: 40px;
    opacity: 0;
  }
}
@keyframes text-after-animation0 {
  0% {
    width: 0px;
    background-color: #993df5;
    opacity: 1;
  }
  50% {
    width: 40px;
    opacity: 1;
  }
  100% {
    left: 40px;
    opacity: 0;
  }
}
@-webkit-keyframes text-after-animation1 {
  0% {
    width: 0px;
    background-color: #8d3df5;
    opacity: 1;
  }
  50% {
    width: 40px;
    opacity: 1;
  }
  100% {
    left: 40px;
    opacity: 0;
  }
}
@keyframes text-after-animation1 {
  0% {
    width: 0px;
    background-color: #8d3df5;
    opacity: 1;
  }
  50% {
    width: 40px;
    opacity: 1;
  }
  100% {
    left: 40px;
    opacity: 0;
  }
}
@-webkit-keyframes text-after-animation2 {
  0% {
    width: 0px;
    background-color: #813df5;
    opacity: 1;
  }
  50% {
    width: 40px;
    opacity: 1;
  }
  100% {
    left: 40px;
    opacity: 0;
  }
}
@keyframes text-after-animation2 {
  0% {
    width: 0px;
    background-color: #813df5;
    opacity: 1;
  }
  50% {
    width: 40px;
    opacity: 1;
  }
  100% {
    left: 40px;
    opacity: 0;
  }
}
@-webkit-keyframes text-after-animation3 {
  0% {
    width: 0px;
    background-color: #763df5;
    opacity: 1;
  }
  50% {
    width: 40px;
    opacity: 1;
  }
  100% {
    left: 40px;
    opacity: 0;
  }
}
@keyframes text-after-animation3 {
  0% {
    width: 0px;
    background-color: #763df5;
    opacity: 1;
  }
  50% {
    width: 40px;
    opacity: 1;
  }
  100% {
    left: 40px;
    opacity: 0;
  }
}
@-webkit-keyframes text-after-animation4 {
  0% {
    width: 0px;
    background-color: #6a3df5;
    opacity: 1;
  }
  50% {
    width: 40px;
    opacity: 1;
  }
  100% {
    left: 40px;
    opacity: 0;
  }
}
@keyframes text-after-animation4 {
  0% {
    width: 0px;
    background-color: #6a3df5;
    opacity: 1;
  }
  50% {
    width: 40px;
    opacity: 1;
  }
  100% {
    left: 40px;
    opacity: 0;
  }
}
@-webkit-keyframes text-after-animation5 {
  0% {
    width: 0px;
    background-color: #5e3df5;
    opacity: 1;
  }
  50% {
    width: 40px;
    opacity: 1;
  }
  100% {
    left: 40px;
    opacity: 0;
  }
}
@keyframes text-after-animation5 {
  0% {
    width: 0px;
    background-color: #5e3df5;
    opacity: 1;
  }
  50% {
    width: 40px;
    opacity: 1;
  }
  100% {
    left: 40px;
    opacity: 0;
  }
}
@-webkit-keyframes text-after-animation6 {
  0% {
    width: 0px;
    background-color: #523df5;
    opacity: 1;
  }
  50% {
    width: 40px;
    opacity: 1;
  }
  100% {
    left: 40px;
    opacity: 0;
  }
}
@keyframes text-after-animation6 {
  0% {
    width: 0px;
    background-color: #523df5;
    opacity: 1;
  }
  50% {
    width: 40px;
    opacity: 1;
  }
  100% {
    left: 40px;
    opacity: 0;
  }
}
@-webkit-keyframes text-after-animation7 {
  0% {
    width: 0px;
    background-color: #473df5;
    opacity: 1;
  }
  50% {
    width: 40px;
    opacity: 1;
  }
  100% {
    left: 40px;
    opacity: 0;
  }
}
@keyframes text-after-animation7 {
  0% {
    width: 0px;
    background-color: #473df5;
    opacity: 1;
  }
  50% {
    width: 40px;
    opacity: 1;
  }
  100% {
    left: 40px;
    opacity: 0;
  }
}
@-webkit-keyframes text-after-animation8 {
  0% {
    width: 0px;
    background-color: #3d40f5;
    opacity: 1;
  }
  50% {
    width: 40px;
    opacity: 1;
  }
  100% {
    left: 40px;
    opacity: 0;
  }
}
@keyframes text-after-animation8 {
  0% {
    width: 0px;
    background-color: #3d40f5;
    opacity: 1;
  }
  50% {
    width: 40px;
    opacity: 1;
  }
  100% {
    left: 40px;
    opacity: 0;
  }
}
@-webkit-keyframes text-after-animation9 {
  0% {
    width: 0px;
    background-color: #3d4bf5;
    opacity: 1;
  }
  50% {
    width: 40px;
    opacity: 1;
  }
  100% {
    left: 40px;
    opacity: 0;
  }
}
@keyframes text-after-animation9 {
  0% {
    width: 0px;
    background-color: #3d4bf5;
    opacity: 1;
  }
  50% {
    width: 40px;
    opacity: 1;
  }
  100% {
    left: 40px;
    opacity: 0;
  }
}
@-webkit-keyframes text-after-animation10 {
  0% {
    width: 0px;
    background-color: #3d57f5;
    opacity: 1;
  }
  50% {
    width: 40px;
    opacity: 1;
  }
  100% {
    left: 40px;
    opacity: 0;
  }
}
@keyframes text-after-animation10 {
  0% {
    width: 0px;
    background-color: #3d57f5;
    opacity: 1;
  }
  50% {
    width: 40px;
    opacity: 1;
  }
  100% {
    left: 40px;
    opacity: 0;
  }
}
@-webkit-keyframes text-after-animation11 {
  0% {
    width: 0px;
    background-color: #3d63f5;
    opacity: 1;
  }
  50% {
    width: 40px;
    opacity: 1;
  }
  100% {
    left: 40px;
    opacity: 0;
  }
}
@keyframes text-after-animation11 {
  0% {
    width: 0px;
    background-color: #3d63f5;
    opacity: 1;
  }
  50% {
    width: 40px;
    opacity: 1;
  }
  100% {
    left: 40px;
    opacity: 0;
  }
}
@-webkit-keyframes text-after-animation12 {
  0% {
    width: 0px;
    background-color: #3d6ff5;
    opacity: 1;
  }
  50% {
    width: 40px;
    opacity: 1;
  }
  100% {
    left: 40px;
    opacity: 0;
  }
}
@keyframes text-after-animation12 {
  0% {
    width: 0px;
    background-color: #3d6ff5;
    opacity: 1;
  }
  50% {
    width: 40px;
    opacity: 1;
  }
  100% {
    left: 40px;
    opacity: 0;
  }
}
@-webkit-keyframes text-after-animation13 {
  0% {
    width: 0px;
    background-color: #3d7af5;
    opacity: 1;
  }
  50% {
    width: 40px;
    opacity: 1;
  }
  100% {
    left: 40px;
    opacity: 0;
  }
}
@keyframes text-after-animation13 {
  0% {
    width: 0px;
    background-color: #3d7af5;
    opacity: 1;
  }
  50% {
    width: 40px;
    opacity: 1;
  }
  100% {
    left: 40px;
    opacity: 0;
  }
}
@-webkit-keyframes text2-animation0 {
  0% {
    left: -240px;
    opacity: 1;
  }
  50% {
    left: -200px;
    opacity: 0;
  }
  100% {
    left: -200px;
    opacity: 0;
  }
}
@keyframes text2-animation0 {
  0% {
    left: -240px;
    opacity: 1;
  }
  50% {
    left: -200px;
    opacity: 0;
  }
  100% {
    left: -200px;
    opacity: 0;
  }
}
@-webkit-keyframes text2-animation1 {
  0% {
    left: -200px;
    opacity: 1;
  }
  50% {
    left: -160px;
    opacity: 0;
  }
  100% {
    left: -160px;
    opacity: 0;
  }
}
@keyframes text2-animation1 {
  0% {
    left: -200px;
    opacity: 1;
  }
  50% {
    left: -160px;
    opacity: 0;
  }
  100% {
    left: -160px;
    opacity: 0;
  }
}
@-webkit-keyframes text2-animation2 {
  0% {
    left: -160px;
    opacity: 1;
  }
  50% {
    left: -120px;
    opacity: 0;
  }
  100% {
    left: -120px;
    opacity: 0;
  }
}
@keyframes text2-animation2 {
  0% {
    left: -160px;
    opacity: 1;
  }
  50% {
    left: -120px;
    opacity: 0;
  }
  100% {
    left: -120px;
    opacity: 0;
  }
}
@-webkit-keyframes text2-animation3 {
  0% {
    left: -120px;
    opacity: 1;
  }
  50% {
    left: -80px;
    opacity: 0;
  }
  100% {
    left: -80px;
    opacity: 0;
  }
}
@keyframes text2-animation3 {
  0% {
    left: -120px;
    opacity: 1;
  }
  50% {
    left: -80px;
    opacity: 0;
  }
  100% {
    left: -80px;
    opacity: 0;
  }
}
@-webkit-keyframes text2-animation4 {
  0% {
    left: -80px;
    opacity: 1;
  }
  50% {
    left: -40px;
    opacity: 0;
  }
  100% {
    left: -40px;
    opacity: 0;
  }
}
@keyframes text2-animation4 {
  0% {
    left: -80px;
    opacity: 1;
  }
  50% {
    left: -40px;
    opacity: 0;
  }
  100% {
    left: -40px;
    opacity: 0;
  }
}
@-webkit-keyframes text2-animation5 {
  0% {
    left: -40px;
    opacity: 1;
  }
  50% {
    left: 0px;
    opacity: 0;
  }
  100% {
    left: 0px;
    opacity: 0;
  }
}
@keyframes text2-animation5 {
  0% {
    left: -40px;
    opacity: 1;
  }
  50% {
    left: 0px;
    opacity: 0;
  }
  100% {
    left: 0px;
    opacity: 0;
  }
}
@-webkit-keyframes text2-animation6 {
  0% {
    left: 0px;
    opacity: 1;
  }
  50% {
    left: 40px;
    opacity: 0;
  }
  100% {
    left: 40px;
    opacity: 0;
  }
}
@keyframes text2-animation6 {
  0% {
    left: 0px;
    opacity: 1;
  }
  50% {
    left: 40px;
    opacity: 0;
  }
  100% {
    left: 40px;
    opacity: 0;
  }
}
@-webkit-keyframes text2-animation7 {
  0% {
    left: 40px;
    opacity: 1;
  }
  50% {
    left: 80px;
    opacity: 0;
  }
  100% {
    left: 80px;
    opacity: 0;
  }
}
@keyframes text2-animation7 {
  0% {
    left: 40px;
    opacity: 1;
  }
  50% {
    left: 80px;
    opacity: 0;
  }
  100% {
    left: 80px;
    opacity: 0;
  }
}
@-webkit-keyframes text2-animation8 {
  0% {
    left: 80px;
    opacity: 1;
  }
  50% {
    left: 120px;
    opacity: 0;
  }
  100% {
    left: 120px;
    opacity: 0;
  }
}
@keyframes text2-animation8 {
  0% {
    left: 80px;
    opacity: 1;
  }
  50% {
    left: 120px;
    opacity: 0;
  }
  100% {
    left: 120px;
    opacity: 0;
  }
}
@-webkit-keyframes text2-animation9 {
  0% {
    left: 120px;
    opacity: 1;
  }
  50% {
    left: 160px;
    opacity: 0;
  }
  100% {
    left: 160px;
    opacity: 0;
  }
}
@keyframes text2-animation9 {
  0% {
    left: 120px;
    opacity: 1;
  }
  50% {
    left: 160px;
    opacity: 0;
  }
  100% {
    left: 160px;
    opacity: 0;
  }
}
@-webkit-keyframes text2-animation10 {
  0% {
    left: 160px;
    opacity: 1;
  }
  50% {
    left: 200px;
    opacity: 0;
  }
  100% {
    left: 200px;
    opacity: 0;
  }
}
@keyframes text2-animation10 {
  0% {
    left: 160px;
    opacity: 1;
  }
  50% {
    left: 200px;
    opacity: 0;
  }
  100% {
    left: 200px;
    opacity: 0;
  }
}
@-webkit-keyframes text2-animation11 {
  0% {
    left: 200px;
    opacity: 1;
  }
  50% {
    left: 240px;
    opacity: 0;
  }
  100% {
    left: 240px;
    opacity: 0;
  }
}
@keyframes text2-animation11 {
  0% {
    left: 200px;
    opacity: 1;
  }
  50% {
    left: 240px;
    opacity: 0;
  }
  100% {
    left: 240px;
    opacity: 0;
  }
}
@-webkit-keyframes text2-animation12 {
  0% {
    left: 240px;
    opacity: 1;
    top: 0;
    transform: scale(1, 1);
  }
  50% {
    left: 280px;
    opacity: 1;
    transform: scale(1, 1);
  }
  65% {
    top: 0;
    transform: scale(1, 1);
  }
  70% {
    transform: scale(3, 3) rotate(90deg);
    top: -30px;
  }
  75% {
    left: 280px;
    top: 0;
    opacity: 1;
    transform: scale(2, 2) rotate(90deg);
  }
  85% {
    left: 280px;
  }
  100% {
    left: 1000px;
    opacity: 0;
    transform: scale(2, 2) rotate(90deg);
  }
}
@keyframes text2-animation12 {
  0% {
    left: 240px;
    opacity: 1;
    top: 0;
    transform: scale(1, 1);
  }
  50% {
    left: 280px;
    opacity: 1;
    transform: scale(1, 1);
  }
  65% {
    top: 0;
    transform: scale(1, 1);
  }
  70% {
    transform: scale(3, 3) rotate(90deg);
    top: -30px;
  }
  75% {
    left: 280px;
    top: 0;
    opacity: 1;
    transform: scale(2, 2) rotate(90deg);
  }
  85% {
    left: 280px;
  }
  100% {
    left: 1000px;
    opacity: 0;
    transform: scale(2, 2) rotate(90deg);
  }
}
@-webkit-keyframes text2-animation13 {
  0% {
    left: 280px;
    opacity: 1;
  }
  50% {
    left: 320px;
    opacity: 0;
  }
  100% {
    left: 320px;
    opacity: 0;
  }
}
@keyframes text2-animation13 {
  0% {
    left: 280px;
    opacity: 1;
  }
  50% {
    left: 320px;
    opacity: 0;
  }
  100% {
    left: 320px;
    opacity: 0;
  }
}
/*
* frame
*/
.frame {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  opacity: 0;
}
.frame0 {
  left: -240px;
  top: 0;
  -webkit-animation: frame-animation0 1s ease-in-out 0ms 1 normal forwards;
          animation: frame-animation0 1s ease-in-out 0ms 1 normal forwards;
  background-color: #993df5;
}
.frame1 {
  left: -200px;
  top: 0;
  -webkit-animation: frame-animation1 1s ease-in-out 200ms 1 normal forwards;
          animation: frame-animation1 1s ease-in-out 200ms 1 normal forwards;
  background-color: #8d3df5;
}
.frame2 {
  left: -160px;
  top: 0;
  -webkit-animation: frame-animation2 1s ease-in-out 400ms 1 normal forwards;
          animation: frame-animation2 1s ease-in-out 400ms 1 normal forwards;
  background-color: #813df5;
}
.frame3 {
  left: -120px;
  top: 0;
  -webkit-animation: frame-animation3 1s ease-in-out 600ms 1 normal forwards;
          animation: frame-animation3 1s ease-in-out 600ms 1 normal forwards;
  background-color: #763df5;
}
.frame4 {
  left: -80px;
  top: 0;
  -webkit-animation: frame-animation4 1s ease-in-out 800ms 1 normal forwards;
          animation: frame-animation4 1s ease-in-out 800ms 1 normal forwards;
  background-color: #6a3df5;
}
.frame5 {
  left: -40px;
  top: 0;
  -webkit-animation: frame-animation5 1s ease-in-out 1000ms 1 normal forwards;
          animation: frame-animation5 1s ease-in-out 1000ms 1 normal forwards;
  background-color: #5e3df5;
}
.frame6 {
  left: 0px;
  top: 0;
  -webkit-animation: frame-animation6 1s ease-in-out 1200ms 1 normal forwards;
          animation: frame-animation6 1s ease-in-out 1200ms 1 normal forwards;
  background-color: #523df5;
}
.frame7 {
  left: 40px;
  top: 0;
  -webkit-animation: frame-animation7 1s ease-in-out 1400ms 1 normal forwards;
          animation: frame-animation7 1s ease-in-out 1400ms 1 normal forwards;
  background-color: #473df5;
}
.frame8 {
  left: 80px;
  top: 0;
  -webkit-animation: frame-animation8 1s ease-in-out 1600ms 1 normal forwards;
          animation: frame-animation8 1s ease-in-out 1600ms 1 normal forwards;
  background-color: #3d40f5;
}
.frame9 {
  left: 120px;
  top: 0;
  -webkit-animation: frame-animation9 1s ease-in-out 1800ms 1 normal forwards;
          animation: frame-animation9 1s ease-in-out 1800ms 1 normal forwards;
  background-color: #3d4bf5;
}
.frame10 {
  left: 160px;
  top: 0;
  -webkit-animation: frame-animation10 1s ease-in-out 2000ms 1 normal forwards;
          animation: frame-animation10 1s ease-in-out 2000ms 1 normal forwards;
  background-color: #3d57f5;
}
.frame11 {
  left: 200px;
  top: 0;
  -webkit-animation: frame-animation11 1s ease-in-out 2200ms 1 normal forwards;
          animation: frame-animation11 1s ease-in-out 2200ms 1 normal forwards;
  background-color: #3d63f5;
}
.frame12 {
  left: 240px;
  top: 0;
  -webkit-animation: frame-animation12 1s ease-in-out 2400ms 1 normal forwards;
          animation: frame-animation12 1s ease-in-out 2400ms 1 normal forwards;
  background-color: #3d6ff5;
}
.frame13 {
  left: 280px;
  top: 0;
  -webkit-animation: frame-animation13 1s ease-in-out 2600ms 1 normal forwards;
          animation: frame-animation13 1s ease-in-out 2600ms 1 normal forwards;
  background-color: #3d7af5;
}
@-webkit-keyframes frame-animation0 {
  0% {
    transform: translateY(-1000px);
    opacity: 1;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    transform: translateY(0);
    opacity: 0;
  }
}
@keyframes frame-animation0 {
  0% {
    transform: translateY(-1000px);
    opacity: 1;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    transform: translateY(0);
    opacity: 0;
  }
}
@-webkit-keyframes frame-animation1 {
  0% {
    transform: translateY(-1000px);
    opacity: 1;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    transform: translateY(0);
    opacity: 0;
  }
}
@keyframes frame-animation1 {
  0% {
    transform: translateY(-1000px);
    opacity: 1;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    transform: translateY(0);
    opacity: 0;
  }
}
@-webkit-keyframes frame-animation2 {
  0% {
    transform: translateY(-1000px);
    opacity: 1;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    transform: translateY(0);
    opacity: 0;
  }
}
@keyframes frame-animation2 {
  0% {
    transform: translateY(-1000px);
    opacity: 1;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    transform: translateY(0);
    opacity: 0;
  }
}
@-webkit-keyframes frame-animation3 {
  0% {
    transform: translateY(-1000px);
    opacity: 1;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    transform: translateY(0);
    opacity: 0;
  }
}
@keyframes frame-animation3 {
  0% {
    transform: translateY(-1000px);
    opacity: 1;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    transform: translateY(0);
    opacity: 0;
  }
}
@-webkit-keyframes frame-animation4 {
  0% {
    transform: translateY(-1000px);
    opacity: 1;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    transform: translateY(0);
    opacity: 0;
  }
}
@keyframes frame-animation4 {
  0% {
    transform: translateY(-1000px);
    opacity: 1;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    transform: translateY(0);
    opacity: 0;
  }
}
@-webkit-keyframes frame-animation5 {
  0% {
    transform: translateY(-1000px);
    opacity: 1;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    transform: translateY(0);
    opacity: 0;
  }
}
@keyframes frame-animation5 {
  0% {
    transform: translateY(-1000px);
    opacity: 1;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    transform: translateY(0);
    opacity: 0;
  }
}
@-webkit-keyframes frame-animation6 {
  0% {
    transform: translateY(-1000px);
    opacity: 1;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    transform: translateY(0);
    opacity: 0;
  }
}
@keyframes frame-animation6 {
  0% {
    transform: translateY(-1000px);
    opacity: 1;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    transform: translateY(0);
    opacity: 0;
  }
}
@-webkit-keyframes frame-animation7 {
  0% {
    transform: translateY(-1000px);
    opacity: 1;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    transform: translateY(0);
    opacity: 0;
  }
}
@keyframes frame-animation7 {
  0% {
    transform: translateY(-1000px);
    opacity: 1;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    transform: translateY(0);
    opacity: 0;
  }
}
@-webkit-keyframes frame-animation8 {
  0% {
    transform: translateY(-1000px);
    opacity: 1;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    transform: translateY(0);
    opacity: 0;
  }
}
@keyframes frame-animation8 {
  0% {
    transform: translateY(-1000px);
    opacity: 1;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    transform: translateY(0);
    opacity: 0;
  }
}
@-webkit-keyframes frame-animation9 {
  0% {
    transform: translateY(-1000px);
    opacity: 1;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    transform: translateY(0);
    opacity: 0;
  }
}
@keyframes frame-animation9 {
  0% {
    transform: translateY(-1000px);
    opacity: 1;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    transform: translateY(0);
    opacity: 0;
  }
}
@-webkit-keyframes frame-animation10 {
  0% {
    transform: translateY(-1000px);
    opacity: 1;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    transform: translateY(0);
    opacity: 0;
  }
}
@keyframes frame-animation10 {
  0% {
    transform: translateY(-1000px);
    opacity: 1;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    transform: translateY(0);
    opacity: 0;
  }
}
@-webkit-keyframes frame-animation11 {
  0% {
    transform: translateY(-1000px);
    opacity: 1;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    transform: translateY(0);
    opacity: 0;
  }
}
@keyframes frame-animation11 {
  0% {
    transform: translateY(-1000px);
    opacity: 1;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    transform: translateY(0);
    opacity: 0;
  }
}
@-webkit-keyframes frame-animation12 {
  0% {
    transform: translateY(-1000px);
    opacity: 1;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    transform: translateY(0);
    opacity: 0;
  }
}
@keyframes frame-animation12 {
  0% {
    transform: translateY(-1000px);
    opacity: 1;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    transform: translateY(0);
    opacity: 0;
  }
}
@-webkit-keyframes frame-animation13 {
  0% {
    transform: translateY(-1000px);
    opacity: 1;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    transform: translateY(0);
    opacity: 0;
  }
}
@keyframes frame-animation13 {
  0% {
    transform: translateY(-1000px);
    opacity: 1;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    transform: translateY(0);
    opacity: 0;
  }
}
/*
* particle
*/
.particle {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.particle00 {
  left: -240px;
  opacity: 0;
  background-color: #993df5;
  -webkit-animation: particle-animation00 1s ease-in-out 1s 1 normal forwards;
          animation: particle-animation00 1s ease-in-out 1s 1 normal forwards;
}
.particle01 {
  left: -240px;
  opacity: 0;
  background-color: #993df5;
  -webkit-animation: particle-animation01 1s ease-in-out 1s 1 normal forwards;
          animation: particle-animation01 1s ease-in-out 1s 1 normal forwards;
}
.particle02 {
  left: -240px;
  opacity: 0;
  background-color: #993df5;
  -webkit-animation: particle-animation02 1s ease-in-out 1s 1 normal forwards;
          animation: particle-animation02 1s ease-in-out 1s 1 normal forwards;
}
.particle03 {
  left: -240px;
  opacity: 0;
  background-color: #993df5;
  -webkit-animation: particle-animation03 1s ease-in-out 1s 1 normal forwards;
          animation: particle-animation03 1s ease-in-out 1s 1 normal forwards;
}
.particle04 {
  left: -240px;
  opacity: 0;
  background-color: #993df5;
  -webkit-animation: particle-animation04 1s ease-in-out 1s 1 normal forwards;
          animation: particle-animation04 1s ease-in-out 1s 1 normal forwards;
}
.particle05 {
  left: -240px;
  opacity: 0;
  background-color: #993df5;
  -webkit-animation: particle-animation05 1s ease-in-out 1s 1 normal forwards;
          animation: particle-animation05 1s ease-in-out 1s 1 normal forwards;
}
.particle06 {
  left: -240px;
  opacity: 0;
  background-color: #993df5;
  -webkit-animation: particle-animation06 1s ease-in-out 1s 1 normal forwards;
          animation: particle-animation06 1s ease-in-out 1s 1 normal forwards;
}
.particle07 {
  left: -240px;
  opacity: 0;
  background-color: #993df5;
  -webkit-animation: particle-animation07 1s ease-in-out 1s 1 normal forwards;
          animation: particle-animation07 1s ease-in-out 1s 1 normal forwards;
}
.particle08 {
  left: -240px;
  opacity: 0;
  background-color: #993df5;
  -webkit-animation: particle-animation08 1s ease-in-out 1s 1 normal forwards;
          animation: particle-animation08 1s ease-in-out 1s 1 normal forwards;
}
.particle09 {
  left: -240px;
  opacity: 0;
  background-color: #993df5;
  -webkit-animation: particle-animation09 1s ease-in-out 1s 1 normal forwards;
          animation: particle-animation09 1s ease-in-out 1s 1 normal forwards;
}
.particle010 {
  left: -240px;
  opacity: 0;
  background-color: #993df5;
  -webkit-animation: particle-animation010 1s ease-in-out 1s 1 normal forwards;
          animation: particle-animation010 1s ease-in-out 1s 1 normal forwards;
}
.particle011 {
  left: -240px;
  opacity: 0;
  background-color: #993df5;
  -webkit-animation: particle-animation011 1s ease-in-out 1s 1 normal forwards;
          animation: particle-animation011 1s ease-in-out 1s 1 normal forwards;
}
.particle012 {
  left: -240px;
  opacity: 0;
  background-color: #993df5;
  -webkit-animation: particle-animation012 1s ease-in-out 1s 1 normal forwards;
          animation: particle-animation012 1s ease-in-out 1s 1 normal forwards;
}
.particle10 {
  left: -200px;
  opacity: 0;
  background-color: #8d3df5;
  -webkit-animation: particle-animation10 1s ease-in-out 1.2s 1 normal forwards;
          animation: particle-animation10 1s ease-in-out 1.2s 1 normal forwards;
}
.particle11 {
  left: -200px;
  opacity: 0;
  background-color: #8d3df5;
  -webkit-animation: particle-animation11 1s ease-in-out 1.2s 1 normal forwards;
          animation: particle-animation11 1s ease-in-out 1.2s 1 normal forwards;
}
.particle12 {
  left: -200px;
  opacity: 0;
  background-color: #8d3df5;
  -webkit-animation: particle-animation12 1s ease-in-out 1.2s 1 normal forwards;
          animation: particle-animation12 1s ease-in-out 1.2s 1 normal forwards;
}
.particle13 {
  left: -200px;
  opacity: 0;
  background-color: #8d3df5;
  -webkit-animation: particle-animation13 1s ease-in-out 1.2s 1 normal forwards;
          animation: particle-animation13 1s ease-in-out 1.2s 1 normal forwards;
}
.particle14 {
  left: -200px;
  opacity: 0;
  background-color: #8d3df5;
  -webkit-animation: particle-animation14 1s ease-in-out 1.2s 1 normal forwards;
          animation: particle-animation14 1s ease-in-out 1.2s 1 normal forwards;
}
.particle15 {
  left: -200px;
  opacity: 0;
  background-color: #8d3df5;
  -webkit-animation: particle-animation15 1s ease-in-out 1.2s 1 normal forwards;
          animation: particle-animation15 1s ease-in-out 1.2s 1 normal forwards;
}
.particle16 {
  left: -200px;
  opacity: 0;
  background-color: #8d3df5;
  -webkit-animation: particle-animation16 1s ease-in-out 1.2s 1 normal forwards;
          animation: particle-animation16 1s ease-in-out 1.2s 1 normal forwards;
}
.particle17 {
  left: -200px;
  opacity: 0;
  background-color: #8d3df5;
  -webkit-animation: particle-animation17 1s ease-in-out 1.2s 1 normal forwards;
          animation: particle-animation17 1s ease-in-out 1.2s 1 normal forwards;
}
.particle18 {
  left: -200px;
  opacity: 0;
  background-color: #8d3df5;
  -webkit-animation: particle-animation18 1s ease-in-out 1.2s 1 normal forwards;
          animation: particle-animation18 1s ease-in-out 1.2s 1 normal forwards;
}
.particle19 {
  left: -200px;
  opacity: 0;
  background-color: #8d3df5;
  -webkit-animation: particle-animation19 1s ease-in-out 1.2s 1 normal forwards;
          animation: particle-animation19 1s ease-in-out 1.2s 1 normal forwards;
}
.particle110 {
  left: -200px;
  opacity: 0;
  background-color: #8d3df5;
  -webkit-animation: particle-animation110 1s ease-in-out 1.2s 1 normal forwards;
          animation: particle-animation110 1s ease-in-out 1.2s 1 normal forwards;
}
.particle111 {
  left: -200px;
  opacity: 0;
  background-color: #8d3df5;
  -webkit-animation: particle-animation111 1s ease-in-out 1.2s 1 normal forwards;
          animation: particle-animation111 1s ease-in-out 1.2s 1 normal forwards;
}
.particle112 {
  left: -200px;
  opacity: 0;
  background-color: #8d3df5;
  -webkit-animation: particle-animation112 1s ease-in-out 1.2s 1 normal forwards;
          animation: particle-animation112 1s ease-in-out 1.2s 1 normal forwards;
}
.particle20 {
  left: -160px;
  opacity: 0;
  background-color: #813df5;
  -webkit-animation: particle-animation20 1s ease-in-out 1.4s 1 normal forwards;
          animation: particle-animation20 1s ease-in-out 1.4s 1 normal forwards;
}
.particle21 {
  left: -160px;
  opacity: 0;
  background-color: #813df5;
  -webkit-animation: particle-animation21 1s ease-in-out 1.4s 1 normal forwards;
          animation: particle-animation21 1s ease-in-out 1.4s 1 normal forwards;
}
.particle22 {
  left: -160px;
  opacity: 0;
  background-color: #813df5;
  -webkit-animation: particle-animation22 1s ease-in-out 1.4s 1 normal forwards;
          animation: particle-animation22 1s ease-in-out 1.4s 1 normal forwards;
}
.particle23 {
  left: -160px;
  opacity: 0;
  background-color: #813df5;
  -webkit-animation: particle-animation23 1s ease-in-out 1.4s 1 normal forwards;
          animation: particle-animation23 1s ease-in-out 1.4s 1 normal forwards;
}
.particle24 {
  left: -160px;
  opacity: 0;
  background-color: #813df5;
  -webkit-animation: particle-animation24 1s ease-in-out 1.4s 1 normal forwards;
          animation: particle-animation24 1s ease-in-out 1.4s 1 normal forwards;
}
.particle25 {
  left: -160px;
  opacity: 0;
  background-color: #813df5;
  -webkit-animation: particle-animation25 1s ease-in-out 1.4s 1 normal forwards;
          animation: particle-animation25 1s ease-in-out 1.4s 1 normal forwards;
}
.particle26 {
  left: -160px;
  opacity: 0;
  background-color: #813df5;
  -webkit-animation: particle-animation26 1s ease-in-out 1.4s 1 normal forwards;
          animation: particle-animation26 1s ease-in-out 1.4s 1 normal forwards;
}
.particle27 {
  left: -160px;
  opacity: 0;
  background-color: #813df5;
  -webkit-animation: particle-animation27 1s ease-in-out 1.4s 1 normal forwards;
          animation: particle-animation27 1s ease-in-out 1.4s 1 normal forwards;
}
.particle28 {
  left: -160px;
  opacity: 0;
  background-color: #813df5;
  -webkit-animation: particle-animation28 1s ease-in-out 1.4s 1 normal forwards;
          animation: particle-animation28 1s ease-in-out 1.4s 1 normal forwards;
}
.particle29 {
  left: -160px;
  opacity: 0;
  background-color: #813df5;
  -webkit-animation: particle-animation29 1s ease-in-out 1.4s 1 normal forwards;
          animation: particle-animation29 1s ease-in-out 1.4s 1 normal forwards;
}
.particle210 {
  left: -160px;
  opacity: 0;
  background-color: #813df5;
  -webkit-animation: particle-animation210 1s ease-in-out 1.4s 1 normal forwards;
          animation: particle-animation210 1s ease-in-out 1.4s 1 normal forwards;
}
.particle211 {
  left: -160px;
  opacity: 0;
  background-color: #813df5;
  -webkit-animation: particle-animation211 1s ease-in-out 1.4s 1 normal forwards;
          animation: particle-animation211 1s ease-in-out 1.4s 1 normal forwards;
}
.particle212 {
  left: -160px;
  opacity: 0;
  background-color: #813df5;
  -webkit-animation: particle-animation212 1s ease-in-out 1.4s 1 normal forwards;
          animation: particle-animation212 1s ease-in-out 1.4s 1 normal forwards;
}
.particle30 {
  left: -120px;
  opacity: 0;
  background-color: #763df5;
  -webkit-animation: particle-animation30 1s ease-in-out 1.6s 1 normal forwards;
          animation: particle-animation30 1s ease-in-out 1.6s 1 normal forwards;
}
.particle31 {
  left: -120px;
  opacity: 0;
  background-color: #763df5;
  -webkit-animation: particle-animation31 1s ease-in-out 1.6s 1 normal forwards;
          animation: particle-animation31 1s ease-in-out 1.6s 1 normal forwards;
}
.particle32 {
  left: -120px;
  opacity: 0;
  background-color: #763df5;
  -webkit-animation: particle-animation32 1s ease-in-out 1.6s 1 normal forwards;
          animation: particle-animation32 1s ease-in-out 1.6s 1 normal forwards;
}
.particle33 {
  left: -120px;
  opacity: 0;
  background-color: #763df5;
  -webkit-animation: particle-animation33 1s ease-in-out 1.6s 1 normal forwards;
          animation: particle-animation33 1s ease-in-out 1.6s 1 normal forwards;
}
.particle34 {
  left: -120px;
  opacity: 0;
  background-color: #763df5;
  -webkit-animation: particle-animation34 1s ease-in-out 1.6s 1 normal forwards;
          animation: particle-animation34 1s ease-in-out 1.6s 1 normal forwards;
}
.particle35 {
  left: -120px;
  opacity: 0;
  background-color: #763df5;
  -webkit-animation: particle-animation35 1s ease-in-out 1.6s 1 normal forwards;
          animation: particle-animation35 1s ease-in-out 1.6s 1 normal forwards;
}
.particle36 {
  left: -120px;
  opacity: 0;
  background-color: #763df5;
  -webkit-animation: particle-animation36 1s ease-in-out 1.6s 1 normal forwards;
          animation: particle-animation36 1s ease-in-out 1.6s 1 normal forwards;
}
.particle37 {
  left: -120px;
  opacity: 0;
  background-color: #763df5;
  -webkit-animation: particle-animation37 1s ease-in-out 1.6s 1 normal forwards;
          animation: particle-animation37 1s ease-in-out 1.6s 1 normal forwards;
}
.particle38 {
  left: -120px;
  opacity: 0;
  background-color: #763df5;
  -webkit-animation: particle-animation38 1s ease-in-out 1.6s 1 normal forwards;
          animation: particle-animation38 1s ease-in-out 1.6s 1 normal forwards;
}
.particle39 {
  left: -120px;
  opacity: 0;
  background-color: #763df5;
  -webkit-animation: particle-animation39 1s ease-in-out 1.6s 1 normal forwards;
          animation: particle-animation39 1s ease-in-out 1.6s 1 normal forwards;
}
.particle310 {
  left: -120px;
  opacity: 0;
  background-color: #763df5;
  -webkit-animation: particle-animation310 1s ease-in-out 1.6s 1 normal forwards;
          animation: particle-animation310 1s ease-in-out 1.6s 1 normal forwards;
}
.particle311 {
  left: -120px;
  opacity: 0;
  background-color: #763df5;
  -webkit-animation: particle-animation311 1s ease-in-out 1.6s 1 normal forwards;
          animation: particle-animation311 1s ease-in-out 1.6s 1 normal forwards;
}
.particle312 {
  left: -120px;
  opacity: 0;
  background-color: #763df5;
  -webkit-animation: particle-animation312 1s ease-in-out 1.6s 1 normal forwards;
          animation: particle-animation312 1s ease-in-out 1.6s 1 normal forwards;
}
.particle40 {
  left: -80px;
  opacity: 0;
  background-color: #6a3df5;
  -webkit-animation: particle-animation40 1s ease-in-out 1.8s 1 normal forwards;
          animation: particle-animation40 1s ease-in-out 1.8s 1 normal forwards;
}
.particle41 {
  left: -80px;
  opacity: 0;
  background-color: #6a3df5;
  -webkit-animation: particle-animation41 1s ease-in-out 1.8s 1 normal forwards;
          animation: particle-animation41 1s ease-in-out 1.8s 1 normal forwards;
}
.particle42 {
  left: -80px;
  opacity: 0;
  background-color: #6a3df5;
  -webkit-animation: particle-animation42 1s ease-in-out 1.8s 1 normal forwards;
          animation: particle-animation42 1s ease-in-out 1.8s 1 normal forwards;
}
.particle43 {
  left: -80px;
  opacity: 0;
  background-color: #6a3df5;
  -webkit-animation: particle-animation43 1s ease-in-out 1.8s 1 normal forwards;
          animation: particle-animation43 1s ease-in-out 1.8s 1 normal forwards;
}
.particle44 {
  left: -80px;
  opacity: 0;
  background-color: #6a3df5;
  -webkit-animation: particle-animation44 1s ease-in-out 1.8s 1 normal forwards;
          animation: particle-animation44 1s ease-in-out 1.8s 1 normal forwards;
}
.particle45 {
  left: -80px;
  opacity: 0;
  background-color: #6a3df5;
  -webkit-animation: particle-animation45 1s ease-in-out 1.8s 1 normal forwards;
          animation: particle-animation45 1s ease-in-out 1.8s 1 normal forwards;
}
.particle46 {
  left: -80px;
  opacity: 0;
  background-color: #6a3df5;
  -webkit-animation: particle-animation46 1s ease-in-out 1.8s 1 normal forwards;
          animation: particle-animation46 1s ease-in-out 1.8s 1 normal forwards;
}
.particle47 {
  left: -80px;
  opacity: 0;
  background-color: #6a3df5;
  -webkit-animation: particle-animation47 1s ease-in-out 1.8s 1 normal forwards;
          animation: particle-animation47 1s ease-in-out 1.8s 1 normal forwards;
}
.particle48 {
  left: -80px;
  opacity: 0;
  background-color: #6a3df5;
  -webkit-animation: particle-animation48 1s ease-in-out 1.8s 1 normal forwards;
          animation: particle-animation48 1s ease-in-out 1.8s 1 normal forwards;
}
.particle49 {
  left: -80px;
  opacity: 0;
  background-color: #6a3df5;
  -webkit-animation: particle-animation49 1s ease-in-out 1.8s 1 normal forwards;
          animation: particle-animation49 1s ease-in-out 1.8s 1 normal forwards;
}
.particle410 {
  left: -80px;
  opacity: 0;
  background-color: #6a3df5;
  -webkit-animation: particle-animation410 1s ease-in-out 1.8s 1 normal forwards;
          animation: particle-animation410 1s ease-in-out 1.8s 1 normal forwards;
}
.particle411 {
  left: -80px;
  opacity: 0;
  background-color: #6a3df5;
  -webkit-animation: particle-animation411 1s ease-in-out 1.8s 1 normal forwards;
          animation: particle-animation411 1s ease-in-out 1.8s 1 normal forwards;
}
.particle412 {
  left: -80px;
  opacity: 0;
  background-color: #6a3df5;
  -webkit-animation: particle-animation412 1s ease-in-out 1.8s 1 normal forwards;
          animation: particle-animation412 1s ease-in-out 1.8s 1 normal forwards;
}
.particle50 {
  left: -40px;
  opacity: 0;
  background-color: #5e3df5;
  -webkit-animation: particle-animation50 1s ease-in-out 2s 1 normal forwards;
          animation: particle-animation50 1s ease-in-out 2s 1 normal forwards;
}
.particle51 {
  left: -40px;
  opacity: 0;
  background-color: #5e3df5;
  -webkit-animation: particle-animation51 1s ease-in-out 2s 1 normal forwards;
          animation: particle-animation51 1s ease-in-out 2s 1 normal forwards;
}
.particle52 {
  left: -40px;
  opacity: 0;
  background-color: #5e3df5;
  -webkit-animation: particle-animation52 1s ease-in-out 2s 1 normal forwards;
          animation: particle-animation52 1s ease-in-out 2s 1 normal forwards;
}
.particle53 {
  left: -40px;
  opacity: 0;
  background-color: #5e3df5;
  -webkit-animation: particle-animation53 1s ease-in-out 2s 1 normal forwards;
          animation: particle-animation53 1s ease-in-out 2s 1 normal forwards;
}
.particle54 {
  left: -40px;
  opacity: 0;
  background-color: #5e3df5;
  -webkit-animation: particle-animation54 1s ease-in-out 2s 1 normal forwards;
          animation: particle-animation54 1s ease-in-out 2s 1 normal forwards;
}
.particle55 {
  left: -40px;
  opacity: 0;
  background-color: #5e3df5;
  -webkit-animation: particle-animation55 1s ease-in-out 2s 1 normal forwards;
          animation: particle-animation55 1s ease-in-out 2s 1 normal forwards;
}
.particle56 {
  left: -40px;
  opacity: 0;
  background-color: #5e3df5;
  -webkit-animation: particle-animation56 1s ease-in-out 2s 1 normal forwards;
          animation: particle-animation56 1s ease-in-out 2s 1 normal forwards;
}
.particle57 {
  left: -40px;
  opacity: 0;
  background-color: #5e3df5;
  -webkit-animation: particle-animation57 1s ease-in-out 2s 1 normal forwards;
          animation: particle-animation57 1s ease-in-out 2s 1 normal forwards;
}
.particle58 {
  left: -40px;
  opacity: 0;
  background-color: #5e3df5;
  -webkit-animation: particle-animation58 1s ease-in-out 2s 1 normal forwards;
          animation: particle-animation58 1s ease-in-out 2s 1 normal forwards;
}
.particle59 {
  left: -40px;
  opacity: 0;
  background-color: #5e3df5;
  -webkit-animation: particle-animation59 1s ease-in-out 2s 1 normal forwards;
          animation: particle-animation59 1s ease-in-out 2s 1 normal forwards;
}
.particle510 {
  left: -40px;
  opacity: 0;
  background-color: #5e3df5;
  -webkit-animation: particle-animation510 1s ease-in-out 2s 1 normal forwards;
          animation: particle-animation510 1s ease-in-out 2s 1 normal forwards;
}
.particle511 {
  left: -40px;
  opacity: 0;
  background-color: #5e3df5;
  -webkit-animation: particle-animation511 1s ease-in-out 2s 1 normal forwards;
          animation: particle-animation511 1s ease-in-out 2s 1 normal forwards;
}
.particle512 {
  left: -40px;
  opacity: 0;
  background-color: #5e3df5;
  -webkit-animation: particle-animation512 1s ease-in-out 2s 1 normal forwards;
          animation: particle-animation512 1s ease-in-out 2s 1 normal forwards;
}
.particle60 {
  left: 0px;
  opacity: 0;
  background-color: #523df5;
  -webkit-animation: particle-animation60 1s ease-in-out 2.2s 1 normal forwards;
          animation: particle-animation60 1s ease-in-out 2.2s 1 normal forwards;
}
.particle61 {
  left: 0px;
  opacity: 0;
  background-color: #523df5;
  -webkit-animation: particle-animation61 1s ease-in-out 2.2s 1 normal forwards;
          animation: particle-animation61 1s ease-in-out 2.2s 1 normal forwards;
}
.particle62 {
  left: 0px;
  opacity: 0;
  background-color: #523df5;
  -webkit-animation: particle-animation62 1s ease-in-out 2.2s 1 normal forwards;
          animation: particle-animation62 1s ease-in-out 2.2s 1 normal forwards;
}
.particle63 {
  left: 0px;
  opacity: 0;
  background-color: #523df5;
  -webkit-animation: particle-animation63 1s ease-in-out 2.2s 1 normal forwards;
          animation: particle-animation63 1s ease-in-out 2.2s 1 normal forwards;
}
.particle64 {
  left: 0px;
  opacity: 0;
  background-color: #523df5;
  -webkit-animation: particle-animation64 1s ease-in-out 2.2s 1 normal forwards;
          animation: particle-animation64 1s ease-in-out 2.2s 1 normal forwards;
}
.particle65 {
  left: 0px;
  opacity: 0;
  background-color: #523df5;
  -webkit-animation: particle-animation65 1s ease-in-out 2.2s 1 normal forwards;
          animation: particle-animation65 1s ease-in-out 2.2s 1 normal forwards;
}
.particle66 {
  left: 0px;
  opacity: 0;
  background-color: #523df5;
  -webkit-animation: particle-animation66 1s ease-in-out 2.2s 1 normal forwards;
          animation: particle-animation66 1s ease-in-out 2.2s 1 normal forwards;
}
.particle67 {
  left: 0px;
  opacity: 0;
  background-color: #523df5;
  -webkit-animation: particle-animation67 1s ease-in-out 2.2s 1 normal forwards;
          animation: particle-animation67 1s ease-in-out 2.2s 1 normal forwards;
}
.particle68 {
  left: 0px;
  opacity: 0;
  background-color: #523df5;
  -webkit-animation: particle-animation68 1s ease-in-out 2.2s 1 normal forwards;
          animation: particle-animation68 1s ease-in-out 2.2s 1 normal forwards;
}
.particle69 {
  left: 0px;
  opacity: 0;
  background-color: #523df5;
  -webkit-animation: particle-animation69 1s ease-in-out 2.2s 1 normal forwards;
          animation: particle-animation69 1s ease-in-out 2.2s 1 normal forwards;
}
.particle610 {
  left: 0px;
  opacity: 0;
  background-color: #523df5;
  -webkit-animation: particle-animation610 1s ease-in-out 2.2s 1 normal forwards;
          animation: particle-animation610 1s ease-in-out 2.2s 1 normal forwards;
}
.particle611 {
  left: 0px;
  opacity: 0;
  background-color: #523df5;
  -webkit-animation: particle-animation611 1s ease-in-out 2.2s 1 normal forwards;
          animation: particle-animation611 1s ease-in-out 2.2s 1 normal forwards;
}
.particle612 {
  left: 0px;
  opacity: 0;
  background-color: #523df5;
  -webkit-animation: particle-animation612 1s ease-in-out 2.2s 1 normal forwards;
          animation: particle-animation612 1s ease-in-out 2.2s 1 normal forwards;
}
.particle70 {
  left: 40px;
  opacity: 0;
  background-color: #473df5;
  -webkit-animation: particle-animation70 1s ease-in-out 2.4s 1 normal forwards;
          animation: particle-animation70 1s ease-in-out 2.4s 1 normal forwards;
}
.particle71 {
  left: 40px;
  opacity: 0;
  background-color: #473df5;
  -webkit-animation: particle-animation71 1s ease-in-out 2.4s 1 normal forwards;
          animation: particle-animation71 1s ease-in-out 2.4s 1 normal forwards;
}
.particle72 {
  left: 40px;
  opacity: 0;
  background-color: #473df5;
  -webkit-animation: particle-animation72 1s ease-in-out 2.4s 1 normal forwards;
          animation: particle-animation72 1s ease-in-out 2.4s 1 normal forwards;
}
.particle73 {
  left: 40px;
  opacity: 0;
  background-color: #473df5;
  -webkit-animation: particle-animation73 1s ease-in-out 2.4s 1 normal forwards;
          animation: particle-animation73 1s ease-in-out 2.4s 1 normal forwards;
}
.particle74 {
  left: 40px;
  opacity: 0;
  background-color: #473df5;
  -webkit-animation: particle-animation74 1s ease-in-out 2.4s 1 normal forwards;
          animation: particle-animation74 1s ease-in-out 2.4s 1 normal forwards;
}
.particle75 {
  left: 40px;
  opacity: 0;
  background-color: #473df5;
  -webkit-animation: particle-animation75 1s ease-in-out 2.4s 1 normal forwards;
          animation: particle-animation75 1s ease-in-out 2.4s 1 normal forwards;
}
.particle76 {
  left: 40px;
  opacity: 0;
  background-color: #473df5;
  -webkit-animation: particle-animation76 1s ease-in-out 2.4s 1 normal forwards;
          animation: particle-animation76 1s ease-in-out 2.4s 1 normal forwards;
}
.particle77 {
  left: 40px;
  opacity: 0;
  background-color: #473df5;
  -webkit-animation: particle-animation77 1s ease-in-out 2.4s 1 normal forwards;
          animation: particle-animation77 1s ease-in-out 2.4s 1 normal forwards;
}
.particle78 {
  left: 40px;
  opacity: 0;
  background-color: #473df5;
  -webkit-animation: particle-animation78 1s ease-in-out 2.4s 1 normal forwards;
          animation: particle-animation78 1s ease-in-out 2.4s 1 normal forwards;
}
.particle79 {
  left: 40px;
  opacity: 0;
  background-color: #473df5;
  -webkit-animation: particle-animation79 1s ease-in-out 2.4s 1 normal forwards;
          animation: particle-animation79 1s ease-in-out 2.4s 1 normal forwards;
}
.particle710 {
  left: 40px;
  opacity: 0;
  background-color: #473df5;
  -webkit-animation: particle-animation710 1s ease-in-out 2.4s 1 normal forwards;
          animation: particle-animation710 1s ease-in-out 2.4s 1 normal forwards;
}
.particle711 {
  left: 40px;
  opacity: 0;
  background-color: #473df5;
  -webkit-animation: particle-animation711 1s ease-in-out 2.4s 1 normal forwards;
          animation: particle-animation711 1s ease-in-out 2.4s 1 normal forwards;
}
.particle712 {
  left: 40px;
  opacity: 0;
  background-color: #473df5;
  -webkit-animation: particle-animation712 1s ease-in-out 2.4s 1 normal forwards;
          animation: particle-animation712 1s ease-in-out 2.4s 1 normal forwards;
}
.particle80 {
  left: 80px;
  opacity: 0;
  background-color: #3d40f5;
  -webkit-animation: particle-animation80 1s ease-in-out 2.6s 1 normal forwards;
          animation: particle-animation80 1s ease-in-out 2.6s 1 normal forwards;
}
.particle81 {
  left: 80px;
  opacity: 0;
  background-color: #3d40f5;
  -webkit-animation: particle-animation81 1s ease-in-out 2.6s 1 normal forwards;
          animation: particle-animation81 1s ease-in-out 2.6s 1 normal forwards;
}
.particle82 {
  left: 80px;
  opacity: 0;
  background-color: #3d40f5;
  -webkit-animation: particle-animation82 1s ease-in-out 2.6s 1 normal forwards;
          animation: particle-animation82 1s ease-in-out 2.6s 1 normal forwards;
}
.particle83 {
  left: 80px;
  opacity: 0;
  background-color: #3d40f5;
  -webkit-animation: particle-animation83 1s ease-in-out 2.6s 1 normal forwards;
          animation: particle-animation83 1s ease-in-out 2.6s 1 normal forwards;
}
.particle84 {
  left: 80px;
  opacity: 0;
  background-color: #3d40f5;
  -webkit-animation: particle-animation84 1s ease-in-out 2.6s 1 normal forwards;
          animation: particle-animation84 1s ease-in-out 2.6s 1 normal forwards;
}
.particle85 {
  left: 80px;
  opacity: 0;
  background-color: #3d40f5;
  -webkit-animation: particle-animation85 1s ease-in-out 2.6s 1 normal forwards;
          animation: particle-animation85 1s ease-in-out 2.6s 1 normal forwards;
}
.particle86 {
  left: 80px;
  opacity: 0;
  background-color: #3d40f5;
  -webkit-animation: particle-animation86 1s ease-in-out 2.6s 1 normal forwards;
          animation: particle-animation86 1s ease-in-out 2.6s 1 normal forwards;
}
.particle87 {
  left: 80px;
  opacity: 0;
  background-color: #3d40f5;
  -webkit-animation: particle-animation87 1s ease-in-out 2.6s 1 normal forwards;
          animation: particle-animation87 1s ease-in-out 2.6s 1 normal forwards;
}
.particle88 {
  left: 80px;
  opacity: 0;
  background-color: #3d40f5;
  -webkit-animation: particle-animation88 1s ease-in-out 2.6s 1 normal forwards;
          animation: particle-animation88 1s ease-in-out 2.6s 1 normal forwards;
}
.particle89 {
  left: 80px;
  opacity: 0;
  background-color: #3d40f5;
  -webkit-animation: particle-animation89 1s ease-in-out 2.6s 1 normal forwards;
          animation: particle-animation89 1s ease-in-out 2.6s 1 normal forwards;
}
.particle810 {
  left: 80px;
  opacity: 0;
  background-color: #3d40f5;
  -webkit-animation: particle-animation810 1s ease-in-out 2.6s 1 normal forwards;
          animation: particle-animation810 1s ease-in-out 2.6s 1 normal forwards;
}
.particle811 {
  left: 80px;
  opacity: 0;
  background-color: #3d40f5;
  -webkit-animation: particle-animation811 1s ease-in-out 2.6s 1 normal forwards;
          animation: particle-animation811 1s ease-in-out 2.6s 1 normal forwards;
}
.particle812 {
  left: 80px;
  opacity: 0;
  background-color: #3d40f5;
  -webkit-animation: particle-animation812 1s ease-in-out 2.6s 1 normal forwards;
          animation: particle-animation812 1s ease-in-out 2.6s 1 normal forwards;
}
.particle90 {
  left: 120px;
  opacity: 0;
  background-color: #3d4bf5;
  -webkit-animation: particle-animation90 1s ease-in-out 2.8s 1 normal forwards;
          animation: particle-animation90 1s ease-in-out 2.8s 1 normal forwards;
}
.particle91 {
  left: 120px;
  opacity: 0;
  background-color: #3d4bf5;
  -webkit-animation: particle-animation91 1s ease-in-out 2.8s 1 normal forwards;
          animation: particle-animation91 1s ease-in-out 2.8s 1 normal forwards;
}
.particle92 {
  left: 120px;
  opacity: 0;
  background-color: #3d4bf5;
  -webkit-animation: particle-animation92 1s ease-in-out 2.8s 1 normal forwards;
          animation: particle-animation92 1s ease-in-out 2.8s 1 normal forwards;
}
.particle93 {
  left: 120px;
  opacity: 0;
  background-color: #3d4bf5;
  -webkit-animation: particle-animation93 1s ease-in-out 2.8s 1 normal forwards;
          animation: particle-animation93 1s ease-in-out 2.8s 1 normal forwards;
}
.particle94 {
  left: 120px;
  opacity: 0;
  background-color: #3d4bf5;
  -webkit-animation: particle-animation94 1s ease-in-out 2.8s 1 normal forwards;
          animation: particle-animation94 1s ease-in-out 2.8s 1 normal forwards;
}
.particle95 {
  left: 120px;
  opacity: 0;
  background-color: #3d4bf5;
  -webkit-animation: particle-animation95 1s ease-in-out 2.8s 1 normal forwards;
          animation: particle-animation95 1s ease-in-out 2.8s 1 normal forwards;
}
.particle96 {
  left: 120px;
  opacity: 0;
  background-color: #3d4bf5;
  -webkit-animation: particle-animation96 1s ease-in-out 2.8s 1 normal forwards;
          animation: particle-animation96 1s ease-in-out 2.8s 1 normal forwards;
}
.particle97 {
  left: 120px;
  opacity: 0;
  background-color: #3d4bf5;
  -webkit-animation: particle-animation97 1s ease-in-out 2.8s 1 normal forwards;
          animation: particle-animation97 1s ease-in-out 2.8s 1 normal forwards;
}
.particle98 {
  left: 120px;
  opacity: 0;
  background-color: #3d4bf5;
  -webkit-animation: particle-animation98 1s ease-in-out 2.8s 1 normal forwards;
          animation: particle-animation98 1s ease-in-out 2.8s 1 normal forwards;
}
.particle99 {
  left: 120px;
  opacity: 0;
  background-color: #3d4bf5;
  -webkit-animation: particle-animation99 1s ease-in-out 2.8s 1 normal forwards;
          animation: particle-animation99 1s ease-in-out 2.8s 1 normal forwards;
}
.particle910 {
  left: 120px;
  opacity: 0;
  background-color: #3d4bf5;
  -webkit-animation: particle-animation910 1s ease-in-out 2.8s 1 normal forwards;
          animation: particle-animation910 1s ease-in-out 2.8s 1 normal forwards;
}
.particle911 {
  left: 120px;
  opacity: 0;
  background-color: #3d4bf5;
  -webkit-animation: particle-animation911 1s ease-in-out 2.8s 1 normal forwards;
          animation: particle-animation911 1s ease-in-out 2.8s 1 normal forwards;
}
.particle912 {
  left: 120px;
  opacity: 0;
  background-color: #3d4bf5;
  -webkit-animation: particle-animation912 1s ease-in-out 2.8s 1 normal forwards;
          animation: particle-animation912 1s ease-in-out 2.8s 1 normal forwards;
}
.particle100 {
  left: 160px;
  opacity: 0;
  background-color: #3d57f5;
  -webkit-animation: particle-animation100 1s ease-in-out 3s 1 normal forwards;
          animation: particle-animation100 1s ease-in-out 3s 1 normal forwards;
}
.particle101 {
  left: 160px;
  opacity: 0;
  background-color: #3d57f5;
  -webkit-animation: particle-animation101 1s ease-in-out 3s 1 normal forwards;
          animation: particle-animation101 1s ease-in-out 3s 1 normal forwards;
}
.particle102 {
  left: 160px;
  opacity: 0;
  background-color: #3d57f5;
  -webkit-animation: particle-animation102 1s ease-in-out 3s 1 normal forwards;
          animation: particle-animation102 1s ease-in-out 3s 1 normal forwards;
}
.particle103 {
  left: 160px;
  opacity: 0;
  background-color: #3d57f5;
  -webkit-animation: particle-animation103 1s ease-in-out 3s 1 normal forwards;
          animation: particle-animation103 1s ease-in-out 3s 1 normal forwards;
}
.particle104 {
  left: 160px;
  opacity: 0;
  background-color: #3d57f5;
  -webkit-animation: particle-animation104 1s ease-in-out 3s 1 normal forwards;
          animation: particle-animation104 1s ease-in-out 3s 1 normal forwards;
}
.particle105 {
  left: 160px;
  opacity: 0;
  background-color: #3d57f5;
  -webkit-animation: particle-animation105 1s ease-in-out 3s 1 normal forwards;
          animation: particle-animation105 1s ease-in-out 3s 1 normal forwards;
}
.particle106 {
  left: 160px;
  opacity: 0;
  background-color: #3d57f5;
  -webkit-animation: particle-animation106 1s ease-in-out 3s 1 normal forwards;
          animation: particle-animation106 1s ease-in-out 3s 1 normal forwards;
}
.particle107 {
  left: 160px;
  opacity: 0;
  background-color: #3d57f5;
  -webkit-animation: particle-animation107 1s ease-in-out 3s 1 normal forwards;
          animation: particle-animation107 1s ease-in-out 3s 1 normal forwards;
}
.particle108 {
  left: 160px;
  opacity: 0;
  background-color: #3d57f5;
  -webkit-animation: particle-animation108 1s ease-in-out 3s 1 normal forwards;
          animation: particle-animation108 1s ease-in-out 3s 1 normal forwards;
}
.particle109 {
  left: 160px;
  opacity: 0;
  background-color: #3d57f5;
  -webkit-animation: particle-animation109 1s ease-in-out 3s 1 normal forwards;
          animation: particle-animation109 1s ease-in-out 3s 1 normal forwards;
}
.particle1010 {
  left: 160px;
  opacity: 0;
  background-color: #3d57f5;
  -webkit-animation: particle-animation1010 1s ease-in-out 3s 1 normal forwards;
          animation: particle-animation1010 1s ease-in-out 3s 1 normal forwards;
}
.particle1011 {
  left: 160px;
  opacity: 0;
  background-color: #3d57f5;
  -webkit-animation: particle-animation1011 1s ease-in-out 3s 1 normal forwards;
          animation: particle-animation1011 1s ease-in-out 3s 1 normal forwards;
}
.particle1012 {
  left: 160px;
  opacity: 0;
  background-color: #3d57f5;
  -webkit-animation: particle-animation1012 1s ease-in-out 3s 1 normal forwards;
          animation: particle-animation1012 1s ease-in-out 3s 1 normal forwards;
}
.particle110 {
  left: 200px;
  opacity: 0;
  background-color: #3d63f5;
  -webkit-animation: particle-animation110 1s ease-in-out 3.2s 1 normal forwards;
          animation: particle-animation110 1s ease-in-out 3.2s 1 normal forwards;
}
.particle111 {
  left: 200px;
  opacity: 0;
  background-color: #3d63f5;
  -webkit-animation: particle-animation111 1s ease-in-out 3.2s 1 normal forwards;
          animation: particle-animation111 1s ease-in-out 3.2s 1 normal forwards;
}
.particle112 {
  left: 200px;
  opacity: 0;
  background-color: #3d63f5;
  -webkit-animation: particle-animation112 1s ease-in-out 3.2s 1 normal forwards;
          animation: particle-animation112 1s ease-in-out 3.2s 1 normal forwards;
}
.particle113 {
  left: 200px;
  opacity: 0;
  background-color: #3d63f5;
  -webkit-animation: particle-animation113 1s ease-in-out 3.2s 1 normal forwards;
          animation: particle-animation113 1s ease-in-out 3.2s 1 normal forwards;
}
.particle114 {
  left: 200px;
  opacity: 0;
  background-color: #3d63f5;
  -webkit-animation: particle-animation114 1s ease-in-out 3.2s 1 normal forwards;
          animation: particle-animation114 1s ease-in-out 3.2s 1 normal forwards;
}
.particle115 {
  left: 200px;
  opacity: 0;
  background-color: #3d63f5;
  -webkit-animation: particle-animation115 1s ease-in-out 3.2s 1 normal forwards;
          animation: particle-animation115 1s ease-in-out 3.2s 1 normal forwards;
}
.particle116 {
  left: 200px;
  opacity: 0;
  background-color: #3d63f5;
  -webkit-animation: particle-animation116 1s ease-in-out 3.2s 1 normal forwards;
          animation: particle-animation116 1s ease-in-out 3.2s 1 normal forwards;
}
.particle117 {
  left: 200px;
  opacity: 0;
  background-color: #3d63f5;
  -webkit-animation: particle-animation117 1s ease-in-out 3.2s 1 normal forwards;
          animation: particle-animation117 1s ease-in-out 3.2s 1 normal forwards;
}
.particle118 {
  left: 200px;
  opacity: 0;
  background-color: #3d63f5;
  -webkit-animation: particle-animation118 1s ease-in-out 3.2s 1 normal forwards;
          animation: particle-animation118 1s ease-in-out 3.2s 1 normal forwards;
}
.particle119 {
  left: 200px;
  opacity: 0;
  background-color: #3d63f5;
  -webkit-animation: particle-animation119 1s ease-in-out 3.2s 1 normal forwards;
          animation: particle-animation119 1s ease-in-out 3.2s 1 normal forwards;
}
.particle1110 {
  left: 200px;
  opacity: 0;
  background-color: #3d63f5;
  -webkit-animation: particle-animation1110 1s ease-in-out 3.2s 1 normal forwards;
          animation: particle-animation1110 1s ease-in-out 3.2s 1 normal forwards;
}
.particle1111 {
  left: 200px;
  opacity: 0;
  background-color: #3d63f5;
  -webkit-animation: particle-animation1111 1s ease-in-out 3.2s 1 normal forwards;
          animation: particle-animation1111 1s ease-in-out 3.2s 1 normal forwards;
}
.particle1112 {
  left: 200px;
  opacity: 0;
  background-color: #3d63f5;
  -webkit-animation: particle-animation1112 1s ease-in-out 3.2s 1 normal forwards;
          animation: particle-animation1112 1s ease-in-out 3.2s 1 normal forwards;
}
.particle120 {
  left: 240px;
  opacity: 0;
  background-color: #3d6ff5;
  -webkit-animation: particle-animation120 1s ease-in-out 3.4s 1 normal forwards;
          animation: particle-animation120 1s ease-in-out 3.4s 1 normal forwards;
}
.particle121 {
  left: 240px;
  opacity: 0;
  background-color: #3d6ff5;
  -webkit-animation: particle-animation121 1s ease-in-out 3.4s 1 normal forwards;
          animation: particle-animation121 1s ease-in-out 3.4s 1 normal forwards;
}
.particle122 {
  left: 240px;
  opacity: 0;
  background-color: #3d6ff5;
  -webkit-animation: particle-animation122 1s ease-in-out 3.4s 1 normal forwards;
          animation: particle-animation122 1s ease-in-out 3.4s 1 normal forwards;
}
.particle123 {
  left: 240px;
  opacity: 0;
  background-color: #3d6ff5;
  -webkit-animation: particle-animation123 1s ease-in-out 3.4s 1 normal forwards;
          animation: particle-animation123 1s ease-in-out 3.4s 1 normal forwards;
}
.particle124 {
  left: 240px;
  opacity: 0;
  background-color: #3d6ff5;
  -webkit-animation: particle-animation124 1s ease-in-out 3.4s 1 normal forwards;
          animation: particle-animation124 1s ease-in-out 3.4s 1 normal forwards;
}
.particle125 {
  left: 240px;
  opacity: 0;
  background-color: #3d6ff5;
  -webkit-animation: particle-animation125 1s ease-in-out 3.4s 1 normal forwards;
          animation: particle-animation125 1s ease-in-out 3.4s 1 normal forwards;
}
.particle126 {
  left: 240px;
  opacity: 0;
  background-color: #3d6ff5;
  -webkit-animation: particle-animation126 1s ease-in-out 3.4s 1 normal forwards;
          animation: particle-animation126 1s ease-in-out 3.4s 1 normal forwards;
}
.particle127 {
  left: 240px;
  opacity: 0;
  background-color: #3d6ff5;
  -webkit-animation: particle-animation127 1s ease-in-out 3.4s 1 normal forwards;
          animation: particle-animation127 1s ease-in-out 3.4s 1 normal forwards;
}
.particle128 {
  left: 240px;
  opacity: 0;
  background-color: #3d6ff5;
  -webkit-animation: particle-animation128 1s ease-in-out 3.4s 1 normal forwards;
          animation: particle-animation128 1s ease-in-out 3.4s 1 normal forwards;
}
.particle129 {
  left: 240px;
  opacity: 0;
  background-color: #3d6ff5;
  -webkit-animation: particle-animation129 1s ease-in-out 3.4s 1 normal forwards;
          animation: particle-animation129 1s ease-in-out 3.4s 1 normal forwards;
}
.particle1210 {
  left: 240px;
  opacity: 0;
  background-color: #3d6ff5;
  -webkit-animation: particle-animation1210 1s ease-in-out 3.4s 1 normal forwards;
          animation: particle-animation1210 1s ease-in-out 3.4s 1 normal forwards;
}
.particle1211 {
  left: 240px;
  opacity: 0;
  background-color: #3d6ff5;
  -webkit-animation: particle-animation1211 1s ease-in-out 3.4s 1 normal forwards;
          animation: particle-animation1211 1s ease-in-out 3.4s 1 normal forwards;
}
.particle1212 {
  left: 240px;
  opacity: 0;
  background-color: #3d6ff5;
  -webkit-animation: particle-animation1212 1s ease-in-out 3.4s 1 normal forwards;
          animation: particle-animation1212 1s ease-in-out 3.4s 1 normal forwards;
}
.particle130 {
  left: 280px;
  opacity: 0;
  background-color: #3d7af5;
  -webkit-animation: particle-animation130 1s ease-in-out 3.6s 1 normal forwards;
          animation: particle-animation130 1s ease-in-out 3.6s 1 normal forwards;
}
.particle131 {
  left: 280px;
  opacity: 0;
  background-color: #3d7af5;
  -webkit-animation: particle-animation131 1s ease-in-out 3.6s 1 normal forwards;
          animation: particle-animation131 1s ease-in-out 3.6s 1 normal forwards;
}
.particle132 {
  left: 280px;
  opacity: 0;
  background-color: #3d7af5;
  -webkit-animation: particle-animation132 1s ease-in-out 3.6s 1 normal forwards;
          animation: particle-animation132 1s ease-in-out 3.6s 1 normal forwards;
}
.particle133 {
  left: 280px;
  opacity: 0;
  background-color: #3d7af5;
  -webkit-animation: particle-animation133 1s ease-in-out 3.6s 1 normal forwards;
          animation: particle-animation133 1s ease-in-out 3.6s 1 normal forwards;
}
.particle134 {
  left: 280px;
  opacity: 0;
  background-color: #3d7af5;
  -webkit-animation: particle-animation134 1s ease-in-out 3.6s 1 normal forwards;
          animation: particle-animation134 1s ease-in-out 3.6s 1 normal forwards;
}
.particle135 {
  left: 280px;
  opacity: 0;
  background-color: #3d7af5;
  -webkit-animation: particle-animation135 1s ease-in-out 3.6s 1 normal forwards;
          animation: particle-animation135 1s ease-in-out 3.6s 1 normal forwards;
}
.particle136 {
  left: 280px;
  opacity: 0;
  background-color: #3d7af5;
  -webkit-animation: particle-animation136 1s ease-in-out 3.6s 1 normal forwards;
          animation: particle-animation136 1s ease-in-out 3.6s 1 normal forwards;
}
.particle137 {
  left: 280px;
  opacity: 0;
  background-color: #3d7af5;
  -webkit-animation: particle-animation137 1s ease-in-out 3.6s 1 normal forwards;
          animation: particle-animation137 1s ease-in-out 3.6s 1 normal forwards;
}
.particle138 {
  left: 280px;
  opacity: 0;
  background-color: #3d7af5;
  -webkit-animation: particle-animation138 1s ease-in-out 3.6s 1 normal forwards;
          animation: particle-animation138 1s ease-in-out 3.6s 1 normal forwards;
}
.particle139 {
  left: 280px;
  opacity: 0;
  background-color: #3d7af5;
  -webkit-animation: particle-animation139 1s ease-in-out 3.6s 1 normal forwards;
          animation: particle-animation139 1s ease-in-out 3.6s 1 normal forwards;
}
.particle1310 {
  left: 280px;
  opacity: 0;
  background-color: #3d7af5;
  -webkit-animation: particle-animation1310 1s ease-in-out 3.6s 1 normal forwards;
          animation: particle-animation1310 1s ease-in-out 3.6s 1 normal forwards;
}
.particle1311 {
  left: 280px;
  opacity: 0;
  background-color: #3d7af5;
  -webkit-animation: particle-animation1311 1s ease-in-out 3.6s 1 normal forwards;
          animation: particle-animation1311 1s ease-in-out 3.6s 1 normal forwards;
}
.particle1312 {
  left: 280px;
  opacity: 0;
  background-color: #3d7af5;
  -webkit-animation: particle-animation1312 1s ease-in-out 3.6s 1 normal forwards;
          animation: particle-animation1312 1s ease-in-out 3.6s 1 normal forwards;
}
@-webkit-keyframes particle-animation00 {
  0% {
    left: -240px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -140px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation00 {
  0% {
    left: -240px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -140px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation01 {
  0% {
    left: -240px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -153.3974596px;
    top: 50px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation01 {
  0% {
    left: -240px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -153.3974596px;
    top: 50px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation02 {
  0% {
    left: -240px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -190px;
    top: 86.60254040000001px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation02 {
  0% {
    left: -240px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -190px;
    top: 86.60254040000001px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation03 {
  0% {
    left: -240px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -240px;
    top: 100px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation03 {
  0% {
    left: -240px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -240px;
    top: 100px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation04 {
  0% {
    left: -240px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -290px;
    top: 86.60254040000001px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation04 {
  0% {
    left: -240px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -290px;
    top: 86.60254040000001px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation05 {
  0% {
    left: -240px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -326.6025404px;
    top: 50px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation05 {
  0% {
    left: -240px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -326.6025404px;
    top: 50px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation06 {
  0% {
    left: -240px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -340px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation06 {
  0% {
    left: -240px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -340px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation07 {
  0% {
    left: -240px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -326.6025404px;
    top: -50px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation07 {
  0% {
    left: -240px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -326.6025404px;
    top: -50px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation08 {
  0% {
    left: -240px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -290px;
    top: -86.60254040000001px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation08 {
  0% {
    left: -240px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -290px;
    top: -86.60254040000001px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation09 {
  0% {
    left: -240px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -240px;
    top: -100px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation09 {
  0% {
    left: -240px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -240px;
    top: -100px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation010 {
  0% {
    left: -240px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -190px;
    top: -86.60254040000001px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation010 {
  0% {
    left: -240px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -190px;
    top: -86.60254040000001px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation011 {
  0% {
    left: -240px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -153.3974596px;
    top: -50px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation011 {
  0% {
    left: -240px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -153.3974596px;
    top: -50px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation012 {
  0% {
    left: -240px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -140px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation012 {
  0% {
    left: -240px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -140px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation10 {
  0% {
    left: -200px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -100px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation10 {
  0% {
    left: -200px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -100px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation11 {
  0% {
    left: -200px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -113.39745959999999px;
    top: 50px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation11 {
  0% {
    left: -200px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -113.39745959999999px;
    top: 50px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation12 {
  0% {
    left: -200px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -150px;
    top: 86.60254040000001px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation12 {
  0% {
    left: -200px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -150px;
    top: 86.60254040000001px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation13 {
  0% {
    left: -200px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -200px;
    top: 100px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation13 {
  0% {
    left: -200px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -200px;
    top: 100px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation14 {
  0% {
    left: -200px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -250px;
    top: 86.60254040000001px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation14 {
  0% {
    left: -200px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -250px;
    top: 86.60254040000001px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation15 {
  0% {
    left: -200px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -286.6025404px;
    top: 50px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation15 {
  0% {
    left: -200px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -286.6025404px;
    top: 50px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation16 {
  0% {
    left: -200px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -300px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation16 {
  0% {
    left: -200px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -300px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation17 {
  0% {
    left: -200px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -286.6025404px;
    top: -50px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation17 {
  0% {
    left: -200px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -286.6025404px;
    top: -50px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation18 {
  0% {
    left: -200px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -250px;
    top: -86.60254040000001px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation18 {
  0% {
    left: -200px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -250px;
    top: -86.60254040000001px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation19 {
  0% {
    left: -200px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -200px;
    top: -100px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation19 {
  0% {
    left: -200px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -200px;
    top: -100px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation110 {
  0% {
    left: -200px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -150px;
    top: -86.60254040000001px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation110 {
  0% {
    left: -200px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -150px;
    top: -86.60254040000001px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation111 {
  0% {
    left: -200px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -113.39745959999999px;
    top: -50px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation111 {
  0% {
    left: -200px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -113.39745959999999px;
    top: -50px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation112 {
  0% {
    left: -200px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -100px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation112 {
  0% {
    left: -200px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -100px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation20 {
  0% {
    left: -160px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -60px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation20 {
  0% {
    left: -160px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -60px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation21 {
  0% {
    left: -160px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -73.39745959999999px;
    top: 50px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation21 {
  0% {
    left: -160px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -73.39745959999999px;
    top: 50px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation22 {
  0% {
    left: -160px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -110px;
    top: 86.60254040000001px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation22 {
  0% {
    left: -160px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -110px;
    top: 86.60254040000001px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation23 {
  0% {
    left: -160px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -160px;
    top: 100px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation23 {
  0% {
    left: -160px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -160px;
    top: 100px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation24 {
  0% {
    left: -160px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -210px;
    top: 86.60254040000001px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation24 {
  0% {
    left: -160px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -210px;
    top: 86.60254040000001px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation25 {
  0% {
    left: -160px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -246.6025404px;
    top: 50px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation25 {
  0% {
    left: -160px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -246.6025404px;
    top: 50px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation26 {
  0% {
    left: -160px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -260px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation26 {
  0% {
    left: -160px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -260px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation27 {
  0% {
    left: -160px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -246.6025404px;
    top: -50px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation27 {
  0% {
    left: -160px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -246.6025404px;
    top: -50px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation28 {
  0% {
    left: -160px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -210px;
    top: -86.60254040000001px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation28 {
  0% {
    left: -160px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -210px;
    top: -86.60254040000001px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation29 {
  0% {
    left: -160px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -160px;
    top: -100px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation29 {
  0% {
    left: -160px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -160px;
    top: -100px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation210 {
  0% {
    left: -160px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -110px;
    top: -86.60254040000001px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation210 {
  0% {
    left: -160px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -110px;
    top: -86.60254040000001px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation211 {
  0% {
    left: -160px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -73.39745959999999px;
    top: -50px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation211 {
  0% {
    left: -160px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -73.39745959999999px;
    top: -50px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation212 {
  0% {
    left: -160px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -60px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation212 {
  0% {
    left: -160px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -60px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation30 {
  0% {
    left: -120px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -20px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation30 {
  0% {
    left: -120px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -20px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation31 {
  0% {
    left: -120px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -33.39745959999999px;
    top: 50px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation31 {
  0% {
    left: -120px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -33.39745959999999px;
    top: 50px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation32 {
  0% {
    left: -120px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -70px;
    top: 86.60254040000001px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation32 {
  0% {
    left: -120px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -70px;
    top: 86.60254040000001px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation33 {
  0% {
    left: -120px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -120px;
    top: 100px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation33 {
  0% {
    left: -120px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -120px;
    top: 100px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation34 {
  0% {
    left: -120px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -170px;
    top: 86.60254040000001px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation34 {
  0% {
    left: -120px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -170px;
    top: 86.60254040000001px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation35 {
  0% {
    left: -120px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -206.6025404px;
    top: 50px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation35 {
  0% {
    left: -120px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -206.6025404px;
    top: 50px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation36 {
  0% {
    left: -120px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -220px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation36 {
  0% {
    left: -120px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -220px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation37 {
  0% {
    left: -120px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -206.6025404px;
    top: -50px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation37 {
  0% {
    left: -120px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -206.6025404px;
    top: -50px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation38 {
  0% {
    left: -120px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -170px;
    top: -86.60254040000001px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation38 {
  0% {
    left: -120px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -170px;
    top: -86.60254040000001px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation39 {
  0% {
    left: -120px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -120px;
    top: -100px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation39 {
  0% {
    left: -120px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -120px;
    top: -100px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation310 {
  0% {
    left: -120px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -70px;
    top: -86.60254040000001px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation310 {
  0% {
    left: -120px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -70px;
    top: -86.60254040000001px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation311 {
  0% {
    left: -120px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -33.39745959999999px;
    top: -50px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation311 {
  0% {
    left: -120px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -33.39745959999999px;
    top: -50px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation312 {
  0% {
    left: -120px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -20px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation312 {
  0% {
    left: -120px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -20px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation40 {
  0% {
    left: -80px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 20px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation40 {
  0% {
    left: -80px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 20px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation41 {
  0% {
    left: -80px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 6.602540400000009px;
    top: 50px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation41 {
  0% {
    left: -80px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 6.602540400000009px;
    top: 50px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation42 {
  0% {
    left: -80px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -30px;
    top: 86.60254040000001px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation42 {
  0% {
    left: -80px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -30px;
    top: 86.60254040000001px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation43 {
  0% {
    left: -80px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -80px;
    top: 100px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation43 {
  0% {
    left: -80px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -80px;
    top: 100px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation44 {
  0% {
    left: -80px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -130px;
    top: 86.60254040000001px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation44 {
  0% {
    left: -80px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -130px;
    top: 86.60254040000001px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation45 {
  0% {
    left: -80px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -166.6025404px;
    top: 50px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation45 {
  0% {
    left: -80px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -166.6025404px;
    top: 50px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation46 {
  0% {
    left: -80px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -180px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation46 {
  0% {
    left: -80px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -180px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation47 {
  0% {
    left: -80px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -166.6025404px;
    top: -50px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation47 {
  0% {
    left: -80px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -166.6025404px;
    top: -50px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation48 {
  0% {
    left: -80px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -130px;
    top: -86.60254040000001px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation48 {
  0% {
    left: -80px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -130px;
    top: -86.60254040000001px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation49 {
  0% {
    left: -80px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -80px;
    top: -100px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation49 {
  0% {
    left: -80px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -80px;
    top: -100px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation410 {
  0% {
    left: -80px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -30px;
    top: -86.60254040000001px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation410 {
  0% {
    left: -80px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -30px;
    top: -86.60254040000001px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation411 {
  0% {
    left: -80px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 6.602540400000009px;
    top: -50px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation411 {
  0% {
    left: -80px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 6.602540400000009px;
    top: -50px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation412 {
  0% {
    left: -80px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 20px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation412 {
  0% {
    left: -80px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 20px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation50 {
  0% {
    left: -40px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 60px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation50 {
  0% {
    left: -40px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 60px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation51 {
  0% {
    left: -40px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 46.60254040000001px;
    top: 50px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation51 {
  0% {
    left: -40px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 46.60254040000001px;
    top: 50px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation52 {
  0% {
    left: -40px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 10px;
    top: 86.60254040000001px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation52 {
  0% {
    left: -40px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 10px;
    top: 86.60254040000001px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation53 {
  0% {
    left: -40px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -40px;
    top: 100px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation53 {
  0% {
    left: -40px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -40px;
    top: 100px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation54 {
  0% {
    left: -40px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -90px;
    top: 86.60254040000001px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation54 {
  0% {
    left: -40px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -90px;
    top: 86.60254040000001px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation55 {
  0% {
    left: -40px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -126.60254040000001px;
    top: 50px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation55 {
  0% {
    left: -40px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -126.60254040000001px;
    top: 50px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation56 {
  0% {
    left: -40px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -140px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation56 {
  0% {
    left: -40px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -140px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation57 {
  0% {
    left: -40px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -126.60254040000001px;
    top: -50px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation57 {
  0% {
    left: -40px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -126.60254040000001px;
    top: -50px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation58 {
  0% {
    left: -40px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -90px;
    top: -86.60254040000001px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation58 {
  0% {
    left: -40px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -90px;
    top: -86.60254040000001px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation59 {
  0% {
    left: -40px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -40px;
    top: -100px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation59 {
  0% {
    left: -40px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -40px;
    top: -100px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation510 {
  0% {
    left: -40px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 10px;
    top: -86.60254040000001px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation510 {
  0% {
    left: -40px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 10px;
    top: -86.60254040000001px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation511 {
  0% {
    left: -40px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 46.60254040000001px;
    top: -50px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation511 {
  0% {
    left: -40px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 46.60254040000001px;
    top: -50px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation512 {
  0% {
    left: -40px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 60px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation512 {
  0% {
    left: -40px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 60px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation60 {
  0% {
    left: 0px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 100px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation60 {
  0% {
    left: 0px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 100px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation61 {
  0% {
    left: 0px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 86.60254040000001px;
    top: 50px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation61 {
  0% {
    left: 0px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 86.60254040000001px;
    top: 50px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation62 {
  0% {
    left: 0px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 50px;
    top: 86.60254040000001px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation62 {
  0% {
    left: 0px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 50px;
    top: 86.60254040000001px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation63 {
  0% {
    left: 0px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 0px;
    top: 100px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation63 {
  0% {
    left: 0px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 0px;
    top: 100px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation64 {
  0% {
    left: 0px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -50px;
    top: 86.60254040000001px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation64 {
  0% {
    left: 0px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -50px;
    top: 86.60254040000001px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation65 {
  0% {
    left: 0px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -86.60254040000001px;
    top: 50px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation65 {
  0% {
    left: 0px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -86.60254040000001px;
    top: 50px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation66 {
  0% {
    left: 0px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -100px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation66 {
  0% {
    left: 0px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -100px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation67 {
  0% {
    left: 0px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -86.60254040000001px;
    top: -50px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation67 {
  0% {
    left: 0px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -86.60254040000001px;
    top: -50px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation68 {
  0% {
    left: 0px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -50px;
    top: -86.60254040000001px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation68 {
  0% {
    left: 0px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -50px;
    top: -86.60254040000001px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation69 {
  0% {
    left: 0px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 0px;
    top: -100px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation69 {
  0% {
    left: 0px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 0px;
    top: -100px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation610 {
  0% {
    left: 0px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 50px;
    top: -86.60254040000001px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation610 {
  0% {
    left: 0px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 50px;
    top: -86.60254040000001px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation611 {
  0% {
    left: 0px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 86.60254040000001px;
    top: -50px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation611 {
  0% {
    left: 0px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 86.60254040000001px;
    top: -50px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation612 {
  0% {
    left: 0px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 100px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation612 {
  0% {
    left: 0px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 100px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation70 {
  0% {
    left: 40px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 140px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation70 {
  0% {
    left: 40px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 140px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation71 {
  0% {
    left: 40px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 126.60254040000001px;
    top: 50px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation71 {
  0% {
    left: 40px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 126.60254040000001px;
    top: 50px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation72 {
  0% {
    left: 40px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 90px;
    top: 86.60254040000001px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation72 {
  0% {
    left: 40px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 90px;
    top: 86.60254040000001px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation73 {
  0% {
    left: 40px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 40px;
    top: 100px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation73 {
  0% {
    left: 40px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 40px;
    top: 100px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation74 {
  0% {
    left: 40px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -10px;
    top: 86.60254040000001px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation74 {
  0% {
    left: 40px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -10px;
    top: 86.60254040000001px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation75 {
  0% {
    left: 40px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -46.60254040000001px;
    top: 50px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation75 {
  0% {
    left: 40px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -46.60254040000001px;
    top: 50px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation76 {
  0% {
    left: 40px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -60px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation76 {
  0% {
    left: 40px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -60px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation77 {
  0% {
    left: 40px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -46.60254040000001px;
    top: -50px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation77 {
  0% {
    left: 40px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -46.60254040000001px;
    top: -50px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation78 {
  0% {
    left: 40px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -10px;
    top: -86.60254040000001px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation78 {
  0% {
    left: 40px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -10px;
    top: -86.60254040000001px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation79 {
  0% {
    left: 40px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 40px;
    top: -100px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation79 {
  0% {
    left: 40px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 40px;
    top: -100px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation710 {
  0% {
    left: 40px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 90px;
    top: -86.60254040000001px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation710 {
  0% {
    left: 40px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 90px;
    top: -86.60254040000001px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation711 {
  0% {
    left: 40px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 126.60254040000001px;
    top: -50px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation711 {
  0% {
    left: 40px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 126.60254040000001px;
    top: -50px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation712 {
  0% {
    left: 40px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 140px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation712 {
  0% {
    left: 40px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 140px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation80 {
  0% {
    left: 80px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 180px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation80 {
  0% {
    left: 80px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 180px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation81 {
  0% {
    left: 80px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 166.6025404px;
    top: 50px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation81 {
  0% {
    left: 80px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 166.6025404px;
    top: 50px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation82 {
  0% {
    left: 80px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 130px;
    top: 86.60254040000001px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation82 {
  0% {
    left: 80px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 130px;
    top: 86.60254040000001px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation83 {
  0% {
    left: 80px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 80px;
    top: 100px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation83 {
  0% {
    left: 80px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 80px;
    top: 100px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation84 {
  0% {
    left: 80px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 30px;
    top: 86.60254040000001px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation84 {
  0% {
    left: 80px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 30px;
    top: 86.60254040000001px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation85 {
  0% {
    left: 80px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -6.602540400000009px;
    top: 50px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation85 {
  0% {
    left: 80px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -6.602540400000009px;
    top: 50px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation86 {
  0% {
    left: 80px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -20px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation86 {
  0% {
    left: 80px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -20px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation87 {
  0% {
    left: 80px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -6.602540400000009px;
    top: -50px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation87 {
  0% {
    left: 80px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: -6.602540400000009px;
    top: -50px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation88 {
  0% {
    left: 80px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 30px;
    top: -86.60254040000001px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation88 {
  0% {
    left: 80px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 30px;
    top: -86.60254040000001px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation89 {
  0% {
    left: 80px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 80px;
    top: -100px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation89 {
  0% {
    left: 80px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 80px;
    top: -100px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation810 {
  0% {
    left: 80px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 130px;
    top: -86.60254040000001px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation810 {
  0% {
    left: 80px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 130px;
    top: -86.60254040000001px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation811 {
  0% {
    left: 80px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 166.6025404px;
    top: -50px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation811 {
  0% {
    left: 80px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 166.6025404px;
    top: -50px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation812 {
  0% {
    left: 80px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 180px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation812 {
  0% {
    left: 80px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 180px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation90 {
  0% {
    left: 120px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 220px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation90 {
  0% {
    left: 120px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 220px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation91 {
  0% {
    left: 120px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 206.6025404px;
    top: 50px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation91 {
  0% {
    left: 120px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 206.6025404px;
    top: 50px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation92 {
  0% {
    left: 120px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 170px;
    top: 86.60254040000001px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation92 {
  0% {
    left: 120px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 170px;
    top: 86.60254040000001px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation93 {
  0% {
    left: 120px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 120px;
    top: 100px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation93 {
  0% {
    left: 120px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 120px;
    top: 100px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation94 {
  0% {
    left: 120px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 70px;
    top: 86.60254040000001px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation94 {
  0% {
    left: 120px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 70px;
    top: 86.60254040000001px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation95 {
  0% {
    left: 120px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 33.39745959999999px;
    top: 50px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation95 {
  0% {
    left: 120px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 33.39745959999999px;
    top: 50px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation96 {
  0% {
    left: 120px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 20px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation96 {
  0% {
    left: 120px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 20px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation97 {
  0% {
    left: 120px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 33.39745959999999px;
    top: -50px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation97 {
  0% {
    left: 120px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 33.39745959999999px;
    top: -50px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation98 {
  0% {
    left: 120px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 70px;
    top: -86.60254040000001px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation98 {
  0% {
    left: 120px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 70px;
    top: -86.60254040000001px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation99 {
  0% {
    left: 120px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 120px;
    top: -100px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation99 {
  0% {
    left: 120px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 120px;
    top: -100px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation910 {
  0% {
    left: 120px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 170px;
    top: -86.60254040000001px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation910 {
  0% {
    left: 120px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 170px;
    top: -86.60254040000001px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation911 {
  0% {
    left: 120px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 206.6025404px;
    top: -50px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation911 {
  0% {
    left: 120px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 206.6025404px;
    top: -50px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation912 {
  0% {
    left: 120px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 220px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation912 {
  0% {
    left: 120px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 220px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation100 {
  0% {
    left: 160px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 260px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation100 {
  0% {
    left: 160px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 260px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation101 {
  0% {
    left: 160px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 246.6025404px;
    top: 50px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation101 {
  0% {
    left: 160px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 246.6025404px;
    top: 50px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation102 {
  0% {
    left: 160px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 210px;
    top: 86.60254040000001px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation102 {
  0% {
    left: 160px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 210px;
    top: 86.60254040000001px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation103 {
  0% {
    left: 160px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 160px;
    top: 100px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation103 {
  0% {
    left: 160px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 160px;
    top: 100px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation104 {
  0% {
    left: 160px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 110px;
    top: 86.60254040000001px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation104 {
  0% {
    left: 160px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 110px;
    top: 86.60254040000001px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation105 {
  0% {
    left: 160px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 73.39745959999999px;
    top: 50px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation105 {
  0% {
    left: 160px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 73.39745959999999px;
    top: 50px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation106 {
  0% {
    left: 160px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 60px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation106 {
  0% {
    left: 160px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 60px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation107 {
  0% {
    left: 160px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 73.39745959999999px;
    top: -50px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation107 {
  0% {
    left: 160px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 73.39745959999999px;
    top: -50px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation108 {
  0% {
    left: 160px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 110px;
    top: -86.60254040000001px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation108 {
  0% {
    left: 160px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 110px;
    top: -86.60254040000001px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation109 {
  0% {
    left: 160px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 160px;
    top: -100px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation109 {
  0% {
    left: 160px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 160px;
    top: -100px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation1010 {
  0% {
    left: 160px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 210px;
    top: -86.60254040000001px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation1010 {
  0% {
    left: 160px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 210px;
    top: -86.60254040000001px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation1011 {
  0% {
    left: 160px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 246.6025404px;
    top: -50px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation1011 {
  0% {
    left: 160px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 246.6025404px;
    top: -50px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation1012 {
  0% {
    left: 160px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 260px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation1012 {
  0% {
    left: 160px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 260px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation110 {
  0% {
    left: 200px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 300px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation110 {
  0% {
    left: 200px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 300px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation111 {
  0% {
    left: 200px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 286.6025404px;
    top: 50px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation111 {
  0% {
    left: 200px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 286.6025404px;
    top: 50px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation112 {
  0% {
    left: 200px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 250px;
    top: 86.60254040000001px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation112 {
  0% {
    left: 200px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 250px;
    top: 86.60254040000001px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation113 {
  0% {
    left: 200px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 200px;
    top: 100px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation113 {
  0% {
    left: 200px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 200px;
    top: 100px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation114 {
  0% {
    left: 200px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 150px;
    top: 86.60254040000001px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation114 {
  0% {
    left: 200px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 150px;
    top: 86.60254040000001px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation115 {
  0% {
    left: 200px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 113.39745959999999px;
    top: 50px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation115 {
  0% {
    left: 200px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 113.39745959999999px;
    top: 50px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation116 {
  0% {
    left: 200px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 100px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation116 {
  0% {
    left: 200px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 100px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation117 {
  0% {
    left: 200px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 113.39745959999999px;
    top: -50px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation117 {
  0% {
    left: 200px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 113.39745959999999px;
    top: -50px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation118 {
  0% {
    left: 200px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 150px;
    top: -86.60254040000001px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation118 {
  0% {
    left: 200px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 150px;
    top: -86.60254040000001px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation119 {
  0% {
    left: 200px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 200px;
    top: -100px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation119 {
  0% {
    left: 200px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 200px;
    top: -100px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation1110 {
  0% {
    left: 200px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 250px;
    top: -86.60254040000001px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation1110 {
  0% {
    left: 200px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 250px;
    top: -86.60254040000001px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation1111 {
  0% {
    left: 200px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 286.6025404px;
    top: -50px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation1111 {
  0% {
    left: 200px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 286.6025404px;
    top: -50px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation1112 {
  0% {
    left: 200px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 300px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation1112 {
  0% {
    left: 200px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 300px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation120 {
  0% {
    left: 240px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 340px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation120 {
  0% {
    left: 240px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 340px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation121 {
  0% {
    left: 240px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 326.6025404px;
    top: 50px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation121 {
  0% {
    left: 240px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 326.6025404px;
    top: 50px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation122 {
  0% {
    left: 240px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 290px;
    top: 86.60254040000001px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation122 {
  0% {
    left: 240px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 290px;
    top: 86.60254040000001px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation123 {
  0% {
    left: 240px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 240px;
    top: 100px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation123 {
  0% {
    left: 240px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 240px;
    top: 100px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation124 {
  0% {
    left: 240px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 190px;
    top: 86.60254040000001px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation124 {
  0% {
    left: 240px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 190px;
    top: 86.60254040000001px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation125 {
  0% {
    left: 240px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 153.3974596px;
    top: 50px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation125 {
  0% {
    left: 240px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 153.3974596px;
    top: 50px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation126 {
  0% {
    left: 240px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 140px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation126 {
  0% {
    left: 240px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 140px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation127 {
  0% {
    left: 240px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 153.3974596px;
    top: -50px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation127 {
  0% {
    left: 240px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 153.3974596px;
    top: -50px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation128 {
  0% {
    left: 240px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 190px;
    top: -86.60254040000001px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation128 {
  0% {
    left: 240px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 190px;
    top: -86.60254040000001px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation129 {
  0% {
    left: 240px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 240px;
    top: -100px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation129 {
  0% {
    left: 240px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 240px;
    top: -100px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation1210 {
  0% {
    left: 240px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 290px;
    top: -86.60254040000001px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation1210 {
  0% {
    left: 240px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 290px;
    top: -86.60254040000001px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation1211 {
  0% {
    left: 240px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 326.6025404px;
    top: -50px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation1211 {
  0% {
    left: 240px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 326.6025404px;
    top: -50px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation1212 {
  0% {
    left: 240px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 340px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation1212 {
  0% {
    left: 240px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 340px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation130 {
  0% {
    left: 280px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 380px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation130 {
  0% {
    left: 280px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 380px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation131 {
  0% {
    left: 280px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 366.6025404px;
    top: 50px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation131 {
  0% {
    left: 280px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 366.6025404px;
    top: 50px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation132 {
  0% {
    left: 280px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 330px;
    top: 86.60254040000001px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation132 {
  0% {
    left: 280px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 330px;
    top: 86.60254040000001px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation133 {
  0% {
    left: 280px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 280px;
    top: 100px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation133 {
  0% {
    left: 280px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 280px;
    top: 100px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation134 {
  0% {
    left: 280px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 230px;
    top: 86.60254040000001px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation134 {
  0% {
    left: 280px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 230px;
    top: 86.60254040000001px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation135 {
  0% {
    left: 280px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 193.3974596px;
    top: 50px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation135 {
  0% {
    left: 280px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 193.3974596px;
    top: 50px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation136 {
  0% {
    left: 280px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 180px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation136 {
  0% {
    left: 280px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 180px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation137 {
  0% {
    left: 280px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 193.3974596px;
    top: -50px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation137 {
  0% {
    left: 280px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 193.3974596px;
    top: -50px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation138 {
  0% {
    left: 280px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 230px;
    top: -86.60254040000001px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation138 {
  0% {
    left: 280px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 230px;
    top: -86.60254040000001px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation139 {
  0% {
    left: 280px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 280px;
    top: -100px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation139 {
  0% {
    left: 280px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 280px;
    top: -100px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation1310 {
  0% {
    left: 280px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 330px;
    top: -86.60254040000001px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation1310 {
  0% {
    left: 280px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 330px;
    top: -86.60254040000001px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation1311 {
  0% {
    left: 280px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 366.6025404px;
    top: -50px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation1311 {
  0% {
    left: 280px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 366.6025404px;
    top: -50px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@-webkit-keyframes particle-animation1312 {
  0% {
    left: 280px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 380px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
@keyframes particle-animation1312 {
  0% {
    left: 280px;
    top: 0;
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    left: 380px;
    top: 0px;
    opacity: 1;
    transform: scale(0, 0);
  }
}
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
#content {
  position: relative;
  z-index: 1;
}
.space-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background: radial-gradient(ellipse at bottom, #0a0f25 0%, #000510 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.space-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background: radial-gradient(ellipse at bottom, #05081a 0%, #000 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#starfield {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: transparent;
}
.site-title {
  position: relative;
  z-index: 2;
  font-family: 'Montserrat', sans-serif;
  font-size: 2rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  text-align: center;
  margin-bottom: 1.5rem;
  background: linear-gradient(270deg, #8a2be2, #00bfff, #8a2be2);
  background-size: 600% 600%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: gradient-shift 10s ease infinite, float-title 7s ease-in-out infinite;
          animation: gradient-shift 10s ease infinite, float-title 7s ease-in-out infinite;
  opacity: 0;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.site-title {
  position: relative;
  z-index: 2;
  font-family: 'Montserrat', sans-serif;
  font-size: 2rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  text-align: center;
  margin-bottom: 1.5rem;
  background: linear-gradient(270deg, #8a2be2, #00bfff, #8a2be2);
  background-size: 600% 600%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: gradient-shift 10s ease infinite, float-title 7s ease-in-out infinite, fade-in 2s ease forwards;
          animation: gradient-shift 10s ease infinite, float-title 7s ease-in-out infinite, fade-in 2s ease forwards;
  opacity: 0;
}
.coming-soon {
  position: relative;
  z-index: 2;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 6vw;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-shadow: 0 0 15px rgba(255,255,255,0.8), 0 0 30px rgba(0,128,255,0.4);
  -webkit-animation: float-text 8s ease-in-out infinite;
          animation: float-text 8s ease-in-out infinite;
}
.signup-button {
  position: relative;
  z-index: 2;
  margin-top: 2rem;
  padding: 1rem 2.5rem;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.15em;
  border: 2px solid rgba(255,255,255,0.6);
  border-radius: 50px;
  background: rgba(255,255,255,0.05);
  box-shadow: 0 0 15px rgba(255,255,255,0.6), 0 0 30px rgba(255,255,255,0.4);
  transition: all 0.3s ease;
  -webkit-animation: float-button 6s ease-in-out infinite, fade-in-button 2s ease 3s forwards;
          animation: float-button 6s ease-in-out infinite, fade-in-button 2s ease 3s forwards;
  opacity: 0;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  cursor: pointer;
}
.signup-button:hover {
  background: rgba(255,255,255,0.15);
  box-shadow: 0 0 25px rgba(255,255,255,0.8), 0 0 50px rgba(255,255,255,0.5);
  transform: scale(1.05);
}
.discord-button {
  position: relative;
  z-index: 2;
  margin-top: 1rem;
  padding: 1rem 2.5rem;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.15em;
  border: 2px solid rgba(255,255,255,0.6);
  border-radius: 50px;
  background: rgba(255,255,255,0.05);
  box-shadow: 0 0 15px rgba(255,255,255,0.6), 0 0 30px rgba(255,255,255,0.4);
  transition: all 0.3s ease;
  -webkit-animation: float-button 6s ease-in-out infinite, fade-in-button 2s ease 4.5s forwards;
          animation: float-button 6s ease-in-out infinite, fade-in-button 2s ease 4.5s forwards;
  opacity: 0;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  cursor: pointer;
}
.discord-button:hover {
  background: rgba(255,255,255,0.15);
  box-shadow: 0 0 25px rgba(255,255,255,0.8), 0 0 50px rgba(255,255,255,0.5);
  transform: scale(1.05);
}
.button-group {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  margin-top: 2.5rem;
  z-index: 2;
  -webkit-animation: fade-in-group 2s ease 2.5s forwards;
          animation: fade-in-group 2s ease 2.5s forwards;
  opacity: 0;
}
.signup-button,
.discord-button {
  margin-top: 0;
}
.admin-crown {
  position: fixed;
  bottom: 2rem;
  z-index: 5;
  font-size: 1.8rem;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
  opacity: 0.7;
  text-shadow: 0 0 8px rgba(255,255,255,0.8), 0 0 20px rgba(255,255,255,0.5);
  transition: all 0.3s ease;
  -webkit-animation: float-crown 6s ease-in-out infinite, fade-in-crown 2s ease 4s forwards;
          animation: float-crown 6s ease-in-out infinite, fade-in-crown 2s ease 4s forwards;
  opacity: 0;
}
.admin-crown:hover {
  transform: scale(1.2) rotate(5deg);
  opacity: 1;
  text-shadow: 0 0 15px rgba(255,255,255,0.9), 0 0 35px rgba(255,255,255,0.7);
}
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,0.7);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  justify-content: center;
  align-items: center;
  z-index: 10;
  -webkit-animation: fade-in-modal 0.4s ease forwards;
          animation: fade-in-modal 0.4s ease forwards;
}
.modal-content {
  background: rgba(10,10,25,0.95);
  border: 2px solid rgba(255,255,255,0.2);
  border-radius: 20px;
  box-shadow: 0 0 25px rgba(255,255,255,0.3), 0 0 60px rgba(0,128,255,0.2);
  padding: 2rem 3rem;
  color: #fff;
  width: 90%;
  max-width: 480px;
  text-align: left;
  -webkit-animation: float-modal 8s ease-in-out infinite;
          animation: float-modal 8s ease-in-out infinite;
}
.modal-content h2 {
  text-align: center;
  margin-bottom: 1.5rem;
  background: linear-gradient(270deg, #8a2be2, #00bfff, #8a2be2);
  background-size: 600% 600%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: gradient-shift 10s ease infinite;
          animation: gradient-shift 10s ease infinite;
}
.modal-content label {
  display: block;
  margin: 0.6rem 0 0.2rem;
  font-size: 0.9rem;
  letter-spacing: 0.05em;
}
.modal-content input {
  width: 100%;
  padding: 0.6rem;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.3);
  background: rgba(255,255,255,0.05);
  color: #fff;
  font-size: 1rem;
  outline: none;
  margin-bottom: 1rem;
  transition: all 0.3s ease;
}
.modal-content input:focus {
  border-color: rgba(255,255,255,0.7);
  box-shadow: 0 0 8px rgba(255,255,255,0.5);
}
.modal-content button {
  width: 100%;
  padding: 0.8rem;
  border: none;
  border-radius: 8px;
  background: linear-gradient(90deg, #8a2be2, #00bfff);
  color: #fff;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  letter-spacing: 0.05em;
}
.modal-content button:hover {
  transform: scale(1.05);
  box-shadow: 0 0 15px rgba(255,255,255,0.6);
}
.close-btn {
  position: absolute;
  top: 1rem;
  right: 1.5rem;
  font-size: 2rem;
  color: rgba(255,255,255,0.8);
  cursor: pointer;
  transition: 0.3s;
}
.close-btn:hover {
  color: #fff;
  transform: scale(1.2);
}
#signupClosedModal .modal-content h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 3rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  text-align: center;
  margin-bottom: 1rem;
  background: linear-gradient(270deg, #8a2be2, #00bfff, #8a2be2);
  background-size: 600% 600%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: gradient-shift 10s ease infinite, float-title 7s ease-in-out infinite;
          animation: gradient-shift 10s ease infinite, float-title 7s ease-in-out infinite;
}
.login-button-top {
  position: fixed;
  top: 1.5rem;
  right: 1.5rem;
  z-index: 5;
  padding: 0.6rem 1.2rem;
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #fff;
  background: rgba(255,255,255,0.1);
  border: 2px solid rgba(255,255,255,0.6);
  border-radius: 12px;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(255,255,255,0.6);
  transition: all 0.3s ease;
  -webkit-animation: fade-in-login 2s ease 4s forwards;
          animation: fade-in-login 2s ease 4s forwards;
  opacity: 0;
}
.login-button-top:hover {
  background: rgba(255,255,255,0.2);
  box-shadow: 0 0 20px rgba(255,255,255,0.8);
  transform: scale(1.05);
}
@-webkit-keyframes background-animation {
  0% {
    width: 0;
  }
  50% {
    width: 12.5%;
    opacity: 1;
  }
  100% {
    opacity: 0;
    width: 25%;
  }
}
@keyframes background-animation {
  0% {
    width: 0;
  }
  50% {
    width: 12.5%;
    opacity: 1;
  }
  100% {
    opacity: 0;
    width: 25%;
  }
}
@-webkit-keyframes gradient-shift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes gradient-shift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-webkit-keyframes float-title {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes float-title {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes gradient-shift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes gradient-shift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-webkit-keyframes float-title {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes float-title {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes float-text {
  0% {
    transform: translateY(0) rotate(0deg);
  }
  25% {
    transform: translateY(-10px) rotate(-1deg);
  }
  50% {
    transform: translateY(0) rotate(1deg);
  }
  75% {
    transform: translateY(10px) rotate(-1deg);
  }
  100% {
    transform: translateY(0) rotate(0deg);
  }
}
@keyframes float-text {
  0% {
    transform: translateY(0) rotate(0deg);
  }
  25% {
    transform: translateY(-10px) rotate(-1deg);
  }
  50% {
    transform: translateY(0) rotate(1deg);
  }
  75% {
    transform: translateY(10px) rotate(-1deg);
  }
  100% {
    transform: translateY(0) rotate(0deg);
  }
}
@-webkit-keyframes float-button {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes float-button {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes fade-in-button {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade-in-button {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes fade-in-group {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade-in-group {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes float-crown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes float-crown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes fade-in-crown {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 0.7;
    transform: translateY(0);
  }
}
@keyframes fade-in-crown {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 0.7;
    transform: translateY(0);
  }
}
@-webkit-keyframes fade-in-modal {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in-modal {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes float-modal {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes float-modal {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes float-title {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes float-title {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes gradient-shift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes gradient-shift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-webkit-keyframes fade-in-login {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade-in-login {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}