.particle {
  position: absolute;
  border-radius: 50%;
}

@-webkit-keyframes particle-animation-1 {
  100% {
    transform: translate3d(13vw, 47vh, 11px);
  }
}

@keyframes particle-animation-1 {
  100% {
    transform: translate3d(13vw, 47vh, 11px);
  }
}
.particle:nth-child(1) {
  -webkit-animation: particle-animation-1 60s infinite;
          animation: particle-animation-1 60s infinite;
  opacity: 0.72;
  height: 10px;
  width: 10px;
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
  transform: translate3d(29vw, 7vh, 56px);
  background: #2e3192;
}

@-webkit-keyframes particle-animation-2 {
  100% {
    transform: translate3d(9vw, 51vh, 49px);
  }
}

@keyframes particle-animation-2 {
  100% {
    transform: translate3d(9vw, 51vh, 49px);
  }
}
.particle:nth-child(2) {
  -webkit-animation: particle-animation-2 60s infinite;
          animation: particle-animation-2 60s infinite;
  opacity: 0.81;
  height: 10px;
  width: 10px;
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
  transform: translate3d(20vw, 49vh, 66px);
  background: #2e3192;
}

@-webkit-keyframes particle-animation-3 {
  100% {
    transform: translate3d(44vw, 51vh, 37px);
  }
}

@keyframes particle-animation-3 {
  100% {
    transform: translate3d(44vw, 51vh, 37px);
  }
}
.particle:nth-child(3) {
  -webkit-animation: particle-animation-3 60s infinite;
          animation: particle-animation-3 60s infinite;
  opacity: 0.54;
  height: 10px;
  width: 10px;
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
  transform: translate3d(24vw, 68vh, 6px);
  background: #2e3192;
}

@-webkit-keyframes particle-animation-4 {
  100% {
    transform: translate3d(60vw, 49vh, 91px);
  }
}

@keyframes particle-animation-4 {
  100% {
    transform: translate3d(60vw, 49vh, 91px);
  }
}
.particle:nth-child(4) {
  -webkit-animation: particle-animation-4 60s infinite;
          animation: particle-animation-4 60s infinite;
  opacity: 0.07;
  height: 6px;
  width: 6px;
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
  transform: translate3d(64vw, 72vh, 6px);
  background: #2e3192;
}

@-webkit-keyframes particle-animation-5 {
  100% {
    transform: translate3d(70vw, 74vh, 58px);
  }
}

@keyframes particle-animation-5 {
  100% {
    transform: translate3d(70vw, 74vh, 58px);
  }
}
.particle:nth-child(5) {
  -webkit-animation: particle-animation-5 60s infinite;
          animation: particle-animation-5 60s infinite;
  opacity: 0.15;
  height: 6px;
  width: 6px;
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
  transform: translate3d(9vw, 74vh, 67px);
  background: #2e3192;
}

@-webkit-keyframes particle-animation-6 {
  100% {
    transform: translate3d(13vw, 82vh, 33px);
  }
}

@keyframes particle-animation-6 {
  100% {
    transform: translate3d(13vw, 82vh, 33px);
  }
}
.particle:nth-child(6) {
  -webkit-animation: particle-animation-6 60s infinite;
          animation: particle-animation-6 60s infinite;
  opacity: 0.87;
  height: 6px;
  width: 6px;
  -webkit-animation-delay: -1.2s;
          animation-delay: -1.2s;
  transform: translate3d(4vw, 84vh, 95px);
  background: #2e3192;
}

@-webkit-keyframes particle-animation-7 {
  100% {
    transform: translate3d(85vw, 76vh, 13px);
  }
}

@keyframes particle-animation-7 {
  100% {
    transform: translate3d(85vw, 76vh, 13px);
  }
}
.particle:nth-child(7) {
  -webkit-animation: particle-animation-7 60s infinite;
          animation: particle-animation-7 60s infinite;
  opacity: 0.91;
  height: 9px;
  width: 9px;
  -webkit-animation-delay: -1.4s;
          animation-delay: -1.4s;
  transform: translate3d(6vw, 44vh, 43px);
  background: #2e3192;
}

@-webkit-keyframes particle-animation-8 {
  100% {
    transform: translate3d(57vw, 87vh, 65px);
  }
}

@keyframes particle-animation-8 {
  100% {
    transform: translate3d(57vw, 87vh, 65px);
  }
}
.particle:nth-child(8) {
  -webkit-animation: particle-animation-8 60s infinite;
          animation: particle-animation-8 60s infinite;
  opacity: 0.42;
  height: 8px;
  width: 8px;
  -webkit-animation-delay: -1.6s;
          animation-delay: -1.6s;
  transform: translate3d(25vw, 61vh, 88px);
  background: #2e3192;
}

