/* * {
  margin: 0;
  padding: 0;
}

html, body {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

body {
  background-color: #021027;
} */

.container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.background {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-mask-image: radial-gradient(white 0%, white 30%, transparent 80%, transparent);
  mask-image: radial-gradient(white 0%, white 30%, transparent 80%, transparent);
}

.circle-container {
  position: absolute;
  transform: translateY(-10vh);
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.circle-container .circle {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  mix-blend-mode: screen;
  background-image: radial-gradient(#99ffff, #99ffff 10%, rgba(153, 255, 255, 0) 56%);
  -webkit-animation: fadein-frames 200ms infinite, scale-frames 2s infinite;
  animation: fadein-frames 200ms infinite, scale-frames 2s infinite;
}

@-webkit-keyframes fade-frames {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-frames {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes scale-frames {
  0% {
    transform: scale3d(0.4, 0.4, 1);
  }
  50% {
    transform: scale3d(2.2, 2.2, 1);
  }
  100% {
    transform: scale3d(0.4, 0.4, 1);
  }
}

@keyframes scale-frames {
  0% {
    transform: scale3d(0.4, 0.4, 1);
  }
  50% {
    transform: scale3d(2.2, 2.2, 1);
  }
  100% {
    transform: scale3d(0.4, 0.4, 1);
  }
}

.circle-container:nth-child(1) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-1;
  animation-name: move-frames-1;
  -webkit-animation-duration: 29453ms;
  animation-duration: 29453ms;
  -webkit-animation-delay: 24994ms;
  animation-delay: 24994ms;
}

@-webkit-keyframes move-frames-1 {
  from {
    transform: translate3d(76vw, 104vh, 0);
  }
  to {
    transform: translate3d(75vw, -118vh, 0);
  }
}

@keyframes move-frames-1 {
  from {
    transform: translate3d(76vw, 104vh, 0);
  }
  to {
    transform: translate3d(75vw, -118vh, 0);
  }
}

.circle-container:nth-child(1) .circle {
  -webkit-animation-delay: 1858ms;
  animation-delay: 1858ms;
}

.circle-container:nth-child(2) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-2;
  animation-name: move-frames-2;
  -webkit-animation-duration: 30902ms;
  animation-duration: 30902ms;
  -webkit-animation-delay: 2102ms;
  animation-delay: 2102ms;
}

@-webkit-keyframes move-frames-2 {
  from {
    transform: translate3d(49vw, 105vh, 0);
  }
  to {
    transform: translate3d(63vw, -109vh, 0);
  }
}

@keyframes move-frames-2 {
  from {
    transform: translate3d(49vw, 105vh, 0);
  }
  to {
    transform: translate3d(63vw, -109vh, 0);
  }
}

.circle-container:nth-child(2) .circle {
  -webkit-animation-delay: 488ms;
  animation-delay: 488ms;
}

.circle-container:nth-child(3) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-3;
  animation-name: move-frames-3;
  -webkit-animation-duration: 28037ms;
  animation-duration: 28037ms;
  -webkit-animation-delay: 22635ms;
  animation-delay: 22635ms;
}

@-webkit-keyframes move-frames-3 {
  from {
    transform: translate3d(57vw, 101vh, 0);
  }
  to {
    transform: translate3d(19vw, -120vh, 0);
  }
}

@keyframes move-frames-3 {
  from {
    transform: translate3d(57vw, 101vh, 0);
  }
  to {
    transform: translate3d(19vw, -120vh, 0);
  }
}

.circle-container:nth-child(3) .circle {
  -webkit-animation-delay: 3924ms;
  animation-delay: 3924ms;
}

.circle-container:nth-child(4) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-4;
  animation-name: move-frames-4;
  -webkit-animation-duration: 30675ms;
  animation-duration: 30675ms;
  -webkit-animation-delay: 26035ms;
  animation-delay: 26035ms;
}

@-webkit-keyframes move-frames-4 {
  from {
    transform: translate3d(98vw, 106vh, 0);
  }
  to {
    transform: translate3d(11vw, -126vh, 0);
  }
}

@keyframes move-frames-4 {
  from {
    transform: translate3d(98vw, 106vh, 0);
  }
  to {
    transform: translate3d(11vw, -126vh, 0);
  }
}

.circle-container:nth-child(4) .circle {
  -webkit-animation-delay: 1379ms;
  animation-delay: 1379ms;
}

.circle-container:nth-child(5) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-5;
  animation-name: move-frames-5;
  -webkit-animation-duration: 33022ms;
  animation-duration: 33022ms;
  -webkit-animation-delay: 25676ms;
  animation-delay: 25676ms;
}

@-webkit-keyframes move-frames-5 {
  from {
    transform: translate3d(50vw, 105vh, 0);
  }
  to {
    transform: translate3d(83vw, -112vh, 0);
  }
}

@keyframes move-frames-5 {
  from {
    transform: translate3d(50vw, 105vh, 0);
  }
  to {
    transform: translate3d(83vw, -112vh, 0);
  }
}

.circle-container:nth-child(5) .circle {
  -webkit-animation-delay: 1212ms;
  animation-delay: 1212ms;
}

.circle-container:nth-child(6) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-6;
  animation-name: move-frames-6;
  -webkit-animation-duration: 30349ms;
  animation-duration: 30349ms;
  -webkit-animation-delay: 16606ms;
  animation-delay: 16606ms;
}

@-webkit-keyframes move-frames-6 {
  from {
    transform: translate3d(40vw, 109vh, 0);
  }
  to {
    transform: translate3d(17vw, -132vh, 0);
  }
}

@keyframes move-frames-6 {
  from {
    transform: translate3d(40vw, 109vh, 0);
  }
  to {
    transform: translate3d(17vw, -132vh, 0);
  }
}

.circle-container:nth-child(6) .circle {
  -webkit-animation-delay: 2656ms;
  animation-delay: 2656ms;
}

.circle-container:nth-child(7) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-7;
  animation-name: move-frames-7;
  -webkit-animation-duration: 31625ms;
  animation-duration: 31625ms;
  -webkit-animation-delay: 28599ms;
  animation-delay: 28599ms;
}

@-webkit-keyframes move-frames-7 {
  from {
    transform: translate3d(81vw, 110vh, 0);
  }
  to {
    transform: translate3d(51vw, -114vh, 0);
  }
}

@keyframes move-frames-7 {
  from {
    transform: translate3d(81vw, 110vh, 0);
  }
  to {
    transform: translate3d(51vw, -114vh, 0);
  }
}

.circle-container:nth-child(7) .circle {
  -webkit-animation-delay: 368ms;
  animation-delay: 368ms;
}

.circle-container:nth-child(8) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-8;
  animation-name: move-frames-8;
  -webkit-animation-duration: 29606ms;
  animation-duration: 29606ms;
  -webkit-animation-delay: 12589ms;
  animation-delay: 12589ms;
}

@-webkit-keyframes move-frames-8 {
  from {
    transform: translate3d(62vw, 105vh, 0);
  }
  to {
    transform: translate3d(9vw, -133vh, 0);
  }
}

@keyframes move-frames-8 {
  from {
    transform: translate3d(62vw, 105vh, 0);
  }
  to {
    transform: translate3d(9vw, -133vh, 0);
  }
}

.circle-container:nth-child(8) .circle {
  -webkit-animation-delay: 593ms;
  animation-delay: 593ms;
}

.circle-container:nth-child(9) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-9;
  animation-name: move-frames-9;
  -webkit-animation-duration: 31625ms;
  animation-duration: 31625ms;
  -webkit-animation-delay: 26021ms;
  animation-delay: 26021ms;
}

@-webkit-keyframes move-frames-9 {
  from {
    transform: translate3d(5vw, 103vh, 0);
  }
  to {
    transform: translate3d(54vw, -126vh, 0);
  }
}

@keyframes move-frames-9 {
  from {
    transform: translate3d(5vw, 103vh, 0);
  }
  to {
    transform: translate3d(54vw, -126vh, 0);
  }
}

.circle-container:nth-child(9) .circle {
  -webkit-animation-delay: 1678ms;
  animation-delay: 1678ms;
}

.circle-container:nth-child(10) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-10;
  animation-name: move-frames-10;
  -webkit-animation-duration: 32680ms;
  animation-duration: 32680ms;
  -webkit-animation-delay: 4108ms;
  animation-delay: 4108ms;
}

@-webkit-keyframes move-frames-10 {
  from {
    transform: translate3d(77vw, 110vh, 0);
  }
  to {
    transform: translate3d(17vw, -115vh, 0);
  }
}

@keyframes move-frames-10 {
  from {
    transform: translate3d(77vw, 110vh, 0);
  }
  to {
    transform: translate3d(17vw, -115vh, 0);
  }
}

.circle-container:nth-child(10) .circle {
  -webkit-animation-delay: 2142ms;
  animation-delay: 2142ms;
}

.circle-container:nth-child(11) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-11;
  animation-name: move-frames-11;
  -webkit-animation-duration: 34370ms;
  animation-duration: 34370ms;
  -webkit-animation-delay: 2846ms;
  animation-delay: 2846ms;
}

@-webkit-keyframes move-frames-11 {
  from {
    transform: translate3d(84vw, 108vh, 0);
  }
  to {
    transform: translate3d(14vw, -120vh, 0);
  }
}

@keyframes move-frames-11 {
  from {
    transform: translate3d(84vw, 108vh, 0);
  }
  to {
    transform: translate3d(14vw, -120vh, 0);
  }
}

.circle-container:nth-child(11) .circle {
  -webkit-animation-delay: 1566ms;
  animation-delay: 1566ms;
}

.circle-container:nth-child(12) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-12;
  animation-name: move-frames-12;
  -webkit-animation-duration: 28451ms;
  animation-duration: 28451ms;
  -webkit-animation-delay: 34163ms;
  animation-delay: 34163ms;
}

@-webkit-keyframes move-frames-12 {
  from {
    transform: translate3d(36vw, 110vh, 0);
  }
  to {
    transform: translate3d(12vw, -118vh, 0);
  }
}

@keyframes move-frames-12 {
  from {
    transform: translate3d(36vw, 110vh, 0);
  }
  to {
    transform: translate3d(12vw, -118vh, 0);
  }
}

.circle-container:nth-child(12) .circle {
  -webkit-animation-delay: 2347ms;
  animation-delay: 2347ms;
}

.circle-container:nth-child(13) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-13;
  animation-name: move-frames-13;
  -webkit-animation-duration: 32752ms;
  animation-duration: 32752ms;
  -webkit-animation-delay: 11231ms;
  animation-delay: 11231ms;
}

@-webkit-keyframes move-frames-13 {
  from {
    transform: translate3d(28vw, 110vh, 0);
  }
  to {
    transform: translate3d(34vw, -119vh, 0);
  }
}

@keyframes move-frames-13 {
  from {
    transform: translate3d(28vw, 110vh, 0);
  }
  to {
    transform: translate3d(34vw, -119vh, 0);
  }
}

.circle-container:nth-child(13) .circle {
  -webkit-animation-delay: 2925ms;
  animation-delay: 2925ms;
}

.circle-container:nth-child(14) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-14;
  animation-name: move-frames-14;
  -webkit-animation-duration: 28786ms;
  animation-duration: 28786ms;
  -webkit-animation-delay: 441ms;
  animation-delay: 441ms;
}

@-webkit-keyframes move-frames-14 {
  from {
    transform: translate3d(89vw, 103vh, 0);
  }
  to {
    transform: translate3d(83vw, -109vh, 0);
  }
}

@keyframes move-frames-14 {
  from {
    transform: translate3d(89vw, 103vh, 0);
  }
  to {
    transform: translate3d(83vw, -109vh, 0);
  }
}

.circle-container:nth-child(14) .circle {
  -webkit-animation-delay: 2720ms;
  animation-delay: 2720ms;
}

.circle-container:nth-child(15) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-15;
  animation-name: move-frames-15;
  -webkit-animation-duration: 35082ms;
  animation-duration: 35082ms;
  -webkit-animation-delay: 27736ms;
  animation-delay: 27736ms;
}

@-webkit-keyframes move-frames-15 {
  from {
    transform: translate3d(50vw, 104vh, 0);
  }
  to {
    transform: translate3d(33vw, -108vh, 0);
  }
}

@keyframes move-frames-15 {
  from {
    transform: translate3d(50vw, 104vh, 0);
  }
  to {
    transform: translate3d(33vw, -108vh, 0);
  }
}

.circle-container:nth-child(15) .circle {
  -webkit-animation-delay: 1371ms;
  animation-delay: 1371ms;
}

.circle-container:nth-child(16) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-16;
  animation-name: move-frames-16;
  -webkit-animation-duration: 29600ms;
  animation-duration: 29600ms;
  -webkit-animation-delay: 21146ms;
  animation-delay: 21146ms;
}

@-webkit-keyframes move-frames-16 {
  from {
    transform: translate3d(53vw, 102vh, 0);
  }
  to {
    transform: translate3d(65vw, -107vh, 0);
  }
}

@keyframes move-frames-16 {
  from {
    transform: translate3d(53vw, 102vh, 0);
  }
  to {
    transform: translate3d(65vw, -107vh, 0);
  }
}

.circle-container:nth-child(16) .circle {
  -webkit-animation-delay: 467ms;
  animation-delay: 467ms;
}

.circle-container:nth-child(17) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-17;
  animation-name: move-frames-17;
  -webkit-animation-duration: 29082ms;
  animation-duration: 29082ms;
  -webkit-animation-delay: 13552ms;
  animation-delay: 13552ms;
}

@-webkit-keyframes move-frames-17 {
  from {
    transform: translate3d(48vw, 107vh, 0);
  }
  to {
    transform: translate3d(84vw, -109vh, 0);
  }
}

@keyframes move-frames-17 {
  from {
    transform: translate3d(48vw, 107vh, 0);
  }
  to {
    transform: translate3d(84vw, -109vh, 0);
  }
}

.circle-container:nth-child(17) .circle {
  -webkit-animation-delay: 763ms;
  animation-delay: 763ms;
}

.circle-container:nth-child(18) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-18;
  animation-name: move-frames-18;
  -webkit-animation-duration: 29800ms;
  animation-duration: 29800ms;
  -webkit-animation-delay: 23028ms;
  animation-delay: 23028ms;
}

@-webkit-keyframes move-frames-18 {
  from {
    transform: translate3d(84vw, 102vh, 0);
  }
  to {
    transform: translate3d(90vw, -106vh, 0);
  }
}

@keyframes move-frames-18 {
  from {
    transform: translate3d(84vw, 102vh, 0);
  }
  to {
    transform: translate3d(90vw, -106vh, 0);
  }
}

.circle-container:nth-child(18) .circle {
  -webkit-animation-delay: 1030ms;
  animation-delay: 1030ms;
}

.circle-container:nth-child(19) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-19;
  animation-name: move-frames-19;
  -webkit-animation-duration: 29565ms;
  animation-duration: 29565ms;
  -webkit-animation-delay: 9692ms;
  animation-delay: 9692ms;
}

@-webkit-keyframes move-frames-19 {
  from {
    transform: translate3d(28vw, 106vh, 0);
  }
  to {
    transform: translate3d(89vw, -111vh, 0);
  }
}

@keyframes move-frames-19 {
  from {
    transform: translate3d(28vw, 106vh, 0);
  }
  to {
    transform: translate3d(89vw, -111vh, 0);
  }
}

.circle-container:nth-child(19) .circle {
  -webkit-animation-delay: 215ms;
  animation-delay: 215ms;
}

.circle-container:nth-child(20) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-20;
  animation-name: move-frames-20;
  -webkit-animation-duration: 30439ms;
  animation-duration: 30439ms;
  -webkit-animation-delay: 2919ms;
  animation-delay: 2919ms;
}

@-webkit-keyframes move-frames-20 {
  from {
    transform: translate3d(2vw, 110vh, 0);
  }
  to {
    transform: translate3d(59vw, -123vh, 0);
  }
}

@keyframes move-frames-20 {
  from {
    transform: translate3d(2vw, 110vh, 0);
  }
  to {
    transform: translate3d(59vw, -123vh, 0);
  }
}

.circle-container:nth-child(20) .circle {
  -webkit-animation-delay: 1279ms;
  animation-delay: 1279ms;
}

.circle-container:nth-child(21) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-21;
  animation-name: move-frames-21;
  -webkit-animation-duration: 29901ms;
  animation-duration: 29901ms;
  -webkit-animation-delay: 26828ms;
  animation-delay: 26828ms;
}

@-webkit-keyframes move-frames-21 {
  from {
    transform: translate3d(61vw, 101vh, 0);
  }
  to {
    transform: translate3d(93vw, -119vh, 0);
  }
}

@keyframes move-frames-21 {
  from {
    transform: translate3d(61vw, 101vh, 0);
  }
  to {
    transform: translate3d(93vw, -119vh, 0);
  }
}

.circle-container:nth-child(21) .circle {
  -webkit-animation-delay: 589ms;
  animation-delay: 589ms;
}

.circle-container:nth-child(22) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-22;
  animation-name: move-frames-22;
  -webkit-animation-duration: 36023ms;
  animation-duration: 36023ms;
  -webkit-animation-delay: 22562ms;
  animation-delay: 22562ms;
}

@-webkit-keyframes move-frames-22 {
  from {
    transform: translate3d(61vw, 108vh, 0);
  }
  to {
    transform: translate3d(58vw, -112vh, 0);
  }
}

@keyframes move-frames-22 {
  from {
    transform: translate3d(61vw, 108vh, 0);
  }
  to {
    transform: translate3d(58vw, -112vh, 0);
  }
}

.circle-container:nth-child(22) .circle {
  -webkit-animation-delay: 1968ms;
  animation-delay: 1968ms;
}

.circle-container:nth-child(23) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-23;
  animation-name: move-frames-23;
  -webkit-animation-duration: 29252ms;
  animation-duration: 29252ms;
  -webkit-animation-delay: 34434ms;
  animation-delay: 34434ms;
}

@-webkit-keyframes move-frames-23 {
  from {
    transform: translate3d(17vw, 101vh, 0);
  }
  to {
    transform: translate3d(73vw, -116vh, 0);
  }
}

@keyframes move-frames-23 {
  from {
    transform: translate3d(17vw, 101vh, 0);
  }
  to {
    transform: translate3d(73vw, -116vh, 0);
  }
}

.circle-container:nth-child(23) .circle {
  -webkit-animation-delay: 1703ms;
  animation-delay: 1703ms;
}

.circle-container:nth-child(24) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-24;
  animation-name: move-frames-24;
  -webkit-animation-duration: 36469ms;
  animation-duration: 36469ms;
  -webkit-animation-delay: 21472ms;
  animation-delay: 21472ms;
}

@-webkit-keyframes move-frames-24 {
  from {
    transform: translate3d(75vw, 107vh, 0);
  }
  to {
    transform: translate3d(87vw, -130vh, 0);
  }
}

