@keyframes stretch {
  0% {
    transform: scaleX(1) scaleY(1);
  }
  33% {
    transform: scaleX(0.9) scaleY(1);
  }
  66% {
    transform: scaleX(1) scaleY(0.9);
  }
  100% {
    transform: scaleX(1) scaleY(1);
  }
}
@keyframes shake {
  0% {
    transform: translateX(10px);
  }
  50% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(10px);
  }
}
@keyframes move {
  0% {
    transform: translateY(0px);
    opacity: 1;
  }
  100% {
    transform: translateY(-1500px);
    opacity: 1;
  }
}
.bgmove {
  position: absolute;
  width: 100%;
  height: 100%;
  animation: bgchange 1s ease-out forwards;
}

@keyframes bgchange {
  0% {
    transform: translateY(100%);
    background: #FFFBD9;
  }
  100% {
    transform: translateY(0);
    background: #FFFBD9;
  }
}
.field {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100% !important;
  top: 10px;
}

.bubble {
  position: absolute;
  bottom: -20%;
  left: 50%;
}
.bubble .item {
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  border: 1px solid #fff;
  position: relative;
}
.bubble .item:after {
  content: "";
  display: block;
  width: 20%;
  height: 20%;
  border-radius: 100%;
  position: absolute;
  right: 15%;
  top: 15%;
  transform: rotateZ(45deg) scaleY(0.8);
  -webkit-transform: rotateZ(45deg) scaleY(0.8);
}

.stretch0 {
  animation: stretch 2s ease 0s infinite normal;
  -webkit-animation: stretch 2s ease 0s infinite normal;
}

.shake0 {
  animation: shake 2s ease 0s infinite normal;
  -webkit-animation: shake 2s ease 0s infinite normal;
}

.move0 {
  animation: move 5s cubic-bezier(0.47, 0, 0.745, 0.715) 0s infinite normal;
  -webkit-animation: move 5s cubic-bezier(0.47, 0, 0.745, 0.715) 0s infinite normal;
}

.pos0 {
  left: 0%;
}

.scale0 {
  transform: scale(0);
  -webkit-transform: scale(0);
}

.stretch1 {
  animation: stretch 2.2s ease 0s infinite normal;
  -webkit-animation: stretch 2.2s ease 0s infinite normal;
}

.shake1 {
  animation: shake 2.2s ease 0s infinite normal;
  -webkit-animation: shake 2.2s ease 0s infinite normal;
}

.move1 {
  animation: move 5.2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.2s infinite normal;
  -webkit-animation: move 5.2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.2s infinite normal;
}

.pos1 {
  left: 2%;
}

.scale1 {
  transform: scale(0.1);
  -webkit-transform: scale(0.1);
}

.stretch2 {
  animation: stretch 2.4s ease 0s infinite normal;
  -webkit-animation: stretch 2.4s ease 0s infinite normal;
}

.shake2 {
  animation: shake 2.4s ease 0s infinite normal;
  -webkit-animation: shake 2.4s ease 0s infinite normal;
}

.move2 {
  animation: move 5.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s infinite normal;
  -webkit-animation: move 5.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s infinite normal;
}

.pos2 {
  left: 4%;
}

.scale2 {
  transform: scale(0.2);
  -webkit-transform: scale(0.2);
}

.stretch3 {
  animation: stretch 2.6s ease 0s infinite normal;
  -webkit-animation: stretch 2.6s ease 0s infinite normal;
}

.shake3 {
  animation: shake 2.6s ease 0s infinite normal;
  -webkit-animation: shake 2.6s ease 0s infinite normal;
}

.move3 {
  animation: move 5.6s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s infinite normal;
  -webkit-animation: move 5.6s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s infinite normal;
}

.pos3 {
  left: 6%;
}

.scale3 {
  transform: scale(0.3);
  -webkit-transform: scale(0.3);
}

.stretch4 {
  animation: stretch 2.8s ease 0s infinite normal;
  -webkit-animation: stretch 2.8s ease 0s infinite normal;
}

.shake4 {
  animation: shake 2.8s ease 0s infinite normal;
  -webkit-animation: shake 2.8s ease 0s infinite normal;
}

.move4 {
  animation: move 5.8s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s infinite normal;
  -webkit-animation: move 5.8s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s infinite normal;
}

.pos4 {
  left: 8%;
}

.scale4 {
  transform: scale(0.4);
  -webkit-transform: scale(0.4);
}

.stretch5 {
  animation: stretch 3s ease 0s infinite normal;
  -webkit-animation: stretch 3s ease 0s infinite normal;
}

.shake5 {
  animation: shake 3s ease 0s infinite normal;
  -webkit-animation: shake 3s ease 0s infinite normal;
}

.move5 {
  animation: move 6s cubic-bezier(0.47, 0, 0.745, 0.715) 1s infinite normal;
  -webkit-animation: move 6s cubic-bezier(0.47, 0, 0.745, 0.715) 1s infinite normal;
}

.pos5 {
  left: 10%;
}

.scale5 {
  transform: scale(0.5);
  -webkit-transform: scale(0.5);
}

.stretch6 {
  animation: stretch 3.2s ease 0s infinite normal;
  -webkit-animation: stretch 3.2s ease 0s infinite normal;
}

.shake6 {
  animation: shake 3.2s ease 0s infinite normal;
  -webkit-animation: shake 3.2s ease 0s infinite normal;
}

.move6 {
  animation: move 6.2s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s infinite normal;
  -webkit-animation: move 6.2s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s infinite normal;
}

.pos6 {
  left: 12%;
}

.scale6 {
  transform: scale(0.6);
  -webkit-transform: scale(0.6);
}

.stretch7 {
  animation: stretch 3.4s ease 0s infinite normal;
  -webkit-animation: stretch 3.4s ease 0s infinite normal;
}

.shake7 {
  animation: shake 3.4s ease 0s infinite normal;
  -webkit-animation: shake 3.4s ease 0s infinite normal;
}

.move7 {
  animation: move 6.4s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s infinite normal;
  -webkit-animation: move 6.4s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s infinite normal;
}

.pos7 {
  left: 14%;
}

.scale7 {
  transform: scale(0.7);
  -webkit-transform: scale(0.7);
}

.stretch8 {
  animation: stretch 3.6s ease 0s infinite normal;
  -webkit-animation: stretch 3.6s ease 0s infinite normal;
}

.shake8 {
  animation: shake 3.6s ease 0s infinite normal;
  -webkit-animation: shake 3.6s ease 0s infinite normal;
}

.move8 {
  animation: move 6.6s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s infinite normal;
  -webkit-animation: move 6.6s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s infinite normal;
}

.pos8 {
  left: 16%;
}

.scale8 {
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
}

.stretch9 {
  animation: stretch 3.8s ease 0s infinite normal;
  -webkit-animation: stretch 3.8s ease 0s infinite normal;
}

.shake9 {
  animation: shake 3.8s ease 0s infinite normal;
  -webkit-animation: shake 3.8s ease 0s infinite normal;
}

.move9 {
  animation: move 6.8s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s infinite normal;
  -webkit-animation: move 6.8s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s infinite normal;
}

.pos9 {
  left: 18%;
}

.scale9 {
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
}

.stretch10 {
  animation: stretch 4s ease 0s infinite normal;
  -webkit-animation: stretch 4s ease 0s infinite normal;
}

.shake10 {
  animation: shake 4s ease 0s infinite normal;
  -webkit-animation: shake 4s ease 0s infinite normal;
}

.move10 {
  animation: move 7s cubic-bezier(0.47, 0, 0.745, 0.715) 2s infinite normal;
  -webkit-animation: move 7s cubic-bezier(0.47, 0, 0.745, 0.715) 2s infinite normal;
}

.pos10 {
  left: 20%;
}

.scale10 {
  transform: scale(1);
  -webkit-transform: scale(1);
}

.stretch11 {
  animation: stretch 4.2s ease 0s infinite normal;
  -webkit-animation: stretch 4.2s ease 0s infinite normal;
}

.shake11 {
  animation: shake 4.2s ease 0s infinite normal;
  -webkit-animation: shake 4.2s ease 0s infinite normal;
}

.move11 {
  animation: move 7.2s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s infinite normal;
  -webkit-animation: move 7.2s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s infinite normal;
}

.pos11 {
  left: 22%;
}