@-webkit-keyframes particle-animation-9 {
  100% {
    transform: translate3d(84vw, 14vh, 66px);
  }
}

@keyframes particle-animation-9 {
  100% {
    transform: translate3d(84vw, 14vh, 66px);
  }
}
.particle:nth-child(9) {
  -webkit-animation: particle-animation-9 60s infinite;
          animation: particle-animation-9 60s infinite;
  opacity: 0.65;
  height: 9px;
  width: 9px;
  -webkit-animation-delay: -1.8s;
          animation-delay: -1.8s;
  transform: translate3d(35vw, 21vh, 22px);
  background: #2e3192;
}

@-webkit-keyframes particle-animation-10 {
  100% {
    transform: translate3d(28vw, 41vh, 23px);
  }
}

@keyframes particle-animation-10 {
  100% {
    transform: translate3d(28vw, 41vh, 23px);
  }
}
.particle:nth-child(10) {
  -webkit-animation: particle-animation-10 60s infinite;
          animation: particle-animation-10 60s infinite;
  opacity: 0.17;
  height: 7px;
  width: 7px;
  -webkit-animation-delay: -2s;
          animation-delay: -2s;
  transform: translate3d(41vw, 28vh, 35px);
  background: #2e3192;
}

@-webkit-keyframes particle-animation-11 {
  100% {
    transform: translate3d(56vw, 39vh, 32px);
  }
}

@keyframes particle-animation-11 {
  100% {
    transform: translate3d(56vw, 39vh, 32px);
  }
}
.particle:nth-child(11) {
  -webkit-animation: particle-animation-11 60s infinite;
          animation: particle-animation-11 60s infinite;
  opacity: 0.03;
  height: 10px;
  width: 10px;
  -webkit-animation-delay: -2.2s;
          animation-delay: -2.2s;
  transform: translate3d(65vw, 56vh, 16px);
  background: #2e3192;
}

@-webkit-keyframes particle-animation-12 {
  100% {
    transform: translate3d(56vw, 85vh, 80px);
  }
}

@keyframes particle-animation-12 {
  100% {
    transform: translate3d(56vw, 85vh, 80px);
  }
}
.particle:nth-child(12) {
  -webkit-animation: particle-animation-12 60s infinite;
          animation: particle-animation-12 60s infinite;
  opacity: 0.26;
  height: 8px;
  width: 8px;
  -webkit-animation-delay: -2.4s;
          animation-delay: -2.4s;
  transform: translate3d(11vw, 11vh, 20px);
  background: #2e3192;
}

@-webkit-keyframes particle-animation-13 {
  100% {
    transform: translate3d(65vw, 41vh, 3px);
  }
}

@keyframes particle-animation-13 {
  100% {
    transform: translate3d(65vw, 41vh, 3px);
  }
}
.particle:nth-child(13) {
  -webkit-animation: particle-animation-13 60s infinite;
          animation: particle-animation-13 60s infinite;
  opacity: 0.79;
  height: 7px;
  width: 7px;
  -webkit-animation-delay: -2.6s;
          animation-delay: -2.6s;
  transform: translate3d(4vw, 79vh, 60px);
  background: #2e3192;
}

@-webkit-keyframes particle-animation-14 {
  100% {
    transform: translate3d(33vw, 67vh, 30px);
  }
}

@keyframes particle-animation-14 {
  100% {
    transform: translate3d(33vw, 67vh, 30px);
  }
}
.particle:nth-child(14) {
  -webkit-animation: particle-animation-14 60s infinite;
          animation: particle-animation-14 60s infinite;
  opacity: 0.79;
  height: 9px;
  width: 9px;
  -webkit-animation-delay: -2.8s;
          animation-delay: -2.8s;
  transform: translate3d(21vw, 79vh, 47px);
  background: #2e3192;
}

@-webkit-keyframes particle-animation-15 {
  100% {
    transform: translate3d(39vw, 57vh, 55px);
  }
}

@keyframes particle-animation-15 {
  100% {
    transform: translate3d(39vw, 57vh, 55px);
  }
}
.particle:nth-child(15) {
  -webkit-animation: particle-animation-15 60s infinite;
          animation: particle-animation-15 60s infinite;
  opacity: 0.88;
  height: 8px;
  width: 8px;
  -webkit-animation-delay: -3s;
          animation-delay: -3s;
  transform: translate3d(69vw, 55vh, 82px);
  background: #2e3192;
}

@-webkit-keyframes particle-animation-16 {
  100% {
    transform: translate3d(58vw, 81vh, 17px);
  }
}