@keyframes move-frames-24 {
  from {
    transform: translate3d(75vw, 107vh, 0);
  }
  to {
    transform: translate3d(87vw, -130vh, 0);
  }
}

.circle-container:nth-child(24) .circle {
  -webkit-animation-delay: 543ms;
  animation-delay: 543ms;
}

.circle-container:nth-child(25) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-25;
  animation-name: move-frames-25;
  -webkit-animation-duration: 35151ms;
  animation-duration: 35151ms;
  -webkit-animation-delay: 24861ms;
  animation-delay: 24861ms;
}

@-webkit-keyframes move-frames-25 {
  from {
    transform: translate3d(28vw, 110vh, 0);
  }
  to {
    transform: translate3d(80vw, -130vh, 0);
  }
}

@keyframes move-frames-25 {
  from {
    transform: translate3d(28vw, 110vh, 0);
  }
  to {
    transform: translate3d(80vw, -130vh, 0);
  }
}

.circle-container:nth-child(25) .circle {
  -webkit-animation-delay: 2041ms;
  animation-delay: 2041ms;
}

.circle-container:nth-child(26) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-26;
  animation-name: move-frames-26;
  -webkit-animation-duration: 33082ms;
  animation-duration: 33082ms;
  -webkit-animation-delay: 15628ms;
  animation-delay: 15628ms;
}

@-webkit-keyframes move-frames-26 {
  from {
    transform: translate3d(60vw, 103vh, 0);
  }
  to {
    transform: translate3d(5vw, -116vh, 0);
  }
}

@keyframes move-frames-26 {
  from {
    transform: translate3d(60vw, 103vh, 0);
  }
  to {
    transform: translate3d(5vw, -116vh, 0);
  }
}

.circle-container:nth-child(26) .circle {
  -webkit-animation-delay: 3906ms;
  animation-delay: 3906ms;
}

.circle-container:nth-child(27) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-27;
  animation-name: move-frames-27;
  -webkit-animation-duration: 30595ms;
  animation-duration: 30595ms;
  -webkit-animation-delay: 22019ms;
  animation-delay: 22019ms;
}

@-webkit-keyframes move-frames-27 {
  from {
    transform: translate3d(97vw, 109vh, 0);
  }
  to {
    transform: translate3d(44vw, -113vh, 0);
  }
}

@keyframes move-frames-27 {
  from {
    transform: translate3d(97vw, 109vh, 0);
  }
  to {
    transform: translate3d(44vw, -113vh, 0);
  }
}

.circle-container:nth-child(27) .circle {
  -webkit-animation-delay: 362ms;
  animation-delay: 362ms;
}

.circle-container:nth-child(28) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-28;
  animation-name: move-frames-28;
  -webkit-animation-duration: 35152ms;
  animation-duration: 35152ms;
  -webkit-animation-delay: 1815ms;
  animation-delay: 1815ms;
}

@-webkit-keyframes move-frames-28 {
  from {
    transform: translate3d(6vw, 104vh, 0);
  }
  to {
    transform: translate3d(41vw, -110vh, 0);
  }
}

@keyframes move-frames-28 {
  from {
    transform: translate3d(6vw, 104vh, 0);
  }
  to {
    transform: translate3d(41vw, -110vh, 0);
  }
}

.circle-container:nth-child(28) .circle {
  -webkit-animation-delay: 2291ms;
  animation-delay: 2291ms;
}

.circle-container:nth-child(29) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-29;
  animation-name: move-frames-29;
  -webkit-animation-duration: 30733ms;
  animation-duration: 30733ms;
  -webkit-animation-delay: 19740ms;
  animation-delay: 19740ms;
}

@-webkit-keyframes move-frames-29 {
  from {
    transform: translate3d(58vw, 107vh, 0);
  }
  to {
    transform: translate3d(36vw, -135vh, 0);
  }
}

@keyframes move-frames-29 {
  from {
    transform: translate3d(58vw, 107vh, 0);
  }
  to {
    transform: translate3d(36vw, -135vh, 0);
  }
}

.circle-container:nth-child(29) .circle {
  -webkit-animation-delay: 2415ms;
  animation-delay: 2415ms;
}

.circle-container:nth-child(30) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-30;
  animation-name: move-frames-30;
  -webkit-animation-duration: 31609ms;
  animation-duration: 31609ms;
  -webkit-animation-delay: 9361ms;
  animation-delay: 9361ms;
}

@-webkit-keyframes move-frames-30 {
  from {
    transform: translate3d(71vw, 106vh, 0);
  }
  to {
    transform: translate3d(98vw, -111vh, 0);
  }
}

@keyframes move-frames-30 {
  from {
    transform: translate3d(71vw, 106vh, 0);
  }
  to {
    transform: translate3d(98vw, -111vh, 0);
  }
}

.circle-container:nth-child(30) .circle {
  -webkit-animation-delay: 3048ms;
  animation-delay: 3048ms;
}

.circle-container:nth-child(31) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-31;
  animation-name: move-frames-31;
  -webkit-animation-duration: 29835ms;
  animation-duration: 29835ms;
  -webkit-animation-delay: 23309ms;
  animation-delay: 23309ms;
}

@-webkit-keyframes move-frames-31 {
  from {
    transform: translate3d(47vw, 110vh, 0);
  }
  to {
    transform: translate3d(46vw, -125vh, 0);
  }
}

@keyframes move-frames-31 {
  from {
    transform: translate3d(47vw, 110vh, 0);
  }
  to {
    transform: translate3d(46vw, -125vh, 0);
  }
}

.circle-container:nth-child(31) .circle {
  -webkit-animation-delay: 3963ms;
  animation-delay: 3963ms;
}

.circle-container:nth-child(32) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-32;
  animation-name: move-frames-32;
  -webkit-animation-duration: 28512ms;
  animation-duration: 28512ms;
  -webkit-animation-delay: 11615ms;
  animation-delay: 11615ms;
}

@-webkit-keyframes move-frames-32 {
  from {
    transform: translate3d(38vw, 101vh, 0);
  }
  to {
    transform: translate3d(23vw, -109vh, 0);
  }
}

@keyframes move-frames-32 {
  from {
    transform: translate3d(38vw, 101vh, 0);
  }
  to {
    transform: translate3d(23vw, -109vh, 0);
  }
}

.circle-container:nth-child(32) .circle {
  -webkit-animation-delay: 1525ms;
  animation-delay: 1525ms;
}

.circle-container:nth-child(33) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-33;
  animation-name: move-frames-33;
  -webkit-animation-duration: 33077ms;
  animation-duration: 33077ms;
  -webkit-animation-delay: 12490ms;
  animation-delay: 12490ms;
}

@-webkit-keyframes move-frames-33 {
  from {
    transform: translate3d(34vw, 105vh, 0);
  }
  to {
    transform: translate3d(52vw, -134vh, 0);
  }
}

@keyframes move-frames-33 {
  from {
    transform: translate3d(34vw, 105vh, 0);
  }
  to {
    transform: translate3d(52vw, -134vh, 0);
  }
}

.circle-container:nth-child(33) .circle {
  -webkit-animation-delay: 2373ms;
  animation-delay: 2373ms;
}

.circle-container:nth-child(34) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-34;
  animation-name: move-frames-34;
  -webkit-animation-duration: 36408ms;
  animation-duration: 36408ms;
  -webkit-animation-delay: 14823ms;
  animation-delay: 14823ms;
}

@-webkit-keyframes move-frames-34 {
  from {
    transform: translate3d(57vw, 101vh, 0);
  }
  to {
    transform: translate3d(12vw, -118vh, 0);
  }
}

@keyframes move-frames-34 {
  from {
    transform: translate3d(57vw, 101vh, 0);
  }
  to {
    transform: translate3d(12vw, -118vh, 0);
  }
}

.circle-container:nth-child(34) .circle {
  -webkit-animation-delay: 3850ms;
  animation-delay: 3850ms;
}

.circle-container:nth-child(35) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-35;
  animation-name: move-frames-35;
  -webkit-animation-duration: 36869ms;
  animation-duration: 36869ms;
  -webkit-animation-delay: 5383ms;
  animation-delay: 5383ms;
}

@-webkit-keyframes move-frames-35 {
  from {
    transform: translate3d(100vw, 102vh, 0);
  }
  to {
    transform: translate3d(58vw, -108vh, 0);
  }
}

@keyframes move-frames-35 {
  from {
    transform: translate3d(100vw, 102vh, 0);
  }
  to {
    transform: translate3d(58vw, -108vh, 0);
  }
}

.circle-container:nth-child(35) .circle {
  -webkit-animation-delay: 3975ms;
  animation-delay: 3975ms;
}

.circle-container:nth-child(36) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-36;
  animation-name: move-frames-36;
  -webkit-animation-duration: 33754ms;
  animation-duration: 33754ms;
  -webkit-animation-delay: 22959ms;
  animation-delay: 22959ms;
}

@-webkit-keyframes move-frames-36 {
  from {
    transform: translate3d(22vw, 109vh, 0);
  }
  to {
    transform: translate3d(28vw, -134vh, 0);
  }
}

@keyframes move-frames-36 {
  from {
    transform: translate3d(22vw, 109vh, 0);
  }
  to {
    transform: translate3d(28vw, -134vh, 0);
  }
}

.circle-container:nth-child(36) .circle {
  -webkit-animation-delay: 66ms;
  animation-delay: 66ms;
}

.circle-container:nth-child(37) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-37;
  animation-name: move-frames-37;
  -webkit-animation-duration: 35854ms;
  animation-duration: 35854ms;
  -webkit-animation-delay: 5074ms;
  animation-delay: 5074ms;
}

@-webkit-keyframes move-frames-37 {
  from {
    transform: translate3d(26vw, 108vh, 0);
  }
  to {
    transform: translate3d(3vw, -136vh, 0);
  }
}

@keyframes move-frames-37 {
  from {
    transform: translate3d(26vw, 108vh, 0);
  }
  to {
    transform: translate3d(3vw, -136vh, 0);
  }
}

.circle-container:nth-child(37) .circle {
  -webkit-animation-delay: 3659ms;
  animation-delay: 3659ms;
}

.circle-container:nth-child(38) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-38;
  animation-name: move-frames-38;
  -webkit-animation-duration: 36554ms;
  animation-duration: 36554ms;
  -webkit-animation-delay: 2185ms;
  animation-delay: 2185ms;
}

@-webkit-keyframes move-frames-38 {
  from {
    transform: translate3d(93vw, 104vh, 0);
  }
  to {
    transform: translate3d(77vw, -121vh, 0);
  }
}

@keyframes move-frames-38 {
  from {
    transform: translate3d(93vw, 104vh, 0);
  }
  to {
    transform: translate3d(77vw, -121vh, 0);
  }
}

.circle-container:nth-child(38) .circle {
  -webkit-animation-delay: 1639ms;
  animation-delay: 1639ms;
}

.circle-container:nth-child(39) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-39;
  animation-name: move-frames-39;
  -webkit-animation-duration: 35110ms;
  animation-duration: 35110ms;
  -webkit-animation-delay: 21543ms;
  animation-delay: 21543ms;
}

@-webkit-keyframes move-frames-39 {
  from {
    transform: translate3d(99vw, 103vh, 0);
  }
  to {
    transform: translate3d(98vw, -126vh, 0);
  }
}

@keyframes move-frames-39 {
  from {
    transform: translate3d(99vw, 103vh, 0);
  }
  to {
    transform: translate3d(98vw, -126vh, 0);
  }
}

.circle-container:nth-child(39) .circle {
  -webkit-animation-delay: 2093ms;
  animation-delay: 2093ms;
}

.circle-container:nth-child(40) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-40;
  animation-name: move-frames-40;
  -webkit-animation-duration: 31160ms;
  animation-duration: 31160ms;
  -webkit-animation-delay: 1038ms;
  animation-delay: 1038ms;
}

@-webkit-keyframes move-frames-40 {
  from {
    transform: translate3d(13vw, 110vh, 0);
  }
  to {
    transform: translate3d(81vw, -126vh, 0);
  }
}

@keyframes move-frames-40 {
  from {
    transform: translate3d(13vw, 110vh, 0);
  }
  to {
    transform: translate3d(81vw, -126vh, 0);
  }
}

.circle-container:nth-child(40) .circle {
  -webkit-animation-delay: 437ms;
  animation-delay: 437ms;
}

.circle-container:nth-child(41) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-41;
  animation-name: move-frames-41;
  -webkit-animation-duration: 31539ms;
  animation-duration: 31539ms;
  -webkit-animation-delay: 12097ms;
  animation-delay: 12097ms;
}

@-webkit-keyframes move-frames-41 {
  from {
    transform: translate3d(81vw, 107vh, 0);
  }
  to {
    transform: translate3d(27vw, -133vh, 0);
  }
}

@keyframes move-frames-41 {
  from {
    transform: translate3d(81vw, 107vh, 0);
  }
  to {
    transform: translate3d(27vw, -133vh, 0);
  }
}

.circle-container:nth-child(41) .circle {
  -webkit-animation-delay: 344ms;
  animation-delay: 344ms;
}

.circle-container:nth-child(42) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-42;
  animation-name: move-frames-42;
  -webkit-animation-duration: 30688ms;
  animation-duration: 30688ms;
  -webkit-animation-delay: 19828ms;
  animation-delay: 19828ms;
}

@-webkit-keyframes move-frames-42 {
  from {
    transform: translate3d(45vw, 109vh, 0);
  }
  to {
    transform: translate3d(89vw, -137vh, 0);
  }
}

@keyframes move-frames-42 {
  from {
    transform: translate3d(45vw, 109vh, 0);
  }
  to {
    transform: translate3d(89vw, -137vh, 0);
  }
}

.circle-container:nth-child(42) .circle {
  -webkit-animation-delay: 2360ms;
  animation-delay: 2360ms;
}

.circle-container:nth-child(43) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-43;
  animation-name: move-frames-43;
  -webkit-animation-duration: 28012ms;
  animation-duration: 28012ms;
  -webkit-animation-delay: 10405ms;
  animation-delay: 10405ms;
}

@-webkit-keyframes move-frames-43 {
  from {
    transform: translate3d(90vw, 101vh, 0);
  }
  to {
    transform: translate3d(94vw, -116vh, 0);
  }
}

@keyframes move-frames-43 {
  from {
    transform: translate3d(90vw, 101vh, 0);
  }
  to {
    transform: translate3d(94vw, -116vh, 0);
  }
}

.circle-container:nth-child(43) .circle {
  -webkit-animation-delay: 3030ms;
  animation-delay: 3030ms;
}

.circle-container:nth-child(44) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-44;
  animation-name: move-frames-44;
  -webkit-animation-duration: 28349ms;
  animation-duration: 28349ms;
  -webkit-animation-delay: 34334ms;
  animation-delay: 34334ms;
}

@-webkit-keyframes move-frames-44 {
  from {
    transform: translate3d(90vw, 109vh, 0);
  }
  to {
    transform: translate3d(53vw, -126vh, 0);
  }
}

@keyframes move-frames-44 {
  from {
    transform: translate3d(90vw, 109vh, 0);
  }
  to {
    transform: translate3d(53vw, -126vh, 0);
  }
}

.circle-container:nth-child(44) .circle {
  -webkit-animation-delay: 2354ms;
  animation-delay: 2354ms;
}

.circle-container:nth-child(45) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-45;
  animation-name: move-frames-45;
  -webkit-animation-duration: 32758ms;
  animation-duration: 32758ms;
  -webkit-animation-delay: 15930ms;
  animation-delay: 15930ms;
}

@-webkit-keyframes move-frames-45 {
  from {
    transform: translate3d(54vw, 104vh, 0);
  }
  to {
    transform: translate3d(78vw, -129vh, 0);
  }
}

@keyframes move-frames-45 {
  from {
    transform: translate3d(54vw, 104vh, 0);
  }
  to {
    transform: translate3d(78vw, -129vh, 0);
  }
}

.circle-container:nth-child(45) .circle {
  -webkit-animation-delay: 3315ms;
  animation-delay: 3315ms;
}

.circle-container:nth-child(46) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-46;
  animation-name: move-frames-46;
  -webkit-animation-duration: 31407ms;
  animation-duration: 31407ms;
  -webkit-animation-delay: 16883ms;
  animation-delay: 16883ms;
}

@-webkit-keyframes move-frames-46 {
  from {
    transform: translate3d(65vw, 106vh, 0);
  }
  to {
    transform: translate3d(6vw, -126vh, 0);
  }
}

@keyframes move-frames-46 {
  from {
    transform: translate3d(65vw, 106vh, 0);
  }
  to {
    transform: translate3d(6vw, -126vh, 0);
  }
}

.circle-container:nth-child(46) .circle {
  -webkit-animation-delay: 3775ms;
  animation-delay: 3775ms;
}

.circle-container:nth-child(47) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-47;
  animation-name: move-frames-47;
  -webkit-animation-duration: 33474ms;
  animation-duration: 33474ms;
  -webkit-animation-delay: 16197ms;
  animation-delay: 16197ms;
}

@-webkit-keyframes move-frames-47 {
  from {
    transform: translate3d(44vw, 104vh, 0);
  }
  to {
    transform: translate3d(86vw, -105vh, 0);
  }
}

@keyframes move-frames-47 {
  from {
    transform: translate3d(44vw, 104vh, 0);
  }
  to {
    transform: translate3d(86vw, -105vh, 0);
  }
}

.circle-container:nth-child(47) .circle {
  -webkit-animation-delay: 3708ms;
  animation-delay: 3708ms;
}

.circle-container:nth-child(48) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-48;
  animation-name: move-frames-48;
  -webkit-animation-duration: 35926ms;
  animation-duration: 35926ms;
  -webkit-animation-delay: 32314ms;
  animation-delay: 32314ms;
}

@-webkit-keyframes move-frames-48 {
  from {
    transform: translate3d(69vw, 103vh, 0);
  }
  to {
    transform: translate3d(51vw, -114vh, 0);
  }
}

@keyframes move-frames-48 {
  from {
    transform: translate3d(69vw, 103vh, 0);
  }
  to {
    transform: translate3d(51vw, -114vh, 0);
  }
}

.circle-container:nth-child(48) .circle {
  -webkit-animation-delay: 3980ms;
  animation-delay: 3980ms;
}

.circle-container:nth-child(49) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-49;
  animation-name: move-frames-49;
  -webkit-animation-duration: 32929ms;
  animation-duration: 32929ms;
  -webkit-animation-delay: 30350ms;
  animation-delay: 30350ms;
}

@-webkit-keyframes move-frames-49 {
  from {
    transform: translate3d(70vw, 105vh, 0);
  }
  to {
    transform: translate3d(48vw, -135vh, 0);
  }
}

@keyframes move-frames-49 {
  from {
    transform: translate3d(70vw, 105vh, 0);
  }
  to {
    transform: translate3d(48vw, -135vh, 0);
  }
}