.scale11 {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.stretch12 {
  animation: stretch 4.4s ease 0s infinite normal;
  -webkit-animation: stretch 4.4s ease 0s infinite normal;
}

.shake12 {
  animation: shake 4.4s ease 0s infinite normal;
  -webkit-animation: shake 4.4s ease 0s infinite normal;
}

.move12 {
  animation: move 7.4s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4s infinite normal;
  -webkit-animation: move 7.4s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4s infinite normal;
}

.pos12 {
  left: 24%;
}

.scale12 {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
}

.stretch13 {
  animation: stretch 4.6s ease 0s infinite normal;
  -webkit-animation: stretch 4.6s ease 0s infinite normal;
}

.shake13 {
  animation: shake 4.6s ease 0s infinite normal;
  -webkit-animation: shake 4.6s ease 0s infinite normal;
}

.move13 {
  animation: move 7.6s cubic-bezier(0.47, 0, 0.745, 0.715) 2.6s infinite normal;
  -webkit-animation: move 7.6s cubic-bezier(0.47, 0, 0.745, 0.715) 2.6s infinite normal;
}

.pos13 {
  left: 26%;
}

.scale13 {
  transform: scale(1.3);
  -webkit-transform: scale(1.3);
}

.stretch14 {
  animation: stretch 4.8s ease 0s infinite normal;
  -webkit-animation: stretch 4.8s ease 0s infinite normal;
}

.shake14 {
  animation: shake 4.8s ease 0s infinite normal;
  -webkit-animation: shake 4.8s ease 0s infinite normal;
}

.move14 {
  animation: move 7.8s cubic-bezier(0.47, 0, 0.745, 0.715) 2.8s infinite normal;
  -webkit-animation: move 7.8s cubic-bezier(0.47, 0, 0.745, 0.715) 2.8s infinite normal;
}

.pos14 {
  left: 28%;
}

.scale14 {
  transform: scale(1.4);
  -webkit-transform: scale(1.4);
}

.stretch15 {
  animation: stretch 5s ease 0s infinite normal;
  -webkit-animation: stretch 5s ease 0s infinite normal;
}

.shake15 {
  animation: shake 5s ease 0s infinite normal;
  -webkit-animation: shake 5s ease 0s infinite normal;
}

.move15 {
  animation: move 8s cubic-bezier(0.47, 0, 0.745, 0.715) 3s infinite normal;
  -webkit-animation: move 8s cubic-bezier(0.47, 0, 0.745, 0.715) 3s infinite normal;
}

.pos15 {
  left: 30%;
}

.scale15 {
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
}

.stretch16 {
  animation: stretch 5.2s ease 0s infinite normal;
  -webkit-animation: stretch 5.2s ease 0s infinite normal;
}

.shake16 {
  animation: shake 5.2s ease 0s infinite normal;
  -webkit-animation: shake 5.2s ease 0s infinite normal;
}

.move16 {
  animation: move 8.2s cubic-bezier(0.47, 0, 0.745, 0.715) 3.2s infinite normal;
  -webkit-animation: move 8.2s cubic-bezier(0.47, 0, 0.745, 0.715) 3.2s infinite normal;
}

.pos16 {
  left: 32%;
}

.scale16 {
  transform: scale(1.6);
  -webkit-transform: scale(1.6);
}

.stretch17 {
  animation: stretch 5.4s ease 0s infinite normal;
  -webkit-animation: stretch 5.4s ease 0s infinite normal;
}

.shake17 {
  animation: shake 5.4s ease 0s infinite normal;
  -webkit-animation: shake 5.4s ease 0s infinite normal;
}

.move17 {
  animation: move 8.4s cubic-bezier(0.47, 0, 0.745, 0.715) 3.4s infinite normal;
  -webkit-animation: move 8.4s cubic-bezier(0.47, 0, 0.745, 0.715) 3.4s infinite normal;
}

.pos17 {
  left: 34%;
}

.scale17 {
  transform: scale(1.7);
  -webkit-transform: scale(1.7);
}

.stretch18 {
  animation: stretch 5.6s ease 0s infinite normal;
  -webkit-animation: stretch 5.6s ease 0s infinite normal;
}

.shake18 {
  animation: shake 5.6s ease 0s infinite normal;
  -webkit-animation: shake 5.6s ease 0s infinite normal;
}

.move18 {
  animation: move 8.6s cubic-bezier(0.47, 0, 0.745, 0.715) 3.6s infinite normal;
  -webkit-animation: move 8.6s cubic-bezier(0.47, 0, 0.745, 0.715) 3.6s infinite normal;
}

.pos18 {
  left: 36%;
}

.scale18 {
  transform: scale(1.8);
  -webkit-transform: scale(1.8);
}

.stretch19 {
  animation: stretch 5.8s ease 0s infinite normal;
  -webkit-animation: stretch 5.8s ease 0s infinite normal;
}

.shake19 {
  animation: shake 5.8s ease 0s infinite normal;
  -webkit-animation: shake 5.8s ease 0s infinite normal;
}

.move19 {
  animation: move 8.8s cubic-bezier(0.47, 0, 0.745, 0.715) 3.8s infinite normal;
  -webkit-animation: move 8.8s cubic-bezier(0.47, 0, 0.745, 0.715) 3.8s infinite normal;
}

.pos19 {
  left: 38%;
}

.scale19 {
  transform: scale(1.9);
  -webkit-transform: scale(1.9);
}

.stretch20 {
  animation: stretch 6s ease 0s infinite normal;
  -webkit-animation: stretch 6s ease 0s infinite normal;
}

.shake20 {
  animation: shake 6s ease 0s infinite normal;
  -webkit-animation: shake 6s ease 0s infinite normal;
}

.move20 {
  animation: move 9s cubic-bezier(0.47, 0, 0.745, 0.715) 4s infinite normal;
  -webkit-animation: move 9s cubic-bezier(0.47, 0, 0.745, 0.715) 4s infinite normal;
}

.pos20 {
  left: 40%;
}

.scale20 {
  transform: scale(2);
  -webkit-transform: scale(2);
}

.stretch21 {
  animation: stretch 6.2s ease 0s infinite normal;
  -webkit-animation: stretch 6.2s ease 0s infinite normal;
}

.shake21 {
  animation: shake 6.2s ease 0s infinite normal;
  -webkit-animation: shake 6.2s ease 0s infinite normal;
}

.move21 {
  animation: move 9.2s cubic-bezier(0.47, 0, 0.745, 0.715) 4.2s infinite normal;
  -webkit-animation: move 9.2s cubic-bezier(0.47, 0, 0.745, 0.715) 4.2s infinite normal;
}

.pos21 {
  left: 42%;
}

.scale21 {
  transform: scale(2.1);
  -webkit-transform: scale(2.1);
}

.stretch22 {
  animation: stretch 6.4s ease 0s infinite normal;
  -webkit-animation: stretch 6.4s ease 0s infinite normal;
}

.shake22 {
  animation: shake 6.4s ease 0s infinite normal;
  -webkit-animation: shake 6.4s ease 0s infinite normal;
}

.move22 {
  animation: move 9.4s cubic-bezier(0.47, 0, 0.745, 0.715) 4.4s infinite normal;
  -webkit-animation: move 9.4s cubic-bezier(0.47, 0, 0.745, 0.715) 4.4s infinite normal;
}

.pos22 {
  left: 44%;
}

.scale22 {
  transform: scale(2.2);
  -webkit-transform: scale(2.2);
}

.stretch23 {
  animation: stretch 6.6s ease 0s infinite normal;
  -webkit-animation: stretch 6.6s ease 0s infinite normal;
}

.shake23 {
  animation: shake 6.6s ease 0s infinite normal;
  -webkit-animation: shake 6.6s ease 0s infinite normal;
}

.move23 {
  animation: move 9.6s cubic-bezier(0.47, 0, 0.745, 0.715) 4.6s infinite normal;
  -webkit-animation: move 9.6s cubic-bezier(0.47, 0, 0.745, 0.715) 4.6s infinite normal;
}

.pos23 {
  left: 46%;
}

.scale23 {
  transform: scale(2.3);
  -webkit-transform: scale(2.3);
}

.stretch24 {
  animation: stretch 6.8s ease 0s infinite normal;
  -webkit-animation: stretch 6.8s ease 0s infinite normal;
}

.shake24 {
  animation: shake 6.8s ease 0s infinite normal;
  -webkit-animation: shake 6.8s ease 0s infinite normal;
}

.move24 {
  animation: move 9.8s cubic-bezier(0.47, 0, 0.745, 0.715) 4.8s infinite normal;
  -webkit-animation: move 9.8s cubic-bezier(0.47, 0, 0.745, 0.715) 4.8s infinite normal;
}

.pos24 {
  left: 48%;
}

.scale24 {
  transform: scale(2.4);
  -webkit-transform: scale(2.4);
}

.stretch25 {
  animation: stretch 7s ease 0s infinite normal;
  -webkit-animation: stretch 7s ease 0s infinite normal;
}

.shake25 {
  animation: shake 7s ease 0s infinite normal;
  -webkit-animation: shake 7s ease 0s infinite normal;
}

.move25 {
  animation: move 10s cubic-bezier(0.47, 0, 0.745, 0.715) 5s infinite normal;
  -webkit-animation: move 10s cubic-bezier(0.47, 0, 0.745, 0.715) 5s infinite normal;
}

.pos25 {
  left: 50%;
}

.scale25 {
  transform: scale(2.5);
  -webkit-transform: scale(2.5);
}

.stretch26 {
  animation: stretch 7.2s ease 0s infinite normal;
  -webkit-animation: stretch 7.2s ease 0s infinite normal;
}

.shake26 {
  animation: shake 7.2s ease 0s infinite normal;
  -webkit-animation: shake 7.2s ease 0s infinite normal;
}

.move26 {
  animation: move 10.2s cubic-bezier(0.47, 0, 0.745, 0.715) 5.2s infinite normal;
  -webkit-animation: move 10.2s cubic-bezier(0.47, 0, 0.745, 0.715) 5.2s infinite normal;
}

.pos26 {
  left: 52%;
}

.scale26 {
  transform: scale(2.6);
  -webkit-transform: scale(2.6);
}

.stretch27 {
  animation: stretch 7.4s ease 0s infinite normal;
  -webkit-animation: stretch 7.4s ease 0s infinite normal;
}

.shake27 {
  animation: shake 7.4s ease 0s infinite normal;
  -webkit-animation: shake 7.4s ease 0s infinite normal;
}

.move27 {
  animation: move 10.4s cubic-bezier(0.47, 0, 0.745, 0.715) 5.4s infinite normal;
  -webkit-animation: move 10.4s cubic-bezier(0.47, 0, 0.745, 0.715) 5.4s infinite normal;
}

.pos27 {
  left: 54%;
}

.scale27 {
  transform: scale(2.7);
  -webkit-transform: scale(2.7);
}

.stretch28 {
  animation: stretch 7.6s ease 0s infinite normal;
  -webkit-animation: stretch 7.6s ease 0s infinite normal;
}

.shake28 {
  animation: shake 7.6s ease 0s infinite normal;
  -webkit-animation: shake 7.6s ease 0s infinite normal;
}

.move28 {
  animation: move 10.6s cubic-bezier(0.47, 0, 0.745, 0.715) 5.6s infinite normal;
  -webkit-animation: move 10.6s cubic-bezier(0.47, 0, 0.745, 0.715) 5.6s infinite normal;
}

.pos28 {
  left: 56%;
}

.scale28 {
  transform: scale(2.8);
  -webkit-transform: scale(2.8);
}

.stretch29 {
  animation: stretch 7.8s ease 0s infinite normal;
  -webkit-animation: stretch 7.8s ease 0s infinite normal;
}

.shake29 {
  animation: shake 7.8s ease 0s infinite normal;
  -webkit-animation: shake 7.8s ease 0s infinite normal;
}

.move29 {
  animation: move 10.8s cubic-bezier(0.47, 0, 0.745, 0.715) 5.8s infinite normal;
  -webkit-animation: move 10.8s cubic-bezier(0.47, 0, 0.745, 0.715) 5.8s infinite normal;
}

.pos29 {
  left: 58%;
}

.scale29 {
  transform: scale(2.9);
  -webkit-transform: scale(2.9);
}

.stretch30 {
  animation: stretch 8s ease 0s infinite normal;
  -webkit-animation: stretch 8s ease 0s infinite normal;
}

.shake30 {
  animation: shake 8s ease 0s infinite normal;
  -webkit-animation: shake 8s ease 0s infinite normal;
}

.move30 {
  animation: move 11s cubic-bezier(0.47, 0, 0.745, 0.715) 6s infinite normal;
  -webkit-animation: move 11s cubic-bezier(0.47, 0, 0.745, 0.715) 6s infinite normal;
}

.pos30 {
  left: 60%;
}

.scale30 {
  transform: scale(3);
  -webkit-transform: scale(3);
}

.stretch31 {
  animation: stretch 8.2s ease 0s infinite normal;
  -webkit-animation: stretch 8.2s ease 0s infinite normal;
}

.shake31 {
  animation: shake 8.2s ease 0s infinite normal;
  -webkit-animation: shake 8.2s ease 0s infinite normal;
}

.move31 {
  animation: move 11.2s cubic-bezier(0.47, 0, 0.745, 0.715) 6.2s infinite normal;
  -webkit-animation: move 11.2s cubic-bezier(0.47, 0, 0.745, 0.715) 6.2s infinite normal;
}

.pos31 {
  left: 62%;
}

.scale31 {
  transform: scale(3.1);
  -webkit-transform: scale(3.1);
}

.stretch32 {
  animation: stretch 8.4s ease 0s infinite normal;
  -webkit-animation: stretch 8.4s ease 0s infinite normal;
}

.shake32 {
  animation: shake 8.4s ease 0s infinite normal;
  -webkit-animation: shake 8.4s ease 0s infinite normal;
}

.move32 {
  animation: move 11.4s cubic-bezier(0.47, 0, 0.745, 0.715) 6.4s infinite normal;
  -webkit-animation: move 11.4s cubic-bezier(0.47, 0, 0.745, 0.715) 6.4s infinite normal;
}

.pos32 {
  left: 64%;
}

.scale32 {
  transform: scale(3.2);
  -webkit-transform: scale(3.2);
}

.stretch33 {
  animation: stretch 8.6s ease 0s infinite normal;
  -webkit-animation: stretch 8.6s ease 0s infinite normal;
}

.shake33 {
  animation: shake 8.6s ease 0s infinite normal;
  -webkit-animation: shake 8.6s ease 0s infinite normal;
}

.move33 {
  animation: move 11.6s cubic-bezier(0.47, 0, 0.745, 0.715) 6.6s infinite normal;
  -webkit-animation: move 11.6s cubic-bezier(0.47, 0, 0.745, 0.715) 6.6s infinite normal;
}

.pos33 {
  left: 66%;
}

.scale33 {
  transform: scale(3.3);
  -webkit-transform: scale(3.3);
}

.stretch34 {
  animation: stretch 8.8s ease 0s infinite normal;
  -webkit-animation: stretch 8.8s ease 0s infinite normal;
}

.shake34 {
  animation: shake 8.8s ease 0s infinite normal;
  -webkit-animation: shake 8.8s ease 0s infinite normal;
}

.move34 {
  animation: move 11.8s cubic-bezier(0.47, 0, 0.745, 0.715) 6.8s infinite normal;
  -webkit-animation: move 11.8s cubic-bezier(0.47, 0, 0.745, 0.715) 6.8s infinite normal;
}

.pos34 {
  left: 68%;
}

.scale34 {
  transform: scale(3.4);
  -webkit-transform: scale(3.4);
}

.stretch35 {
  animation: stretch 9s ease 0s infinite normal;
  -webkit-animation: stretch 9s ease 0s infinite normal;
}

.shake35 {
  animation: shake 9s ease 0s infinite normal;
  -webkit-animation: shake 9s ease 0s infinite normal;
}

.move35 {
  animation: move 12s cubic-bezier(0.47, 0, 0.745, 0.715) 7s infinite normal;
  -webkit-animation: move 12s cubic-bezier(0.47, 0, 0.745, 0.715) 7s infinite normal;
}

.pos35 {
  left: 70%;
}

.scale35 {
  transform: scale(3.5);
  -webkit-transform: scale(3.5);
}

.stretch36 {
  animation: stretch 9.2s ease 0s infinite normal;
  -webkit-animation: stretch 9.2s ease 0s infinite normal;
}

.shake36 {
  animation: shake 9.2s ease 0s infinite normal;
  -webkit-animation: shake 9.2s ease 0s infinite normal;
}

.move36 {
  animation: move 12.2s cubic-bezier(0.47, 0, 0.745, 0.715) 7.2s infinite normal;
  -webkit-animation: move 12.2s cubic-bezier(0.47, 0, 0.745, 0.715) 7.2s infinite normal;
}

.pos36 {
  left: 72%;
}

.scale36 {
  transform: scale(3.6);
  -webkit-transform: scale(3.6);
}

.stretch37 {
  animation: stretch 9.4s ease 0s infinite normal;
  -webkit-animation: stretch 9.4s ease 0s infinite normal;
}

.shake37 {
  animation: shake 9.4s ease 0s infinite normal;
  -webkit-animation: shake 9.4s ease 0s infinite normal;
}

.move37 {
  animation: move 12.4s cubic-bezier(0.47, 0, 0.745, 0.715) 7.4s infinite normal;
  -webkit-animation: move 12.4s cubic-bezier(0.47, 0, 0.745, 0.715) 7.4s infinite normal;
}

.pos37 {
  left: 74%;
}

.scale37 {
  transform: scale(3.7);
  -webkit-transform: scale(3.7);
}

.stretch38 {
  animation: stretch 9.6s ease 0s infinite normal;
  -webkit-animation: stretch 9.6s ease 0s infinite normal;
}

.shake38 {
  animation: shake 9.6s ease 0s infinite normal;
  -webkit-animation: shake 9.6s ease 0s infinite normal;
}

.move38 {
  animation: move 12.6s cubic-bezier(0.47, 0, 0.745, 0.715) 7.6s infinite normal;
  -webkit-animation: move 12.6s cubic-bezier(0.47, 0, 0.745, 0.715) 7.6s infinite normal;
}

.pos38 {
  left: 76%;
}

.scale38 {
  transform: scale(3.8);
  -webkit-transform: scale(3.8);
}

.stretch39 {
  animation: stretch 9.8s ease 0s infinite normal;
  -webkit-animation: stretch 9.8s ease 0s infinite normal;
}

.shake39 {
  animation: shake 9.8s ease 0s infinite normal;
  -webkit-animation: shake 9.8s ease 0s infinite normal;
}

.move39 {
  animation: move 12.8s cubic-bezier(0.47, 0, 0.745, 0.715) 7.8s infinite normal;
  -webkit-animation: move 12.8s cubic-bezier(0.47, 0, 0.745, 0.715) 7.8s infinite normal;
}

.pos39 {
  left: 78%;
}

.scale39 {
  transform: scale(3.9);
  -webkit-transform: scale(3.9);
}

.stretch40 {
  animation: stretch 10s ease 0s infinite normal;
  -webkit-animation: stretch 10s ease 0s infinite normal;
}

.shake40 {
  animation: shake 10s ease 0s infinite normal;
  -webkit-animation: shake 10s ease 0s infinite normal;
}

.move40 {
  animation: move 13s cubic-bezier(0.47, 0, 0.745, 0.715) 8s infinite normal;
  -webkit-animation: move 13s cubic-bezier(0.47, 0, 0.745, 0.715) 8s infinite normal;
}

.pos40 {
  left: 80%;
}

.scale40 {
  transform: scale(4);
  -webkit-transform: scale(4);
}

.stretch41 {
  animation: stretch 10.2s ease 0s infinite normal;
  -webkit-animation: stretch 10.2s ease 0s infinite normal;
}

.shake41 {
  animation: shake 10.2s ease 0s infinite normal;
  -webkit-animation: shake 10.2s ease 0s infinite normal;
}

.move41 {
  animation: move 13.2s cubic-bezier(0.47, 0, 0.745, 0.715) 8.2s infinite normal;
  -webkit-animation: move 13.2s cubic-bezier(0.47, 0, 0.745, 0.715) 8.2s infinite normal;
}

.pos41 {
  left: 82%;
}

.scale41 {
  transform: scale(4.1);
  -webkit-transform: scale(4.1);
}

.stretch42 {
  animation: stretch 10.4s ease 0s infinite normal;
  -webkit-animation: stretch 10.4s ease 0s infinite normal;
}

.shake42 {
  animation: shake 10.4s ease 0s infinite normal;
  -webkit-animation: shake 10.4s ease 0s infinite normal;
}

.move42 {
  animation: move 13.4s cubic-bezier(0.47, 0, 0.745, 0.715) 8.4s infinite normal;
  -webkit-animation: move 13.4s cubic-bezier(0.47, 0, 0.745, 0.715) 8.4s infinite normal;
}

.pos42 {
  left: 84%;
}

.scale42 {
  transform: scale(4.2);
  -webkit-transform: scale(4.2);
}

.stretch43 {
  animation: stretch 10.6s ease 0s infinite normal;
  -webkit-animation: stretch 10.6s ease 0s infinite normal;
}

.shake43 {
  animation: shake 10.6s ease 0s infinite normal;
  -webkit-animation: shake 10.6s ease 0s infinite normal;
}

.move43 {
  animation: move 13.6s cubic-bezier(0.47, 0, 0.745, 0.715) 8.6s infinite normal;
  -webkit-animation: move 13.6s cubic-bezier(0.47, 0, 0.745, 0.715) 8.6s infinite normal;
}

.pos43 {
  left: 86%;
}

.scale43 {
  transform: scale(4.3);
  -webkit-transform: scale(4.3);
}

.stretch44 {
  animation: stretch 10.8s ease 0s infinite normal;
  -webkit-animation: stretch 10.8s ease 0s infinite normal;
}

.shake44 {
  animation: shake 10.8s ease 0s infinite normal;
  -webkit-animation: shake 10.8s ease 0s infinite normal;
}

.move44 {
  animation: move 13.8s cubic-bezier(0.47, 0, 0.745, 0.715) 8.8s infinite normal;
  -webkit-animation: move 13.8s cubic-bezier(0.47, 0, 0.745, 0.715) 8.8s infinite normal;
}

.pos44 {
  left: 88%;
}

.scale44 {
  transform: scale(4.4);
  -webkit-transform: scale(4.4);
}

.stretch45 {
  animation: stretch 11s ease 0s infinite normal;
  -webkit-animation: stretch 11s ease 0s infinite normal;
}

.shake45 {
  animation: shake 11s ease 0s infinite normal;
  -webkit-animation: shake 11s ease 0s infinite normal;
}

.move45 {
  animation: move 14s cubic-bezier(0.47, 0, 0.745, 0.715) 9s infinite normal;
  -webkit-animation: move 14s cubic-bezier(0.47, 0, 0.745, 0.715) 9s infinite normal;
}

.pos45 {
  left: 90%;
}

.scale45 {
  transform: scale(4.5);
  -webkit-transform: scale(4.5);
}

.stretch46 {
  animation: stretch 11.2s ease 0s infinite normal;
  -webkit-animation: stretch 11.2s ease 0s infinite normal;
}

.shake46 {
  animation: shake 11.2s ease 0s infinite normal;
  -webkit-animation: shake 11.2s ease 0s infinite normal;
}

.move46 {
  animation: move 14.2s cubic-bezier(0.47, 0, 0.745, 0.715) 9.2s infinite normal;
  -webkit-animation: move 14.2s cubic-bezier(0.47, 0, 0.745, 0.715) 9.2s infinite normal;
}

.pos46 {
  left: 92%;
}

.scale46 {
  transform: scale(4.6);
  -webkit-transform: scale(4.6);
}

.stretch47 {
  animation: stretch 11.4s ease 0s infinite normal;
  -webkit-animation: stretch 11.4s ease 0s infinite normal;
}

.shake47 {
  animation: shake 11.4s ease 0s infinite normal;
  -webkit-animation: shake 11.4s ease 0s infinite normal;
}

.move47 {
  animation: move 14.4s cubic-bezier(0.47, 0, 0.745, 0.715) 9.4s infinite normal;
  -webkit-animation: move 14.4s cubic-bezier(0.47, 0, 0.745, 0.715) 9.4s infinite normal;
}

.pos47 {
  left: 94%;
}

.scale47 {
  transform: scale(4.7);
  -webkit-transform: scale(4.7);
}

.stretch48 {
  animation: stretch 11.6s ease 0s infinite normal;
  -webkit-animation: stretch 11.6s ease 0s infinite normal;
}

.shake48 {
  animation: shake 11.6s ease 0s infinite normal;
  -webkit-animation: shake 11.6s ease 0s infinite normal;
}

.move48 {
  animation: move 14.6s cubic-bezier(0.47, 0, 0.745, 0.715) 9.6s infinite normal;
  -webkit-animation: move 14.6s cubic-bezier(0.47, 0, 0.745, 0.715) 9.6s infinite normal;
}

.pos48 {
  left: 96%;
}

.scale48 {
  transform: scale(4.8);
  -webkit-transform: scale(4.8);
}

.stretch49 {
  animation: stretch 11.8s ease 0s infinite normal;
  -webkit-animation: stretch 11.8s ease 0s infinite normal;
}

.shake49 {
  animation: shake 11.8s ease 0s infinite normal;
  -webkit-animation: shake 11.8s ease 0s infinite normal;
}

.move49 {
  animation: move 14.8s cubic-bezier(0.47, 0, 0.745, 0.715) 9.8s infinite normal;
  -webkit-animation: move 14.8s cubic-bezier(0.47, 0, 0.745, 0.715) 9.8s infinite normal;
}

.pos49 {
  left: 98%;
}

.scale49 {
  transform: scale(4.9);
  -webkit-transform: scale(4.9);
}

.stretch50 {
  animation: stretch 12s ease 0s infinite normal;
  -webkit-animation: stretch 12s ease 0s infinite normal;
}

.shake50 {
  animation: shake 12s ease 0s infinite normal;
  -webkit-animation: shake 12s ease 0s infinite normal;
}

.move50 {
  animation: move 15s cubic-bezier(0.47, 0, 0.745, 0.715) 10s infinite normal;
  -webkit-animation: move 15s cubic-bezier(0.47, 0, 0.745, 0.715) 10s infinite normal;
}

.pos50 {
  left: 100%;
}

.scale50 {
  transform: scale(5);
  -webkit-transform: scale(5);
}

.stretch51 {
  animation: stretch 12.2s ease 0s infinite normal;
  -webkit-animation: stretch 12.2s ease 0s infinite normal;
}

.shake51 {
  animation: shake 12.2s ease 0s infinite normal;
  -webkit-animation: shake 12.2s ease 0s infinite normal;
}

.move51 {
  animation: move 15.2s cubic-bezier(0.47, 0, 0.745, 0.715) 10.2s infinite normal;
  -webkit-animation: move 15.2s cubic-bezier(0.47, 0, 0.745, 0.715) 10.2s infinite normal;
}

.pos51 {
  left: 102%;
}

.scale51 {
  transform: scale(5.1);
  -webkit-transform: scale(5.1);
}

.stretch52 {
  animation: stretch 12.4s ease 0s infinite normal;
  -webkit-animation: stretch 12.4s ease 0s infinite normal;
}

.shake52 {
  animation: shake 12.4s ease 0s infinite normal;
  -webkit-animation: shake 12.4s ease 0s infinite normal;
}

.move52 {
  animation: move 15.4s cubic-bezier(0.47, 0, 0.745, 0.715) 10.4s infinite normal;
  -webkit-animation: move 15.4s cubic-bezier(0.47, 0, 0.745, 0.715) 10.4s infinite normal;
}

.pos52 {
  left: 104%;
}

.scale52 {
  transform: scale(5.2);
  -webkit-transform: scale(5.2);
}

.stretch53 {
  animation: stretch 12.6s ease 0s infinite normal;
  -webkit-animation: stretch 12.6s ease 0s infinite normal;
}

.shake53 {
  animation: shake 12.6s ease 0s infinite normal;
  -webkit-animation: shake 12.6s ease 0s infinite normal;
}

.move53 {
  animation: move 15.6s cubic-bezier(0.47, 0, 0.745, 0.715) 10.6s infinite normal;
  -webkit-animation: move 15.6s cubic-bezier(0.47, 0, 0.745, 0.715) 10.6s infinite normal;
}

.pos53 {
  left: 106%;
}

.scale53 {
  transform: scale(5.3);
  -webkit-transform: scale(5.3);
}

.stretch54 {
  animation: stretch 12.8s ease 0s infinite normal;
  -webkit-animation: stretch 12.8s ease 0s infinite normal;
}

.shake54 {
  animation: shake 12.8s ease 0s infinite normal;
  -webkit-animation: shake 12.8s ease 0s infinite normal;
}

.move54 {
  animation: move 15.8s cubic-bezier(0.47, 0, 0.745, 0.715) 10.8s infinite normal;
  -webkit-animation: move 15.8s cubic-bezier(0.47, 0, 0.745, 0.715) 10.8s infinite normal;
}

.pos54 {
  left: 108%;
}

.scale54 {
  transform: scale(5.4);
  -webkit-transform: scale(5.4);
}

.stretch55 {
  animation: stretch 13s ease 0s infinite normal;
  -webkit-animation: stretch 13s ease 0s infinite normal;
}

.shake55 {
  animation: shake 13s ease 0s infinite normal;
  -webkit-animation: shake 13s ease 0s infinite normal;
}

.move55 {
  animation: move 16s cubic-bezier(0.47, 0, 0.745, 0.715) 11s infinite normal;
  -webkit-animation: move 16s cubic-bezier(0.47, 0, 0.745, 0.715) 11s infinite normal;
}

.pos55 {
  left: 110%;
}

.scale55 {
  transform: scale(5.5);
  -webkit-transform: scale(5.5);
}

.stretch56 {
  animation: stretch 13.2s ease 0s infinite normal;
  -webkit-animation: stretch 13.2s ease 0s infinite normal;
}

.shake56 {
  animation: shake 13.2s ease 0s infinite normal;
  -webkit-animation: shake 13.2s ease 0s infinite normal;
}

.move56 {
  animation: move 16.2s cubic-bezier(0.47, 0, 0.745, 0.715) 11.2s infinite normal;
  -webkit-animation: move 16.2s cubic-bezier(0.47, 0, 0.745, 0.715) 11.2s infinite normal;
}

.pos56 {
  left: 112%;
}

.scale56 {
  transform: scale(5.6);
  -webkit-transform: scale(5.6);
}

.stretch57 {
  animation: stretch 13.4s ease 0s infinite normal;
  -webkit-animation: stretch 13.4s ease 0s infinite normal;
}

.shake57 {
  animation: shake 13.4s ease 0s infinite normal;
  -webkit-animation: shake 13.4s ease 0s infinite normal;
}

.move57 {
  animation: move 16.4s cubic-bezier(0.47, 0, 0.745, 0.715) 11.4s infinite normal;
  -webkit-animation: move 16.4s cubic-bezier(0.47, 0, 0.745, 0.715) 11.4s infinite normal;
}

.pos57 {
  left: 114%;
}

.scale57 {
  transform: scale(5.7);
  -webkit-transform: scale(5.7);
}

.stretch58 {
  animation: stretch 13.6s ease 0s infinite normal;
  -webkit-animation: stretch 13.6s ease 0s infinite normal;
}

.shake58 {
  animation: shake 13.6s ease 0s infinite normal;
  -webkit-animation: shake 13.6s ease 0s infinite normal;
}

.move58 {
  animation: move 16.6s cubic-bezier(0.47, 0, 0.745, 0.715) 11.6s infinite normal;
  -webkit-animation: move 16.6s cubic-bezier(0.47, 0, 0.745, 0.715) 11.6s infinite normal;
}

.pos58 {
  left: 116%;
}

.scale58 {
  transform: scale(5.8);
  -webkit-transform: scale(5.8);
}

.stretch59 {
  animation: stretch 13.8s ease 0s infinite normal;
  -webkit-animation: stretch 13.8s ease 0s infinite normal;
}

.shake59 {
  animation: shake 13.8s ease 0s infinite normal;
  -webkit-animation: shake 13.8s ease 0s infinite normal;
}

.move59 {
  animation: move 16.8s cubic-bezier(0.47, 0, 0.745, 0.715) 11.8s infinite normal;
  -webkit-animation: move 16.8s cubic-bezier(0.47, 0, 0.745, 0.715) 11.8s infinite normal;
}

.pos59 {
  left: 118%;
}

.scale59 {
  transform: scale(5.9);
  -webkit-transform: scale(5.9);
}

.stretch60 {
  animation: stretch 14s ease 0s infinite normal;
  -webkit-animation: stretch 14s ease 0s infinite normal;
}

.shake60 {
  animation: shake 14s ease 0s infinite normal;
  -webkit-animation: shake 14s ease 0s infinite normal;
}

.move60 {
  animation: move 17s cubic-bezier(0.47, 0, 0.745, 0.715) 12s infinite normal;
  -webkit-animation: move 17s cubic-bezier(0.47, 0, 0.745, 0.715) 12s infinite normal;
}

.pos60 {
  left: 120%;
}

.scale60 {
  transform: scale(6);
  -webkit-transform: scale(6);
}

.stretch61 {
  animation: stretch 14.2s ease 0s infinite normal;
  -webkit-animation: stretch 14.2s ease 0s infinite normal;
}

.shake61 {
  animation: shake 14.2s ease 0s infinite normal;
  -webkit-animation: shake 14.2s ease 0s infinite normal;
}

.move61 {
  animation: move 17.2s cubic-bezier(0.47, 0, 0.745, 0.715) 12.2s infinite normal;
  -webkit-animation: move 17.2s cubic-bezier(0.47, 0, 0.745, 0.715) 12.2s infinite normal;
}

.pos61 {
  left: 122%;
}

.scale61 {
  transform: scale(6.1);
  -webkit-transform: scale(6.1);
}

.stretch62 {
  animation: stretch 14.4s ease 0s infinite normal;
  -webkit-animation: stretch 14.4s ease 0s infinite normal;
}

.shake62 {
  animation: shake 14.4s ease 0s infinite normal;
  -webkit-animation: shake 14.4s ease 0s infinite normal;
}

.move62 {
  animation: move 17.4s cubic-bezier(0.47, 0, 0.745, 0.715) 12.4s infinite normal;
  -webkit-animation: move 17.4s cubic-bezier(0.47, 0, 0.745, 0.715) 12.4s infinite normal;
}

.pos62 {
  left: 124%;
}

.scale62 {
  transform: scale(6.2);
  -webkit-transform: scale(6.2);
}

.stretch63 {
  animation: stretch 14.6s ease 0s infinite normal;
  -webkit-animation: stretch 14.6s ease 0s infinite normal;
}

.shake63 {
  animation: shake 14.6s ease 0s infinite normal;
  -webkit-animation: shake 14.6s ease 0s infinite normal;
}

.move63 {
  animation: move 17.6s cubic-bezier(0.47, 0, 0.745, 0.715) 12.6s infinite normal;
  -webkit-animation: move 17.6s cubic-bezier(0.47, 0, 0.745, 0.715) 12.6s infinite normal;
}

.pos63 {
  left: 126%;
}

.scale63 {
  transform: scale(6.3);
  -webkit-transform: scale(6.3);
}

.stretch64 {
  animation: stretch 14.8s ease 0s infinite normal;
  -webkit-animation: stretch 14.8s ease 0s infinite normal;
}

.shake64 {
  animation: shake 14.8s ease 0s infinite normal;
  -webkit-animation: shake 14.8s ease 0s infinite normal;
}

.move64 {
  animation: move 17.8s cubic-bezier(0.47, 0, 0.745, 0.715) 12.8s infinite normal;
  -webkit-animation: move 17.8s cubic-bezier(0.47, 0, 0.745, 0.715) 12.8s infinite normal;
}

.pos64 {
  left: 128%;
}

.scale64 {
  transform: scale(6.4);
  -webkit-transform: scale(6.4);
}

.stretch65 {
  animation: stretch 15s ease 0s infinite normal;
  -webkit-animation: stretch 15s ease 0s infinite normal;
}

.shake65 {
  animation: shake 15s ease 0s infinite normal;
  -webkit-animation: shake 15s ease 0s infinite normal;
}

.move65 {
  animation: move 18s cubic-bezier(0.47, 0, 0.745, 0.715) 13s infinite normal;
  -webkit-animation: move 18s cubic-bezier(0.47, 0, 0.745, 0.715) 13s infinite normal;
}

.pos65 {
  left: 130%;
}

.scale65 {
  transform: scale(6.5);
  -webkit-transform: scale(6.5);
}

.stretch66 {
  animation: stretch 15.2s ease 0s infinite normal;
  -webkit-animation: stretch 15.2s ease 0s infinite normal;
}

.shake66 {
  animation: shake 15.2s ease 0s infinite normal;
  -webkit-animation: shake 15.2s ease 0s infinite normal;
}

.move66 {
  animation: move 18.2s cubic-bezier(0.47, 0, 0.745, 0.715) 13.2s infinite normal;
  -webkit-animation: move 18.2s cubic-bezier(0.47, 0, 0.745, 0.715) 13.2s infinite normal;
}

.pos66 {
  left: 132%;
}

.scale66 {
  transform: scale(6.6);
  -webkit-transform: scale(6.6);
}

.stretch67 {
  animation: stretch 15.4s ease 0s infinite normal;
  -webkit-animation: stretch 15.4s ease 0s infinite normal;
}

.shake67 {
  animation: shake 15.4s ease 0s infinite normal;
  -webkit-animation: shake 15.4s ease 0s infinite normal;
}

.move67 {
  animation: move 18.4s cubic-bezier(0.47, 0, 0.745, 0.715) 13.4s infinite normal;
  -webkit-animation: move 18.4s cubic-bezier(0.47, 0, 0.745, 0.715) 13.4s infinite normal;
}

.pos67 {
  left: 134%;
}

.scale67 {
  transform: scale(6.7);
  -webkit-transform: scale(6.7);
}

.stretch68 {
  animation: stretch 15.6s ease 0s infinite normal;
  -webkit-animation: stretch 15.6s ease 0s infinite normal;
}

.shake68 {
  animation: shake 15.6s ease 0s infinite normal;
  -webkit-animation: shake 15.6s ease 0s infinite normal;
}

.move68 {
  animation: move 18.6s cubic-bezier(0.47, 0, 0.745, 0.715) 13.6s infinite normal;
  -webkit-animation: move 18.6s cubic-bezier(0.47, 0, 0.745, 0.715) 13.6s infinite normal;
}

.pos68 {
  left: 136%;
}

.scale68 {
  transform: scale(6.8);
  -webkit-transform: scale(6.8);
}

.stretch69 {
  animation: stretch 15.8s ease 0s infinite normal;
  -webkit-animation: stretch 15.8s ease 0s infinite normal;
}

.shake69 {
  animation: shake 15.8s ease 0s infinite normal;
  -webkit-animation: shake 15.8s ease 0s infinite normal;
}

.move69 {
  animation: move 18.8s cubic-bezier(0.47, 0, 0.745, 0.715) 13.8s infinite normal;
  -webkit-animation: move 18.8s cubic-bezier(0.47, 0, 0.745, 0.715) 13.8s infinite normal;
}

.pos69 {
  left: 138%;
}

.scale69 {
  transform: scale(6.9);
  -webkit-transform: scale(6.9);
}

.stretch70 {
  animation: stretch 16s ease 0s infinite normal;
  -webkit-animation: stretch 16s ease 0s infinite normal;
}

.shake70 {
  animation: shake 16s ease 0s infinite normal;
  -webkit-animation: shake 16s ease 0s infinite normal;
}

.move70 {
  animation: move 19s cubic-bezier(0.47, 0, 0.745, 0.715) 14s infinite normal;
  -webkit-animation: move 19s cubic-bezier(0.47, 0, 0.745, 0.715) 14s infinite normal;
}

.pos70 {
  left: 140%;
}

.scale70 {
  transform: scale(7);
  -webkit-transform: scale(7);
}

.stretch71 {
  animation: stretch 16.2s ease 0s infinite normal;
  -webkit-animation: stretch 16.2s ease 0s infinite normal;
}

.shake71 {
  animation: shake 16.2s ease 0s infinite normal;
  -webkit-animation: shake 16.2s ease 0s infinite normal;
}

.move71 {
  animation: move 19.2s cubic-bezier(0.47, 0, 0.745, 0.715) 14.2s infinite normal;
  -webkit-animation: move 19.2s cubic-bezier(0.47, 0, 0.745, 0.715) 14.2s infinite normal;
}

.pos71 {
  left: 142%;
}

.scale71 {
  transform: scale(7.1);
  -webkit-transform: scale(7.1);
}

.stretch72 {
  animation: stretch 16.4s ease 0s infinite normal;
  -webkit-animation: stretch 16.4s ease 0s infinite normal;
}

.shake72 {
  animation: shake 16.4s ease 0s infinite normal;
  -webkit-animation: shake 16.4s ease 0s infinite normal;
}

.move72 {
  animation: move 19.4s cubic-bezier(0.47, 0, 0.745, 0.715) 14.4s infinite normal;
  -webkit-animation: move 19.4s cubic-bezier(0.47, 0, 0.745, 0.715) 14.4s infinite normal;
}

.pos72 {
  left: 144%;
}

.scale72 {
  transform: scale(7.2);
  -webkit-transform: scale(7.2);
}

.stretch73 {
  animation: stretch 16.6s ease 0s infinite normal;
  -webkit-animation: stretch 16.6s ease 0s infinite normal;
}

.shake73 {
  animation: shake 16.6s ease 0s infinite normal;
  -webkit-animation: shake 16.6s ease 0s infinite normal;
}

.move73 {
  animation: move 19.6s cubic-bezier(0.47, 0, 0.745, 0.715) 14.6s infinite normal;
  -webkit-animation: move 19.6s cubic-bezier(0.47, 0, 0.745, 0.715) 14.6s infinite normal;
}

.pos73 {
  left: 146%;
}

.scale73 {
  transform: scale(7.3);
  -webkit-transform: scale(7.3);
}

.stretch74 {
  animation: stretch 16.8s ease 0s infinite normal;
  -webkit-animation: stretch 16.8s ease 0s infinite normal;
}

.shake74 {
  animation: shake 16.8s ease 0s infinite normal;
  -webkit-animation: shake 16.8s ease 0s infinite normal;
}

.move74 {
  animation: move 19.8s cubic-bezier(0.47, 0, 0.745, 0.715) 14.8s infinite normal;
  -webkit-animation: move 19.8s cubic-bezier(0.47, 0, 0.745, 0.715) 14.8s infinite normal;
}

.pos74 {
  left: 148%;
}

.scale74 {
  transform: scale(7.4);
  -webkit-transform: scale(7.4);
}

.stretch75 {
  animation: stretch 17s ease 0s infinite normal;
  -webkit-animation: stretch 17s ease 0s infinite normal;
}

.shake75 {
  animation: shake 17s ease 0s infinite normal;
  -webkit-animation: shake 17s ease 0s infinite normal;
}

.move75 {
  animation: move 20s cubic-bezier(0.47, 0, 0.745, 0.715) 15s infinite normal;
  -webkit-animation: move 20s cubic-bezier(0.47, 0, 0.745, 0.715) 15s infinite normal;
}

.pos75 {
  left: 150%;
}

.scale75 {
  transform: scale(7.5);
  -webkit-transform: scale(7.5);
}

.stretch76 {
  animation: stretch 17.2s ease 0s infinite normal;
  -webkit-animation: stretch 17.2s ease 0s infinite normal;
}

.shake76 {
  animation: shake 17.2s ease 0s infinite normal;
  -webkit-animation: shake 17.2s ease 0s infinite normal;
}

.move76 {
  animation: move 20.2s cubic-bezier(0.47, 0, 0.745, 0.715) 15.2s infinite normal;
  -webkit-animation: move 20.2s cubic-bezier(0.47, 0, 0.745, 0.715) 15.2s infinite normal;
}

.pos76 {
  left: 152%;
}

.scale76 {
  transform: scale(7.6);
  -webkit-transform: scale(7.6);
}

.stretch77 {
  animation: stretch 17.4s ease 0s infinite normal;
  -webkit-animation: stretch 17.4s ease 0s infinite normal;
}

.shake77 {
  animation: shake 17.4s ease 0s infinite normal;
  -webkit-animation: shake 17.4s ease 0s infinite normal;
}

.move77 {
  animation: move 20.4s cubic-bezier(0.47, 0, 0.745, 0.715) 15.4s infinite normal;
  -webkit-animation: move 20.4s cubic-bezier(0.47, 0, 0.745, 0.715) 15.4s infinite normal;
}

.pos77 {
  left: 154%;
}

.scale77 {
  transform: scale(7.7);
  -webkit-transform: scale(7.7);
}

.stretch78 {
  animation: stretch 17.6s ease 0s infinite normal;
  -webkit-animation: stretch 17.6s ease 0s infinite normal;
}

.shake78 {
  animation: shake 17.6s ease 0s infinite normal;
  -webkit-animation: shake 17.6s ease 0s infinite normal;
}

.move78 {
  animation: move 20.6s cubic-bezier(0.47, 0, 0.745, 0.715) 15.6s infinite normal;
  -webkit-animation: move 20.6s cubic-bezier(0.47, 0, 0.745, 0.715) 15.6s infinite normal;
}

.pos78 {
  left: 156%;
}

.scale78 {
  transform: scale(7.8);
  -webkit-transform: scale(7.8);
}

.stretch79 {
  animation: stretch 17.8s ease 0s infinite normal;
  -webkit-animation: stretch 17.8s ease 0s infinite normal;
}

.shake79 {
  animation: shake 17.8s ease 0s infinite normal;
  -webkit-animation: shake 17.8s ease 0s infinite normal;
}

.move79 {
  animation: move 20.8s cubic-bezier(0.47, 0, 0.745, 0.715) 15.8s infinite normal;
  -webkit-animation: move 20.8s cubic-bezier(0.47, 0, 0.745, 0.715) 15.8s infinite normal;
}

.pos79 {
  left: 158%;
}

.scale79 {
  transform: scale(7.9);
  -webkit-transform: scale(7.9);
}

.stretch80 {
  animation: stretch 18s ease 0s infinite normal;
  -webkit-animation: stretch 18s ease 0s infinite normal;
}

.shake80 {
  animation: shake 18s ease 0s infinite normal;
  -webkit-animation: shake 18s ease 0s infinite normal;
}

.move80 {
  animation: move 21s cubic-bezier(0.47, 0, 0.745, 0.715) 16s infinite normal;
  -webkit-animation: move 21s cubic-bezier(0.47, 0, 0.745, 0.715) 16s infinite normal;
}

.pos80 {
  left: 160%;
}

.scale80 {
  transform: scale(8);
  -webkit-transform: scale(8);
}

.stretch81 {
  animation: stretch 18.2s ease 0s infinite normal;
  -webkit-animation: stretch 18.2s ease 0s infinite normal;
}

.shake81 {
  animation: shake 18.2s ease 0s infinite normal;
  -webkit-animation: shake 18.2s ease 0s infinite normal;
}

.move81 {
  animation: move 21.2s cubic-bezier(0.47, 0, 0.745, 0.715) 16.2s infinite normal;
  -webkit-animation: move 21.2s cubic-bezier(0.47, 0, 0.745, 0.715) 16.2s infinite normal;
}

.pos81 {
  left: 162%;
}

.scale81 {
  transform: scale(8.1);
  -webkit-transform: scale(8.1);
}

.stretch82 {
  animation: stretch 18.4s ease 0s infinite normal;
  -webkit-animation: stretch 18.4s ease 0s infinite normal;
}

.shake82 {
  animation: shake 18.4s ease 0s infinite normal;
  -webkit-animation: shake 18.4s ease 0s infinite normal;
}

.move82 {
  animation: move 21.4s cubic-bezier(0.47, 0, 0.745, 0.715) 16.4s infinite normal;
  -webkit-animation: move 21.4s cubic-bezier(0.47, 0, 0.745, 0.715) 16.4s infinite normal;
}

.pos82 {
  left: 164%;
}

.scale82 {
  transform: scale(8.2);
  -webkit-transform: scale(8.2);
}

.stretch83 {
  animation: stretch 18.6s ease 0s infinite normal;
  -webkit-animation: stretch 18.6s ease 0s infinite normal;
}

.shake83 {
  animation: shake 18.6s ease 0s infinite normal;
  -webkit-animation: shake 18.6s ease 0s infinite normal;
}

.move83 {
  animation: move 21.6s cubic-bezier(0.47, 0, 0.745, 0.715) 16.6s infinite normal;
  -webkit-animation: move 21.6s cubic-bezier(0.47, 0, 0.745, 0.715) 16.6s infinite normal;
}

.pos83 {
  left: 166%;
}

.scale83 {
  transform: scale(8.3);
  -webkit-transform: scale(8.3);
}

.stretch84 {
  animation: stretch 18.8s ease 0s infinite normal;
  -webkit-animation: stretch 18.8s ease 0s infinite normal;
}

.shake84 {
  animation: shake 18.8s ease 0s infinite normal;
  -webkit-animation: shake 18.8s ease 0s infinite normal;
}

.move84 {
  animation: move 21.8s cubic-bezier(0.47, 0, 0.745, 0.715) 16.8s infinite normal;
  -webkit-animation: move 21.8s cubic-bezier(0.47, 0, 0.745, 0.715) 16.8s infinite normal;
}

.pos84 {
  left: 168%;
}

.scale84 {
  transform: scale(8.4);
  -webkit-transform: scale(8.4);
}

.stretch85 {
  animation: stretch 19s ease 0s infinite normal;
  -webkit-animation: stretch 19s ease 0s infinite normal;
}

.shake85 {
  animation: shake 19s ease 0s infinite normal;
  -webkit-animation: shake 19s ease 0s infinite normal;
}

.move85 {
  animation: move 22s cubic-bezier(0.47, 0, 0.745, 0.715) 17s infinite normal;
  -webkit-animation: move 22s cubic-bezier(0.47, 0, 0.745, 0.715) 17s infinite normal;
}

.pos85 {
  left: 170%;
}

.scale85 {
  transform: scale(8.5);
  -webkit-transform: scale(8.5);
}

.stretch86 {
  animation: stretch 19.2s ease 0s infinite normal;
  -webkit-animation: stretch 19.2s ease 0s infinite normal;
}

.shake86 {
  animation: shake 19.2s ease 0s infinite normal;
  -webkit-animation: shake 19.2s ease 0s infinite normal;
}

.move86 {
  animation: move 22.2s cubic-bezier(0.47, 0, 0.745, 0.715) 17.2s infinite normal;
  -webkit-animation: move 22.2s cubic-bezier(0.47, 0, 0.745, 0.715) 17.2s infinite normal;
}

.pos86 {
  left: 172%;
}

.scale86 {
  transform: scale(8.6);
  -webkit-transform: scale(8.6);
}

.stretch87 {
  animation: stretch 19.4s ease 0s infinite normal;
  -webkit-animation: stretch 19.4s ease 0s infinite normal;
}

.shake87 {
  animation: shake 19.4s ease 0s infinite normal;
  -webkit-animation: shake 19.4s ease 0s infinite normal;
}

.move87 {
  animation: move 22.4s cubic-bezier(0.47, 0, 0.745, 0.715) 17.4s infinite normal;
  -webkit-animation: move 22.4s cubic-bezier(0.47, 0, 0.745, 0.715) 17.4s infinite normal;
}

.pos87 {
  left: 174%;
}

.scale87 {
  transform: scale(8.7);
  -webkit-transform: scale(8.7);
}

.stretch88 {
  animation: stretch 19.6s ease 0s infinite normal;
  -webkit-animation: stretch 19.6s ease 0s infinite normal;
}

.shake88 {
  animation: shake 19.6s ease 0s infinite normal;
  -webkit-animation: shake 19.6s ease 0s infinite normal;
}

.move88 {
  animation: move 22.6s cubic-bezier(0.47, 0, 0.745, 0.715) 17.6s infinite normal;
  -webkit-animation: move 22.6s cubic-bezier(0.47, 0, 0.745, 0.715) 17.6s infinite normal;
}

.pos88 {
  left: 176%;
}

.scale88 {
  transform: scale(8.8);
  -webkit-transform: scale(8.8);
}

.stretch89 {
  animation: stretch 19.8s ease 0s infinite normal;
  -webkit-animation: stretch 19.8s ease 0s infinite normal;
}

.shake89 {
  animation: shake 19.8s ease 0s infinite normal;
  -webkit-animation: shake 19.8s ease 0s infinite normal;
}

.move89 {
  animation: move 22.8s cubic-bezier(0.47, 0, 0.745, 0.715) 17.8s infinite normal;
  -webkit-animation: move 22.8s cubic-bezier(0.47, 0, 0.745, 0.715) 17.8s infinite normal;
}

.pos89 {
  left: 178%;
}

.scale89 {
  transform: scale(8.9);
  -webkit-transform: scale(8.9);
}

.stretch90 {
  animation: stretch 20s ease 0s infinite normal;
  -webkit-animation: stretch 20s ease 0s infinite normal;
}

.shake90 {
  animation: shake 20s ease 0s infinite normal;
  -webkit-animation: shake 20s ease 0s infinite normal;
}

.move90 {
  animation: move 23s cubic-bezier(0.47, 0, 0.745, 0.715) 18s infinite normal;
  -webkit-animation: move 23s cubic-bezier(0.47, 0, 0.745, 0.715) 18s infinite normal;
}

.pos90 {
  left: 180%;
}

.scale90 {
  transform: scale(9);
  -webkit-transform: scale(9);
}

.stretch91 {
  animation: stretch 20.2s ease 0s infinite normal;
  -webkit-animation: stretch 20.2s ease 0s infinite normal;
}

.shake91 {
  animation: shake 20.2s ease 0s infinite normal;
  -webkit-animation: shake 20.2s ease 0s infinite normal;
}

.move91 {
  animation: move 23.2s cubic-bezier(0.47, 0, 0.745, 0.715) 18.2s infinite normal;
  -webkit-animation: move 23.2s cubic-bezier(0.47, 0, 0.745, 0.715) 18.2s infinite normal;
}

.pos91 {
  left: 182%;
}

.scale91 {
  transform: scale(9.1);
  -webkit-transform: scale(9.1);
}

.stretch92 {
  animation: stretch 20.4s ease 0s infinite normal;
  -webkit-animation: stretch 20.4s ease 0s infinite normal;
}

.shake92 {
  animation: shake 20.4s ease 0s infinite normal;
  -webkit-animation: shake 20.4s ease 0s infinite normal;
}

.move92 {
  animation: move 23.4s cubic-bezier(0.47, 0, 0.745, 0.715) 18.4s infinite normal;
  -webkit-animation: move 23.4s cubic-bezier(0.47, 0, 0.745, 0.715) 18.4s infinite normal;
}

.pos92 {
  left: 184%;
}

.scale92 {
  transform: scale(9.2);
  -webkit-transform: scale(9.2);
}

.stretch93 {
  animation: stretch 20.6s ease 0s infinite normal;
  -webkit-animation: stretch 20.6s ease 0s infinite normal;
}

.shake93 {
  animation: shake 20.6s ease 0s infinite normal;
  -webkit-animation: shake 20.6s ease 0s infinite normal;
}

.move93 {
  animation: move 23.6s cubic-bezier(0.47, 0, 0.745, 0.715) 18.6s infinite normal;
  -webkit-animation: move 23.6s cubic-bezier(0.47, 0, 0.745, 0.715) 18.6s infinite normal;
}

.pos93 {
  left: 186%;
}

.scale93 {
  transform: scale(9.3);
  -webkit-transform: scale(9.3);
}

.stretch94 {
  animation: stretch 20.8s ease 0s infinite normal;
  -webkit-animation: stretch 20.8s ease 0s infinite normal;
}

.shake94 {
  animation: shake 20.8s ease 0s infinite normal;
  -webkit-animation: shake 20.8s ease 0s infinite normal;
}

.move94 {
  animation: move 23.8s cubic-bezier(0.47, 0, 0.745, 0.715) 18.8s infinite normal;
  -webkit-animation: move 23.8s cubic-bezier(0.47, 0, 0.745, 0.715) 18.8s infinite normal;
}

.pos94 {
  left: 188%;
}

.scale94 {
  transform: scale(9.4);
  -webkit-transform: scale(9.4);
}

.stretch95 {
  animation: stretch 21s ease 0s infinite normal;
  -webkit-animation: stretch 21s ease 0s infinite normal;
}

.shake95 {
  animation: shake 21s ease 0s infinite normal;
  -webkit-animation: shake 21s ease 0s infinite normal;
}

.move95 {
  animation: move 24s cubic-bezier(0.47, 0, 0.745, 0.715) 19s infinite normal;
  -webkit-animation: move 24s cubic-bezier(0.47, 0, 0.745, 0.715) 19s infinite normal;
}

.pos95 {
  left: 190%;
}

.scale95 {
  transform: scale(9.5);
  -webkit-transform: scale(9.5);
}

.stretch96 {
  animation: stretch 21.2s ease 0s infinite normal;
  -webkit-animation: stretch 21.2s ease 0s infinite normal;
}

.shake96 {
  animation: shake 21.2s ease 0s infinite normal;
  -webkit-animation: shake 21.2s ease 0s infinite normal;
}

.move96 {
  animation: move 24.2s cubic-bezier(0.47, 0, 0.745, 0.715) 19.2s infinite normal;
  -webkit-animation: move 24.2s cubic-bezier(0.47, 0, 0.745, 0.715) 19.2s infinite normal;
}

.pos96 {
  left: 192%;
}

.scale96 {
  transform: scale(9.6);
  -webkit-transform: scale(9.6);
}

.stretch97 {
  animation: stretch 21.4s ease 0s infinite normal;
  -webkit-animation: stretch 21.4s ease 0s infinite normal;
}

.shake97 {
  animation: shake 21.4s ease 0s infinite normal;
  -webkit-animation: shake 21.4s ease 0s infinite normal;
}

.move97 {
  animation: move 24.4s cubic-bezier(0.47, 0, 0.745, 0.715) 19.4s infinite normal;
  -webkit-animation: move 24.4s cubic-bezier(0.47, 0, 0.745, 0.715) 19.4s infinite normal;
}

.pos97 {
  left: 194%;
}

.scale97 {
  transform: scale(9.7);
  -webkit-transform: scale(9.7);
}

.stretch98 {
  animation: stretch 21.6s ease 0s infinite normal;
  -webkit-animation: stretch 21.6s ease 0s infinite normal;
}

.shake98 {
  animation: shake 21.6s ease 0s infinite normal;
  -webkit-animation: shake 21.6s ease 0s infinite normal;
}

.move98 {
  animation: move 24.6s cubic-bezier(0.47, 0, 0.745, 0.715) 19.6s infinite normal;
  -webkit-animation: move 24.6s cubic-bezier(0.47, 0, 0.745, 0.715) 19.6s infinite normal;
}

.pos98 {
  left: 196%;
}

.scale98 {
  transform: scale(9.8);
  -webkit-transform: scale(9.8);
}

.stretch99 {
  animation: stretch 21.8s ease 0s infinite normal;
  -webkit-animation: stretch 21.8s ease 0s infinite normal;
}

.shake99 {
  animation: shake 21.8s ease 0s infinite normal;
  -webkit-animation: shake 21.8s ease 0s infinite normal;
}

.move99 {
  animation: move 24.8s cubic-bezier(0.47, 0, 0.745, 0.715) 19.8s infinite normal;
  -webkit-animation: move 24.8s cubic-bezier(0.47, 0, 0.745, 0.715) 19.8s infinite normal;
}

.pos99 {
  left: 198%;
}

.scale99 {
  transform: scale(9.9);
  -webkit-transform: scale(9.9);
}

.stretch100 {
  animation: stretch 22s ease 0s infinite normal;
  -webkit-animation: stretch 22s ease 0s infinite normal;
}

.shake100 {
  animation: shake 22s ease 0s infinite normal;
  -webkit-animation: shake 22s ease 0s infinite normal;
}

.move100 {
  animation: move 25s cubic-bezier(0.47, 0, 0.745, 0.715) 20s infinite normal;
  -webkit-animation: move 25s cubic-bezier(0.47, 0, 0.745, 0.715) 20s infinite normal;
}

.pos100 {
  left: 200%;
}

.scale100 {
  transform: scale(10);
  -webkit-transform: scale(10);
}/*# sourceMappingURL=effect.css.map */