@keyframes particle-animation-16 {
  100% {
    transform: translate3d(58vw, 81vh, 17px);
  }
}
.particle:nth-child(16) {
  -webkit-animation: particle-animation-16 60s infinite;
          animation: particle-animation-16 60s infinite;
  opacity: 0.75;
  height: 9px;
  width: 9px;
  -webkit-animation-delay: -3.2s;
          animation-delay: -3.2s;
  transform: translate3d(71vw, 74vh, 84px);
  background: #2e3192;
}

@-webkit-keyframes particle-animation-17 {
  100% {
    transform: translate3d(19vw, 3vh, 31px);
  }
}

@keyframes particle-animation-17 {
  100% {
    transform: translate3d(19vw, 3vh, 31px);
  }
}
.particle:nth-child(17) {
  -webkit-animation: particle-animation-17 60s infinite;
          animation: particle-animation-17 60s infinite;
  opacity: 0.02;
  height: 6px;
  width: 6px;
  -webkit-animation-delay: -3.4s;
          animation-delay: -3.4s;
  transform: translate3d(56vw, 44vh, 57px);
  background: #ed1c24;
}

@-webkit-keyframes particle-animation-18 {
  100% {
    transform: translate3d(10vw, 26vh, 78px);
  }
}

@keyframes particle-animation-18 {
  100% {
    transform: translate3d(10vw, 26vh, 78px);
  }
}
.particle:nth-child(18) {
  -webkit-animation: particle-animation-18 60s infinite;
          animation: particle-animation-18 60s infinite;
  opacity: 0.65;
  height: 10px;
  width: 10px;
  -webkit-animation-delay: -3.6s;
          animation-delay: -3.6s;
  transform: translate3d(16vw, 90vh, 33px);
  background: #ed1c24;
}

@-webkit-keyframes particle-animation-19 {
  100% {
    transform: translate3d(52vw, 39vh, 83px);
  }
}

@keyframes particle-animation-19 {
  100% {
    transform: translate3d(52vw, 39vh, 83px);
  }
}
.particle:nth-child(19) {
  -webkit-animation: particle-animation-19 60s infinite;
          animation: particle-animation-19 60s infinite;
  opacity: 0.26;
  height: 9px;
  width: 9px;
  -webkit-animation-delay: -3.8s;
          animation-delay: -3.8s;
  transform: translate3d(29vw, 71vh, 5px);
  background: #ed1c24;
}

@-webkit-keyframes particle-animation-20 {
  100% {
    transform: translate3d(84vw, 57vh, 19px);
  }
}

@keyframes particle-animation-20 {
  100% {
    transform: translate3d(84vw, 57vh, 19px);
  }
}
.particle:nth-child(20) {
  -webkit-animation: particle-animation-20 60s infinite;
          animation: particle-animation-20 60s infinite;
  opacity: 0.48;
  height: 6px;
  width: 6px;
  -webkit-animation-delay: -4s;
          animation-delay: -4s;
  transform: translate3d(45vw, 36vh, 18px);
  background: #ed1c24;
}

@-webkit-keyframes particle-animation-21 {
  100% {
    transform: translate3d(7vw, 27vh, 52px);
  }
}

@keyframes particle-animation-21 {
  100% {
    transform: translate3d(7vw, 27vh, 52px);
  }
}
.particle:nth-child(21) {
  -webkit-animation: particle-animation-21 60s infinite;
          animation: particle-animation-21 60s infinite;
  opacity: 0.77;
  height: 10px;
  width: 10px;
  -webkit-animation-delay: -4.2s;
          animation-delay: -4.2s;
  transform: translate3d(12vw, 32vh, 72px);
  background: #ed1c24;
}

@-webkit-keyframes particle-animation-22 {
  100% {
    transform: translate3d(21vw, 70vh, 91px);
  }
}

@keyframes particle-animation-22 {
  100% {
    transform: translate3d(21vw, 70vh, 91px);
  }
}
.particle:nth-child(22) {
  -webkit-animation: particle-animation-22 60s infinite;
          animation: particle-animation-22 60s infinite;
  opacity: 0.15;
  height: 10px;
  width: 10px;
  -webkit-animation-delay: -4.4s;
          animation-delay: -4.4s;
  transform: translate3d(74vw, 34vh, 90px);
  background: #ed1c24;
}

@-webkit-keyframes particle-animation-23 {
  100% {
    transform: translate3d(22vw, 19vh, 37px);
  }
}

@keyframes particle-animation-23 {
  100% {
    transform: translate3d(22vw, 19vh, 37px);
  }
}
.particle:nth-child(23) {
  -webkit-animation: particle-animation-23 60s infinite;
          animation: particle-animation-23 60s infinite;
  opacity: 0.16;
  height: 9px;
  width: 9px;
  -webkit-animation-delay: -4.6s;
          animation-delay: -4.6s;
  transform: translate3d(69vw, 66vh, 45px);
  background: #ed1c24;
}