.circle-container:nth-child(49) .circle {
  -webkit-animation-delay: 1930ms;
  animation-delay: 1930ms;
}

.circle-container:nth-child(50) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-50;
  animation-name: move-frames-50;
  -webkit-animation-duration: 31050ms;
  animation-duration: 31050ms;
  -webkit-animation-delay: 35669ms;
  animation-delay: 35669ms;
}

@-webkit-keyframes move-frames-50 {
  from {
    transform: translate3d(63vw, 101vh, 0);
  }
  to {
    transform: translate3d(69vw, -102vh, 0);
  }
}

@keyframes move-frames-50 {
  from {
    transform: translate3d(63vw, 101vh, 0);
  }
  to {
    transform: translate3d(69vw, -102vh, 0);
  }
}

.circle-container:nth-child(50) .circle {
  -webkit-animation-delay: 3114ms;
  animation-delay: 3114ms;
}

.circle-container:nth-child(51) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-51;
  animation-name: move-frames-51;
  -webkit-animation-duration: 35841ms;
  animation-duration: 35841ms;
  -webkit-animation-delay: 35199ms;
  animation-delay: 35199ms;
}

@-webkit-keyframes move-frames-51 {
  from {
    transform: translate3d(97vw, 109vh, 0);
  }
  to {
    transform: translate3d(1vw, -119vh, 0);
  }
}

@keyframes move-frames-51 {
  from {
    transform: translate3d(97vw, 109vh, 0);
  }
  to {
    transform: translate3d(1vw, -119vh, 0);
  }
}

.circle-container:nth-child(51) .circle {
  -webkit-animation-delay: 3125ms;
  animation-delay: 3125ms;
}

.circle-container:nth-child(52) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-52;
  animation-name: move-frames-52;
  -webkit-animation-duration: 30901ms;
  animation-duration: 30901ms;
  -webkit-animation-delay: 8105ms;
  animation-delay: 8105ms;
}

@-webkit-keyframes move-frames-52 {
  from {
    transform: translate3d(73vw, 106vh, 0);
  }
  to {
    transform: translate3d(82vw, -108vh, 0);
  }
}

@keyframes move-frames-52 {
  from {
    transform: translate3d(73vw, 106vh, 0);
  }
  to {
    transform: translate3d(82vw, -108vh, 0);
  }
}

.circle-container:nth-child(52) .circle {
  -webkit-animation-delay: 3348ms;
  animation-delay: 3348ms;
}

.circle-container:nth-child(53) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-53;
  animation-name: move-frames-53;
  -webkit-animation-duration: 36832ms;
  animation-duration: 36832ms;
  -webkit-animation-delay: 5790ms;
  animation-delay: 5790ms;
}

@-webkit-keyframes move-frames-53 {
  from {
    transform: translate3d(88vw, 107vh, 0);
  }
  to {
    transform: translate3d(27vw, -133vh, 0);
  }
}

@keyframes move-frames-53 {
  from {
    transform: translate3d(88vw, 107vh, 0);
  }
  to {
    transform: translate3d(27vw, -133vh, 0);
  }
}

.circle-container:nth-child(53) .circle {
  -webkit-animation-delay: 3817ms;
  animation-delay: 3817ms;
}

.circle-container:nth-child(54) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-54;
  animation-name: move-frames-54;
  -webkit-animation-duration: 31101ms;
  animation-duration: 31101ms;
  -webkit-animation-delay: 2534ms;
  animation-delay: 2534ms;
}

@-webkit-keyframes move-frames-54 {
  from {
    transform: translate3d(24vw, 103vh, 0);
  }
  to {
    transform: translate3d(26vw, -129vh, 0);
  }
}

@keyframes move-frames-54 {
  from {
    transform: translate3d(24vw, 103vh, 0);
  }
  to {
    transform: translate3d(26vw, -129vh, 0);
  }
}

.circle-container:nth-child(54) .circle {
  -webkit-animation-delay: 3996ms;
  animation-delay: 3996ms;
}

.circle-container:nth-child(55) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-55;
  animation-name: move-frames-55;
  -webkit-animation-duration: 34497ms;
  animation-duration: 34497ms;
  -webkit-animation-delay: 2348ms;
  animation-delay: 2348ms;
}

@-webkit-keyframes move-frames-55 {
  from {
    transform: translate3d(96vw, 102vh, 0);
  }
  to {
    transform: translate3d(33vw, -110vh, 0);
  }
}

@keyframes move-frames-55 {
  from {
    transform: translate3d(96vw, 102vh, 0);
  }
  to {
    transform: translate3d(33vw, -110vh, 0);
  }
}

.circle-container:nth-child(55) .circle {
  -webkit-animation-delay: 3442ms;
  animation-delay: 3442ms;
}

.circle-container:nth-child(56) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-56;
  animation-name: move-frames-56;
  -webkit-animation-duration: 29430ms;
  animation-duration: 29430ms;
  -webkit-animation-delay: 32971ms;
  animation-delay: 32971ms;
}

@-webkit-keyframes move-frames-56 {
  from {
    transform: translate3d(15vw, 110vh, 0);
  }
  to {
    transform: translate3d(95vw, -131vh, 0);
  }
}

@keyframes move-frames-56 {
  from {
    transform: translate3d(15vw, 110vh, 0);
  }
  to {
    transform: translate3d(95vw, -131vh, 0);
  }
}

.circle-container:nth-child(56) .circle {
  -webkit-animation-delay: 2427ms;
  animation-delay: 2427ms;
}

.circle-container:nth-child(57) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-57;
  animation-name: move-frames-57;
  -webkit-animation-duration: 33471ms;
  animation-duration: 33471ms;
  -webkit-animation-delay: 23613ms;
  animation-delay: 23613ms;
}

@-webkit-keyframes move-frames-57 {
  from {
    transform: translate3d(98vw, 103vh, 0);
  }
  to {
    transform: translate3d(8vw, -120vh, 0);
  }
}

@keyframes move-frames-57 {
  from {
    transform: translate3d(98vw, 103vh, 0);
  }
  to {
    transform: translate3d(8vw, -120vh, 0);
  }
}

.circle-container:nth-child(57) .circle {
  -webkit-animation-delay: 3276ms;
  animation-delay: 3276ms;
}

.circle-container:nth-child(58) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-58;
  animation-name: move-frames-58;
  -webkit-animation-duration: 33386ms;
  animation-duration: 33386ms;
  -webkit-animation-delay: 12327ms;
  animation-delay: 12327ms;
}

@-webkit-keyframes move-frames-58 {
  from {
    transform: translate3d(66vw, 108vh, 0);
  }
  to {
    transform: translate3d(44vw, -125vh, 0);
  }
}

@keyframes move-frames-58 {
  from {
    transform: translate3d(66vw, 108vh, 0);
  }
  to {
    transform: translate3d(44vw, -125vh, 0);
  }
}

.circle-container:nth-child(58) .circle {
  -webkit-animation-delay: 326ms;
  animation-delay: 326ms;
}

.circle-container:nth-child(59) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-59;
  animation-name: move-frames-59;
  -webkit-animation-duration: 33527ms;
  animation-duration: 33527ms;
  -webkit-animation-delay: 36148ms;
  animation-delay: 36148ms;
}

@-webkit-keyframes move-frames-59 {
  from {
    transform: translate3d(52vw, 103vh, 0);
  }
  to {
    transform: translate3d(100vw, -104vh, 0);
  }
}

@keyframes move-frames-59 {
  from {
    transform: translate3d(52vw, 103vh, 0);
  }
  to {
    transform: translate3d(100vw, -104vh, 0);
  }
}

.circle-container:nth-child(59) .circle {
  -webkit-animation-delay: 2526ms;
  animation-delay: 2526ms;
}

.circle-container:nth-child(60) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-60;
  animation-name: move-frames-60;
  -webkit-animation-duration: 30232ms;
  animation-duration: 30232ms;
  -webkit-animation-delay: 15394ms;
  animation-delay: 15394ms;
}

@-webkit-keyframes move-frames-60 {
  from {
    transform: translate3d(3vw, 105vh, 0);
  }
  to {
    transform: translate3d(59vw, -115vh, 0);
  }
}

@keyframes move-frames-60 {
  from {
    transform: translate3d(3vw, 105vh, 0);
  }
  to {
    transform: translate3d(59vw, -115vh, 0);
  }
}

.circle-container:nth-child(60) .circle {
  -webkit-animation-delay: 684ms;
  animation-delay: 684ms;
}

.circle-container:nth-child(61) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-61;
  animation-name: move-frames-61;
  -webkit-animation-duration: 29088ms;
  animation-duration: 29088ms;
  -webkit-animation-delay: 32865ms;
  animation-delay: 32865ms;
}

@-webkit-keyframes move-frames-61 {
  from {
    transform: translate3d(83vw, 109vh, 0);
  }
  to {
    transform: translate3d(31vw, -130vh, 0);
  }
}

@keyframes move-frames-61 {
  from {
    transform: translate3d(83vw, 109vh, 0);
  }
  to {
    transform: translate3d(31vw, -130vh, 0);
  }
}

.circle-container:nth-child(61) .circle {
  -webkit-animation-delay: 2378ms;
  animation-delay: 2378ms;
}

.circle-container:nth-child(62) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-62;
  animation-name: move-frames-62;
  -webkit-animation-duration: 32165ms;
  animation-duration: 32165ms;
  -webkit-animation-delay: 31108ms;
  animation-delay: 31108ms;
}

@-webkit-keyframes move-frames-62 {
  from {
    transform: translate3d(15vw, 108vh, 0);
  }
  to {
    transform: translate3d(89vw, -109vh, 0);
  }
}

@keyframes move-frames-62 {
  from {
    transform: translate3d(15vw, 108vh, 0);
  }
  to {
    transform: translate3d(89vw, -109vh, 0);
  }
}

.circle-container:nth-child(62) .circle {
  -webkit-animation-delay: 311ms;
  animation-delay: 311ms;
}

.circle-container:nth-child(63) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-63;
  animation-name: move-frames-63;
  -webkit-animation-duration: 30149ms;
  animation-duration: 30149ms;
  -webkit-animation-delay: 5425ms;
  animation-delay: 5425ms;
}

@-webkit-keyframes move-frames-63 {
  from {
    transform: translate3d(75vw, 105vh, 0);
  }
  to {
    transform: translate3d(89vw, -109vh, 0);
  }
}

@keyframes move-frames-63 {
  from {
    transform: translate3d(75vw, 105vh, 0);
  }
  to {
    transform: translate3d(89vw, -109vh, 0);
  }
}

.circle-container:nth-child(63) .circle {
  -webkit-animation-delay: 2707ms;
  animation-delay: 2707ms;
}

.circle-container:nth-child(64) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-64;
  animation-name: move-frames-64;
  -webkit-animation-duration: 35827ms;
  animation-duration: 35827ms;
  -webkit-animation-delay: 36481ms;
  animation-delay: 36481ms;
}

@-webkit-keyframes move-frames-64 {
  from {
    transform: translate3d(44vw, 107vh, 0);
  }
  to {
    transform: translate3d(41vw, -120vh, 0);
  }
}

@keyframes move-frames-64 {
  from {
    transform: translate3d(44vw, 107vh, 0);
  }
  to {
    transform: translate3d(41vw, -120vh, 0);
  }
}

.circle-container:nth-child(64) .circle {
  -webkit-animation-delay: 269ms;
  animation-delay: 269ms;
}

.circle-container:nth-child(65) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-65;
  animation-name: move-frames-65;
  -webkit-animation-duration: 32638ms;
  animation-duration: 32638ms;
  -webkit-animation-delay: 16429ms;
  animation-delay: 16429ms;
}

@-webkit-keyframes move-frames-65 {
  from {
    transform: translate3d(80vw, 103vh, 0);
  }
  to {
    transform: translate3d(93vw, -114vh, 0);
  }
}

@keyframes move-frames-65 {
  from {
    transform: translate3d(80vw, 103vh, 0);
  }
  to {
    transform: translate3d(93vw, -114vh, 0);
  }
}

.circle-container:nth-child(65) .circle {
  -webkit-animation-delay: 3038ms;
  animation-delay: 3038ms;
}

.circle-container:nth-child(66) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-66;
  animation-name: move-frames-66;
  -webkit-animation-duration: 28236ms;
  animation-duration: 28236ms;
  -webkit-animation-delay: 31831ms;
  animation-delay: 31831ms;
}

@-webkit-keyframes move-frames-66 {
  from {
    transform: translate3d(86vw, 108vh, 0);
  }
  to {
    transform: translate3d(52vw, -132vh, 0);
  }
}

@keyframes move-frames-66 {
  from {
    transform: translate3d(86vw, 108vh, 0);
  }
  to {
    transform: translate3d(52vw, -132vh, 0);
  }
}

.circle-container:nth-child(66) .circle {
  -webkit-animation-delay: 302ms;
  animation-delay: 302ms;
}

.circle-container:nth-child(67) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-67;
  animation-name: move-frames-67;
  -webkit-animation-duration: 34484ms;
  animation-duration: 34484ms;
  -webkit-animation-delay: 20888ms;
  animation-delay: 20888ms;
}

@-webkit-keyframes move-frames-67 {
  from {
    transform: translate3d(32vw, 105vh, 0);
  }
  to {
    transform: translate3d(84vw, -130vh, 0);
  }
}

@keyframes move-frames-67 {
  from {
    transform: translate3d(32vw, 105vh, 0);
  }
  to {
    transform: translate3d(84vw, -130vh, 0);
  }
}

.circle-container:nth-child(67) .circle {
  -webkit-animation-delay: 2056ms;
  animation-delay: 2056ms;
}

.circle-container:nth-child(68) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-68;
  animation-name: move-frames-68;
  -webkit-animation-duration: 32948ms;
  animation-duration: 32948ms;
  -webkit-animation-delay: 8249ms;
  animation-delay: 8249ms;
}

@-webkit-keyframes move-frames-68 {
  from {
    transform: translate3d(82vw, 101vh, 0);
  }
  to {
    transform: translate3d(32vw, -108vh, 0);
  }
}

@keyframes move-frames-68 {
  from {
    transform: translate3d(82vw, 101vh, 0);
  }
  to {
    transform: translate3d(32vw, -108vh, 0);
  }
}

.circle-container:nth-child(68) .circle {
  -webkit-animation-delay: 394ms;
  animation-delay: 394ms;
}

.circle-container:nth-child(69) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-69;
  animation-name: move-frames-69;
  -webkit-animation-duration: 30745ms;
  animation-duration: 30745ms;
  -webkit-animation-delay: 26926ms;
  animation-delay: 26926ms;
}

@-webkit-keyframes move-frames-69 {
  from {
    transform: translate3d(37vw, 106vh, 0);
  }
  to {
    transform: translate3d(77vw, -108vh, 0);
  }
}

@keyframes move-frames-69 {
  from {
    transform: translate3d(37vw, 106vh, 0);
  }
  to {
    transform: translate3d(77vw, -108vh, 0);
  }
}

.circle-container:nth-child(69) .circle {
  -webkit-animation-delay: 976ms;
  animation-delay: 976ms;
}

.circle-container:nth-child(70) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-70;
  animation-name: move-frames-70;
  -webkit-animation-duration: 32400ms;
  animation-duration: 32400ms;
  -webkit-animation-delay: 8754ms;
  animation-delay: 8754ms;
}

@-webkit-keyframes move-frames-70 {
  from {
    transform: translate3d(84vw, 107vh, 0);
  }
  to {
    transform: translate3d(76vw, -120vh, 0);
  }
}

@keyframes move-frames-70 {
  from {
    transform: translate3d(84vw, 107vh, 0);
  }
  to {
    transform: translate3d(76vw, -120vh, 0);
  }
}

.circle-container:nth-child(70) .circle {
  -webkit-animation-delay: 2160ms;
  animation-delay: 2160ms;
}

.circle-container:nth-child(71) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-71;
  animation-name: move-frames-71;
  -webkit-animation-duration: 28594ms;
  animation-duration: 28594ms;
  -webkit-animation-delay: 34395ms;
  animation-delay: 34395ms;
}

@-webkit-keyframes move-frames-71 {
  from {
    transform: translate3d(46vw, 104vh, 0);
  }
  to {
    transform: translate3d(73vw, -119vh, 0);
  }
}

@keyframes move-frames-71 {
  from {
    transform: translate3d(46vw, 104vh, 0);
  }
  to {
    transform: translate3d(73vw, -119vh, 0);
  }
}

.circle-container:nth-child(71) .circle {
  -webkit-animation-delay: 2213ms;
  animation-delay: 2213ms;
}

.circle-container:nth-child(72) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-72;
  animation-name: move-frames-72;
  -webkit-animation-duration: 31392ms;
  animation-duration: 31392ms;
  -webkit-animation-delay: 29277ms;
  animation-delay: 29277ms;
}

@-webkit-keyframes move-frames-72 {
  from {
    transform: translate3d(20vw, 108vh, 0);
  }
  to {
    transform: translate3d(78vw, -136vh, 0);
  }
}

@keyframes move-frames-72 {
  from {
    transform: translate3d(20vw, 108vh, 0);
  }
  to {
    transform: translate3d(78vw, -136vh, 0);
  }
}

.circle-container:nth-child(72) .circle {
  -webkit-animation-delay: 2296ms;
  animation-delay: 2296ms;
}

.circle-container:nth-child(73) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-73;
  animation-name: move-frames-73;
  -webkit-animation-duration: 30862ms;
  animation-duration: 30862ms;
  -webkit-animation-delay: 2417ms;
  animation-delay: 2417ms;
}

@-webkit-keyframes move-frames-73 {
  from {
    transform: translate3d(86vw, 101vh, 0);
  }
  to {
    transform: translate3d(10vw, -109vh, 0);
  }
}

@keyframes move-frames-73 {
  from {
    transform: translate3d(86vw, 101vh, 0);
  }
  to {
    transform: translate3d(10vw, -109vh, 0);
  }
}

.circle-container:nth-child(73) .circle {
  -webkit-animation-delay: 3964ms;
  animation-delay: 3964ms;
}

.circle-container:nth-child(74) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-74;
  animation-name: move-frames-74;
  -webkit-animation-duration: 29361ms;
  animation-duration: 29361ms;
  -webkit-animation-delay: 28013ms;
  animation-delay: 28013ms;
}

@-webkit-keyframes move-frames-74 {
  from {
    transform: translate3d(81vw, 102vh, 0);
  }
  to {
    transform: translate3d(74vw, -122vh, 0);
  }
}

@keyframes move-frames-74 {
  from {
    transform: translate3d(81vw, 102vh, 0);
  }
  to {
    transform: translate3d(74vw, -122vh, 0);
  }
}

.circle-container:nth-child(74) .circle {
  -webkit-animation-delay: 684ms;
  animation-delay: 684ms;
}

