/*** <--- CONTAINER ---> ***/
/* body {
  font-size: 16px;
  overflow: hidden;
  background: #556270;
  -webkit-animation: changeBg 60s infinite alternate;
          animation: changeBg 60s infinite alternate;
}
 */
@-webkit-keyframes changeBg {
  0% {
    background: #556270;
  }
  33.33333333% {
    background: #7FB069;
  }
  66.66666666% {
    background: #FF7644;
  }
}

@keyframes changeBg {
  0% {
    background: #556270;
  }
  33.33333333% {
    background: #7FB069;
  }
  66.66666666% {
    background: #FF7644;
  }
}
/*** <--- PARTICLES ---> ***/
.bottom-particles {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.bottom-particles .bubble {
  opacity: 0;
  position: absolute;
  bottom: -16px;
  width:12px;
  height:12px;
  background-color: rgba(0,186,255, 0.5);
  border-radius: 50%;
}
.bottom-particles .bubble:nth-child(1) {
  left: 39%;
  -webkit-animation: blow 6321ms infinite;
          animation: blow 6321ms infinite;
  -webkit-animation-delay: 9485ms;
          animation-delay: 9485ms;
}
.bottom-particles .bubble:nth-child(2) {
  left: 70%;
  -webkit-animation: blow 6295ms infinite;
          animation: blow 6295ms infinite;
  -webkit-animation-delay: 11648ms;
          animation-delay: 11648ms;
}
.bottom-particles .bubble:nth-child(3) {
  left: 14%;
  -webkit-animation: blow 5000ms infinite;
          animation: blow 5000ms infinite;
  -webkit-animation-delay: 774ms;
          animation-delay: 774ms;
}
.bottom-particles .bubble:nth-child(4) {
  left: 60%;
  -webkit-animation: blow 11001ms infinite;
          animation: blow 11001ms infinite;
  -webkit-animation-delay: 2010ms;
          animation-delay: 2010ms;
}
.bottom-particles .bubble:nth-child(5) {
  left: 18%;
  -webkit-animation: blow 13715ms infinite;
          animation: blow 13715ms infinite;
  -webkit-animation-delay: 7694ms;
          animation-delay: 7694ms;
}
.bottom-particles .bubble:nth-child(6) {
  left: 35%;
  -webkit-animation: blow 7397ms infinite;
          animation: blow 7397ms infinite;
  -webkit-animation-delay: 8830ms;
          animation-delay: 8830ms;
}
.bottom-particles .bubble:nth-child(7) {
  left: 83%;
  -webkit-animation: blow 9614ms infinite;
          animation: blow 9614ms infinite;
  -webkit-animation-delay: 834ms;
          animation-delay: 834ms;
}
.bottom-particles .bubble:nth-child(8) {
  left: 8%;
  -webkit-animation: blow 5000ms infinite;
          animation: blow 5000ms infinite;
  -webkit-animation-delay: 8956ms;
          animation-delay: 8956ms;
}
.bottom-particles .bubble:nth-child(9) {
  left: 46%;
  -webkit-animation: blow 5114ms infinite;
          animation: blow 5114ms infinite;
  -webkit-animation-delay: 10681ms;
          animation-delay: 10681ms;
}
.bottom-particles .bubble:nth-child(10) {
  left: 15%;
  -webkit-animation: blow 14053ms infinite;
          animation: blow 14053ms infinite;
  -webkit-animation-delay: 6663ms;
          animation-delay: 6663ms;
}
.bottom-particles .bubble:nth-child(11) {
  left: 25%;
  -webkit-animation: blow 12753ms infinite;
          animation: blow 12753ms infinite;
  -webkit-animation-delay: 5252ms;
          animation-delay: 5252ms;
}
.bottom-particles .bubble:nth-child(12) {
  left: 45%;
  -webkit-animation: blow 5000ms infinite;
          animation: blow 5000ms infinite;
  -webkit-animation-delay: 4082ms;
          animation-delay: 4082ms;
}
.bottom-particles .bubble:nth-child(13) {
  left: 87%;
  -webkit-animation: blow 14342ms infinite;
          animation: blow 14342ms infinite;
  -webkit-animation-delay: 5894ms;
          animation-delay: 5894ms;
}
.bottom-particles .bubble:nth-child(14) {
  left: 53%;
  -webkit-animation: blow 5000ms infinite;
          animation: blow 5000ms infinite;
  -webkit-animation-delay: 5610ms;
          animation-delay: 5610ms;
}
.bottom-particles .bubble:nth-child(15) {
  left: 97%;
  -webkit-animation: blow 7214ms infinite;
          animation: blow 7214ms infinite;
  -webkit-animation-delay: 11048ms;
          animation-delay: 11048ms;
}
.bottom-particles .bubble:nth-child(16) {
  left: 5%;
  -webkit-animation: blow 5149ms infinite;
          animation: blow 5149ms infinite;
  -webkit-animation-delay: 6237ms;
          animation-delay: 6237ms;
}
.bottom-particles .bubble:nth-child(17) {
  left: 55%;
  -webkit-animation: blow 7126ms infinite;
          animation: blow 7126ms infinite;
  -webkit-animation-delay: 7758ms;
          animation-delay: 7758ms;
}
.bottom-particles .bubble:nth-child(18) {
  left: 78%;
  -webkit-animation: blow 13114ms infinite;
          animation: blow 13114ms infinite;
  -webkit-animation-delay: 8798ms;
          animation-delay: 8798ms;
}
.bottom-particles .bubble:nth-child(19) {
  left: 11%;
  -webkit-animation: blow 11101ms infinite;
          animation: blow 11101ms infinite;
  -webkit-animation-delay: 1291ms;
          animation-delay: 1291ms;
}
.bottom-particles .bubble:nth-child(20) {
  left: 6%;
  -webkit-animation: blow 5015ms infinite;
          animation: blow 5015ms infinite;
  -webkit-animation-delay: 11099ms;
          animation-delay: 11099ms;
}
.bottom-particles .bubble:nth-child(21) {
  left: 33%;
  -webkit-animation: blow 12111ms infinite;
          animation: blow 12111ms infinite;
  -webkit-animation-delay: 8126ms;
          animation-delay: 8126ms;
}
.bottom-particles .bubble:nth-child(22) {
  left: 40%;
  -webkit-animation: blow 5204ms infinite;
          animation: blow 5204ms infinite;
  -webkit-animation-delay: 3454ms;
          animation-delay: 3454ms;
}
.bottom-particles .bubble:nth-child(23) {
  left: 6%;
  -webkit-animation: blow 9405ms infinite;
          animation: blow 9405ms infinite;
  -webkit-animation-delay: 7358ms;
          animation-delay: 7358ms;
}
.bottom-particles .bubble:nth-child(24) {
  left: 6%;
  -webkit-animation: blow 5000ms infinite;
          animation: blow 5000ms infinite;
  -webkit-animation-delay: 4558ms;
          animation-delay: 4558ms;
}
.bottom-particles .bubble:nth-child(25) {
  left: 53%;
  -webkit-animation: blow 5000ms infinite;
          animation: blow 5000ms infinite;
  -webkit-animation-delay: 7070ms;
          animation-delay: 7070ms;
}
.bottom-particles .bubble:nth-child(26) {
  left: 98%;
  -webkit-animation: blow 5000ms infinite;
          animation: blow 5000ms infinite;
  -webkit-animation-delay: 10973ms;
          animation-delay: 10973ms;
}
.bottom-particles .bubble:nth-child(27) {
  left: 54%;
  -webkit-animation: blow 13465ms infinite;
          animation: blow 13465ms infinite;
  -webkit-animation-delay: 2258ms;
          animation-delay: 2258ms;
}
.bottom-particles .bubble:nth-child(28) {
  left: 41%;
  -webkit-animation: blow 5000ms infinite;
          animation: blow 5000ms infinite;
  -webkit-animation-delay: 11104ms;
          animation-delay: 11104ms;
}
.bottom-particles .bubble:nth-child(29) {
  left: 1%;
  -webkit-animation: blow 5000ms infinite;
          animation: blow 5000ms infinite;
  -webkit-animation-delay: 6980ms;
          animation-delay: 6980ms;
}
.bottom-particles .bubble:nth-child(30) {
  left: 70%;
  -webkit-animation: blow 9451ms infinite;
          animation: blow 9451ms infinite;
  -webkit-animation-delay: 7276ms;
          animation-delay: 7276ms;
}
.bottom-particles .bubble:nth-child(31) {
  left: 60%;
  -webkit-animation: blow 5000ms infinite;
          animation: blow 5000ms infinite;
  -webkit-animation-delay: 10476ms;
          animation-delay: 10476ms;
}
.bottom-particles .bubble:nth-child(32) {
  left: 90%;
  -webkit-animation: blow 5000ms infinite;
          animation: blow 5000ms infinite;
  -webkit-animation-delay: 8826ms;
          animation-delay: 8826ms;
}
.bottom-particles .bubble:nth-child(33) {
  left: 82%;
  -webkit-animation: blow 6531ms infinite;
          animation: blow 6531ms infinite;
  -webkit-animation-delay: 8155ms;
          animation-delay: 8155ms;
}
.bottom-particles .bubble:nth-child(34) {
  left: 66%;
  -webkit-animation: blow 11047ms infinite;
          animation: blow 11047ms infinite;
  -webkit-animation-delay: 899ms;
          animation-delay: 899ms;
}
.bottom-particles .bubble:nth-child(35) {
  left: 59%;
  -webkit-animation: blow 13466ms infinite;
          animation: blow 13466ms infinite;
  -webkit-animation-delay: 10259ms;
          animation-delay: 10259ms;
}
.bottom-particles .bubble:nth-child(36) {
  left: 100%;
  -webkit-animation: blow 6022ms infinite;
          animation: blow 6022ms infinite;
  -webkit-animation-delay: 1854ms;
          animation-delay: 1854ms;
}
.bottom-particles .bubble:nth-child(37) {
  left: 7%;
  -webkit-animation: blow 5000ms infinite;
          animation: blow 5000ms infinite;
  -webkit-animation-delay: 6046ms;
          animation-delay: 6046ms;
}
.bottom-particles .bubble:nth-child(38) {
  left: 22%;
  -webkit-animation: blow 11312ms infinite;
          animation: blow 11312ms infinite;
  -webkit-animation-delay: 6001ms;
          animation-delay: 6001ms;
}
.bottom-particles .bubble:nth-child(39) {
  left: 23%;
  -webkit-animation: blow 11541ms infinite;
          animation: blow 11541ms infinite;
  -webkit-animation-delay: 6726ms;
          animation-delay: 6726ms;
}
.bottom-particles .bubble:nth-child(40) {
  left: 16%;
  -webkit-animation: blow 11011ms infinite;
          animation: blow 11011ms infinite;
  -webkit-animation-delay: 10260ms;
          animation-delay: 10260ms;
}
.bottom-particles .bubble:nth-child(41) {
  left: 6%;
  -webkit-animation: blow 5000ms infinite;
          animation: blow 5000ms infinite;
  -webkit-animation-delay: 7216ms;
          animation-delay: 7216ms;
}
.bottom-particles .bubble:nth-child(42) {
  left: 57%;
  -webkit-animation: blow 14766ms infinite;
          animation: blow 14766ms infinite;
  -webkit-animation-delay: 1677ms;
          animation-delay: 1677ms;
}
.bottom-particles .bubble:nth-child(43) {
  left: 92%;
  -webkit-animation: blow 5000ms infinite;
          animation: blow 5000ms infinite;
  -webkit-animation-delay: 11216ms;
          animation-delay: 11216ms;
}
.bottom-particles .bubble:nth-child(44) {
  left: 12%;
  -webkit-animation: blow 12370ms infinite;
          animation: blow 12370ms infinite;
  -webkit-animation-delay: 873ms;
          animation-delay: 873ms;
}
.bottom-particles .bubble:nth-child(45) {
  left: 94%;
  -webkit-animation: blow 5000ms infinite;
          animation: blow 5000ms infinite;
  -webkit-animation-delay: 8991ms;
          animation-delay: 8991ms;
}
.bottom-particles .bubble:nth-child(46) {
  left: 98%;
  -webkit-animation: blow 5000ms infinite;
          animation: blow 5000ms infinite;
  -webkit-animation-delay: 6813ms;
          animation-delay: 6813ms;
}
.bottom-particles .bubble:nth-child(47) {
  left: 100%;
  -webkit-animation: blow 5000ms infinite;
          animation: blow 5000ms infinite;
  -webkit-animation-delay: 7256ms;
          animation-delay: 7256ms;
}
.bottom-particles .bubble:nth-child(48) {
  left: 45%;
  -webkit-animation: blow 12205ms infinite;
          animation: blow 12205ms infinite;
  -webkit-animation-delay: 9321ms;
          animation-delay: 9321ms;
}
.bottom-particles .bubble:nth-child(49) {
  left: 100%;
  -webkit-animation: blow 11386ms infinite;
          animation: blow 11386ms infinite;
  -webkit-animation-delay: 5370ms;
          animation-delay: 5370ms;
}
.bottom-particles .bubble:nth-child(50) {
  left: 34%;
  -webkit-animation: blow 5000ms infinite;
          animation: blow 5000ms infinite;
  -webkit-animation-delay: 4758ms;
          animation-delay: 4758ms;
}
.bottom-particles .bubble:nth-child(51) {
  left: 58%;
  -webkit-animation: blow 9862ms infinite;
          animation: blow 9862ms infinite;
  -webkit-animation-delay: 1187ms;
          animation-delay: 1187ms;
}
.bottom-particles .bubble:nth-child(52) {
  left: 81%;
  -webkit-animation: blow 5000ms infinite;
          animation: blow 5000ms infinite;
  -webkit-animation-delay: 11894ms;
          animation-delay: 11894ms;
}
.bottom-particles .bubble:nth-child(53) {
  left: 49%;
  -webkit-animation: blow 10944ms infinite;
          animation: blow 10944ms infinite;
  -webkit-animation-delay: 8416ms;
          animation-delay: 8416ms;
}
.bottom-particles .bubble:nth-child(54) {
  left: 80%;
  -webkit-animation: blow 10655ms infinite;
          animation: blow 10655ms infinite;
  -webkit-animation-delay: 8287ms;
          animation-delay: 8287ms;
}
.bottom-particles .bubble:nth-child(55) {
  left: 82%;
  -webkit-animation: blow 5000ms infinite;
          animation: blow 5000ms infinite;
  -webkit-animation-delay: 10468ms;
          animation-delay: 10468ms;
}
.bottom-particles .bubble:nth-child(56) {
  left: 99%;
  -webkit-animation: blow 10090ms infinite;
          animation: blow 10090ms infinite;
  -webkit-animation-delay: 10823ms;
          animation-delay: 10823ms;
}
.bottom-particles .bubble:nth-child(57) {
  left: 25%;
  -webkit-animation: blow 5000ms infinite;
          animation: blow 5000ms infinite;
  -webkit-animation-delay: 10020ms;
          animation-delay: 10020ms;
}
.bottom-particles .bubble:nth-child(58) {
  left: 75%;
  -webkit-animation: blow 6965ms infinite;
          animation: blow 6965ms infinite;
  -webkit-animation-delay: 1419ms;
          animation-delay: 1419ms;
}
.bottom-particles .bubble:nth-child(59) {
  left: 34%;
  -webkit-animation: blow 5000ms infinite;
          animation: blow 5000ms infinite;
  -webkit-animation-delay: 11491ms;
          animation-delay: 11491ms;
}
.bottom-particles .bubble:nth-child(60) {
  left: 35%;
  -webkit-animation: blow 6256ms infinite;
          animation: blow 6256ms infinite;
  -webkit-animation-delay: 7351ms;
          animation-delay: 7351ms;
}
.bottom-particles .bubble:nth-child(61) {
  left: 30%;
  -webkit-animation: blow 13654ms infinite;
          animation: blow 13654ms infinite;
  -webkit-animation-delay: 7103ms;
          animation-delay: 7103ms;
}
.bottom-particles .bubble:nth-child(62) {
  left: 79%;
  -webkit-animation: blow 6742ms infinite;
          animation: blow 6742ms infinite;
  -webkit-animation-delay: 11240ms;
          animation-delay: 11240ms;
}
.bottom-particles .bubble:nth-child(63) {
  left: 95%;
  -webkit-animation: blow 5000ms infinite;
          animation: blow 5000ms infinite;
  -webkit-animation-delay: 4622ms;
          animation-delay: 4622ms;
}
.bottom-particles .bubble:nth-child(64) {
  left: 62%;
  -webkit-animation: blow 5000ms infinite;
          animation: blow 5000ms infinite;
  -webkit-animation-delay: 10097ms;
          animation-delay: 10097ms;
}
.bottom-particles .bubble:nth-child(65) {
  left: 79%;
  -webkit-animation: blow 9307ms infinite;
          animation: blow 9307ms infinite;
  -webkit-animation-delay: 10531ms;
          animation-delay: 10531ms;
}
.bottom-particles .bubble:nth-child(66) {
  left: 37%;
  -webkit-animation: blow 5000ms infinite;
          animation: blow 5000ms infinite;
  -webkit-animation-delay: 8214ms;
          animation-delay: 8214ms;
}
.bottom-particles .bubble:nth-child(67) {
  left: 23%;
  -webkit-animation: blow 13337ms infinite;
          animation: blow 13337ms infinite;
  -webkit-animation-delay: 10935ms;
          animation-delay: 10935ms;
}
.bottom-particles .bubble:nth-child(68) {
  left: 34%;
  -webkit-animation: blow 8800ms infinite;
          animation: blow 8800ms infinite;
  -webkit-animation-delay: 9676ms;
          animation-delay: 9676ms;
}
.bottom-particles .bubble:nth-child(69) {
  left: 31%;
  -webkit-animation: blow 5000ms infinite;
          animation: blow 5000ms infinite;
  -webkit-animation-delay: 10571ms;
          animation-delay: 10571ms;
}
.bottom-particles .bubble:nth-child(70) {
  left: 16%;
  -webkit-animation: blow 12269ms infinite;
          animation: blow 12269ms infinite;
  -webkit-animation-delay: 797ms;
          animation-delay: 797ms;
}
.bottom-particles .bubble:nth-child(71) {
  left: 89%;
  -webkit-animation: blow 8133ms infinite;
          animation: blow 8133ms infinite;
  -webkit-animation-delay: 10478ms;
          animation-delay: 10478ms;
}
.bottom-particles .bubble:nth-child(72) {
  left: 3%;
  -webkit-animation: blow 11536ms infinite;
          animation: blow 11536ms infinite;
  -webkit-animation-delay: 34ms;
          animation-delay: 34ms;
}
.bottom-particles .bubble:nth-child(73) {
  left: 70%;
  -webkit-animation: blow 12820ms infinite;
          animation: blow 12820ms infinite;
  -webkit-animation-delay: 10692ms;
          animation-delay: 10692ms;
}
.bottom-particles .bubble:nth-child(74) {
  left: 80%;
  -webkit-animation: blow 13842ms infinite;
          animation: blow 13842ms infinite;
  -webkit-animation-delay: 1489ms;
          animation-delay: 1489ms;
}
.bottom-particles .bubble:nth-child(75) {
  left: 11%;
  -webkit-animation: blow 5396ms infinite;
          animation: blow 5396ms infinite;
  -webkit-animation-delay: 2691ms;
          animation-delay: 2691ms;
}
.bottom-particles .bubble:nth-child(76) {
  left: 85%;
  -webkit-animation: blow 5000ms infinite;
          animation: blow 5000ms infinite;
  -webkit-animation-delay: 11172ms;
          animation-delay: 11172ms;
}
.bottom-particles .bubble:nth-child(77) {
  left: 54%;
  -webkit-animation: blow 5000ms infinite;
          animation: blow 5000ms infinite;
  -webkit-animation-delay: 10963ms;
          animation-delay: 10963ms;
}
.bottom-particles .bubble:nth-child(78) {
  left: 67%;
  -webkit-animation: blow 9558ms infinite;
          animation: blow 9558ms infinite;
  -webkit-animation-delay: 10198ms;
          animation-delay: 10198ms;
}
.bottom-particles .bubble:nth-child(79) {
  left: 10%;
  -webkit-animation: blow 12698ms infinite;
          animation: blow 12698ms infinite;
  -webkit-animation-delay: 8266ms;
          animation-delay: 8266ms;
}
.bottom-particles .bubble:nth-child(80) {
  left: 44%;
  -webkit-animation: blow 10979ms infinite;
          animation: blow 10979ms infinite;
  -webkit-animation-delay: 7596ms;
          animation-delay: 7596ms;
}
.bottom-particles .bubble:nth-child(81) {
  left: 47%;
  -webkit-animation: blow 13726ms infinite;
          animation: blow 13726ms infinite;
  -webkit-animation-delay: 7868ms;
          animation-delay: 7868ms;
}
.bottom-particles .bubble:nth-child(82) {
  left: 87%;
  -webkit-animation: blow 14954ms infinite;
          animation: blow 14954ms infinite;
  -webkit-animation-delay: 11659ms;
          animation-delay: 11659ms;
}
.bottom-particles .bubble:nth-child(83) {
  left: 8%;
  -webkit-animation: blow 5000ms infinite;
          animation: blow 5000ms infinite;
  -webkit-animation-delay: 1718ms;
          animation-delay: 1718ms;
}
.bottom-particles .bubble:nth-child(84) {
  left: 26%;
  -webkit-animation: blow 10746ms infinite;
          animation: blow 10746ms infinite;
  -webkit-animation-delay: 10802ms;
          animation-delay: 10802ms;
}
.bottom-particles .bubble:nth-child(85) {
  left: 34%;
  -webkit-animation: blow 5000ms infinite;
          animation: blow 5000ms infinite;
  -webkit-animation-delay: 1726ms;
          animation-delay: 1726ms;
}
.bottom-particles .bubble:nth-child(86) {
  left: 36%;
  -webkit-animation: blow 8082ms infinite;
          animation: blow 8082ms infinite;
  -webkit-animation-delay: 5833ms;
          animation-delay: 5833ms;
}
.bottom-particles .bubble:nth-child(87) {
  left: 18%;
  -webkit-animation: blow 11692ms infinite;
          animation: blow 11692ms infinite;
  -webkit-animation-delay: 3675ms;
          animation-delay: 3675ms;
}
.bottom-particles .bubble:nth-child(88) {
  left: 38%;
  -webkit-animation: blow 9528ms infinite;
          animation: blow 9528ms infinite;
  -webkit-animation-delay: 2300ms;
          animation-delay: 2300ms;
}
.bottom-particles .bubble:nth-child(89) {
  left: 26%;
  -webkit-animation: blow 5000ms infinite;
          animation: blow 5000ms infinite;
  -webkit-animation-delay: 5603ms;
          animation-delay: 5603ms;
}
.bottom-particles .bubble:nth-child(90) {
  left: 74%;
  -webkit-animation: blow 5000ms infinite;
          animation: blow 5000ms infinite;
  -webkit-animation-delay: 3494ms;
          animation-delay: 3494ms;
}
.bottom-particles .bubble:nth-child(91) {
  left: 19%;
  -webkit-animation: blow 9585ms infinite;
          animation: blow 9585ms infinite;
  -webkit-animation-delay: 10596ms;
          animation-delay: 10596ms;
}
.bottom-particles .bubble:nth-child(92) {
  left: 30%;
  -webkit-animation: blow 11607ms infinite;
          animation: blow 11607ms infinite;
  -webkit-animation-delay: 5591ms;
          animation-delay: 5591ms;
}
.bottom-particles .bubble:nth-child(93) {
  left: 7%;
  -webkit-animation: blow 13271ms infinite;
          animation: blow 13271ms infinite;
  -webkit-animation-delay: 8616ms;
          animation-delay: 8616ms;
}
.bottom-particles .bubble:nth-child(94) {
  left: 63%;
  -webkit-animation: blow 13864ms infinite;
          animation: blow 13864ms infinite;
  -webkit-animation-delay: 4719ms;
          animation-delay: 4719ms;
}
.bottom-particles .bubble:nth-child(95) {
  left: 43%;
  -webkit-animation: blow 14909ms infinite;
          animation: blow 14909ms infinite;
  -webkit-animation-delay: 7350ms;
          animation-delay: 7350ms;
}
.bottom-particles .bubble:nth-child(96) {
  left: 40%;
  -webkit-animation: blow 6815ms infinite;
          animation: blow 6815ms infinite;
  -webkit-animation-delay: 440ms;
          animation-delay: 440ms;
}
.bottom-particles .bubble:nth-child(97) {
  left: 38%;
  -webkit-animation: blow 10261ms infinite;
          animation: blow 10261ms infinite;
  -webkit-animation-delay: 3421ms;
          animation-delay: 3421ms;
}
.bottom-particles .bubble:nth-child(98) {
  left: 8%;
  -webkit-animation: blow 5000ms infinite;
          animation: blow 5000ms infinite;
  -webkit-animation-delay: 494ms;
          animation-delay: 494ms;
}
.bottom-particles .bubble:nth-child(99) {
  left: 16%;
  -webkit-animation: blow 8536ms infinite;
          animation: blow 8536ms infinite;
  -webkit-animation-delay: 10661ms;
          animation-delay: 10661ms;
}
.bottom-particles .bubble:nth-child(100) {
  left: 69%;
  -webkit-animation: blow 7205ms infinite;
          animation: blow 7205ms infinite;
  -webkit-animation-delay: 11156ms;
          animation-delay: 11156ms;
}
.bottom-particles .bubble:nth-child(101) {
  left: 81%;
  -webkit-animation: blow 10069ms infinite;
          animation: blow 10069ms infinite;
  -webkit-animation-delay: 2022ms;
          animation-delay: 2022ms;
}
.bottom-particles .bubble:nth-child(102) {
  left: 4%;
  -webkit-animation: blow 5000ms infinite;
          animation: blow 5000ms infinite;
  -webkit-animation-delay: 1061ms;
          animation-delay: 1061ms;
}
.bottom-particles .bubble:nth-child(103) {
  left: 84%;
  -webkit-animation: blow 5000ms infinite;
          animation: blow 5000ms infinite;
  -webkit-animation-delay: 5748ms;
          animation-delay: 5748ms;
}
.bottom-particles .bubble:nth-child(104) {
  left: 31%;
  -webkit-animation: blow 5000ms infinite;
          animation: blow 5000ms infinite;
  -webkit-animation-delay: 711ms;
          animation-delay: 711ms;
}
.bottom-particles .bubble:nth-child(105) {
  left: 72%;
  -webkit-animation: blow 9610ms infinite;
          animation: blow 9610ms infinite;
  -webkit-animation-delay: 6286ms;
          animation-delay: 6286ms;
}
.bottom-particles .bubble:nth-child(106) {
  left: 28%;
  -webkit-animation: blow 5000ms infinite;
          animation: blow 5000ms infinite;
  -webkit-animation-delay: 5422ms;
          animation-delay: 5422ms;
}
.bottom-particles .bubble:nth-child(107) {
  left: 84%;
  -webkit-animation: blow 11811ms infinite;
          animation: blow 11811ms infinite;
  -webkit-animation-delay: 9612ms;
          animation-delay: 9612ms;
}
.bottom-particles .bubble:nth-child(108) {
  left: 26%;
  -webkit-animation: blow 7744ms infinite;
          animation: blow 7744ms infinite;
  -webkit-animation-delay: 1186ms;
          animation-delay: 1186ms;
}
.bottom-particles .bubble:nth-child(109) {
  left: 79%;
  -webkit-animation: blow 5000ms infinite;
          animation: blow 5000ms infinite;
  -webkit-animation-delay: 10688ms;
          animation-delay: 10688ms;
}
.bottom-particles .bubble:nth-child(110) {
  left: 92%;
  -webkit-animation: blow 7637ms infinite;
          animation: blow 7637ms infinite;
  -webkit-animation-delay: 6982ms;
          animation-delay: 6982ms;
}
.bottom-particles .bubble:nth-child(111) {
  left: 8%;
  -webkit-animation: blow 5000ms infinite;
          animation: blow 5000ms infinite;
  -webkit-animation-delay: 7375ms;
          animation-delay: 7375ms;
}
.bottom-particles .bubble:nth-child(112) {
  left: 65%;
  -webkit-animation: blow 5088ms infinite;
          animation: blow 5088ms infinite;
  -webkit-animation-delay: 4378ms;
          animation-delay: 4378ms;
}
.bottom-particles .bubble:nth-child(113) {
  left: 76%;
  -webkit-animation: blow 8584ms infinite;
          animation: blow 8584ms infinite;
  -webkit-animation-delay: 5777ms;
          animation-delay: 5777ms;
}
.bottom-particles .bubble:nth-child(114) {
  left: 28%;
  -webkit-animation: blow 11435ms infinite;
          animation: blow 11435ms infinite;
  -webkit-animation-delay: 1559ms;
          animation-delay: 1559ms;
}
.bottom-particles .bubble:nth-child(115) {
  left: 73%;
  -webkit-animation: blow 9954ms infinite;
          animation: blow 9954ms infinite;
  -webkit-animation-delay: 9103ms;
          animation-delay: 9103ms;
}
.bottom-particles .bubble:nth-child(116) {
  left: 68%;
  -webkit-animation: blow 11750ms infinite;
          animation: blow 11750ms infinite;
  -webkit-animation-delay: 11550ms;
          animation-delay: 11550ms;
}
.bottom-particles .bubble:nth-child(117) {
  left: 80%;
  -webkit-animation: blow 12426ms infinite;
          animation: blow 12426ms infinite;
  -webkit-animation-delay: 8179ms;
          animation-delay: 8179ms;
}
.bottom-particles .bubble:nth-child(118) {
  left: 45%;
  -webkit-animation: blow 14259ms infinite;
          animation: blow 14259ms infinite;
  -webkit-animation-delay: 5514ms;
          animation-delay: 5514ms;
}
.bottom-particles .bubble:nth-child(119) {
  left: 80%;
  -webkit-animation: blow 14467ms infinite;
          animation: blow 14467ms infinite;
  -webkit-animation-delay: 2402ms;
          animation-delay: 2402ms;
}
.bottom-particles .bubble:nth-child(120) {
  left: 23%;
  -webkit-animation: blow 5000ms infinite;
          animation: blow 5000ms infinite;
  -webkit-animation-delay: 5593ms;
          animation-delay: 5593ms;
}
.bottom-particles .bubble:nth-child(121) {
  left: 8%;
  -webkit-animation: blow 8887ms infinite;
          animation: blow 8887ms infinite;
  -webkit-animation-delay: 3226ms;
          animation-delay: 3226ms;
}
.bottom-particles .bubble:nth-child(122) {
  left: 61%;
  -webkit-animation: blow 11778ms infinite;
          animation: blow 11778ms infinite;
  -webkit-animation-delay: 784ms;
          animation-delay: 784ms;
}
.bottom-particles .bubble:nth-child(123) {
  left: 89%;
  -webkit-animation: blow 5000ms infinite;
          animation: blow 5000ms infinite;
  -webkit-animation-delay: 544ms;
          animation-delay: 544ms;
}
.bottom-particles .bubble:nth-child(124) {
  left: 78%;
  -webkit-animation: blow 5000ms infinite;
          animation: blow 5000ms infinite;
  -webkit-animation-delay: 5040ms;
          animation-delay: 5040ms;
}
.bottom-particles .bubble:nth-child(125) {
  left: 96%;
  -webkit-animation: blow 13756ms infinite;
          animation: blow 13756ms infinite;
  -webkit-animation-delay: 948ms;
          animation-delay: 948ms;
}
.bottom-particles .bubble:nth-child(126) {
  left: 82%;
  -webkit-animation: blow 5008ms infinite;
          animation: blow 5008ms infinite;
  -webkit-animation-delay: 5898ms;
          animation-delay: 5898ms;
}
.bottom-particles .bubble:nth-child(127) {
  left: 43%;
  -webkit-animation: blow 5000ms infinite;
          animation: blow 5000ms infinite;
  -webkit-animation-delay: 6129ms;
          animation-delay: 6129ms;
}
.bottom-particles .bubble:nth-child(128) {
  left: 18%;
  -webkit-animation: blow 14924ms infinite;
          animation: blow 14924ms infinite;
  -webkit-animation-delay: 7177ms;
          animation-delay: 7177ms;
}
.bottom-particles .bubble:nth-child(129) {
  left: 67%;
  -webkit-animation: blow 12715ms infinite;
          animation: blow 12715ms infinite;
  -webkit-animation-delay: 635ms;
          animation-delay: 635ms;
}
.bottom-particles .bubble:nth-child(130) {
  left: 74%;
  -webkit-animation: blow 7031ms infinite;
          animation: blow 7031ms infinite;
  -webkit-animation-delay: 6310ms;
          animation-delay: 6310ms;
}
.bottom-particles .bubble:nth-child(131) {
  left: 50%;
  -webkit-animation: blow 7948ms infinite;
          animation: blow 7948ms infinite;
  -webkit-animation-delay: 9079ms;
          animation-delay: 9079ms;
}
.bottom-particles .bubble:nth-child(132) {
  left: 47%;
  -webkit-animation: blow 5000ms infinite;
          animation: blow 5000ms infinite;
  -webkit-animation-delay: 5987ms;
          animation-delay: 5987ms;
}
.bottom-particles .bubble:nth-child(133) {
  left: 2%;
  -webkit-animation: blow 7813ms infinite;
          animation: blow 7813ms infinite;
  -webkit-animation-delay: 6268ms;
          animation-delay: 6268ms;
}
.bottom-particles .bubble:nth-child(134) {
  left: 29%;
  -webkit-animation: blow 12618ms infinite;
          animation: blow 12618ms infinite;
  -webkit-animation-delay: 8505ms;
          animation-delay: 8505ms;
}
.bottom-particles .bubble:nth-child(135) {
  left: 21%;
  -webkit-animation: blow 12115ms infinite;
          animation: blow 12115ms infinite;
  -webkit-animation-delay: 1212ms;
          animation-delay: 1212ms;
}
.bottom-particles .bubble:nth-child(136) {
  left: 99%;
  -webkit-animation: blow 6410ms infinite;
          animation: blow 6410ms infinite;
  -webkit-animation-delay: 10004ms;
          animation-delay: 10004ms;
}
.bottom-particles .bubble:nth-child(137) {
  left: 50%;
  -webkit-animation: blow 9744ms infinite;
          animation: blow 9744ms infinite;
  -webkit-animation-delay: 6230ms;
          animation-delay: 6230ms;
}
.bottom-particles .bubble:nth-child(138) {
  left: 32%;
  -webkit-animation: blow 5059ms infinite;
          animation: blow 5059ms infinite;
  -webkit-animation-delay: 364ms;
          animation-delay: 364ms;
}
.bottom-particles .bubble:nth-child(139) {
  left: 87%;
  -webkit-animation: blow 13120ms infinite;
          animation: blow 13120ms infinite;
  -webkit-animation-delay: 10568ms;
          animation-delay: 10568ms;
}
.bottom-particles .bubble:nth-child(140) {
  left: 95%;
  -webkit-animation: blow 5000ms infinite;
          animation: blow 5000ms infinite;
  -webkit-animation-delay: 10519ms;
          animation-delay: 10519ms;
}
.bottom-particles .bubble:nth-child(141) {
  left: 73%;
  -webkit-animation: blow 5000ms infinite;
          animation: blow 5000ms infinite;
  -webkit-animation-delay: 9806ms;
          animation-delay: 9806ms;
}
.bottom-particles .bubble:nth-child(142) {
  left: 5%;
  -webkit-animation: blow 6369ms infinite;
          animation: blow 6369ms infinite;
  -webkit-animation-delay: 8738ms;
          animation-delay: 8738ms;
}
.bottom-particles .bubble:nth-child(143) {
  left: 92%;
  -webkit-animation: blow 5000ms infinite;
          animation: blow 5000ms infinite;
  -webkit-animation-delay: 1519ms;
          animation-delay: 1519ms;
}
.bottom-particles .bubble:nth-child(144) {
  left: 7%;
  -webkit-animation: blow 5751ms infinite;
          animation: blow 5751ms infinite;
  -webkit-animation-delay: 8768ms;
          animation-delay: 8768ms;
}
.bottom-particles .bubble:nth-child(145) {
  left: 21%;
  -webkit-animation: blow 5000ms infinite;
          animation: blow 5000ms infinite;
  -webkit-animation-delay: 9083ms;
          animation-delay: 9083ms;
}
.bottom-particles .bubble:nth-child(146) {
  left: 34%;
  -webkit-animation: blow 5000ms infinite;
          animation: blow 5000ms infinite;
  -webkit-animation-delay: 7406ms;
          animation-delay: 7406ms;
}
.bottom-particles .bubble:nth-child(147) {
  left: 100%;
  -webkit-animation: blow 12172ms infinite;
          animation: blow 12172ms infinite;
  -webkit-animation-delay: 9046ms;
          animation-delay: 9046ms;
}
.bottom-particles .bubble:nth-child(148) {
  left: 44%;
  -webkit-animation: blow 13414ms infinite;
          animation: blow 13414ms infinite;
  -webkit-animation-delay: 11647ms;
          animation-delay: 11647ms;
}
.bottom-particles .bubble:nth-child(149) {
  left: 74%;
  -webkit-animation: blow 14119ms infinite;
          animation: blow 14119ms infinite;
  -webkit-animation-delay: 7874ms;
          animation-delay: 7874ms;
}
.bottom-particles .bubble:nth-child(150) {
  left: 69%;
  -webkit-animation: blow 5000ms infinite;
          animation: blow 5000ms infinite;
  -webkit-animation-delay: 11985ms;
          animation-delay: 11985ms;
}
.bottom-particles .bubble:nth-child(151) {
  left: 7%;
  -webkit-animation: blow 6362ms infinite;
          animation: blow 6362ms infinite;
  -webkit-animation-delay: 2027ms;
          animation-delay: 2027ms;
}
.bottom-particles .bubble:nth-child(152) {
  left: 28%;
  -webkit-animation: blow 5619ms infinite;
          animation: blow 5619ms infinite;
  -webkit-animation-delay: 3344ms;
          animation-delay: 3344ms;
}
.bottom-particles .bubble:nth-child(153) {
  left: 59%;
  -webkit-animation: blow 5000ms infinite;
          animation: blow 5000ms infinite;
  -webkit-animation-delay: 8884ms;
          animation-delay: 8884ms;
}
.bottom-particles .bubble:nth-child(154) {
  left: 11%;
  -webkit-animation: blow 9848ms infinite;
          animation: blow 9848ms infinite;
  -webkit-animation-delay: 5075ms;
          animation-delay: 5075ms;
}
.bottom-particles .bubble:nth-child(155) {
  left: 21%;
  -webkit-animation: blow 12159ms infinite;
          animation: blow 12159ms infinite;
  -webkit-animation-delay: 5737ms;
          animation-delay: 5737ms;
}
.bottom-particles .bubble:nth-child(156) {
  left: 19%;
  -webkit-animation: blow 13091ms infinite;
          animation: blow 13091ms infinite;
  -webkit-animation-delay: 7778ms;
          animation-delay: 7778ms;
}
.bottom-particles .bubble:nth-child(157) {
  left: 18%;
  -webkit-animation: blow 5000ms infinite;
          animation: blow 5000ms infinite;
  -webkit-animation-delay: 11868ms;
          animation-delay: 11868ms;
}
.bottom-particles .bubble:nth-child(158) {
  left: 98%;
  -webkit-animation: blow 5000ms infinite;
          animation: blow 5000ms infinite;
  -webkit-animation-delay: 7236ms;
          animation-delay: 7236ms;
}
.bottom-particles .bubble:nth-child(159) {
  left: 66%;
  -webkit-animation: blow 7516ms infinite;
          animation: blow 7516ms infinite;
  -webkit-animation-delay: 2682ms;
          animation-delay: 2682ms;
}
.bottom-particles .bubble:nth-child(160) {
  left: 47%;
  -webkit-animation: blow 10216ms infinite;
          animation: blow 10216ms infinite;
  -webkit-animation-delay: 5872ms;
          animation-delay: 5872ms;
}
.bottom-particles .bubble:nth-child(161) {
  left: 42%;
  -webkit-animation: blow 10477ms infinite;
          animation: blow 10477ms infinite;
  -webkit-animation-delay: 2303ms;
          animation-delay: 2303ms;
}
.bottom-particles .bubble:nth-child(162) {
  left: 54%;
  -webkit-animation: blow 5000ms infinite;
          animation: blow 5000ms infinite;
  -webkit-animation-delay: 7716ms;
          animation-delay: 7716ms;
}
.bottom-particles .bubble:nth-child(163) {
  left: 87%;
  -webkit-animation: blow 10773ms infinite;
          animation: blow 10773ms infinite;
  -webkit-animation-delay: 374ms;
          animation-delay: 374ms;
}
.bottom-particles .bubble:nth-child(164) {
  left: 35%;
  -webkit-animation: blow 14011ms infinite;
          animation: blow 14011ms infinite;
  -webkit-animation-delay: 11117ms;
          animation-delay: 11117ms;
}
.bottom-particles .bubble:nth-child(165) {
  left: 36%;
  -webkit-animation: blow 5000ms infinite;
          animation: blow 5000ms infinite;
  -webkit-animation-delay: 7668ms;
          animation-delay: 7668ms;
}
.bottom-particles .bubble:nth-child(166) {
  left: 100%;
  -webkit-animation: blow 6850ms infinite;
          animation: blow 6850ms infinite;
  -webkit-animation-delay: 9985ms;
          animation-delay: 9985ms;
}
.bottom-particles .bubble:nth-child(167) {
  left: 97%;
  -webkit-animation: blow 5000ms infinite;
          animation: blow 5000ms infinite;
  -webkit-animation-delay: 6891ms;
          animation-delay: 6891ms;
}
.bottom-particles .bubble:nth-child(168) {
  left: 93%;
  -webkit-animation: blow 9844ms infinite;
          animation: blow 9844ms infinite;
  -webkit-animation-delay: 6442ms;
          animation-delay: 6442ms;
}
.bottom-particles .bubble:nth-child(169) {
  left: 8%;
  -webkit-animation: blow 12575ms infinite;
          animation: blow 12575ms infinite;
  -webkit-animation-delay: 9978ms;
          animation-delay: 9978ms;
}
.bottom-particles .bubble:nth-child(170) {
  left: 15%;
  -webkit-animation: blow 6290ms infinite;
          animation: blow 6290ms infinite;
  -webkit-animation-delay: 833ms;
          animation-delay: 833ms;
}
.bottom-particles .bubble:nth-child(171) {
  left: 23%;
  -webkit-animation: blow 6072ms infinite;
          animation: blow 6072ms infinite;
  -webkit-animation-delay: 914ms;
          animation-delay: 914ms;
}
.bottom-particles .bubble:nth-child(172) {
  left: 25%;
  -webkit-animation: blow 9450ms infinite;
          animation: blow 9450ms infinite;
  -webkit-animation-delay: 8784ms;
          animation-delay: 8784ms;
}
.bottom-particles .bubble:nth-child(173) {
  left: 34%;
  -webkit-animation: blow 8288ms infinite;
          animation: blow 8288ms infinite;
  -webkit-animation-delay: 3143ms;
          animation-delay: 3143ms;
}
.bottom-particles .bubble:nth-child(174) {
  left: 76%;
  -webkit-animation: blow 6191ms infinite;
          animation: blow 6191ms infinite;
  -webkit-animation-delay: 1683ms;
          animation-delay: 1683ms;
}
.bottom-particles .bubble:nth-child(175) {
  left: 27%;
  -webkit-animation: blow 11273ms infinite;
          animation: blow 11273ms infinite;
  -webkit-animation-delay: 7954ms;
          animation-delay: 7954ms;
}
.bottom-particles .bubble:nth-child(176) {
  left: 86%;
  -webkit-animation: blow 11234ms infinite;
          animation: blow 11234ms infinite;
  -webkit-animation-delay: 9094ms;
          animation-delay: 9094ms;
}
.bottom-particles .bubble:nth-child(177) {
  left: 7%;
  -webkit-animation: blow 9455ms infinite;
          animation: blow 9455ms infinite;
  -webkit-animation-delay: 6469ms;
          animation-delay: 6469ms;
}
.bottom-particles .bubble:nth-child(178) {
  left: 24%;
  -webkit-animation: blow 5000ms infinite;
          animation: blow 5000ms infinite;
  -webkit-animation-delay: 7490ms;
          animation-delay: 7490ms;
}
.bottom-particles .bubble:nth-child(179) {
  left: 77%;
  -webkit-animation: blow 5000ms infinite;
          animation: blow 5000ms infinite;
  -webkit-animation-delay: 3676ms;
          animation-delay: 3676ms;
}
.bottom-particles .bubble:nth-child(180) {
  left: 17%;
  -webkit-animation: blow 9658ms infinite;
          animation: blow 9658ms infinite;
  -webkit-animation-delay: 8590ms;
          animation-delay: 8590ms;
}
.bottom-particles .bubble:nth-child(181) {
  left: 24%;
  -webkit-animation: blow 6222ms infinite;
          animation: blow 6222ms infinite;
  -webkit-animation-delay: 10629ms;
          animation-delay: 10629ms;
}
.bottom-particles .bubble:nth-child(182) {
  left: 91%;
  -webkit-animation: blow 9654ms infinite;
          animation: blow 9654ms infinite;
  -webkit-animation-delay: 6175ms;
          animation-delay: 6175ms;
}
.bottom-particles .bubble:nth-child(183) {
  left: 24%;
  -webkit-animation: blow 5000ms infinite;
          animation: blow 5000ms infinite;
  -webkit-animation-delay: 11793ms;
          animation-delay: 11793ms;
}
.bottom-particles .bubble:nth-child(184) {
  left: 18%;
  -webkit-animation: blow 11250ms infinite;
          animation: blow 11250ms infinite;
  -webkit-animation-delay: 6790ms;
          animation-delay: 6790ms;
}
.bottom-particles .bubble:nth-child(185) {
  left: 17%;
  -webkit-animation: blow 5000ms infinite;
          animation: blow 5000ms infinite;
  -webkit-animation-delay: 854ms;
          animation-delay: 854ms;
}
.bottom-particles .bubble:nth-child(186) {
  left: 60%;
  -webkit-animation: blow 10092ms infinite;
          animation: blow 10092ms infinite;
  -webkit-animation-delay: 2321ms;
          animation-delay: 2321ms;
}
.bottom-particles .bubble:nth-child(187) {
  left: 14%;
  -webkit-animation: blow 5520ms infinite;
          animation: blow 5520ms infinite;
  -webkit-animation-delay: 7437ms;
          animation-delay: 7437ms;
}
.bottom-particles .bubble:nth-child(188) {
  left: 22%;
  -webkit-animation: blow 8711ms infinite;
          animation: blow 8711ms infinite;
  -webkit-animation-delay: 10503ms;
          animation-delay: 10503ms;
}
.bottom-particles .bubble:nth-child(189) {
  left: 37%;
  -webkit-animation: blow 7075ms infinite;
          animation: blow 7075ms infinite;
  -webkit-animation-delay: 2690ms;
          animation-delay: 2690ms;
}
.bottom-particles .bubble:nth-child(190) {
  left: 71%;
  -webkit-animation: blow 5000ms infinite;
          animation: blow 5000ms infinite;
  -webkit-animation-delay: 5930ms;
          animation-delay: 5930ms;
}
.bottom-particles .bubble:nth-child(191) {
  left: 25%;
  -webkit-animation: blow 8756ms infinite;
          animation: blow 8756ms infinite;
  -webkit-animation-delay: 9790ms;
          animation-delay: 9790ms;
}
.bottom-particles .bubble:nth-child(192) {
  left: 70%;
  -webkit-animation: blow 11500ms infinite;
          animation: blow 11500ms infinite;
  -webkit-animation-delay: 1252ms;
          animation-delay: 1252ms;
}
.bottom-particles .bubble:nth-child(193) {
  left: 75%;
  -webkit-animation: blow 10183ms infinite;
          animation: blow 10183ms infinite;
  -webkit-animation-delay: 11243ms;
          animation-delay: 11243ms;
}
.bottom-particles .bubble:nth-child(194) {
  left: 68%;
  -webkit-animation: blow 8328ms infinite;
          animation: blow 8328ms infinite;
  -webkit-animation-delay: 4398ms;
          animation-delay: 4398ms;
}
.bottom-particles .bubble:nth-child(195) {
  left: 29%;
  -webkit-animation: blow 5000ms infinite;
          animation: blow 5000ms infinite;
  -webkit-animation-delay: 8335ms;
          animation-delay: 8335ms;
}
.bottom-particles .bubble:nth-child(196) {
  left: 34%;
  -webkit-animation: blow 14306ms infinite;
          animation: blow 14306ms infinite;
  -webkit-animation-delay: 11547ms;
          animation-delay: 11547ms;
}
.bottom-particles .bubble:nth-child(197) {
  left: 28%;
  -webkit-animation: blow 7227ms infinite;
          animation: blow 7227ms infinite;
  -webkit-animation-delay: 5131ms;
          animation-delay: 5131ms;
}
.bottom-particles .bubble:nth-child(198) {
  left: 16%;
  -webkit-animation: blow 7990ms infinite;
          animation: blow 7990ms infinite;
  -webkit-animation-delay: 4050ms;
          animation-delay: 4050ms;
}
.bottom-particles .bubble:nth-child(199) {
  left: 95%;
  -webkit-animation: blow 5000ms infinite;
          animation: blow 5000ms infinite;
  -webkit-animation-delay: 8296ms;
          animation-delay: 8296ms;
}
.bottom-particles .bubble:nth-child(200) {
  left: 69%;
  -webkit-animation: blow 9651ms infinite;
          animation: blow 9651ms infinite;
  -webkit-animation-delay: 2213ms;
          animation-delay: 2213ms;
}

@-webkit-keyframes blow {
  0% {
    opacity: 0;
    transform: translate(0, 0);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(0, -100vh) scale(0.2);
  }
}

@keyframes blow {
  0% {
    opacity: 0;
    transform: translate(0, 0);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(0, -100vh) scale(0.2);
  }
}