@-webkit-keyframes particle-animation-24 {
  100% {
    transform: translate3d(9vw, 42vh, 65px);
  }
}

@keyframes particle-animation-24 {
  100% {
    transform: translate3d(9vw, 42vh, 65px);
  }
}
.particle:nth-child(24) {
  -webkit-animation: particle-animation-24 60s infinite;
          animation: particle-animation-24 60s infinite;
  opacity: 0.71;
  height: 9px;
  width: 9px;
  -webkit-animation-delay: -4.8s;
          animation-delay: -4.8s;
  transform: translate3d(56vw, 68vh, 79px);
  background: #ed1c24;
}

@-webkit-keyframes particle-animation-25 {
  100% {
    transform: translate3d(67vw, 51vh, 85px);
  }
}

@keyframes particle-animation-25 {
  100% {
    transform: translate3d(67vw, 51vh, 85px);
  }
}
.particle:nth-child(25) {
  -webkit-animation: particle-animation-25 60s infinite;
          animation: particle-animation-25 60s infinite;
  opacity: 0.5;
  height: 10px;
  width: 10px;
  -webkit-animation-delay: -5s;
          animation-delay: -5s;
  transform: translate3d(1vw, 75vh, 90px);
  background: #ed1c24;
}

@-webkit-keyframes particle-animation-26 {
  100% {
    transform: translate3d(65vw, 24vh, 37px);
  }
}

@keyframes particle-animation-26 {
  100% {
    transform: translate3d(65vw, 24vh, 37px);
  }
}
.particle:nth-child(26) {
  -webkit-animation: particle-animation-26 60s infinite;
          animation: particle-animation-26 60s infinite;
  opacity: 0.09;
  height: 9px;
  width: 9px;
  -webkit-animation-delay: -5.2s;
          animation-delay: -5.2s;
  transform: translate3d(47vw, 34vh, 70px);
  background: #ed1c24;
}

@-webkit-keyframes particle-animation-27 {
  100% {
    transform: translate3d(30vw, 73vh, 97px);
  }
}

@keyframes particle-animation-27 {
  100% {
    transform: translate3d(30vw, 73vh, 97px);
  }
}
.particle:nth-child(27) {
  -webkit-animation: particle-animation-27 60s infinite;
          animation: particle-animation-27 60s infinite;
  opacity: 0.72;
  height: 10px;
  width: 10px;
  -webkit-animation-delay: -5.4s;
          animation-delay: -5.4s;
  transform: translate3d(64vw, 49vh, 62px);
  background: #ed1c24;
}

@-webkit-keyframes particle-animation-28 {
  100% {
    transform: translate3d(83vw, 69vh, 20px);
  }
}

@keyframes particle-animation-28 {
  100% {
    transform: translate3d(83vw, 69vh, 20px);
  }
}
.particle:nth-child(28) {
  -webkit-animation: particle-animation-28 60s infinite;
          animation: particle-animation-28 60s infinite;
  opacity: 0.46;
  height: 8px;
  width: 8px;
  -webkit-animation-delay: -5.6s;
          animation-delay: -5.6s;
  transform: translate3d(67vw, 88vh, 22px);
  background: #ed1c24;
}

@-webkit-keyframes particle-animation-29 {
  100% {
    transform: translate3d(46vw, 19vh, 82px);
  }
}

@keyframes particle-animation-29 {
  100% {
    transform: translate3d(46vw, 19vh, 82px);
  }
}
.particle:nth-child(29) {
  -webkit-animation: particle-animation-29 60s infinite;
          animation: particle-animation-29 60s infinite;
  opacity: 0.83;
  height: 8px;
  width: 8px;
  -webkit-animation-delay: -5.8s;
          animation-delay: -5.8s;
  transform: translate3d(69vw, 11vh, 39px);
  background: #ed1c24;
}

@-webkit-keyframes particle-animation-30 {
  100% {
    transform: translate3d(20vw, 56vh, 93px);
  }
}

@keyframes particle-animation-30 {
  100% {
    transform: translate3d(20vw, 56vh, 93px);
  }
}
.particle:nth-child(30) {
  -webkit-animation: particle-animation-30 60s infinite;
          animation: particle-animation-30 60s infinite;
  opacity: 0.53;
  height: 7px;
  width: 7px;
  -webkit-animation-delay: -6s;
          animation-delay: -6s;
  transform: translate3d(8vw, 48vh, 100px);
  background: #ed1c24;
}