.circle-container:nth-child(75) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-75;
  animation-name: move-frames-75;
  -webkit-animation-duration: 34141ms;
  animation-duration: 34141ms;
  -webkit-animation-delay: 31222ms;
  animation-delay: 31222ms;
}

@-webkit-keyframes move-frames-75 {
  from {
    transform: translate3d(9vw, 102vh, 0);
  }
  to {
    transform: translate3d(71vw, -103vh, 0);
  }
}

@keyframes move-frames-75 {
  from {
    transform: translate3d(9vw, 102vh, 0);
  }
  to {
    transform: translate3d(71vw, -103vh, 0);
  }
}

.circle-container:nth-child(75) .circle {
  -webkit-animation-delay: 3811ms;
  animation-delay: 3811ms;
}

.circle-container:nth-child(76) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-76;
  animation-name: move-frames-76;
  -webkit-animation-duration: 32684ms;
  animation-duration: 32684ms;
  -webkit-animation-delay: 23391ms;
  animation-delay: 23391ms;
}

@-webkit-keyframes move-frames-76 {
  from {
    transform: translate3d(76vw, 105vh, 0);
  }
  to {
    transform: translate3d(83vw, -121vh, 0);
  }
}

@keyframes move-frames-76 {
  from {
    transform: translate3d(76vw, 105vh, 0);
  }
  to {
    transform: translate3d(83vw, -121vh, 0);
  }
}

.circle-container:nth-child(76) .circle {
  -webkit-animation-delay: 806ms;
  animation-delay: 806ms;
}

.circle-container:nth-child(77) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-77;
  animation-name: move-frames-77;
  -webkit-animation-duration: 28106ms;
  animation-duration: 28106ms;
  -webkit-animation-delay: 5524ms;
  animation-delay: 5524ms;
}

@-webkit-keyframes move-frames-77 {
  from {
    transform: translate3d(58vw, 105vh, 0);
  }
  to {
    transform: translate3d(58vw, -107vh, 0);
  }
}

@keyframes move-frames-77 {
  from {
    transform: translate3d(58vw, 105vh, 0);
  }
  to {
    transform: translate3d(58vw, -107vh, 0);
  }
}

.circle-container:nth-child(77) .circle {
  -webkit-animation-delay: 1696ms;
  animation-delay: 1696ms;
}

.circle-container:nth-child(78) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-78;
  animation-name: move-frames-78;
  -webkit-animation-duration: 34932ms;
  animation-duration: 34932ms;
  -webkit-animation-delay: 2953ms;
  animation-delay: 2953ms;
}

@-webkit-keyframes move-frames-78 {
  from {
    transform: translate3d(88vw, 107vh, 0);
  }
  to {
    transform: translate3d(46vw, -124vh, 0);
  }
}

@keyframes move-frames-78 {
  from {
    transform: translate3d(88vw, 107vh, 0);
  }
  to {
    transform: translate3d(46vw, -124vh, 0);
  }
}

.circle-container:nth-child(78) .circle {
  -webkit-animation-delay: 989ms;
  animation-delay: 989ms;
}

.circle-container:nth-child(79) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-79;
  animation-name: move-frames-79;
  -webkit-animation-duration: 32855ms;
  animation-duration: 32855ms;
  -webkit-animation-delay: 13644ms;
  animation-delay: 13644ms;
}

@-webkit-keyframes move-frames-79 {
  from {
    transform: translate3d(81vw, 108vh, 0);
  }
  to {
    transform: translate3d(54vw, -131vh, 0);
  }
}

@keyframes move-frames-79 {
  from {
    transform: translate3d(81vw, 108vh, 0);
  }
  to {
    transform: translate3d(54vw, -131vh, 0);
  }
}

.circle-container:nth-child(79) .circle {
  -webkit-animation-delay: 2693ms;
  animation-delay: 2693ms;
}

.circle-container:nth-child(80) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-80;
  animation-name: move-frames-80;
  -webkit-animation-duration: 31774ms;
  animation-duration: 31774ms;
  -webkit-animation-delay: 35977ms;
  animation-delay: 35977ms;
}

@-webkit-keyframes move-frames-80 {
  from {
    transform: translate3d(95vw, 110vh, 0);
  }
  to {
    transform: translate3d(30vw, -138vh, 0);
  }
}

@keyframes move-frames-80 {
  from {
    transform: translate3d(95vw, 110vh, 0);
  }
  to {
    transform: translate3d(30vw, -138vh, 0);
  }
}

.circle-container:nth-child(80) .circle {
  -webkit-animation-delay: 2024ms;
  animation-delay: 2024ms;
}

.circle-container:nth-child(81) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-81;
  animation-name: move-frames-81;
  -webkit-animation-duration: 34210ms;
  animation-duration: 34210ms;
  -webkit-animation-delay: 2955ms;
  animation-delay: 2955ms;
}

@-webkit-keyframes move-frames-81 {
  from {
    transform: translate3d(81vw, 102vh, 0);
  }
  to {
    transform: translate3d(70vw, -118vh, 0);
  }
}

@keyframes move-frames-81 {
  from {
    transform: translate3d(81vw, 102vh, 0);
  }
  to {
    transform: translate3d(70vw, -118vh, 0);
  }
}

.circle-container:nth-child(81) .circle {
  -webkit-animation-delay: 9ms;
  animation-delay: 9ms;
}

.circle-container:nth-child(82) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-82;
  animation-name: move-frames-82;
  -webkit-animation-duration: 28793ms;
  animation-duration: 28793ms;
  -webkit-animation-delay: 1774ms;
  animation-delay: 1774ms;
}

@-webkit-keyframes move-frames-82 {
  from {
    transform: translate3d(73vw, 107vh, 0);
  }
  to {
    transform: translate3d(27vw, -108vh, 0);
  }
}

@keyframes move-frames-82 {
  from {
    transform: translate3d(73vw, 107vh, 0);
  }
  to {
    transform: translate3d(27vw, -108vh, 0);
  }
}

.circle-container:nth-child(82) .circle {
  -webkit-animation-delay: 1996ms;
  animation-delay: 1996ms;
}

.circle-container:nth-child(83) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-83;
  animation-name: move-frames-83;
  -webkit-animation-duration: 30702ms;
  animation-duration: 30702ms;
  -webkit-animation-delay: 30509ms;
  animation-delay: 30509ms;
}

@-webkit-keyframes move-frames-83 {
  from {
    transform: translate3d(7vw, 109vh, 0);
  }
  to {
    transform: translate3d(4vw, -130vh, 0);
  }
}

@keyframes move-frames-83 {
  from {
    transform: translate3d(7vw, 109vh, 0);
  }
  to {
    transform: translate3d(4vw, -130vh, 0);
  }
}

.circle-container:nth-child(83) .circle {
  -webkit-animation-delay: 401ms;
  animation-delay: 401ms;
}

.circle-container:nth-child(84) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-84;
  animation-name: move-frames-84;
  -webkit-animation-duration: 32052ms;
  animation-duration: 32052ms;
  -webkit-animation-delay: 808ms;
  animation-delay: 808ms;
}

@-webkit-keyframes move-frames-84 {
  from {
    transform: translate3d(43vw, 105vh, 0);
  }
  to {
    transform: translate3d(87vw, -111vh, 0);
  }
}

@keyframes move-frames-84 {
  from {
    transform: translate3d(43vw, 105vh, 0);
  }
  to {
    transform: translate3d(87vw, -111vh, 0);
  }
}

.circle-container:nth-child(84) .circle {
  -webkit-animation-delay: 22ms;
  animation-delay: 22ms;
}

.circle-container:nth-child(85) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-85;
  animation-name: move-frames-85;
  -webkit-animation-duration: 36955ms;
  animation-duration: 36955ms;
  -webkit-animation-delay: 5891ms;
  animation-delay: 5891ms;
}

@-webkit-keyframes move-frames-85 {
  from {
    transform: translate3d(26vw, 103vh, 0);
  }
  to {
    transform: translate3d(95vw, -109vh, 0);
  }
}

@keyframes move-frames-85 {
  from {
    transform: translate3d(26vw, 103vh, 0);
  }
  to {
    transform: translate3d(95vw, -109vh, 0);
  }
}

.circle-container:nth-child(85) .circle {
  -webkit-animation-delay: 2479ms;
  animation-delay: 2479ms;
}

.circle-container:nth-child(86) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-86;
  animation-name: move-frames-86;
  -webkit-animation-duration: 35752ms;
  animation-duration: 35752ms;
  -webkit-animation-delay: 29742ms;
  animation-delay: 29742ms;
}

@-webkit-keyframes move-frames-86 {
  from {
    transform: translate3d(13vw, 108vh, 0);
  }
  to {
    transform: translate3d(2vw, -119vh, 0);
  }
}

@keyframes move-frames-86 {
  from {
    transform: translate3d(13vw, 108vh, 0);
  }
  to {
    transform: translate3d(2vw, -119vh, 0);
  }
}

.circle-container:nth-child(86) .circle {
  -webkit-animation-delay: 1540ms;
  animation-delay: 1540ms;
}

.circle-container:nth-child(87) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-87;
  animation-name: move-frames-87;
  -webkit-animation-duration: 28262ms;
  animation-duration: 28262ms;
  -webkit-animation-delay: 13304ms;
  animation-delay: 13304ms;
}

@-webkit-keyframes move-frames-87 {
  from {
    transform: translate3d(30vw, 104vh, 0);
  }
  to {
    transform: translate3d(87vw, -111vh, 0);
  }
}

@keyframes move-frames-87 {
  from {
    transform: translate3d(30vw, 104vh, 0);
  }
  to {
    transform: translate3d(87vw, -111vh, 0);
  }
}

.circle-container:nth-child(87) .circle {
  -webkit-animation-delay: 3631ms;
  animation-delay: 3631ms;
}

.circle-container:nth-child(88) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-88;
  animation-name: move-frames-88;
  -webkit-animation-duration: 36999ms;
  animation-duration: 36999ms;
  -webkit-animation-delay: 23403ms;
  animation-delay: 23403ms;
}

@-webkit-keyframes move-frames-88 {
  from {
    transform: translate3d(84vw, 102vh, 0);
  }
  to {
    transform: translate3d(50vw, -103vh, 0);
  }
}

@keyframes move-frames-88 {
  from {
    transform: translate3d(84vw, 102vh, 0);
  }
  to {
    transform: translate3d(50vw, -103vh, 0);
  }
}

.circle-container:nth-child(88) .circle {
  -webkit-animation-delay: 2929ms;
  animation-delay: 2929ms;
}

.circle-container:nth-child(89) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-89;
  animation-name: move-frames-89;
  -webkit-animation-duration: 29143ms;
  animation-duration: 29143ms;
  -webkit-animation-delay: 14837ms;
  animation-delay: 14837ms;
}

@-webkit-keyframes move-frames-89 {
  from {
    transform: translate3d(31vw, 104vh, 0);
  }
  to {
    transform: translate3d(53vw, -129vh, 0);
  }
}

@keyframes move-frames-89 {
  from {
    transform: translate3d(31vw, 104vh, 0);
  }
  to {
    transform: translate3d(53vw, -129vh, 0);
  }
}

.circle-container:nth-child(89) .circle {
  -webkit-animation-delay: 768ms;
  animation-delay: 768ms;
}

.circle-container:nth-child(90) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-90;
  animation-name: move-frames-90;
  -webkit-animation-duration: 30094ms;
  animation-duration: 30094ms;
  -webkit-animation-delay: 25927ms;
  animation-delay: 25927ms;
}

@-webkit-keyframes move-frames-90 {
  from {
    transform: translate3d(12vw, 103vh, 0);
  }
  to {
    transform: translate3d(81vw, -125vh, 0);
  }
}

@keyframes move-frames-90 {
  from {
    transform: translate3d(12vw, 103vh, 0);
  }
  to {
    transform: translate3d(81vw, -125vh, 0);
  }
}

.circle-container:nth-child(90) .circle {
  -webkit-animation-delay: 23ms;
  animation-delay: 23ms;
}

.circle-container:nth-child(91) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-91;
  animation-name: move-frames-91;
  -webkit-animation-duration: 33403ms;
  animation-duration: 33403ms;
  -webkit-animation-delay: 23857ms;
  animation-delay: 23857ms;
}

@-webkit-keyframes move-frames-91 {
  from {
    transform: translate3d(67vw, 104vh, 0);
  }
  to {
    transform: translate3d(24vw, -114vh, 0);
  }
}

@keyframes move-frames-91 {
  from {
    transform: translate3d(67vw, 104vh, 0);
  }
  to {
    transform: translate3d(24vw, -114vh, 0);
  }
}

.circle-container:nth-child(91) .circle {
  -webkit-animation-delay: 770ms;
  animation-delay: 770ms;
}

.circle-container:nth-child(92) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-92;
  animation-name: move-frames-92;
  -webkit-animation-duration: 34606ms;
  animation-duration: 34606ms;
  -webkit-animation-delay: 6819ms;
  animation-delay: 6819ms;
}

@-webkit-keyframes move-frames-92 {
  from {
    transform: translate3d(51vw, 108vh, 0);
  }
  to {
    transform: translate3d(78vw, -127vh, 0);
  }
}

@keyframes move-frames-92 {
  from {
    transform: translate3d(51vw, 108vh, 0);
  }
  to {
    transform: translate3d(78vw, -127vh, 0);
  }
}

.circle-container:nth-child(92) .circle {
  -webkit-animation-delay: 3567ms;
  animation-delay: 3567ms;
}

.circle-container:nth-child(93) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-93;
  animation-name: move-frames-93;
  -webkit-animation-duration: 34343ms;
  animation-duration: 34343ms;
  -webkit-animation-delay: 9588ms;
  animation-delay: 9588ms;
}

@-webkit-keyframes move-frames-93 {
  from {
    transform: translate3d(95vw, 104vh, 0);
  }
  to {
    transform: translate3d(79vw, -128vh, 0);
  }
}

@keyframes move-frames-93 {
  from {
    transform: translate3d(95vw, 104vh, 0);
  }
  to {
    transform: translate3d(79vw, -128vh, 0);
  }
}

.circle-container:nth-child(93) .circle {
  -webkit-animation-delay: 203ms;
  animation-delay: 203ms;
}

.circle-container:nth-child(94) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-94;
  animation-name: move-frames-94;
  -webkit-animation-duration: 29887ms;
  animation-duration: 29887ms;
  -webkit-animation-delay: 12408ms;
  animation-delay: 12408ms;
}

@-webkit-keyframes move-frames-94 {
  from {
    transform: translate3d(48vw, 101vh, 0);
  }
  to {
    transform: translate3d(33vw, -121vh, 0);
  }
}

@keyframes move-frames-94 {
  from {
    transform: translate3d(48vw, 101vh, 0);
  }
  to {
    transform: translate3d(33vw, -121vh, 0);
  }
}

.circle-container:nth-child(94) .circle {
  -webkit-animation-delay: 2072ms;
  animation-delay: 2072ms;
}

.circle-container:nth-child(95) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-95;
  animation-name: move-frames-95;
  -webkit-animation-duration: 34696ms;
  animation-duration: 34696ms;
  -webkit-animation-delay: 25937ms;
  animation-delay: 25937ms;
}

@-webkit-keyframes move-frames-95 {
  from {
    transform: translate3d(71vw, 108vh, 0);
  }
  to {
    transform: translate3d(90vw, -132vh, 0);
  }
}

@keyframes move-frames-95 {
  from {
    transform: translate3d(71vw, 108vh, 0);
  }
  to {
    transform: translate3d(90vw, -132vh, 0);
  }
}

.circle-container:nth-child(95) .circle {
  -webkit-animation-delay: 3383ms;
  animation-delay: 3383ms;
}

.circle-container:nth-child(96) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-96;
  animation-name: move-frames-96;
  -webkit-animation-duration: 29683ms;
  animation-duration: 29683ms;
  -webkit-animation-delay: 1818ms;
  animation-delay: 1818ms;
}

@-webkit-keyframes move-frames-96 {
  from {
    transform: translate3d(96vw, 108vh, 0);
  }
  to {
    transform: translate3d(48vw, -132vh, 0);
  }
}

@keyframes move-frames-96 {
  from {
    transform: translate3d(96vw, 108vh, 0);
  }
  to {
    transform: translate3d(48vw, -132vh, 0);
  }
}

.circle-container:nth-child(96) .circle {
  -webkit-animation-delay: 1853ms;
  animation-delay: 1853ms;
}

.circle-container:nth-child(97) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-97;
  animation-name: move-frames-97;
  -webkit-animation-duration: 31055ms;
  animation-duration: 31055ms;
  -webkit-animation-delay: 33880ms;
  animation-delay: 33880ms;
}

@-webkit-keyframes move-frames-97 {
  from {
    transform: translate3d(52vw, 101vh, 0);
  }
  to {
    transform: translate3d(32vw, -127vh, 0);
  }
}

@keyframes move-frames-97 {
  from {
    transform: translate3d(52vw, 101vh, 0);
  }
  to {
    transform: translate3d(32vw, -127vh, 0);
  }
}

.circle-container:nth-child(97) .circle {
  -webkit-animation-delay: 718ms;
  animation-delay: 718ms;
}

.circle-container:nth-child(98) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-98;
  animation-name: move-frames-98;
  -webkit-animation-duration: 30801ms;
  animation-duration: 30801ms;
  -webkit-animation-delay: 1271ms;
  animation-delay: 1271ms;
}

@-webkit-keyframes move-frames-98 {
  from {
    transform: translate3d(52vw, 102vh, 0);
  }
  to {
    transform: translate3d(41vw, -130vh, 0);
  }
}

@keyframes move-frames-98 {
  from {
    transform: translate3d(52vw, 102vh, 0);
  }
  to {
    transform: translate3d(41vw, -130vh, 0);
  }
}

.circle-container:nth-child(98) .circle {
  -webkit-animation-delay: 1342ms;
  animation-delay: 1342ms;
}

.circle-container:nth-child(99) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-99;
  animation-name: move-frames-99;
  -webkit-animation-duration: 33592ms;
  animation-duration: 33592ms;
  -webkit-animation-delay: 3913ms;
  animation-delay: 3913ms;
}

@-webkit-keyframes move-frames-99 {
  from {
    transform: translate3d(14vw, 104vh, 0);
  }
  to {
    transform: translate3d(69vw, -114vh, 0);
  }
}

@keyframes move-frames-99 {
  from {
    transform: translate3d(14vw, 104vh, 0);
  }
  to {
    transform: translate3d(69vw, -114vh, 0);
  }
}

.circle-container:nth-child(99) .circle {
  -webkit-animation-delay: 2049ms;
  animation-delay: 2049ms;
}

.circle-container:nth-child(100) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-100;
  animation-name: move-frames-100;
  -webkit-animation-duration: 36605ms;
  animation-duration: 36605ms;
  -webkit-animation-delay: 31037ms;
  animation-delay: 31037ms;
}

@-webkit-keyframes move-frames-100 {
  from {
    transform: translate3d(2vw, 109vh, 0);
  }
  to {
    transform: translate3d(14vw, -110vh, 0);
  }
}

@keyframes move-frames-100 {
  from {
    transform: translate3d(2vw, 109vh, 0);
  }
  to {
    transform: translate3d(14vw, -110vh, 0);
  }
}

.circle-container:nth-child(100) .circle {
  -webkit-animation-delay: 2823ms;
  animation-delay: 2823ms;
}

.circle-container:nth-child(101) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-101;
  animation-name: move-frames-101;
  -webkit-animation-duration: 30420ms;
  animation-duration: 30420ms;
  -webkit-animation-delay: 32180ms;
  animation-delay: 32180ms;
}

@-webkit-keyframes move-frames-101 {
  from {
    transform: translate3d(37vw, 106vh, 0);
  }
  to {
    transform: translate3d(95vw, -123vh, 0);
  }
}

@keyframes move-frames-101 {
  from {
    transform: translate3d(37vw, 106vh, 0);
  }
  to {
    transform: translate3d(95vw, -123vh, 0);
  }
}

.circle-container:nth-child(101) .circle {
  -webkit-animation-delay: 3893ms;
  animation-delay: 3893ms;
}

.circle-container:nth-child(102) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-102;
  animation-name: move-frames-102;
  -webkit-animation-duration: 34005ms;
  animation-duration: 34005ms;
  -webkit-animation-delay: 6561ms;
  animation-delay: 6561ms;
}

@-webkit-keyframes move-frames-102 {
  from {
    transform: translate3d(51vw, 104vh, 0);
  }
  to {
    transform: translate3d(14vw, -106vh, 0);
  }
}

@keyframes move-frames-102 {
  from {
    transform: translate3d(51vw, 104vh, 0);
  }
  to {
    transform: translate3d(14vw, -106vh, 0);
  }
}

.circle-container:nth-child(102) .circle {
  -webkit-animation-delay: 3354ms;
  animation-delay: 3354ms;
}

.circle-container:nth-child(103) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-103;
  animation-name: move-frames-103;
  -webkit-animation-duration: 36136ms;
  animation-duration: 36136ms;
  -webkit-animation-delay: 11417ms;
  animation-delay: 11417ms;
}

@-webkit-keyframes move-frames-103 {
  from {
    transform: translate3d(4vw, 108vh, 0);
  }
  to {
    transform: translate3d(25vw, -109vh, 0);
  }
}

@keyframes move-frames-103 {
  from {
    transform: translate3d(4vw, 108vh, 0);
  }
  to {
    transform: translate3d(25vw, -109vh, 0);
  }
}

.circle-container:nth-child(103) .circle {
  -webkit-animation-delay: 2672ms;
  animation-delay: 2672ms;
}

.circle-container:nth-child(104) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-104;
  animation-name: move-frames-104;
  -webkit-animation-duration: 32854ms;
  animation-duration: 32854ms;
  -webkit-animation-delay: 8078ms;
  animation-delay: 8078ms;
}

@-webkit-keyframes move-frames-104 {
  from {
    transform: translate3d(3vw, 107vh, 0);
  }
  to {
    transform: translate3d(52vw, -110vh, 0);
  }
}

@keyframes move-frames-104 {
  from {
    transform: translate3d(3vw, 107vh, 0);
  }
  to {
    transform: translate3d(52vw, -110vh, 0);
  }
}

.circle-container:nth-child(104) .circle {
  -webkit-animation-delay: 592ms;
  animation-delay: 592ms;
}

.circle-container:nth-child(105) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-105;
  animation-name: move-frames-105;
  -webkit-animation-duration: 30095ms;
  animation-duration: 30095ms;
  -webkit-animation-delay: 13472ms;
  animation-delay: 13472ms;
}

@-webkit-keyframes move-frames-105 {
  from {
    transform: translate3d(13vw, 107vh, 0);
  }
  to {
    transform: translate3d(100vw, -116vh, 0);
  }
}

@keyframes move-frames-105 {
  from {
    transform: translate3d(13vw, 107vh, 0);
  }
  to {
    transform: translate3d(100vw, -116vh, 0);
  }
}

.circle-container:nth-child(105) .circle {
  -webkit-animation-delay: 2013ms;
  animation-delay: 2013ms;
}

.circle-container:nth-child(106) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-106;
  animation-name: move-frames-106;
  -webkit-animation-duration: 32692ms;
  animation-duration: 32692ms;
  -webkit-animation-delay: 22533ms;
  animation-delay: 22533ms;
}

@-webkit-keyframes move-frames-106 {
  from {
    transform: translate3d(8vw, 107vh, 0);
  }
  to {
    transform: translate3d(55vw, -129vh, 0);
  }
}

@keyframes move-frames-106 {
  from {
    transform: translate3d(8vw, 107vh, 0);
  }
  to {
    transform: translate3d(55vw, -129vh, 0);
  }
}

.circle-container:nth-child(106) .circle {
  -webkit-animation-delay: 253ms;
  animation-delay: 253ms;
}

.circle-container:nth-child(107) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-107;
  animation-name: move-frames-107;
  -webkit-animation-duration: 34497ms;
  animation-duration: 34497ms;
  -webkit-animation-delay: 29782ms;
  animation-delay: 29782ms;
}

@-webkit-keyframes move-frames-107 {
  from {
    transform: translate3d(98vw, 109vh, 0);
  }
  to {
    transform: translate3d(75vw, -123vh, 0);
  }
}

@keyframes move-frames-107 {
  from {
    transform: translate3d(98vw, 109vh, 0);
  }
  to {
    transform: translate3d(75vw, -123vh, 0);
  }
}

.circle-container:nth-child(107) .circle {
  -webkit-animation-delay: 1843ms;
  animation-delay: 1843ms;
}

.circle-container:nth-child(108) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-108;
  animation-name: move-frames-108;
  -webkit-animation-duration: 33816ms;
  animation-duration: 33816ms;
  -webkit-animation-delay: 14588ms;
  animation-delay: 14588ms;
}

@-webkit-keyframes move-frames-108 {
  from {
    transform: translate3d(73vw, 110vh, 0);
  }
  to {
    transform: translate3d(62vw, -139vh, 0);
  }
}

@keyframes move-frames-108 {
  from {
    transform: translate3d(73vw, 110vh, 0);
  }
  to {
    transform: translate3d(62vw, -139vh, 0);
  }
}

.circle-container:nth-child(108) .circle {
  -webkit-animation-delay: 2947ms;
  animation-delay: 2947ms;
}

.circle-container:nth-child(109) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-109;
  animation-name: move-frames-109;
  -webkit-animation-duration: 35979ms;
  animation-duration: 35979ms;
  -webkit-animation-delay: 12213ms;
  animation-delay: 12213ms;
}

@-webkit-keyframes move-frames-109 {
  from {
    transform: translate3d(45vw, 104vh, 0);
  }
  to {
    transform: translate3d(14vw, -110vh, 0);
  }
}

@keyframes move-frames-109 {
  from {
    transform: translate3d(45vw, 104vh, 0);
  }
  to {
    transform: translate3d(14vw, -110vh, 0);
  }
}

.circle-container:nth-child(109) .circle {
  -webkit-animation-delay: 255ms;
  animation-delay: 255ms;
}

.circle-container:nth-child(110) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-110;
  animation-name: move-frames-110;
  -webkit-animation-duration: 28271ms;
  animation-duration: 28271ms;
  -webkit-animation-delay: 13929ms;
  animation-delay: 13929ms;
}

@-webkit-keyframes move-frames-110 {
  from {
    transform: translate3d(97vw, 108vh, 0);
  }
  to {
    transform: translate3d(7vw, -118vh, 0);
  }
}

@keyframes move-frames-110 {
  from {
    transform: translate3d(97vw, 108vh, 0);
  }
  to {
    transform: translate3d(7vw, -118vh, 0);
  }
}

.circle-container:nth-child(110) .circle {
  -webkit-animation-delay: 364ms;
  animation-delay: 364ms;
}

.circle-container:nth-child(111) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-111;
  animation-name: move-frames-111;
  -webkit-animation-duration: 36962ms;
  animation-duration: 36962ms;
  -webkit-animation-delay: 35914ms;
  animation-delay: 35914ms;
}

@-webkit-keyframes move-frames-111 {
  from {
    transform: translate3d(36vw, 105vh, 0);
  }
  to {
    transform: translate3d(72vw, -130vh, 0);
  }
}

@keyframes move-frames-111 {
  from {
    transform: translate3d(36vw, 105vh, 0);
  }
  to {
    transform: translate3d(72vw, -130vh, 0);
  }
}

.circle-container:nth-child(111) .circle {
  -webkit-animation-delay: 3256ms;
  animation-delay: 3256ms;
}

.circle-container:nth-child(112) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-112;
  animation-name: move-frames-112;
  -webkit-animation-duration: 34805ms;
  animation-duration: 34805ms;
  -webkit-animation-delay: 1632ms;
  animation-delay: 1632ms;
}

@-webkit-keyframes move-frames-112 {
  from {
    transform: translate3d(11vw, 102vh, 0);
  }
  to {
    transform: translate3d(61vw, -126vh, 0);
  }
}

@keyframes move-frames-112 {
  from {
    transform: translate3d(11vw, 102vh, 0);
  }
  to {
    transform: translate3d(61vw, -126vh, 0);
  }
}

.circle-container:nth-child(112) .circle {
  -webkit-animation-delay: 154ms;
  animation-delay: 154ms;
}

.circle-container:nth-child(113) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-113;
  animation-name: move-frames-113;
  -webkit-animation-duration: 36554ms;
  animation-duration: 36554ms;
  -webkit-animation-delay: 32263ms;
  animation-delay: 32263ms;
}

@-webkit-keyframes move-frames-113 {
  from {
    transform: translate3d(13vw, 110vh, 0);
  }
  to {
    transform: translate3d(99vw, -127vh, 0);
  }
}

@keyframes move-frames-113 {
  from {
    transform: translate3d(13vw, 110vh, 0);
  }
  to {
    transform: translate3d(99vw, -127vh, 0);
  }
}

.circle-container:nth-child(113) .circle {
  -webkit-animation-delay: 2826ms;
  animation-delay: 2826ms;
}

.circle-container:nth-child(114) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-114;
  animation-name: move-frames-114;
  -webkit-animation-duration: 34563ms;
  animation-duration: 34563ms;
  -webkit-animation-delay: 20969ms;
  animation-delay: 20969ms;
}

@-webkit-keyframes move-frames-114 {
  from {
    transform: translate3d(52vw, 102vh, 0);
  }
  to {
    transform: translate3d(56vw, -110vh, 0);
  }
}

@keyframes move-frames-114 {
  from {
    transform: translate3d(52vw, 102vh, 0);
  }
  to {
    transform: translate3d(56vw, -110vh, 0);
  }
}

.circle-container:nth-child(114) .circle {
  -webkit-animation-delay: 2500ms;
  animation-delay: 2500ms;
}

.circle-container:nth-child(115) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-115;
  animation-name: move-frames-115;
  -webkit-animation-duration: 30408ms;
  animation-duration: 30408ms;
  -webkit-animation-delay: 14589ms;
  animation-delay: 14589ms;
}

@-webkit-keyframes move-frames-115 {
  from {
    transform: translate3d(16vw, 103vh, 0);
  }
  to {
    transform: translate3d(52vw, -126vh, 0);
  }
}

@keyframes move-frames-115 {
  from {
    transform: translate3d(16vw, 103vh, 0);
  }
  to {
    transform: translate3d(52vw, -126vh, 0);
  }
}

.circle-container:nth-child(115) .circle {
  -webkit-animation-delay: 3724ms;
  animation-delay: 3724ms;
}

.circle-container:nth-child(116) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-116;
  animation-name: move-frames-116;
  -webkit-animation-duration: 30580ms;
  animation-duration: 30580ms;
  -webkit-animation-delay: 7473ms;
  animation-delay: 7473ms;
}

@-webkit-keyframes move-frames-116 {
  from {
    transform: translate3d(41vw, 105vh, 0);
  }
  to {
    transform: translate3d(70vw, -132vh, 0);
  }
}

@keyframes move-frames-116 {
  from {
    transform: translate3d(41vw, 105vh, 0);
  }
  to {
    transform: translate3d(70vw, -132vh, 0);
  }
}

.circle-container:nth-child(116) .circle {
  -webkit-animation-delay: 605ms;
  animation-delay: 605ms;
}

.circle-container:nth-child(117) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-117;
  animation-name: move-frames-117;
  -webkit-animation-duration: 34468ms;
  animation-duration: 34468ms;
  -webkit-animation-delay: 26845ms;
  animation-delay: 26845ms;
}

@-webkit-keyframes move-frames-117 {
  from {
    transform: translate3d(39vw, 109vh, 0);
  }
  to {
    transform: translate3d(51vw, -135vh, 0);
  }
}

@keyframes move-frames-117 {
  from {
    transform: translate3d(39vw, 109vh, 0);
  }
  to {
    transform: translate3d(51vw, -135vh, 0);
  }
}

.circle-container:nth-child(117) .circle {
  -webkit-animation-delay: 392ms;
  animation-delay: 392ms;
}

.circle-container:nth-child(118) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-118;
  animation-name: move-frames-118;
  -webkit-animation-duration: 34690ms;
  animation-duration: 34690ms;
  -webkit-animation-delay: 27680ms;
  animation-delay: 27680ms;
}

@-webkit-keyframes move-frames-118 {
  from {
    transform: translate3d(8vw, 105vh, 0);
  }
  to {
    transform: translate3d(78vw, -127vh, 0);
  }
}

@keyframes move-frames-118 {
  from {
    transform: translate3d(8vw, 105vh, 0);
  }
  to {
    transform: translate3d(78vw, -127vh, 0);
  }
}

.circle-container:nth-child(118) .circle {
  -webkit-animation-delay: 214ms;
  animation-delay: 214ms;
}

.circle-container:nth-child(119) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-119;
  animation-name: move-frames-119;
  -webkit-animation-duration: 29194ms;
  animation-duration: 29194ms;
  -webkit-animation-delay: 25278ms;
  animation-delay: 25278ms;
}

@-webkit-keyframes move-frames-119 {
  from {
    transform: translate3d(53vw, 107vh, 0);
  }
  to {
    transform: translate3d(17vw, -124vh, 0);
  }
}

@keyframes move-frames-119 {
  from {
    transform: translate3d(53vw, 107vh, 0);
  }
  to {
    transform: translate3d(17vw, -124vh, 0);
  }
}

.circle-container:nth-child(119) .circle {
  -webkit-animation-delay: 3731ms;
  animation-delay: 3731ms;
}

.circle-container:nth-child(120) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-120;
  animation-name: move-frames-120;
  -webkit-animation-duration: 33561ms;
  animation-duration: 33561ms;
  -webkit-animation-delay: 36669ms;
  animation-delay: 36669ms;
}

@-webkit-keyframes move-frames-120 {
  from {
    transform: translate3d(6vw, 101vh, 0);
  }
  to {
    transform: translate3d(82vw, -120vh, 0);
  }
}

@keyframes move-frames-120 {
  from {
    transform: translate3d(6vw, 101vh, 0);
  }
  to {
    transform: translate3d(82vw, -120vh, 0);
  }
}

.circle-container:nth-child(120) .circle {
  -webkit-animation-delay: 2719ms;
  animation-delay: 2719ms;
}

.circle-container:nth-child(121) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-121;
  animation-name: move-frames-121;
  -webkit-animation-duration: 31661ms;
  animation-duration: 31661ms;
  -webkit-animation-delay: 7012ms;
  animation-delay: 7012ms;
}

@-webkit-keyframes move-frames-121 {
  from {
    transform: translate3d(85vw, 106vh, 0);
  }
  to {
    transform: translate3d(73vw, -120vh, 0);
  }
}

@keyframes move-frames-121 {
  from {
    transform: translate3d(85vw, 106vh, 0);
  }
  to {
    transform: translate3d(73vw, -120vh, 0);
  }
}

.circle-container:nth-child(121) .circle {
  -webkit-animation-delay: 2319ms;
  animation-delay: 2319ms;
}

.circle-container:nth-child(122) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-122;
  animation-name: move-frames-122;
  -webkit-animation-duration: 31497ms;
  animation-duration: 31497ms;
  -webkit-animation-delay: 26163ms;
  animation-delay: 26163ms;
}

@-webkit-keyframes move-frames-122 {
  from {
    transform: translate3d(29vw, 110vh, 0);
  }
  to {
    transform: translate3d(99vw, -123vh, 0);
  }
}

@keyframes move-frames-122 {
  from {
    transform: translate3d(29vw, 110vh, 0);
  }
  to {
    transform: translate3d(99vw, -123vh, 0);
  }
}

.circle-container:nth-child(122) .circle {
  -webkit-animation-delay: 3920ms;
  animation-delay: 3920ms;
}

.circle-container:nth-child(123) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-123;
  animation-name: move-frames-123;
  -webkit-animation-duration: 33863ms;
  animation-duration: 33863ms;
  -webkit-animation-delay: 22452ms;
  animation-delay: 22452ms;
}

@-webkit-keyframes move-frames-123 {
  from {
    transform: translate3d(22vw, 107vh, 0);
  }
  to {
    transform: translate3d(80vw, -127vh, 0);
  }
}

@keyframes move-frames-123 {
  from {
    transform: translate3d(22vw, 107vh, 0);
  }
  to {
    transform: translate3d(80vw, -127vh, 0);
  }
}

.circle-container:nth-child(123) .circle {
  -webkit-animation-delay: 3546ms;
  animation-delay: 3546ms;
}

.circle-container:nth-child(124) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-124;
  animation-name: move-frames-124;
  -webkit-animation-duration: 29206ms;
  animation-duration: 29206ms;
  -webkit-animation-delay: 9971ms;
  animation-delay: 9971ms;
}

@-webkit-keyframes move-frames-124 {
  from {
    transform: translate3d(46vw, 105vh, 0);
  }
  to {
    transform: translate3d(22vw, -132vh, 0);
  }
}

@keyframes move-frames-124 {
  from {
    transform: translate3d(46vw, 105vh, 0);
  }
  to {
    transform: translate3d(22vw, -132vh, 0);
  }
}

.circle-container:nth-child(124) .circle {
  -webkit-animation-delay: 1150ms;
  animation-delay: 1150ms;
}

.circle-container:nth-child(125) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-125;
  animation-name: move-frames-125;
  -webkit-animation-duration: 33287ms;
  animation-duration: 33287ms;
  -webkit-animation-delay: 23694ms;
  animation-delay: 23694ms;
}

@-webkit-keyframes move-frames-125 {
  from {
    transform: translate3d(50vw, 102vh, 0);
  }
  to {
    transform: translate3d(67vw, -115vh, 0);
  }
}

@keyframes move-frames-125 {
  from {
    transform: translate3d(50vw, 102vh, 0);
  }
  to {
    transform: translate3d(67vw, -115vh, 0);
  }
}

.circle-container:nth-child(125) .circle {
  -webkit-animation-delay: 1740ms;
  animation-delay: 1740ms;
}

.circle-container:nth-child(126) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-126;
  animation-name: move-frames-126;
  -webkit-animation-duration: 32886ms;
  animation-duration: 32886ms;
  -webkit-animation-delay: 15456ms;
  animation-delay: 15456ms;
}

@-webkit-keyframes move-frames-126 {
  from {
    transform: translate3d(64vw, 106vh, 0);
  }
  to {
    transform: translate3d(43vw, -121vh, 0);
  }
}

@keyframes move-frames-126 {
  from {
    transform: translate3d(64vw, 106vh, 0);
  }
  to {
    transform: translate3d(43vw, -121vh, 0);
  }
}

.circle-container:nth-child(126) .circle {
  -webkit-animation-delay: 500ms;
  animation-delay: 500ms;
}

.circle-container:nth-child(127) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-127;
  animation-name: move-frames-127;
  -webkit-animation-duration: 28446ms;
  animation-duration: 28446ms;
  -webkit-animation-delay: 18661ms;
  animation-delay: 18661ms;
}

@-webkit-keyframes move-frames-127 {
  from {
    transform: translate3d(85vw, 105vh, 0);
  }
  to {
    transform: translate3d(6vw, -110vh, 0);
  }
}

@keyframes move-frames-127 {
  from {
    transform: translate3d(85vw, 105vh, 0);
  }
  to {
    transform: translate3d(6vw, -110vh, 0);
  }
}

.circle-container:nth-child(127) .circle {
  -webkit-animation-delay: 2132ms;
  animation-delay: 2132ms;
}

.circle-container:nth-child(128) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-128;
  animation-name: move-frames-128;
  -webkit-animation-duration: 35230ms;
  animation-duration: 35230ms;
  -webkit-animation-delay: 10859ms;
  animation-delay: 10859ms;
}

@-webkit-keyframes move-frames-128 {
  from {
    transform: translate3d(56vw, 104vh, 0);
  }
  to {
    transform: translate3d(2vw, -121vh, 0);
  }
}

@keyframes move-frames-128 {
  from {
    transform: translate3d(56vw, 104vh, 0);
  }
  to {
    transform: translate3d(2vw, -121vh, 0);
  }
}

.circle-container:nth-child(128) .circle {
  -webkit-animation-delay: 1549ms;
  animation-delay: 1549ms;
}

.circle-container:nth-child(129) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-129;
  animation-name: move-frames-129;
  -webkit-animation-duration: 34075ms;
  animation-duration: 34075ms;
  -webkit-animation-delay: 21918ms;
  animation-delay: 21918ms;
}

@-webkit-keyframes move-frames-129 {
  from {
    transform: translate3d(25vw, 103vh, 0);
  }
  to {
    transform: translate3d(73vw, -122vh, 0);
  }
}

@keyframes move-frames-129 {
  from {
    transform: translate3d(25vw, 103vh, 0);
  }
  to {
    transform: translate3d(73vw, -122vh, 0);
  }
}

.circle-container:nth-child(129) .circle {
  -webkit-animation-delay: 3504ms;
  animation-delay: 3504ms;
}

.circle-container:nth-child(130) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-130;
  animation-name: move-frames-130;
  -webkit-animation-duration: 32335ms;
  animation-duration: 32335ms;
  -webkit-animation-delay: 34311ms;
  animation-delay: 34311ms;
}

@-webkit-keyframes move-frames-130 {
  from {
    transform: translate3d(34vw, 101vh, 0);
  }
  to {
    transform: translate3d(51vw, -130vh, 0);
  }
}

@keyframes move-frames-130 {
  from {
    transform: translate3d(34vw, 101vh, 0);
  }
  to {
    transform: translate3d(51vw, -130vh, 0);
  }
}

.circle-container:nth-child(130) .circle {
  -webkit-animation-delay: 2417ms;
  animation-delay: 2417ms;
}

.circle-container:nth-child(131) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-131;
  animation-name: move-frames-131;
  -webkit-animation-duration: 34218ms;
  animation-duration: 34218ms;
  -webkit-animation-delay: 6471ms;
  animation-delay: 6471ms;
}

@-webkit-keyframes move-frames-131 {
  from {
    transform: translate3d(67vw, 107vh, 0);
  }
  to {
    transform: translate3d(11vw, -108vh, 0);
  }
}

@keyframes move-frames-131 {
  from {
    transform: translate3d(67vw, 107vh, 0);
  }
  to {
    transform: translate3d(11vw, -108vh, 0);
  }
}

.circle-container:nth-child(131) .circle {
  -webkit-animation-delay: 2954ms;
  animation-delay: 2954ms;
}

.circle-container:nth-child(132) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-132;
  animation-name: move-frames-132;
  -webkit-animation-duration: 35946ms;
  animation-duration: 35946ms;
  -webkit-animation-delay: 28403ms;
  animation-delay: 28403ms;
}

@-webkit-keyframes move-frames-132 {
  from {
    transform: translate3d(61vw, 107vh, 0);
  }
  to {
    transform: translate3d(27vw, -125vh, 0);
  }
}

@keyframes move-frames-132 {
  from {
    transform: translate3d(61vw, 107vh, 0);
  }
  to {
    transform: translate3d(27vw, -125vh, 0);
  }
}

.circle-container:nth-child(132) .circle {
  -webkit-animation-delay: 2989ms;
  animation-delay: 2989ms;
}

.circle-container:nth-child(133) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-133;
  animation-name: move-frames-133;
  -webkit-animation-duration: 30150ms;
  animation-duration: 30150ms;
  -webkit-animation-delay: 7998ms;
  animation-delay: 7998ms;
}

@-webkit-keyframes move-frames-133 {
  from {
    transform: translate3d(10vw, 101vh, 0);
  }
  to {
    transform: translate3d(40vw, -129vh, 0);
  }
}

@keyframes move-frames-133 {
  from {
    transform: translate3d(10vw, 101vh, 0);
  }
  to {
    transform: translate3d(40vw, -129vh, 0);
  }
}

.circle-container:nth-child(133) .circle {
  -webkit-animation-delay: 1770ms;
  animation-delay: 1770ms;
}

.circle-container:nth-child(134) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-134;
  animation-name: move-frames-134;
  -webkit-animation-duration: 30606ms;
  animation-duration: 30606ms;
  -webkit-animation-delay: 22607ms;
  animation-delay: 22607ms;
}

@-webkit-keyframes move-frames-134 {
  from {
    transform: translate3d(79vw, 108vh, 0);
  }
  to {
    transform: translate3d(20vw, -119vh, 0);
  }
}

@keyframes move-frames-134 {
  from {
    transform: translate3d(79vw, 108vh, 0);
  }
  to {
    transform: translate3d(20vw, -119vh, 0);
  }
}

.circle-container:nth-child(134) .circle {
  -webkit-animation-delay: 3757ms;
  animation-delay: 3757ms;
}

.circle-container:nth-child(135) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-135;
  animation-name: move-frames-135;
  -webkit-animation-duration: 36686ms;
  animation-duration: 36686ms;
  -webkit-animation-delay: 18328ms;
  animation-delay: 18328ms;
}

@-webkit-keyframes move-frames-135 {
  from {
    transform: translate3d(21vw, 108vh, 0);
  }
  to {
    transform: translate3d(25vw, -109vh, 0);
  }
}

@keyframes move-frames-135 {
  from {
    transform: translate3d(21vw, 108vh, 0);
  }
  to {
    transform: translate3d(25vw, -109vh, 0);
  }
}

.circle-container:nth-child(135) .circle {
  -webkit-animation-delay: 1071ms;
  animation-delay: 1071ms;
}

.circle-container:nth-child(136) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-136;
  animation-name: move-frames-136;
  -webkit-animation-duration: 30524ms;
  animation-duration: 30524ms;
  -webkit-animation-delay: 4395ms;
  animation-delay: 4395ms;
}

@-webkit-keyframes move-frames-136 {
  from {
    transform: translate3d(12vw, 102vh, 0);
  }
  to {
    transform: translate3d(39vw, -120vh, 0);
  }
}

@keyframes move-frames-136 {
  from {
    transform: translate3d(12vw, 102vh, 0);
  }
  to {
    transform: translate3d(39vw, -120vh, 0);
  }
}

.circle-container:nth-child(136) .circle {
  -webkit-animation-delay: 2514ms;
  animation-delay: 2514ms;
}

.circle-container:nth-child(137) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-137;
  animation-name: move-frames-137;
  -webkit-animation-duration: 30931ms;
  animation-duration: 30931ms;
  -webkit-animation-delay: 24287ms;
  animation-delay: 24287ms;
}

@-webkit-keyframes move-frames-137 {
  from {
    transform: translate3d(62vw, 106vh, 0);
  }
  to {
    transform: translate3d(4vw, -114vh, 0);
  }
}

@keyframes move-frames-137 {
  from {
    transform: translate3d(62vw, 106vh, 0);
  }
  to {
    transform: translate3d(4vw, -114vh, 0);
  }
}

.circle-container:nth-child(137) .circle {
  -webkit-animation-delay: 2918ms;
  animation-delay: 2918ms;
}

.circle-container:nth-child(138) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-138;
  animation-name: move-frames-138;
  -webkit-animation-duration: 29776ms;
  animation-duration: 29776ms;
  -webkit-animation-delay: 12377ms;
  animation-delay: 12377ms;
}

@-webkit-keyframes move-frames-138 {
  from {
    transform: translate3d(57vw, 104vh, 0);
  }
  to {
    transform: translate3d(54vw, -113vh, 0);
  }
}

@keyframes move-frames-138 {
  from {
    transform: translate3d(57vw, 104vh, 0);
  }
  to {
    transform: translate3d(54vw, -113vh, 0);
  }
}

.circle-container:nth-child(138) .circle {
  -webkit-animation-delay: 593ms;
  animation-delay: 593ms;
}

.circle-container:nth-child(139) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-139;
  animation-name: move-frames-139;
  -webkit-animation-duration: 34622ms;
  animation-duration: 34622ms;
  -webkit-animation-delay: 23426ms;
  animation-delay: 23426ms;
}

@-webkit-keyframes move-frames-139 {
  from {
    transform: translate3d(43vw, 103vh, 0);
  }
  to {
    transform: translate3d(48vw, -113vh, 0);
  }
}

@keyframes move-frames-139 {
  from {
    transform: translate3d(43vw, 103vh, 0);
  }
  to {
    transform: translate3d(48vw, -113vh, 0);
  }
}

.circle-container:nth-child(139) .circle {
  -webkit-animation-delay: 615ms;
  animation-delay: 615ms;
}

.circle-container:nth-child(140) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-140;
  animation-name: move-frames-140;
  -webkit-animation-duration: 31239ms;
  animation-duration: 31239ms;
  -webkit-animation-delay: 27158ms;
  animation-delay: 27158ms;
}

@-webkit-keyframes move-frames-140 {
  from {
    transform: translate3d(76vw, 109vh, 0);
  }
  to {
    transform: translate3d(63vw, -125vh, 0);
  }
}

@keyframes move-frames-140 {
  from {
    transform: translate3d(76vw, 109vh, 0);
  }
  to {
    transform: translate3d(63vw, -125vh, 0);
  }
}

.circle-container:nth-child(140) .circle {
  -webkit-animation-delay: 3558ms;
  animation-delay: 3558ms;
}

.circle-container:nth-child(141) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-141;
  animation-name: move-frames-141;
  -webkit-animation-duration: 31101ms;
  animation-duration: 31101ms;
  -webkit-animation-delay: 3613ms;
  animation-delay: 3613ms;
}

@-webkit-keyframes move-frames-141 {
  from {
    transform: translate3d(27vw, 102vh, 0);
  }
  to {
    transform: translate3d(63vw, -121vh, 0);
  }
}

@keyframes move-frames-141 {
  from {
    transform: translate3d(27vw, 102vh, 0);
  }
  to {
    transform: translate3d(63vw, -121vh, 0);
  }
}

.circle-container:nth-child(141) .circle {
  -webkit-animation-delay: 2724ms;
  animation-delay: 2724ms;
}

.circle-container:nth-child(142) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-142;
  animation-name: move-frames-142;
  -webkit-animation-duration: 35958ms;
  animation-duration: 35958ms;
  -webkit-animation-delay: 34006ms;
  animation-delay: 34006ms;
}

@-webkit-keyframes move-frames-142 {
  from {
    transform: translate3d(24vw, 110vh, 0);
  }
  to {
    transform: translate3d(67vw, -113vh, 0);
  }
}

@keyframes move-frames-142 {
  from {
    transform: translate3d(24vw, 110vh, 0);
  }
  to {
    transform: translate3d(67vw, -113vh, 0);
  }
}

.circle-container:nth-child(142) .circle {
  -webkit-animation-delay: 818ms;
  animation-delay: 818ms;
}

.circle-container:nth-child(143) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-143;
  animation-name: move-frames-143;
  -webkit-animation-duration: 28891ms;
  animation-duration: 28891ms;
  -webkit-animation-delay: 33076ms;
  animation-delay: 33076ms;
}

@-webkit-keyframes move-frames-143 {
  from {
    transform: translate3d(100vw, 102vh, 0);
  }
  to {
    transform: translate3d(47vw, -130vh, 0);
  }
}

@keyframes move-frames-143 {
  from {
    transform: translate3d(100vw, 102vh, 0);
  }
  to {
    transform: translate3d(47vw, -130vh, 0);
  }
}

.circle-container:nth-child(143) .circle {
  -webkit-animation-delay: 3544ms;
  animation-delay: 3544ms;
}

.circle-container:nth-child(144) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-144;
  animation-name: move-frames-144;
  -webkit-animation-duration: 32705ms;
  animation-duration: 32705ms;
  -webkit-animation-delay: 7922ms;
  animation-delay: 7922ms;
}

@-webkit-keyframes move-frames-144 {
  from {
    transform: translate3d(2vw, 107vh, 0);
  }
  to {
    transform: translate3d(95vw, -136vh, 0);
  }
}

@keyframes move-frames-144 {
  from {
    transform: translate3d(2vw, 107vh, 0);
  }
  to {
    transform: translate3d(95vw, -136vh, 0);
  }
}

.circle-container:nth-child(144) .circle {
  -webkit-animation-delay: 2199ms;
  animation-delay: 2199ms;
}

.circle-container:nth-child(145) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-145;
  animation-name: move-frames-145;
  -webkit-animation-duration: 28102ms;
  animation-duration: 28102ms;
  -webkit-animation-delay: 13736ms;
  animation-delay: 13736ms;
}

@-webkit-keyframes move-frames-145 {
  from {
    transform: translate3d(6vw, 103vh, 0);
  }
  to {
    transform: translate3d(18vw, -114vh, 0);
  }
}

@keyframes move-frames-145 {
  from {
    transform: translate3d(6vw, 103vh, 0);
  }
  to {
    transform: translate3d(18vw, -114vh, 0);
  }
}

.circle-container:nth-child(145) .circle {
  -webkit-animation-delay: 1380ms;
  animation-delay: 1380ms;
}

.circle-container:nth-child(146) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-146;
  animation-name: move-frames-146;
  -webkit-animation-duration: 28706ms;
  animation-duration: 28706ms;
  -webkit-animation-delay: 6859ms;
  animation-delay: 6859ms;
}

@-webkit-keyframes move-frames-146 {
  from {
    transform: translate3d(99vw, 106vh, 0);
  }
  to {
    transform: translate3d(77vw, -112vh, 0);
  }
}

@keyframes move-frames-146 {
  from {
    transform: translate3d(99vw, 106vh, 0);
  }
  to {
    transform: translate3d(77vw, -112vh, 0);
  }
}

.circle-container:nth-child(146) .circle {
  -webkit-animation-delay: 2781ms;
  animation-delay: 2781ms;
}

.circle-container:nth-child(147) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-147;
  animation-name: move-frames-147;
  -webkit-animation-duration: 33727ms;
  animation-duration: 33727ms;
  -webkit-animation-delay: 21360ms;
  animation-delay: 21360ms;
}

@-webkit-keyframes move-frames-147 {
  from {
    transform: translate3d(60vw, 103vh, 0);
  }
  to {
    transform: translate3d(91vw, -104vh, 0);
  }
}

@keyframes move-frames-147 {
  from {
    transform: translate3d(60vw, 103vh, 0);
  }
  to {
    transform: translate3d(91vw, -104vh, 0);
  }
}

.circle-container:nth-child(147) .circle {
  -webkit-animation-delay: 1906ms;
  animation-delay: 1906ms;
}

.circle-container:nth-child(148) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-148;
  animation-name: move-frames-148;
  -webkit-animation-duration: 30855ms;
  animation-duration: 30855ms;
  -webkit-animation-delay: 10762ms;
  animation-delay: 10762ms;
}

@-webkit-keyframes move-frames-148 {
  from {
    transform: translate3d(28vw, 108vh, 0);
  }
  to {
    transform: translate3d(82vw, -123vh, 0);
  }
}

@keyframes move-frames-148 {
  from {
    transform: translate3d(28vw, 108vh, 0);
  }
  to {
    transform: translate3d(82vw, -123vh, 0);
  }
}

.circle-container:nth-child(148) .circle {
  -webkit-animation-delay: 2478ms;
  animation-delay: 2478ms;
}

.circle-container:nth-child(149) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-149;
  animation-name: move-frames-149;
  -webkit-animation-duration: 34694ms;
  animation-duration: 34694ms;
  -webkit-animation-delay: 2243ms;
  animation-delay: 2243ms;
}

@-webkit-keyframes move-frames-149 {
  from {
    transform: translate3d(42vw, 110vh, 0);
  }
  to {
    transform: translate3d(96vw, -124vh, 0);
  }
}

@keyframes move-frames-149 {
  from {
    transform: translate3d(42vw, 110vh, 0);
  }
  to {
    transform: translate3d(96vw, -124vh, 0);
  }
}

.circle-container:nth-child(149) .circle {
  -webkit-animation-delay: 2549ms;
  animation-delay: 2549ms;
}

.circle-container:nth-child(150) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-150;
  animation-name: move-frames-150;
  -webkit-animation-duration: 32690ms;
  animation-duration: 32690ms;
  -webkit-animation-delay: 14724ms;
  animation-delay: 14724ms;
}

@-webkit-keyframes move-frames-150 {
  from {
    transform: translate3d(38vw, 107vh, 0);
  }
  to {
    transform: translate3d(3vw, -117vh, 0);
  }
}

@keyframes move-frames-150 {
  from {
    transform: translate3d(38vw, 107vh, 0);
  }
  to {
    transform: translate3d(3vw, -117vh, 0);
  }
}

.circle-container:nth-child(150) .circle {
  -webkit-animation-delay: 88ms;
  animation-delay: 88ms;
}

.circle-container:nth-child(151) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-151;
  animation-name: move-frames-151;
  -webkit-animation-duration: 35030ms;
  animation-duration: 35030ms;
  -webkit-animation-delay: 2740ms;
  animation-delay: 2740ms;
}

@-webkit-keyframes move-frames-151 {
  from {
    transform: translate3d(97vw, 108vh, 0);
  }
  to {
    transform: translate3d(5vw, -113vh, 0);
  }
}

@keyframes move-frames-151 {
  from {
    transform: translate3d(97vw, 108vh, 0);
  }
  to {
    transform: translate3d(5vw, -113vh, 0);
  }
}

.circle-container:nth-child(151) .circle {
  -webkit-animation-delay: 1003ms;
  animation-delay: 1003ms;
}

.circle-container:nth-child(152) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-152;
  animation-name: move-frames-152;
  -webkit-animation-duration: 36008ms;
  animation-duration: 36008ms;
  -webkit-animation-delay: 27911ms;
  animation-delay: 27911ms;
}

@-webkit-keyframes move-frames-152 {
  from {
    transform: translate3d(1vw, 110vh, 0);
  }
  to {
    transform: translate3d(7vw, -125vh, 0);
  }
}

@keyframes move-frames-152 {
  from {
    transform: translate3d(1vw, 110vh, 0);
  }
  to {
    transform: translate3d(7vw, -125vh, 0);
  }
}

.circle-container:nth-child(152) .circle {
  -webkit-animation-delay: 213ms;
  animation-delay: 213ms;
}

.circle-container:nth-child(153) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-153;
  animation-name: move-frames-153;
  -webkit-animation-duration: 34495ms;
  animation-duration: 34495ms;
  -webkit-animation-delay: 30305ms;
  animation-delay: 30305ms;
}

@-webkit-keyframes move-frames-153 {
  from {
    transform: translate3d(5vw, 106vh, 0);
  }
  to {
    transform: translate3d(93vw, -135vh, 0);
  }
}

@keyframes move-frames-153 {
  from {
    transform: translate3d(5vw, 106vh, 0);
  }
  to {
    transform: translate3d(93vw, -135vh, 0);
  }
}

.circle-container:nth-child(153) .circle {
  -webkit-animation-delay: 1730ms;
  animation-delay: 1730ms;
}

.circle-container:nth-child(154) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-154;
  animation-name: move-frames-154;
  -webkit-animation-duration: 33397ms;
  animation-duration: 33397ms;
  -webkit-animation-delay: 30543ms;
  animation-delay: 30543ms;
}

@-webkit-keyframes move-frames-154 {
  from {
    transform: translate3d(21vw, 101vh, 0);
  }
  to {
    transform: translate3d(8vw, -115vh, 0);
  }
}

@keyframes move-frames-154 {
  from {
    transform: translate3d(21vw, 101vh, 0);
  }
  to {
    transform: translate3d(8vw, -115vh, 0);
  }
}

.circle-container:nth-child(154) .circle {
  -webkit-animation-delay: 627ms;
  animation-delay: 627ms;
}

.circle-container:nth-child(155) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-155;
  animation-name: move-frames-155;
  -webkit-animation-duration: 36172ms;
  animation-duration: 36172ms;
  -webkit-animation-delay: 5663ms;
  animation-delay: 5663ms;
}

@-webkit-keyframes move-frames-155 {
  from {
    transform: translate3d(87vw, 107vh, 0);
  }
  to {
    transform: translate3d(1vw, -137vh, 0);
  }
}

@keyframes move-frames-155 {
  from {
    transform: translate3d(87vw, 107vh, 0);
  }
  to {
    transform: translate3d(1vw, -137vh, 0);
  }
}

.circle-container:nth-child(155) .circle {
  -webkit-animation-delay: 395ms;
  animation-delay: 395ms;
}

.circle-container:nth-child(156) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-156;
  animation-name: move-frames-156;
  -webkit-animation-duration: 33799ms;
  animation-duration: 33799ms;
  -webkit-animation-delay: 34892ms;
  animation-delay: 34892ms;
}

@-webkit-keyframes move-frames-156 {
  from {
    transform: translate3d(90vw, 106vh, 0);
  }
  to {
    transform: translate3d(78vw, -125vh, 0);
  }
}

@keyframes move-frames-156 {
  from {
    transform: translate3d(90vw, 106vh, 0);
  }
  to {
    transform: translate3d(78vw, -125vh, 0);
  }
}

.circle-container:nth-child(156) .circle {
  -webkit-animation-delay: 758ms;
  animation-delay: 758ms;
}

.circle-container:nth-child(157) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-157;
  animation-name: move-frames-157;
  -webkit-animation-duration: 28123ms;
  animation-duration: 28123ms;
  -webkit-animation-delay: 3583ms;
  animation-delay: 3583ms;
}

@-webkit-keyframes move-frames-157 {
  from {
    transform: translate3d(84vw, 102vh, 0);
  }
  to {
    transform: translate3d(33vw, -128vh, 0);
  }
}

@keyframes move-frames-157 {
  from {
    transform: translate3d(84vw, 102vh, 0);
  }
  to {
    transform: translate3d(33vw, -128vh, 0);
  }
}

.circle-container:nth-child(157) .circle {
  -webkit-animation-delay: 3092ms;
  animation-delay: 3092ms;
}

.circle-container:nth-child(158) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-158;
  animation-name: move-frames-158;
  -webkit-animation-duration: 30334ms;
  animation-duration: 30334ms;
  -webkit-animation-delay: 13125ms;
  animation-delay: 13125ms;
}

@-webkit-keyframes move-frames-158 {
  from {
    transform: translate3d(58vw, 107vh, 0);
  }
  to {
    transform: translate3d(89vw, -121vh, 0);
  }
}

@keyframes move-frames-158 {
  from {
    transform: translate3d(58vw, 107vh, 0);
  }
  to {
    transform: translate3d(89vw, -121vh, 0);
  }
}

.circle-container:nth-child(158) .circle {
  -webkit-animation-delay: 2214ms;
  animation-delay: 2214ms;
}

.circle-container:nth-child(159) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-159;
  animation-name: move-frames-159;
  -webkit-animation-duration: 36074ms;
  animation-duration: 36074ms;
  -webkit-animation-delay: 32414ms;
  animation-delay: 32414ms;
}

@-webkit-keyframes move-frames-159 {
  from {
    transform: translate3d(55vw, 110vh, 0);
  }
  to {
    transform: translate3d(14vw, -125vh, 0);
  }
}

@keyframes move-frames-159 {
  from {
    transform: translate3d(55vw, 110vh, 0);
  }
  to {
    transform: translate3d(14vw, -125vh, 0);
  }
}

.circle-container:nth-child(159) .circle {
  -webkit-animation-delay: 3688ms;
  animation-delay: 3688ms;
}

.circle-container:nth-child(160) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-160;
  animation-name: move-frames-160;
  -webkit-animation-duration: 28510ms;
  animation-duration: 28510ms;
  -webkit-animation-delay: 25140ms;
  animation-delay: 25140ms;
}

@-webkit-keyframes move-frames-160 {
  from {
    transform: translate3d(99vw, 106vh, 0);
  }
  to {
    transform: translate3d(59vw, -116vh, 0);
  }
}

@keyframes move-frames-160 {
  from {
    transform: translate3d(99vw, 106vh, 0);
  }
  to {
    transform: translate3d(59vw, -116vh, 0);
  }
}

.circle-container:nth-child(160) .circle {
  -webkit-animation-delay: 421ms;
  animation-delay: 421ms;
}

.circle-container:nth-child(161) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-161;
  animation-name: move-frames-161;
  -webkit-animation-duration: 29663ms;
  animation-duration: 29663ms;
  -webkit-animation-delay: 14513ms;
  animation-delay: 14513ms;
}

@-webkit-keyframes move-frames-161 {
  from {
    transform: translate3d(14vw, 102vh, 0);
  }
  to {
    transform: translate3d(63vw, -120vh, 0);
  }
}

@keyframes move-frames-161 {
  from {
    transform: translate3d(14vw, 102vh, 0);
  }
  to {
    transform: translate3d(63vw, -120vh, 0);
  }
}

.circle-container:nth-child(161) .circle {
  -webkit-animation-delay: 318ms;
  animation-delay: 318ms;
}

.circle-container:nth-child(162) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-162;
  animation-name: move-frames-162;
  -webkit-animation-duration: 32862ms;
  animation-duration: 32862ms;
  -webkit-animation-delay: 24371ms;
  animation-delay: 24371ms;
}

@-webkit-keyframes move-frames-162 {
  from {
    transform: translate3d(89vw, 104vh, 0);
  }
  to {
    transform: translate3d(39vw, -130vh, 0);
  }
}

@keyframes move-frames-162 {
  from {
    transform: translate3d(89vw, 104vh, 0);
  }
  to {
    transform: translate3d(39vw, -130vh, 0);
  }
}

.circle-container:nth-child(162) .circle {
  -webkit-animation-delay: 1113ms;
  animation-delay: 1113ms;
}

.circle-container:nth-child(163) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-163;
  animation-name: move-frames-163;
  -webkit-animation-duration: 33684ms;
  animation-duration: 33684ms;
  -webkit-animation-delay: 29493ms;
  animation-delay: 29493ms;
}

@-webkit-keyframes move-frames-163 {
  from {
    transform: translate3d(45vw, 109vh, 0);
  }
  to {
    transform: translate3d(41vw, -120vh, 0);
  }
}

@keyframes move-frames-163 {
  from {
    transform: translate3d(45vw, 109vh, 0);
  }
  to {
    transform: translate3d(41vw, -120vh, 0);
  }
}

.circle-container:nth-child(163) .circle {
  -webkit-animation-delay: 1572ms;
  animation-delay: 1572ms;
}

.circle-container:nth-child(164) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-164;
  animation-name: move-frames-164;
  -webkit-animation-duration: 32243ms;
  animation-duration: 32243ms;
  -webkit-animation-delay: 16391ms;
  animation-delay: 16391ms;
}

@-webkit-keyframes move-frames-164 {
  from {
    transform: translate3d(74vw, 102vh, 0);
  }
  to {
    transform: translate3d(27vw, -126vh, 0);
  }
}

@keyframes move-frames-164 {
  from {
    transform: translate3d(74vw, 102vh, 0);
  }
  to {
    transform: translate3d(27vw, -126vh, 0);
  }
}

.circle-container:nth-child(164) .circle {
  -webkit-animation-delay: 2424ms;
  animation-delay: 2424ms;
}

.circle-container:nth-child(165) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-165;
  animation-name: move-frames-165;
  -webkit-animation-duration: 36167ms;
  animation-duration: 36167ms;
  -webkit-animation-delay: 4604ms;
  animation-delay: 4604ms;
}

@-webkit-keyframes move-frames-165 {
  from {
    transform: translate3d(73vw, 107vh, 0);
  }
  to {
    transform: translate3d(46vw, -112vh, 0);
  }
}

@keyframes move-frames-165 {
  from {
    transform: translate3d(73vw, 107vh, 0);
  }
  to {
    transform: translate3d(46vw, -112vh, 0);
  }
}

.circle-container:nth-child(165) .circle {
  -webkit-animation-delay: 3500ms;
  animation-delay: 3500ms;
}

.circle-container:nth-child(166) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-166;
  animation-name: move-frames-166;
  -webkit-animation-duration: 33738ms;
  animation-duration: 33738ms;
  -webkit-animation-delay: 36284ms;
  animation-delay: 36284ms;
}

@-webkit-keyframes move-frames-166 {
  from {
    transform: translate3d(90vw, 103vh, 0);
  }
  to {
    transform: translate3d(86vw, -133vh, 0);
  }
}

@keyframes move-frames-166 {
  from {
    transform: translate3d(90vw, 103vh, 0);
  }
  to {
    transform: translate3d(86vw, -133vh, 0);
  }
}

.circle-container:nth-child(166) .circle {
  -webkit-animation-delay: 2869ms;
  animation-delay: 2869ms;
}

.circle-container:nth-child(167) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-167;
  animation-name: move-frames-167;
  -webkit-animation-duration: 35079ms;
  animation-duration: 35079ms;
  -webkit-animation-delay: 9370ms;
  animation-delay: 9370ms;
}

@-webkit-keyframes move-frames-167 {
  from {
    transform: translate3d(37vw, 108vh, 0);
  }
  to {
    transform: translate3d(27vw, -117vh, 0);
  }
}

@keyframes move-frames-167 {
  from {
    transform: translate3d(37vw, 108vh, 0);
  }
  to {
    transform: translate3d(27vw, -117vh, 0);
  }
}

.circle-container:nth-child(167) .circle {
  -webkit-animation-delay: 349ms;
  animation-delay: 349ms;
}

.circle-container:nth-child(168) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-168;
  animation-name: move-frames-168;
  -webkit-animation-duration: 29368ms;
  animation-duration: 29368ms;
  -webkit-animation-delay: 5127ms;
  animation-delay: 5127ms;
}

@-webkit-keyframes move-frames-168 {
  from {
    transform: translate3d(52vw, 107vh, 0);
  }
  to {
    transform: translate3d(51vw, -130vh, 0);
  }
}

@keyframes move-frames-168 {
  from {
    transform: translate3d(52vw, 107vh, 0);
  }
  to {
    transform: translate3d(51vw, -130vh, 0);
  }
}

.circle-container:nth-child(168) .circle {
  -webkit-animation-delay: 1905ms;
  animation-delay: 1905ms;
}

.circle-container:nth-child(169) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-169;
  animation-name: move-frames-169;
  -webkit-animation-duration: 34755ms;
  animation-duration: 34755ms;
  -webkit-animation-delay: 32959ms;
  animation-delay: 32959ms;
}

@-webkit-keyframes move-frames-169 {
  from {
    transform: translate3d(51vw, 105vh, 0);
  }
  to {
    transform: translate3d(40vw, -118vh, 0);
  }
}

@keyframes move-frames-169 {
  from {
    transform: translate3d(51vw, 105vh, 0);
  }
  to {
    transform: translate3d(40vw, -118vh, 0);
  }
}

.circle-container:nth-child(169) .circle {
  -webkit-animation-delay: 2361ms;
  animation-delay: 2361ms;
}

.circle-container:nth-child(170) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-170;
  animation-name: move-frames-170;
  -webkit-animation-duration: 33866ms;
  animation-duration: 33866ms;
  -webkit-animation-delay: 28986ms;
  animation-delay: 28986ms;
}

@-webkit-keyframes move-frames-170 {
  from {
    transform: translate3d(81vw, 103vh, 0);
  }
  to {
    transform: translate3d(4vw, -123vh, 0);
  }
}

@keyframes move-frames-170 {
  from {
    transform: translate3d(81vw, 103vh, 0);
  }
  to {
    transform: translate3d(4vw, -123vh, 0);
  }
}

.circle-container:nth-child(170) .circle {
  -webkit-animation-delay: 2794ms;
  animation-delay: 2794ms;
}

.circle-container:nth-child(171) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-171;
  animation-name: move-frames-171;
  -webkit-animation-duration: 35526ms;
  animation-duration: 35526ms;
  -webkit-animation-delay: 19873ms;
  animation-delay: 19873ms;
}

@-webkit-keyframes move-frames-171 {
  from {
    transform: translate3d(75vw, 109vh, 0);
  }
  to {
    transform: translate3d(49vw, -120vh, 0);
  }
}

@keyframes move-frames-171 {
  from {
    transform: translate3d(75vw, 109vh, 0);
  }
  to {
    transform: translate3d(49vw, -120vh, 0);
  }
}

.circle-container:nth-child(171) .circle {
  -webkit-animation-delay: 117ms;
  animation-delay: 117ms;
}

.circle-container:nth-child(172) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-172;
  animation-name: move-frames-172;
  -webkit-animation-duration: 35158ms;
  animation-duration: 35158ms;
  -webkit-animation-delay: 24367ms;
  animation-delay: 24367ms;
}

@-webkit-keyframes move-frames-172 {
  from {
    transform: translate3d(47vw, 103vh, 0);
  }
  to {
    transform: translate3d(39vw, -118vh, 0);
  }
}

@keyframes move-frames-172 {
  from {
    transform: translate3d(47vw, 103vh, 0);
  }
  to {
    transform: translate3d(39vw, -118vh, 0);
  }
}

.circle-container:nth-child(172) .circle {
  -webkit-animation-delay: 353ms;
  animation-delay: 353ms;
}

.circle-container:nth-child(173) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-173;
  animation-name: move-frames-173;
  -webkit-animation-duration: 33835ms;
  animation-duration: 33835ms;
  -webkit-animation-delay: 32332ms;
  animation-delay: 32332ms;
}

@-webkit-keyframes move-frames-173 {
  from {
    transform: translate3d(66vw, 103vh, 0);
  }
  to {
    transform: translate3d(78vw, -118vh, 0);
  }
}

@keyframes move-frames-173 {
  from {
    transform: translate3d(66vw, 103vh, 0);
  }
  to {
    transform: translate3d(78vw, -118vh, 0);
  }
}

.circle-container:nth-child(173) .circle {
  -webkit-animation-delay: 3411ms;
  animation-delay: 3411ms;
}

.circle-container:nth-child(174) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-174;
  animation-name: move-frames-174;
  -webkit-animation-duration: 31044ms;
  animation-duration: 31044ms;
  -webkit-animation-delay: 5840ms;
  animation-delay: 5840ms;
}

@-webkit-keyframes move-frames-174 {
  from {
    transform: translate3d(7vw, 104vh, 0);
  }
  to {
    transform: translate3d(93vw, -117vh, 0);
  }
}

@keyframes move-frames-174 {
  from {
    transform: translate3d(7vw, 104vh, 0);
  }
  to {
    transform: translate3d(93vw, -117vh, 0);
  }
}

.circle-container:nth-child(174) .circle {
  -webkit-animation-delay: 1480ms;
  animation-delay: 1480ms;
}

.circle-container:nth-child(175) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-175;
  animation-name: move-frames-175;
  -webkit-animation-duration: 36455ms;
  animation-duration: 36455ms;
  -webkit-animation-delay: 28892ms;
  animation-delay: 28892ms;
}

@-webkit-keyframes move-frames-175 {
  from {
    transform: translate3d(60vw, 106vh, 0);
  }
  to {
    transform: translate3d(69vw, -119vh, 0);
  }
}

@keyframes move-frames-175 {
  from {
    transform: translate3d(60vw, 106vh, 0);
  }
  to {
    transform: translate3d(69vw, -119vh, 0);
  }
}

.circle-container:nth-child(175) .circle {
  -webkit-animation-delay: 2089ms;
  animation-delay: 2089ms;
}

.circle-container:nth-child(176) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-176;
  animation-name: move-frames-176;
  -webkit-animation-duration: 31654ms;
  animation-duration: 31654ms;
  -webkit-animation-delay: 30429ms;
  animation-delay: 30429ms;
}

@-webkit-keyframes move-frames-176 {
  from {
    transform: translate3d(25vw, 104vh, 0);
  }
  to {
    transform: translate3d(48vw, -129vh, 0);
  }
}

@keyframes move-frames-176 {
  from {
    transform: translate3d(25vw, 104vh, 0);
  }
  to {
    transform: translate3d(48vw, -129vh, 0);
  }
}

.circle-container:nth-child(176) .circle {
  -webkit-animation-delay: 1172ms;
  animation-delay: 1172ms;
}

.circle-container:nth-child(177) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-177;
  animation-name: move-frames-177;
  -webkit-animation-duration: 35529ms;
  animation-duration: 35529ms;
  -webkit-animation-delay: 14698ms;
  animation-delay: 14698ms;
}

@-webkit-keyframes move-frames-177 {
  from {
    transform: translate3d(70vw, 103vh, 0);
  }
  to {
    transform: translate3d(50vw, -112vh, 0);
  }
}

@keyframes move-frames-177 {
  from {
    transform: translate3d(70vw, 103vh, 0);
  }
  to {
    transform: translate3d(50vw, -112vh, 0);
  }
}

.circle-container:nth-child(177) .circle {
  -webkit-animation-delay: 1053ms;
  animation-delay: 1053ms;
}

.circle-container:nth-child(178) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-178;
  animation-name: move-frames-178;
  -webkit-animation-duration: 36297ms;
  animation-duration: 36297ms;
  -webkit-animation-delay: 2313ms;
  animation-delay: 2313ms;
}

@-webkit-keyframes move-frames-178 {
  from {
    transform: translate3d(37vw, 102vh, 0);
  }
  to {
    transform: translate3d(45vw, -110vh, 0);
  }
}

@keyframes move-frames-178 {
  from {
    transform: translate3d(37vw, 102vh, 0);
  }
  to {
    transform: translate3d(45vw, -110vh, 0);
  }
}

.circle-container:nth-child(178) .circle {
  -webkit-animation-delay: 2298ms;
  animation-delay: 2298ms;
}

.circle-container:nth-child(179) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-179;
  animation-name: move-frames-179;
  -webkit-animation-duration: 35163ms;
  animation-duration: 35163ms;
  -webkit-animation-delay: 2319ms;
  animation-delay: 2319ms;
}

@-webkit-keyframes move-frames-179 {
  from {
    transform: translate3d(11vw, 104vh, 0);
  }
  to {
    transform: translate3d(44vw, -133vh, 0);
  }
}

@keyframes move-frames-179 {
  from {
    transform: translate3d(11vw, 104vh, 0);
  }
  to {
    transform: translate3d(44vw, -133vh, 0);
  }
}

.circle-container:nth-child(179) .circle {
  -webkit-animation-delay: 2019ms;
  animation-delay: 2019ms;
}

.circle-container:nth-child(180) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-180;
  animation-name: move-frames-180;
  -webkit-animation-duration: 35845ms;
  animation-duration: 35845ms;
  -webkit-animation-delay: 5945ms;
  animation-delay: 5945ms;
}

@-webkit-keyframes move-frames-180 {
  from {
    transform: translate3d(53vw, 108vh, 0);
  }
  to {
    transform: translate3d(3vw, -117vh, 0);
  }
}

@keyframes move-frames-180 {
  from {
    transform: translate3d(53vw, 108vh, 0);
  }
  to {
    transform: translate3d(3vw, -117vh, 0);
  }
}

.circle-container:nth-child(180) .circle {
  -webkit-animation-delay: 80ms;
  animation-delay: 80ms;
}

.circle-container:nth-child(181) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-181;
  animation-name: move-frames-181;
  -webkit-animation-duration: 33831ms;
  animation-duration: 33831ms;
  -webkit-animation-delay: 26197ms;
  animation-delay: 26197ms;
}

@-webkit-keyframes move-frames-181 {
  from {
    transform: translate3d(76vw, 105vh, 0);
  }
  to {
    transform: translate3d(68vw, -116vh, 0);
  }
}

@keyframes move-frames-181 {
  from {
    transform: translate3d(76vw, 105vh, 0);
  }
  to {
    transform: translate3d(68vw, -116vh, 0);
  }
}

.circle-container:nth-child(181) .circle {
  -webkit-animation-delay: 1634ms;
  animation-delay: 1634ms;
}

.circle-container:nth-child(182) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-182;
  animation-name: move-frames-182;
  -webkit-animation-duration: 32496ms;
  animation-duration: 32496ms;
  -webkit-animation-delay: 3852ms;
  animation-delay: 3852ms;
}

@-webkit-keyframes move-frames-182 {
  from {
    transform: translate3d(32vw, 102vh, 0);
  }
  to {
    transform: translate3d(12vw, -130vh, 0);
  }
}

@keyframes move-frames-182 {
  from {
    transform: translate3d(32vw, 102vh, 0);
  }
  to {
    transform: translate3d(12vw, -130vh, 0);
  }
}

.circle-container:nth-child(182) .circle {
  -webkit-animation-delay: 800ms;
  animation-delay: 800ms;
}

.circle-container:nth-child(183) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-183;
  animation-name: move-frames-183;
  -webkit-animation-duration: 29927ms;
  animation-duration: 29927ms;
  -webkit-animation-delay: 2081ms;
  animation-delay: 2081ms;
}

@-webkit-keyframes move-frames-183 {
  from {
    transform: translate3d(36vw, 105vh, 0);
  }
  to {
    transform: translate3d(90vw, -107vh, 0);
  }
}

@keyframes move-frames-183 {
  from {
    transform: translate3d(36vw, 105vh, 0);
  }
  to {
    transform: translate3d(90vw, -107vh, 0);
  }
}

.circle-container:nth-child(183) .circle {
  -webkit-animation-delay: 775ms;
  animation-delay: 775ms;
}

.circle-container:nth-child(184) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-184;
  animation-name: move-frames-184;
  -webkit-animation-duration: 31928ms;
  animation-duration: 31928ms;
  -webkit-animation-delay: 2913ms;
  animation-delay: 2913ms;
}

@-webkit-keyframes move-frames-184 {
  from {
    transform: translate3d(3vw, 108vh, 0);
  }
  to {
    transform: translate3d(59vw, -115vh, 0);
  }
}

@keyframes move-frames-184 {
  from {
    transform: translate3d(3vw, 108vh, 0);
  }
  to {
    transform: translate3d(59vw, -115vh, 0);
  }
}

.circle-container:nth-child(184) .circle {
  -webkit-animation-delay: 212ms;
  animation-delay: 212ms;
}

.circle-container:nth-child(185) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-185;
  animation-name: move-frames-185;
  -webkit-animation-duration: 31319ms;
  animation-duration: 31319ms;
  -webkit-animation-delay: 31100ms;
  animation-delay: 31100ms;
}

@-webkit-keyframes move-frames-185 {
  from {
    transform: translate3d(73vw, 106vh, 0);
  }
  to {
    transform: translate3d(31vw, -107vh, 0);
  }
}

@keyframes move-frames-185 {
  from {
    transform: translate3d(73vw, 106vh, 0);
  }
  to {
    transform: translate3d(31vw, -107vh, 0);
  }
}

.circle-container:nth-child(185) .circle {
  -webkit-animation-delay: 284ms;
  animation-delay: 284ms;
}

.circle-container:nth-child(186) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-186;
  animation-name: move-frames-186;
  -webkit-animation-duration: 31655ms;
  animation-duration: 31655ms;
  -webkit-animation-delay: 29006ms;
  animation-delay: 29006ms;
}

@-webkit-keyframes move-frames-186 {
  from {
    transform: translate3d(57vw, 105vh, 0);
  }
  to {
    transform: translate3d(48vw, -112vh, 0);
  }
}

@keyframes move-frames-186 {
  from {
    transform: translate3d(57vw, 105vh, 0);
  }
  to {
    transform: translate3d(48vw, -112vh, 0);
  }
}

.circle-container:nth-child(186) .circle {
  -webkit-animation-delay: 176ms;
  animation-delay: 176ms;
}

.circle-container:nth-child(187) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-187;
  animation-name: move-frames-187;
  -webkit-animation-duration: 28215ms;
  animation-duration: 28215ms;
  -webkit-animation-delay: 10515ms;
  animation-delay: 10515ms;
}

@-webkit-keyframes move-frames-187 {
  from {
    transform: translate3d(35vw, 101vh, 0);
  }
  to {
    transform: translate3d(80vw, -124vh, 0);
  }
}

@keyframes move-frames-187 {
  from {
    transform: translate3d(35vw, 101vh, 0);
  }
  to {
    transform: translate3d(80vw, -124vh, 0);
  }
}

.circle-container:nth-child(187) .circle {
  -webkit-animation-delay: 2461ms;
  animation-delay: 2461ms;
}

.circle-container:nth-child(188) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-188;
  animation-name: move-frames-188;
  -webkit-animation-duration: 34948ms;
  animation-duration: 34948ms;
  -webkit-animation-delay: 27507ms;
  animation-delay: 27507ms;
}

@-webkit-keyframes move-frames-188 {
  from {
    transform: translate3d(43vw, 107vh, 0);
  }
  to {
    transform: translate3d(66vw, -111vh, 0);
  }
}

@keyframes move-frames-188 {
  from {
    transform: translate3d(43vw, 107vh, 0);
  }
  to {
    transform: translate3d(66vw, -111vh, 0);
  }
}

.circle-container:nth-child(188) .circle {
  -webkit-animation-delay: 264ms;
  animation-delay: 264ms;
}

.circle-container:nth-child(189) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-189;
  animation-name: move-frames-189;
  -webkit-animation-duration: 35144ms;
  animation-duration: 35144ms;
  -webkit-animation-delay: 18513ms;
  animation-delay: 18513ms;
}

@-webkit-keyframes move-frames-189 {
  from {
    transform: translate3d(20vw, 107vh, 0);
  }
  to {
    transform: translate3d(7vw, -116vh, 0);
  }
}

@keyframes move-frames-189 {
  from {
    transform: translate3d(20vw, 107vh, 0);
  }
  to {
    transform: translate3d(7vw, -116vh, 0);
  }
}

.circle-container:nth-child(189) .circle {
  -webkit-animation-delay: 943ms;
  animation-delay: 943ms;
}

.circle-container:nth-child(190) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-190;
  animation-name: move-frames-190;
  -webkit-animation-duration: 35917ms;
  animation-duration: 35917ms;
  -webkit-animation-delay: 2146ms;
  animation-delay: 2146ms;
}

@-webkit-keyframes move-frames-190 {
  from {
    transform: translate3d(99vw, 109vh, 0);
  }
  to {
    transform: translate3d(3vw, -129vh, 0);
  }
}

@keyframes move-frames-190 {
  from {
    transform: translate3d(99vw, 109vh, 0);
  }
  to {
    transform: translate3d(3vw, -129vh, 0);
  }
}

.circle-container:nth-child(190) .circle {
  -webkit-animation-delay: 3139ms;
  animation-delay: 3139ms;
}

.circle-container:nth-child(191) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-191;
  animation-name: move-frames-191;
  -webkit-animation-duration: 33382ms;
  animation-duration: 33382ms;
  -webkit-animation-delay: 14572ms;
  animation-delay: 14572ms;
}

@-webkit-keyframes move-frames-191 {
  from {
    transform: translate3d(88vw, 108vh, 0);
  }
  to {
    transform: translate3d(92vw, -133vh, 0);
  }
}

@keyframes move-frames-191 {
  from {
    transform: translate3d(88vw, 108vh, 0);
  }
  to {
    transform: translate3d(92vw, -133vh, 0);
  }
}

.circle-container:nth-child(191) .circle {
  -webkit-animation-delay: 2708ms;
  animation-delay: 2708ms;
}

.circle-container:nth-child(192) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-192;
  animation-name: move-frames-192;
  -webkit-animation-duration: 32613ms;
  animation-duration: 32613ms;
  -webkit-animation-delay: 7320ms;
  animation-delay: 7320ms;
}

@-webkit-keyframes move-frames-192 {
  from {
    transform: translate3d(34vw, 108vh, 0);
  }
  to {
    transform: translate3d(71vw, -138vh, 0);
  }
}

@keyframes move-frames-192 {
  from {
    transform: translate3d(34vw, 108vh, 0);
  }
  to {
    transform: translate3d(71vw, -138vh, 0);
  }
}

.circle-container:nth-child(192) .circle {
  -webkit-animation-delay: 881ms;
  animation-delay: 881ms;
}

.circle-container:nth-child(193) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-193;
  animation-name: move-frames-193;
  -webkit-animation-duration: 34975ms;
  animation-duration: 34975ms;
  -webkit-animation-delay: 34707ms;
  animation-delay: 34707ms;
}

@-webkit-keyframes move-frames-193 {
  from {
    transform: translate3d(54vw, 106vh, 0);
  }
  to {
    transform: translate3d(100vw, -111vh, 0);
  }
}

@keyframes move-frames-193 {
  from {
    transform: translate3d(54vw, 106vh, 0);
  }
  to {
    transform: translate3d(100vw, -111vh, 0);
  }
}

.circle-container:nth-child(193) .circle {
  -webkit-animation-delay: 18ms;
  animation-delay: 18ms;
}

.circle-container:nth-child(194) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-194;
  animation-name: move-frames-194;
  -webkit-animation-duration: 36238ms;
  animation-duration: 36238ms;
  -webkit-animation-delay: 32656ms;
  animation-delay: 32656ms;
}

@-webkit-keyframes move-frames-194 {
  from {
    transform: translate3d(20vw, 107vh, 0);
  }
  to {
    transform: translate3d(36vw, -136vh, 0);
  }
}

@keyframes move-frames-194 {
  from {
    transform: translate3d(20vw, 107vh, 0);
  }
  to {
    transform: translate3d(36vw, -136vh, 0);
  }
}

.circle-container:nth-child(194) .circle {
  -webkit-animation-delay: 3651ms;
  animation-delay: 3651ms;
}

.circle-container:nth-child(195) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-195;
  animation-name: move-frames-195;
  -webkit-animation-duration: 29814ms;
  animation-duration: 29814ms;
  -webkit-animation-delay: 27906ms;
  animation-delay: 27906ms;
}

@-webkit-keyframes move-frames-195 {
  from {
    transform: translate3d(35vw, 106vh, 0);
  }
  to {
    transform: translate3d(26vw, -111vh, 0);
  }
}

@keyframes move-frames-195 {
  from {
    transform: translate3d(35vw, 106vh, 0);
  }
  to {
    transform: translate3d(26vw, -111vh, 0);
  }
}

.circle-container:nth-child(195) .circle {
  -webkit-animation-delay: 902ms;
  animation-delay: 902ms;
}

.circle-container:nth-child(196) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-196;
  animation-name: move-frames-196;
  -webkit-animation-duration: 33859ms;
  animation-duration: 33859ms;
  -webkit-animation-delay: 24708ms;
  animation-delay: 24708ms;
}

@-webkit-keyframes move-frames-196 {
  from {
    transform: translate3d(15vw, 106vh, 0);
  }
  to {
    transform: translate3d(34vw, -130vh, 0);
  }
}

@keyframes move-frames-196 {
  from {
    transform: translate3d(15vw, 106vh, 0);
  }
  to {
    transform: translate3d(34vw, -130vh, 0);
  }
}

.circle-container:nth-child(196) .circle {
  -webkit-animation-delay: 890ms;
  animation-delay: 890ms;
}

.circle-container:nth-child(197) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-197;
  animation-name: move-frames-197;
  -webkit-animation-duration: 30527ms;
  animation-duration: 30527ms;
  -webkit-animation-delay: 19369ms;
  animation-delay: 19369ms;
}

@-webkit-keyframes move-frames-197 {
  from {
    transform: translate3d(96vw, 107vh, 0);
  }
  to {
    transform: translate3d(3vw, -120vh, 0);
  }
}

@keyframes move-frames-197 {
  from {
    transform: translate3d(96vw, 107vh, 0);
  }
  to {
    transform: translate3d(3vw, -120vh, 0);
  }
}

.circle-container:nth-child(197) .circle {
  -webkit-animation-delay: 1584ms;
  animation-delay: 1584ms;
}

.circle-container:nth-child(198) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-198;
  animation-name: move-frames-198;
  -webkit-animation-duration: 34529ms;
  animation-duration: 34529ms;
  -webkit-animation-delay: 23555ms;
  animation-delay: 23555ms;
}

@-webkit-keyframes move-frames-198 {
  from {
    transform: translate3d(13vw, 104vh, 0);
  }
  to {
    transform: translate3d(79vw, -120vh, 0);
  }
}

@keyframes move-frames-198 {
  from {
    transform: translate3d(13vw, 104vh, 0);
  }
  to {
    transform: translate3d(79vw, -120vh, 0);
  }
}

.circle-container:nth-child(198) .circle {
  -webkit-animation-delay: 3901ms;
  animation-delay: 3901ms;
}

.circle-container:nth-child(199) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-199;
  animation-name: move-frames-199;
  -webkit-animation-duration: 34451ms;
  animation-duration: 34451ms;
  -webkit-animation-delay: 31394ms;
  animation-delay: 31394ms;
}

@-webkit-keyframes move-frames-199 {
  from {
    transform: translate3d(54vw, 103vh, 0);
  }
  to {
    transform: translate3d(46vw, -118vh, 0);
  }
}

@keyframes move-frames-199 {
  from {
    transform: translate3d(54vw, 103vh, 0);
  }
  to {
    transform: translate3d(46vw, -118vh, 0);
  }
}

.circle-container:nth-child(199) .circle {
  -webkit-animation-delay: 3401ms;
  animation-delay: 3401ms;
}

.circle-container:nth-child(200) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-200;
  animation-name: move-frames-200;
  -webkit-animation-duration: 29939ms;
  animation-duration: 29939ms;
  -webkit-animation-delay: 26656ms;
  animation-delay: 26656ms;
}

@-webkit-keyframes move-frames-200 {
  from {
    transform: translate3d(55vw, 108vh, 0);
  }
  to {
    transform: translate3d(23vw, -133vh, 0);
  }
}

@keyframes move-frames-200 {
  from {
    transform: translate3d(55vw, 108vh, 0);
  }
  to {
    transform: translate3d(23vw, -133vh, 0);
  }
}

.circle-container:nth-child(200) .circle {
  -webkit-animation-delay: 2401ms;
  animation-delay: 2401ms;
}

.message {
  position: absolute;
  right: 20px;
  bottom: 10px;
  color: white;
  font-family: "Josefin Slab", serif;
  line-height: 27px;
  font-size: 18px;
  text-align: right;
  pointer-events: none;
  -webkit-animation: message-frames 1.5s ease 5s forwards;
  animation: message-frames 1.5s ease 5s forwards;
  opacity: 0;
}

@-webkit-keyframes message-frames {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes message-frames {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}