* {
  margin: 0;
  padding: 0;
}

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

body {
  background-color: #000000;
}

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

.background {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
transform: translate(-50%, -50%);

  width: 400px;
  height: 281px;



}

.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: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-1;
          animation-name: move-frames-1;
  -webkit-animation-duration: 30828ms;
          animation-duration: 30828ms;
  -webkit-animation-delay: 729ms;
          animation-delay: 729ms;
}
@-webkit-keyframes move-frames-1 {
  from {
    transform: translate3d(39vw, 101vh, 0);
  }
  to {
    transform: translate3d(12vw, -104vh, 0);
  }
}
@keyframes move-frames-1 {
  from {
    transform: translate3d(39vw, 101vh, 0);
  }
  to {
    transform: translate3d(12vw, -104vh, 0);
  }
}
.circle-container:nth-child(1) .circle {
  -webkit-animation-delay: 894ms;
          animation-delay: 894ms;
}
.circle-container:nth-child(2) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-2;
          animation-name: move-frames-2;
  -webkit-animation-duration: 33359ms;
          animation-duration: 33359ms;
  -webkit-animation-delay: 3637ms;
          animation-delay: 3637ms;
}
@-webkit-keyframes move-frames-2 {
  from {
    transform: translate3d(100vw, 102vh, 0);
  }
  to {
    transform: translate3d(54vw, -132vh, 0);
  }
}
@keyframes move-frames-2 {
  from {
    transform: translate3d(100vw, 102vh, 0);
  }
  to {
    transform: translate3d(54vw, -132vh, 0);
  }
}
.circle-container:nth-child(2) .circle {
  -webkit-animation-delay: 982ms;
          animation-delay: 982ms;
}
.circle-container:nth-child(3) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-3;
          animation-name: move-frames-3;
  -webkit-animation-duration: 28578ms;
          animation-duration: 28578ms;
  -webkit-animation-delay: 9144ms;
          animation-delay: 9144ms;
}
@-webkit-keyframes move-frames-3 {
  from {
    transform: translate3d(71vw, 101vh, 0);
  }
  to {
    transform: translate3d(63vw, -127vh, 0);
  }
}
@keyframes move-frames-3 {
  from {
    transform: translate3d(71vw, 101vh, 0);
  }
  to {
    transform: translate3d(63vw, -127vh, 0);
  }
}
.circle-container:nth-child(3) .circle {
  -webkit-animation-delay: 3131ms;
          animation-delay: 3131ms;
}
.circle-container:nth-child(4) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-4;
          animation-name: move-frames-4;
  -webkit-animation-duration: 36869ms;
          animation-duration: 36869ms;
  -webkit-animation-delay: 27016ms;
          animation-delay: 27016ms;
}
@-webkit-keyframes move-frames-4 {
  from {
    transform: translate3d(36vw, 108vh, 0);
  }
  to {
    transform: translate3d(12vw, -128vh, 0);
  }
}
@keyframes move-frames-4 {
  from {
    transform: translate3d(36vw, 108vh, 0);
  }
  to {
    transform: translate3d(12vw, -128vh, 0);
  }
}
.circle-container:nth-child(4) .circle {
  -webkit-animation-delay: 777ms;
          animation-delay: 777ms;
}
.circle-container:nth-child(5) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-5;
          animation-name: move-frames-5;
  -webkit-animation-duration: 31968ms;
          animation-duration: 31968ms;
  -webkit-animation-delay: 6163ms;
          animation-delay: 6163ms;
}
@-webkit-keyframes move-frames-5 {
  from {
    transform: translate3d(62vw, 109vh, 0);
  }
  to {
    transform: translate3d(8vw, -119vh, 0);
  }
}
@keyframes move-frames-5 {
  from {
    transform: translate3d(62vw, 109vh, 0);
  }
  to {
    transform: translate3d(8vw, -119vh, 0);
  }
}
.circle-container:nth-child(5) .circle {
  -webkit-animation-delay: 512ms;
          animation-delay: 512ms;
}
.circle-container:nth-child(6) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-6;
          animation-name: move-frames-6;
  -webkit-animation-duration: 34334ms;
          animation-duration: 34334ms;
  -webkit-animation-delay: 30758ms;
          animation-delay: 30758ms;
}
@-webkit-keyframes move-frames-6 {
  from {
    transform: translate3d(51vw, 108vh, 0);
  }
  to {
    transform: translate3d(17vw, -128vh, 0);
  }
}
@keyframes move-frames-6 {
  from {
    transform: translate3d(51vw, 108vh, 0);
  }
  to {
    transform: translate3d(17vw, -128vh, 0);
  }
}
.circle-container:nth-child(6) .circle {
  -webkit-animation-delay: 1981ms;
          animation-delay: 1981ms;
}
.circle-container:nth-child(7) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-7;
          animation-name: move-frames-7;
  -webkit-animation-duration: 28367ms;
          animation-duration: 28367ms;
  -webkit-animation-delay: 9278ms;
          animation-delay: 9278ms;
}
@-webkit-keyframes move-frames-7 {
  from {
    transform: translate3d(57vw, 107vh, 0);
  }
  to {
    transform: translate3d(27vw, -137vh, 0);
  }
}
@keyframes move-frames-7 {
  from {
    transform: translate3d(57vw, 107vh, 0);
  }
  to {
    transform: translate3d(27vw, -137vh, 0);
  }
}
.circle-container:nth-child(7) .circle {
  -webkit-animation-delay: 2805ms;
          animation-delay: 2805ms;
}
.circle-container:nth-child(8) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-8;
          animation-name: move-frames-8;
  -webkit-animation-duration: 30002ms;
          animation-duration: 30002ms;
  -webkit-animation-delay: 850ms;
          animation-delay: 850ms;
}
@-webkit-keyframes move-frames-8 {
  from {
    transform: translate3d(46vw, 110vh, 0);
  }
  to {
    transform: translate3d(29vw, -118vh, 0);
  }
}
@keyframes move-frames-8 {
  from {
    transform: translate3d(46vw, 110vh, 0);
  }
  to {
    transform: translate3d(29vw, -118vh, 0);
  }
}
.circle-container:nth-child(8) .circle {
  -webkit-animation-delay: 2161ms;
          animation-delay: 2161ms;
}
.circle-container:nth-child(9) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-9;
          animation-name: move-frames-9;
  -webkit-animation-duration: 34198ms;
          animation-duration: 34198ms;
  -webkit-animation-delay: 33066ms;
          animation-delay: 33066ms;
}
@-webkit-keyframes move-frames-9 {
  from {
    transform: translate3d(14vw, 105vh, 0);
  }
  to {
    transform: translate3d(60vw, -115vh, 0);
  }
}
@keyframes move-frames-9 {
  from {
    transform: translate3d(14vw, 105vh, 0);
  }
  to {
    transform: translate3d(60vw, -115vh, 0);
  }
}
.circle-container:nth-child(9) .circle {
  -webkit-animation-delay: 2950ms;
          animation-delay: 2950ms;
}
.circle-container:nth-child(10) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-10;
          animation-name: move-frames-10;
  -webkit-animation-duration: 32387ms;
          animation-duration: 32387ms;
  -webkit-animation-delay: 6569ms;
          animation-delay: 6569ms;
}
@-webkit-keyframes move-frames-10 {
  from {
    transform: translate3d(80vw, 110vh, 0);
  }
  to {
    transform: translate3d(94vw, -111vh, 0);
  }
}
@keyframes move-frames-10 {
  from {
    transform: translate3d(80vw, 110vh, 0);
  }
  to {
    transform: translate3d(94vw, -111vh, 0);
  }
}
.circle-container:nth-child(10) .circle {
  -webkit-animation-delay: 2073ms;
          animation-delay: 2073ms;
}
.circle-container:nth-child(11) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-11;
          animation-name: move-frames-11;
  -webkit-animation-duration: 31691ms;
          animation-duration: 31691ms;
  -webkit-animation-delay: 25363ms;
          animation-delay: 25363ms;
}
@-webkit-keyframes move-frames-11 {
  from {
    transform: translate3d(65vw, 101vh, 0);
  }
  to {
    transform: translate3d(11vw, -104vh, 0);
  }
}
@keyframes move-frames-11 {
  from {
    transform: translate3d(65vw, 101vh, 0);
  }
  to {
    transform: translate3d(11vw, -104vh, 0);
  }
}
.circle-container:nth-child(11) .circle {
  -webkit-animation-delay: 3252ms;
          animation-delay: 3252ms;
}
.circle-container:nth-child(12) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-12;
          animation-name: move-frames-12;
  -webkit-animation-duration: 35300ms;
          animation-duration: 35300ms;
  -webkit-animation-delay: 33900ms;
          animation-delay: 33900ms;
}
@-webkit-keyframes move-frames-12 {
  from {
    transform: translate3d(87vw, 106vh, 0);
  }
  to {
    transform: translate3d(5vw, -125vh, 0);
  }
}
@keyframes move-frames-12 {
  from {
    transform: translate3d(87vw, 106vh, 0);
  }
  to {
    transform: translate3d(5vw, -125vh, 0);
  }
}
.circle-container:nth-child(12) .circle {
  -webkit-animation-delay: 1029ms;
          animation-delay: 1029ms;
}
.circle-container:nth-child(13) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-13;
          animation-name: move-frames-13;
  -webkit-animation-duration: 32030ms;
          animation-duration: 32030ms;
  -webkit-animation-delay: 26147ms;
          animation-delay: 26147ms;
}
@-webkit-keyframes move-frames-13 {
  from {
    transform: translate3d(64vw, 110vh, 0);
  }
  to {
    transform: translate3d(33vw, -121vh, 0);
  }
}
@keyframes move-frames-13 {
  from {
    transform: translate3d(64vw, 110vh, 0);
  }
  to {
    transform: translate3d(33vw, -121vh, 0);
  }
}
.circle-container:nth-child(13) .circle {
  -webkit-animation-delay: 2311ms;
          animation-delay: 2311ms;
}
.circle-container:nth-child(14) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-14;
          animation-name: move-frames-14;
  -webkit-animation-duration: 28369ms;
          animation-duration: 28369ms;
  -webkit-animation-delay: 35333ms;
          animation-delay: 35333ms;
}
@-webkit-keyframes move-frames-14 {
  from {
    transform: translate3d(79vw, 110vh, 0);
  }
  to {
    transform: translate3d(17vw, -113vh, 0);
  }
}
@keyframes move-frames-14 {
  from {
    transform: translate3d(79vw, 110vh, 0);
  }
  to {
    transform: translate3d(17vw, -113vh, 0);
  }
}
.circle-container:nth-child(14) .circle {
  -webkit-animation-delay: 340ms;
          animation-delay: 340ms;
}
.circle-container:nth-child(15) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-15;
          animation-name: move-frames-15;
  -webkit-animation-duration: 32100ms;
          animation-duration: 32100ms;
  -webkit-animation-delay: 25236ms;
          animation-delay: 25236ms;
}
@-webkit-keyframes move-frames-15 {
  from {
    transform: translate3d(99vw, 104vh, 0);
  }
  to {
    transform: translate3d(12vw, -124vh, 0);
  }
}
@keyframes move-frames-15 {
  from {
    transform: translate3d(99vw, 104vh, 0);
  }
  to {
    transform: translate3d(12vw, -124vh, 0);
  }
}
.circle-container:nth-child(15) .circle {
  -webkit-animation-delay: 3462ms;
          animation-delay: 3462ms;
}
.circle-container:nth-child(16) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-16;
          animation-name: move-frames-16;
  -webkit-animation-duration: 32516ms;
          animation-duration: 32516ms;
  -webkit-animation-delay: 26261ms;
          animation-delay: 26261ms;
}
@-webkit-keyframes move-frames-16 {
  from {
    transform: translate3d(93vw, 108vh, 0);
  }
  to {
    transform: translate3d(24vw, -132vh, 0);
  }
}
@keyframes move-frames-16 {
  from {
    transform: translate3d(93vw, 108vh, 0);
  }
  to {
    transform: translate3d(24vw, -132vh, 0);
  }
}
.circle-container:nth-child(16) .circle {
  -webkit-animation-delay: 3163ms;
          animation-delay: 3163ms;
}
.circle-container:nth-child(17) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-17;
          animation-name: move-frames-17;
  -webkit-animation-duration: 28808ms;
          animation-duration: 28808ms;
  -webkit-animation-delay: 12891ms;
          animation-delay: 12891ms;
}
@-webkit-keyframes move-frames-17 {
  from {
    transform: translate3d(40vw, 107vh, 0);
  }
  to {
    transform: translate3d(49vw, -117vh, 0);
  }
}
@keyframes move-frames-17 {
  from {
    transform: translate3d(40vw, 107vh, 0);
  }
  to {
    transform: translate3d(49vw, -117vh, 0);
  }
}
.circle-container:nth-child(17) .circle {
  -webkit-animation-delay: 710ms;
          animation-delay: 710ms;
}
.circle-container:nth-child(18) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-18;
          animation-name: move-frames-18;
  -webkit-animation-duration: 36989ms;
          animation-duration: 36989ms;
  -webkit-animation-delay: 6763ms;
          animation-delay: 6763ms;
}
@-webkit-keyframes move-frames-18 {
  from {
    transform: translate3d(21vw, 109vh, 0);
  }
  to {
    transform: translate3d(93vw, -122vh, 0);
  }
}
@keyframes move-frames-18 {
  from {
    transform: translate3d(21vw, 109vh, 0);
  }
  to {
    transform: translate3d(93vw, -122vh, 0);
  }
}
.circle-container:nth-child(18) .circle {
  -webkit-animation-delay: 2206ms;
          animation-delay: 2206ms;
}
.circle-container:nth-child(19) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-19;
          animation-name: move-frames-19;
  -webkit-animation-duration: 36640ms;
          animation-duration: 36640ms;
  -webkit-animation-delay: 35756ms;
          animation-delay: 35756ms;
}
@-webkit-keyframes move-frames-19 {
  from {
    transform: translate3d(9vw, 108vh, 0);
  }
  to {
    transform: translate3d(2vw, -110vh, 0);
  }
}
@keyframes move-frames-19 {
  from {
    transform: translate3d(9vw, 108vh, 0);
  }
  to {
    transform: translate3d(2vw, -110vh, 0);
  }
}
.circle-container:nth-child(19) .circle {
  -webkit-animation-delay: 3582ms;
          animation-delay: 3582ms;
}
.circle-container:nth-child(20) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-20;
          animation-name: move-frames-20;
  -webkit-animation-duration: 33947ms;
          animation-duration: 33947ms;
  -webkit-animation-delay: 1133ms;
          animation-delay: 1133ms;
}
@-webkit-keyframes move-frames-20 {
  from {
    transform: translate3d(29vw, 108vh, 0);
  }
  to {
    transform: translate3d(14vw, -112vh, 0);
  }
}
@keyframes move-frames-20 {
  from {
    transform: translate3d(29vw, 108vh, 0);
  }
  to {
    transform: translate3d(14vw, -112vh, 0);
  }
}
.circle-container:nth-child(20) .circle {
  -webkit-animation-delay: 3564ms;
          animation-delay: 3564ms;
}
.circle-container:nth-child(21) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-21;
          animation-name: move-frames-21;
  -webkit-animation-duration: 34955ms;
          animation-duration: 34955ms;
  -webkit-animation-delay: 27692ms;
          animation-delay: 27692ms;
}
@-webkit-keyframes move-frames-21 {
  from {
    transform: translate3d(91vw, 104vh, 0);
  }
  to {
    transform: translate3d(8vw, -134vh, 0);
  }
}
@keyframes move-frames-21 {
  from {
    transform: translate3d(91vw, 104vh, 0);
  }
  to {
    transform: translate3d(8vw, -134vh, 0);
  }
}
.circle-container:nth-child(21) .circle {
  -webkit-animation-delay: 3324ms;
          animation-delay: 3324ms;
}
.circle-container:nth-child(22) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-22;
          animation-name: move-frames-22;
  -webkit-animation-duration: 30765ms;
          animation-duration: 30765ms;
  -webkit-animation-delay: 35782ms;
          animation-delay: 35782ms;
}
@-webkit-keyframes move-frames-22 {
  from {
    transform: translate3d(34vw, 110vh, 0);
  }
  to {
    transform: translate3d(36vw, -134vh, 0);
  }
}
@keyframes move-frames-22 {
  from {
    transform: translate3d(34vw, 110vh, 0);
  }
  to {
    transform: translate3d(36vw, -134vh, 0);
  }
}
.circle-container:nth-child(22) .circle {
  -webkit-animation-delay: 2611ms;
          animation-delay: 2611ms;
}
.circle-container:nth-child(23) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-23;
          animation-name: move-frames-23;
  -webkit-animation-duration: 31996ms;
          animation-duration: 31996ms;
  -webkit-animation-delay: 17357ms;
          animation-delay: 17357ms;
}
@-webkit-keyframes move-frames-23 {
  from {
    transform: translate3d(86vw, 105vh, 0);
  }
  to {
    transform: translate3d(5vw, -128vh, 0);
  }
}
@keyframes move-frames-23 {
  from {
    transform: translate3d(86vw, 105vh, 0);
  }
  to {
    transform: translate3d(5vw, -128vh, 0);
  }
}
.circle-container:nth-child(23) .circle {
  -webkit-animation-delay: 3053ms;
          animation-delay: 3053ms;
}
.circle-container:nth-child(24) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-24;
          animation-name: move-frames-24;
  -webkit-animation-duration: 35927ms;
          animation-duration: 35927ms;
  -webkit-animation-delay: 10714ms;
          animation-delay: 10714ms;
}
@-webkit-keyframes move-frames-24 {
  from {
    transform: translate3d(35vw, 106vh, 0);
  }
  to {
    transform: translate3d(8vw, -135vh, 0);
  }
}
@keyframes move-frames-24 {
  from {
    transform: translate3d(35vw, 106vh, 0);
  }
  to {
    transform: translate3d(8vw, -135vh, 0);
  }
}
.circle-container:nth-child(24) .circle {
  -webkit-animation-delay: 321ms;
          animation-delay: 321ms;
}
.circle-container:nth-child(25) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-25;
          animation-name: move-frames-25;
  -webkit-animation-duration: 36867ms;
          animation-duration: 36867ms;
  -webkit-animation-delay: 14557ms;
          animation-delay: 14557ms;
}
@-webkit-keyframes move-frames-25 {
  from {
    transform: translate3d(89vw, 109vh, 0);
  }
  to {
    transform: translate3d(49vw, -112vh, 0);
  }
}
@keyframes move-frames-25 {
  from {
    transform: translate3d(89vw, 109vh, 0);
  }
  to {
    transform: translate3d(49vw, -112vh, 0);
  }
}
.circle-container:nth-child(25) .circle {
  -webkit-animation-delay: 1745ms;
          animation-delay: 1745ms;
}
.circle-container:nth-child(26) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-26;
          animation-name: move-frames-26;
  -webkit-animation-duration: 36511ms;
          animation-duration: 36511ms;
  -webkit-animation-delay: 18246ms;
          animation-delay: 18246ms;
}
@-webkit-keyframes move-frames-26 {
  from {
    transform: translate3d(57vw, 104vh, 0);
  }
  to {
    transform: translate3d(89vw, -107vh, 0);
  }
}
@keyframes move-frames-26 {
  from {
    transform: translate3d(57vw, 104vh, 0);
  }
  to {
    transform: translate3d(89vw, -107vh, 0);
  }
}
.circle-container:nth-child(26) .circle {
  -webkit-animation-delay: 666ms;
          animation-delay: 666ms;
}
.circle-container:nth-child(27) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-27;
          animation-name: move-frames-27;
  -webkit-animation-duration: 36242ms;
          animation-duration: 36242ms;
  -webkit-animation-delay: 13106ms;
          animation-delay: 13106ms;
}
@-webkit-keyframes move-frames-27 {
  from {
    transform: translate3d(11vw, 101vh, 0);
  }
  to {
    transform: translate3d(70vw, -107vh, 0);
  }
}
@keyframes move-frames-27 {
  from {
    transform: translate3d(11vw, 101vh, 0);
  }
  to {
    transform: translate3d(70vw, -107vh, 0);
  }
}
.circle-container:nth-child(27) .circle {
  -webkit-animation-delay: 281ms;
          animation-delay: 281ms;
}
.circle-container:nth-child(28) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-28;
          animation-name: move-frames-28;
  -webkit-animation-duration: 30040ms;
          animation-duration: 30040ms;
  -webkit-animation-delay: 32695ms;
          animation-delay: 32695ms;
}
@-webkit-keyframes move-frames-28 {
  from {
    transform: translate3d(12vw, 107vh, 0);
  }
  to {
    transform: translate3d(13vw, -123vh, 0);
  }
}
@keyframes move-frames-28 {
  from {
    transform: translate3d(12vw, 107vh, 0);
  }
  to {
    transform: translate3d(13vw, -123vh, 0);
  }
}
.circle-container:nth-child(28) .circle {
  -webkit-animation-delay: 286ms;
          animation-delay: 286ms;
}
.circle-container:nth-child(29) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-29;
          animation-name: move-frames-29;
  -webkit-animation-duration: 34562ms;
          animation-duration: 34562ms;
  -webkit-animation-delay: 7158ms;
          animation-delay: 7158ms;
}
@-webkit-keyframes move-frames-29 {
  from {
    transform: translate3d(63vw, 102vh, 0);
  }
  to {
    transform: translate3d(17vw, -120vh, 0);
  }
}
@keyframes move-frames-29 {
  from {
    transform: translate3d(63vw, 102vh, 0);
  }
  to {
    transform: translate3d(17vw, -120vh, 0);
  }
}
.circle-container:nth-child(29) .circle {
  -webkit-animation-delay: 1438ms;
          animation-delay: 1438ms;
}
.circle-container:nth-child(30) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-30;
          animation-name: move-frames-30;
  -webkit-animation-duration: 28228ms;
          animation-duration: 28228ms;
  -webkit-animation-delay: 18248ms;
          animation-delay: 18248ms;
}
@-webkit-keyframes move-frames-30 {
  from {
    transform: translate3d(76vw, 105vh, 0);
  }
  to {
    transform: translate3d(35vw, -110vh, 0);
  }
}
@keyframes move-frames-30 {
  from {
    transform: translate3d(76vw, 105vh, 0);
  }
  to {
    transform: translate3d(35vw, -110vh, 0);
  }
}
.circle-container:nth-child(30) .circle {
  -webkit-animation-delay: 2347ms;
          animation-delay: 2347ms;
}
.circle-container:nth-child(31) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-31;
          animation-name: move-frames-31;
  -webkit-animation-duration: 36118ms;
          animation-duration: 36118ms;
  -webkit-animation-delay: 30081ms;
          animation-delay: 30081ms;
}
@-webkit-keyframes move-frames-31 {
  from {
    transform: translate3d(26vw, 109vh, 0);
  }
  to {
    transform: translate3d(66vw, -111vh, 0);
  }
}
@keyframes move-frames-31 {
  from {
    transform: translate3d(26vw, 109vh, 0);
  }
  to {
    transform: translate3d(66vw, -111vh, 0);
  }
}
.circle-container:nth-child(31) .circle {
  -webkit-animation-delay: 718ms;
          animation-delay: 718ms;
}
.circle-container:nth-child(32) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-32;
          animation-name: move-frames-32;
  -webkit-animation-duration: 30897ms;
          animation-duration: 30897ms;
  -webkit-animation-delay: 903ms;
          animation-delay: 903ms;
}
@-webkit-keyframes move-frames-32 {
  from {
    transform: translate3d(91vw, 106vh, 0);
  }
  to {
    transform: translate3d(94vw, -113vh, 0);
  }
}
@keyframes move-frames-32 {
  from {
    transform: translate3d(91vw, 106vh, 0);
  }
  to {
    transform: translate3d(94vw, -113vh, 0);
  }
}
.circle-container:nth-child(32) .circle {
  -webkit-animation-delay: 2499ms;
          animation-delay: 2499ms;
}
.circle-container:nth-child(33) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-33;
          animation-name: move-frames-33;
  -webkit-animation-duration: 33174ms;
          animation-duration: 33174ms;
  -webkit-animation-delay: 6573ms;
          animation-delay: 6573ms;
}
@-webkit-keyframes move-frames-33 {
  from {
    transform: translate3d(59vw, 110vh, 0);
  }
  to {
    transform: translate3d(90vw, -119vh, 0);
  }
}
@keyframes move-frames-33 {
  from {
    transform: translate3d(59vw, 110vh, 0);
  }
  to {
    transform: translate3d(90vw, -119vh, 0);
  }
}
.circle-container:nth-child(33) .circle {
  -webkit-animation-delay: 3303ms;
          animation-delay: 3303ms;
}
.circle-container:nth-child(34) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-34;
          animation-name: move-frames-34;
  -webkit-animation-duration: 30931ms;
          animation-duration: 30931ms;
  -webkit-animation-delay: 36454ms;
          animation-delay: 36454ms;
}
@-webkit-keyframes move-frames-34 {
  from {
    transform: translate3d(56vw, 104vh, 0);
  }
  to {
    transform: translate3d(57vw, -110vh, 0);
  }
}
@keyframes move-frames-34 {
  from {
    transform: translate3d(56vw, 104vh, 0);
  }
  to {
    transform: translate3d(57vw, -110vh, 0);
  }
}
.circle-container:nth-child(34) .circle {
  -webkit-animation-delay: 1769ms;
          animation-delay: 1769ms;
}
.circle-container:nth-child(35) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-35;
          animation-name: move-frames-35;
  -webkit-animation-duration: 36760ms;
          animation-duration: 36760ms;
  -webkit-animation-delay: 14085ms;
          animation-delay: 14085ms;
}
@-webkit-keyframes move-frames-35 {
  from {
    transform: translate3d(60vw, 104vh, 0);
  }
  to {
    transform: translate3d(37vw, -128vh, 0);
  }
}
@keyframes move-frames-35 {
  from {
    transform: translate3d(60vw, 104vh, 0);
  }
  to {
    transform: translate3d(37vw, -128vh, 0);
  }
}
.circle-container:nth-child(35) .circle {
  -webkit-animation-delay: 588ms;
          animation-delay: 588ms;
}
.circle-container:nth-child(36) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-36;
          animation-name: move-frames-36;
  -webkit-animation-duration: 33924ms;
          animation-duration: 33924ms;
  -webkit-animation-delay: 19235ms;
          animation-delay: 19235ms;
}
@-webkit-keyframes move-frames-36 {
  from {
    transform: translate3d(47vw, 107vh, 0);
  }
  to {
    transform: translate3d(27vw, -122vh, 0);
  }
}
@keyframes move-frames-36 {
  from {
    transform: translate3d(47vw, 107vh, 0);
  }
  to {
    transform: translate3d(27vw, -122vh, 0);
  }
}
.circle-container:nth-child(36) .circle {
  -webkit-animation-delay: 1802ms;
          animation-delay: 1802ms;
}
.circle-container:nth-child(37) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-37;
          animation-name: move-frames-37;
  -webkit-animation-duration: 30519ms;
          animation-duration: 30519ms;
  -webkit-animation-delay: 24085ms;
          animation-delay: 24085ms;
}
@-webkit-keyframes move-frames-37 {
  from {
    transform: translate3d(65vw, 102vh, 0);
  }
  to {
    transform: translate3d(67vw, -130vh, 0);
  }
}
@keyframes move-frames-37 {
  from {
    transform: translate3d(65vw, 102vh, 0);
  }
  to {
    transform: translate3d(67vw, -130vh, 0);
  }
}
.circle-container:nth-child(37) .circle {
  -webkit-animation-delay: 2526ms;
          animation-delay: 2526ms;
}
.circle-container:nth-child(38) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-38;
          animation-name: move-frames-38;
  -webkit-animation-duration: 34907ms;
          animation-duration: 34907ms;
  -webkit-animation-delay: 22316ms;
          animation-delay: 22316ms;
}
@-webkit-keyframes move-frames-38 {
  from {
    transform: translate3d(78vw, 102vh, 0);
  }
  to {
    transform: translate3d(25vw, -104vh, 0);
  }
}
@keyframes move-frames-38 {
  from {
    transform: translate3d(78vw, 102vh, 0);
  }
  to {
    transform: translate3d(25vw, -104vh, 0);
  }
}
.circle-container:nth-child(38) .circle {
  -webkit-animation-delay: 2579ms;
          animation-delay: 2579ms;
}
.circle-container:nth-child(39) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-39;
          animation-name: move-frames-39;
  -webkit-animation-duration: 33832ms;
          animation-duration: 33832ms;
  -webkit-animation-delay: 20414ms;
          animation-delay: 20414ms;
}
@-webkit-keyframes move-frames-39 {
  from {
    transform: translate3d(67vw, 106vh, 0);
  }
  to {
    transform: translate3d(34vw, -112vh, 0);
  }
}
@keyframes move-frames-39 {
  from {
    transform: translate3d(67vw, 106vh, 0);
  }
  to {
    transform: translate3d(34vw, -112vh, 0);
  }
}
.circle-container:nth-child(39) .circle {
  -webkit-animation-delay: 1322ms;
          animation-delay: 1322ms;
}
.circle-container:nth-child(40) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-40;
          animation-name: move-frames-40;
  -webkit-animation-duration: 32414ms;
          animation-duration: 32414ms;
  -webkit-animation-delay: 24903ms;
          animation-delay: 24903ms;
}
@-webkit-keyframes move-frames-40 {
  from {
    transform: translate3d(77vw, 106vh, 0);
  }
  to {
    transform: translate3d(51vw, -122vh, 0);
  }
}
@keyframes move-frames-40 {
  from {
    transform: translate3d(77vw, 106vh, 0);
  }
  to {
    transform: translate3d(51vw, -122vh, 0);
  }
}
.circle-container:nth-child(40) .circle {
  -webkit-animation-delay: 527ms;
          animation-delay: 527ms;
}
.circle-container:nth-child(41) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-41;
          animation-name: move-frames-41;
  -webkit-animation-duration: 29836ms;
          animation-duration: 29836ms;
  -webkit-animation-delay: 19373ms;
          animation-delay: 19373ms;
}
@-webkit-keyframes move-frames-41 {
  from {
    transform: translate3d(28vw, 102vh, 0);
  }
  to {
    transform: translate3d(92vw, -130vh, 0);
  }
}
@keyframes move-frames-41 {
  from {
    transform: translate3d(28vw, 102vh, 0);
  }
  to {
    transform: translate3d(92vw, -130vh, 0);
  }
}
.circle-container:nth-child(41) .circle {
  -webkit-animation-delay: 3165ms;
          animation-delay: 3165ms;
}
.circle-container:nth-child(42) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-42;
          animation-name: move-frames-42;
  -webkit-animation-duration: 35155ms;
          animation-duration: 35155ms;
  -webkit-animation-delay: 32709ms;
          animation-delay: 32709ms;
}
@-webkit-keyframes move-frames-42 {
  from {
    transform: translate3d(6vw, 107vh, 0);
  }
  to {
    transform: translate3d(53vw, -133vh, 0);
  }
}
@keyframes move-frames-42 {
  from {
    transform: translate3d(6vw, 107vh, 0);
  }
  to {
    transform: translate3d(53vw, -133vh, 0);
  }
}
.circle-container:nth-child(42) .circle {
  -webkit-animation-delay: 665ms;
          animation-delay: 665ms;
}
.circle-container:nth-child(43) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-43;
          animation-name: move-frames-43;
  -webkit-animation-duration: 28768ms;
          animation-duration: 28768ms;
  -webkit-animation-delay: 19902ms;
          animation-delay: 19902ms;
}
@-webkit-keyframes move-frames-43 {
  from {
    transform: translate3d(16vw, 103vh, 0);
  }
  to {
    transform: translate3d(76vw, -130vh, 0);
  }
}
@keyframes move-frames-43 {
  from {
    transform: translate3d(16vw, 103vh, 0);
  }
  to {
    transform: translate3d(76vw, -130vh, 0);
  }
}
.circle-container:nth-child(43) .circle {
  -webkit-animation-delay: 3689ms;
          animation-delay: 3689ms;
}
.circle-container:nth-child(44) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-44;
          animation-name: move-frames-44;
  -webkit-animation-duration: 34513ms;
          animation-duration: 34513ms;
  -webkit-animation-delay: 308ms;
          animation-delay: 308ms;
}
@-webkit-keyframes move-frames-44 {
  from {
    transform: translate3d(11vw, 105vh, 0);
  }
  to {
    transform: translate3d(42vw, -117vh, 0);
  }
}
@keyframes move-frames-44 {
  from {
    transform: translate3d(11vw, 105vh, 0);
  }
  to {
    transform: translate3d(42vw, -117vh, 0);
  }
}
.circle-container:nth-child(44) .circle {
  -webkit-animation-delay: 936ms;
          animation-delay: 936ms;
}
.circle-container:nth-child(45) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-45;
          animation-name: move-frames-45;
  -webkit-animation-duration: 33241ms;
          animation-duration: 33241ms;
  -webkit-animation-delay: 18561ms;
          animation-delay: 18561ms;
}
@-webkit-keyframes move-frames-45 {
  from {
    transform: translate3d(50vw, 108vh, 0);
  }
  to {
    transform: translate3d(27vw, -125vh, 0);
  }
}
@keyframes move-frames-45 {
  from {
    transform: translate3d(50vw, 108vh, 0);
  }
  to {
    transform: translate3d(27vw, -125vh, 0);
  }
}
.circle-container:nth-child(45) .circle {
  -webkit-animation-delay: 2540ms;
          animation-delay: 2540ms;
}
.circle-container:nth-child(46) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-46;
          animation-name: move-frames-46;
  -webkit-animation-duration: 33355ms;
          animation-duration: 33355ms;
  -webkit-animation-delay: 10086ms;
          animation-delay: 10086ms;
}
@-webkit-keyframes move-frames-46 {
  from {
    transform: translate3d(71vw, 101vh, 0);
  }
  to {
    transform: translate3d(15vw, -127vh, 0);
  }
}
@keyframes move-frames-46 {
  from {
    transform: translate3d(71vw, 101vh, 0);
  }
  to {
    transform: translate3d(15vw, -127vh, 0);
  }
}
.circle-container:nth-child(46) .circle {
  -webkit-animation-delay: 514ms;
          animation-delay: 514ms;
}
.circle-container:nth-child(47) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-47;
          animation-name: move-frames-47;
  -webkit-animation-duration: 32118ms;
          animation-duration: 32118ms;
  -webkit-animation-delay: 26348ms;
          animation-delay: 26348ms;
}
@-webkit-keyframes move-frames-47 {
  from {
    transform: translate3d(12vw, 107vh, 0);
  }
  to {
    transform: translate3d(20vw, -114vh, 0);
  }
}
@keyframes move-frames-47 {
  from {
    transform: translate3d(12vw, 107vh, 0);
  }
  to {
    transform: translate3d(20vw, -114vh, 0);
  }
}
.circle-container:nth-child(47) .circle {
  -webkit-animation-delay: 3787ms;
          animation-delay: 3787ms;
}
.circle-container:nth-child(48) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-48;
          animation-name: move-frames-48;
  -webkit-animation-duration: 32386ms;
          animation-duration: 32386ms;
  -webkit-animation-delay: 22874ms;
          animation-delay: 22874ms;
}
@-webkit-keyframes move-frames-48 {
  from {
    transform: translate3d(40vw, 102vh, 0);
  }
  to {
    transform: translate3d(63vw, -126vh, 0);
  }
}
@keyframes move-frames-48 {
  from {
    transform: translate3d(40vw, 102vh, 0);
  }
  to {
    transform: translate3d(63vw, -126vh, 0);
  }
}
.circle-container:nth-child(48) .circle {
  -webkit-animation-delay: 461ms;
          animation-delay: 461ms;
}
.circle-container:nth-child(49) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-49;
          animation-name: move-frames-49;
  -webkit-animation-duration: 28695ms;
          animation-duration: 28695ms;
  -webkit-animation-delay: 3072ms;
          animation-delay: 3072ms;
}
@-webkit-keyframes move-frames-49 {
  from {
    transform: translate3d(52vw, 108vh, 0);
  }
  to {
    transform: translate3d(33vw, -137vh, 0);
  }
}
@keyframes move-frames-49 {
  from {
    transform: translate3d(52vw, 108vh, 0);
  }
  to {
    transform: translate3d(33vw, -137vh, 0);
  }
}
.circle-container:nth-child(49) .circle {
  -webkit-animation-delay: 1048ms;
          animation-delay: 1048ms;
}
.circle-container:nth-child(50) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-50;
          animation-name: move-frames-50;
  -webkit-animation-duration: 34650ms;
          animation-duration: 34650ms;
  -webkit-animation-delay: 17762ms;
          animation-delay: 17762ms;
}
@-webkit-keyframes move-frames-50 {
  from {
    transform: translate3d(59vw, 109vh, 0);
  }
  to {
    transform: translate3d(7vw, -131vh, 0);
  }
}
@keyframes move-frames-50 {
  from {
    transform: translate3d(59vw, 109vh, 0);
  }
  to {
    transform: translate3d(7vw, -131vh, 0);
  }
}
.circle-container:nth-child(50) .circle {
  -webkit-animation-delay: 2647ms;
          animation-delay: 2647ms;
}
.circle-container:nth-child(51) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-51;
          animation-name: move-frames-51;
  -webkit-animation-duration: 28111ms;
          animation-duration: 28111ms;
  -webkit-animation-delay: 16154ms;
          animation-delay: 16154ms;
}
@-webkit-keyframes move-frames-51 {
  from {
    transform: translate3d(2vw, 109vh, 0);
  }
  to {
    transform: translate3d(39vw, -136vh, 0);
  }
}
@keyframes move-frames-51 {
  from {
    transform: translate3d(2vw, 109vh, 0);
  }
  to {
    transform: translate3d(39vw, -136vh, 0);
  }
}
.circle-container:nth-child(51) .circle {
  -webkit-animation-delay: 2384ms;
          animation-delay: 2384ms;
}
.circle-container:nth-child(52) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-52;
          animation-name: move-frames-52;
  -webkit-animation-duration: 36376ms;
          animation-duration: 36376ms;
  -webkit-animation-delay: 1013ms;
          animation-delay: 1013ms;
}
@-webkit-keyframes move-frames-52 {
  from {
    transform: translate3d(97vw, 101vh, 0);
  }
  to {
    transform: translate3d(56vw, -103vh, 0);
  }
}
@keyframes move-frames-52 {
  from {
    transform: translate3d(97vw, 101vh, 0);
  }
  to {
    transform: translate3d(56vw, -103vh, 0);
  }
}
.circle-container:nth-child(52) .circle {
  -webkit-animation-delay: 3562ms;
          animation-delay: 3562ms;
}
.circle-container:nth-child(53) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-53;
          animation-name: move-frames-53;
  -webkit-animation-duration: 34093ms;
          animation-duration: 34093ms;
  -webkit-animation-delay: 34732ms;
          animation-delay: 34732ms;
}
@-webkit-keyframes move-frames-53 {
  from {
    transform: translate3d(91vw, 104vh, 0);
  }
  to {
    transform: translate3d(1vw, -132vh, 0);
  }
}
@keyframes move-frames-53 {
  from {
    transform: translate3d(91vw, 104vh, 0);
  }
  to {
    transform: translate3d(1vw, -132vh, 0);
  }
}
.circle-container:nth-child(53) .circle {
  -webkit-animation-delay: 1118ms;
          animation-delay: 1118ms;
}
.circle-container:nth-child(54) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-54;
          animation-name: move-frames-54;
  -webkit-animation-duration: 32572ms;
          animation-duration: 32572ms;
  -webkit-animation-delay: 36972ms;
          animation-delay: 36972ms;
}
@-webkit-keyframes move-frames-54 {
  from {
    transform: translate3d(89vw, 105vh, 0);
  }
  to {
    transform: translate3d(81vw, -122vh, 0);
  }
}
@keyframes move-frames-54 {
  from {
    transform: translate3d(89vw, 105vh, 0);
  }
  to {
    transform: translate3d(81vw, -122vh, 0);
  }
}
.circle-container:nth-child(54) .circle {
  -webkit-animation-delay: 222ms;
          animation-delay: 222ms;
}
.circle-container:nth-child(55) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-55;
          animation-name: move-frames-55;
  -webkit-animation-duration: 33540ms;
          animation-duration: 33540ms;
  -webkit-animation-delay: 27190ms;
          animation-delay: 27190ms;
}
@-webkit-keyframes move-frames-55 {
  from {
    transform: translate3d(89vw, 109vh, 0);
  }
  to {
    transform: translate3d(59vw, -132vh, 0);
  }
}
@keyframes move-frames-55 {
  from {
    transform: translate3d(89vw, 109vh, 0);
  }
  to {
    transform: translate3d(59vw, -132vh, 0);
  }
}
.circle-container:nth-child(55) .circle {
  -webkit-animation-delay: 736ms;
          animation-delay: 736ms;
}
.circle-container:nth-child(56) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-56;
          animation-name: move-frames-56;
  -webkit-animation-duration: 33808ms;
          animation-duration: 33808ms;
  -webkit-animation-delay: 36621ms;
          animation-delay: 36621ms;
}
@-webkit-keyframes move-frames-56 {
  from {
    transform: translate3d(38vw, 102vh, 0);
  }
  to {
    transform: translate3d(83vw, -127vh, 0);
  }
}
@keyframes move-frames-56 {
  from {
    transform: translate3d(38vw, 102vh, 0);
  }
  to {
    transform: translate3d(83vw, -127vh, 0);
  }
}
.circle-container:nth-child(56) .circle {
  -webkit-animation-delay: 2466ms;
          animation-delay: 2466ms;
}
.circle-container:nth-child(57) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-57;
          animation-name: move-frames-57;
  -webkit-animation-duration: 35709ms;
          animation-duration: 35709ms;
  -webkit-animation-delay: 27725ms;
          animation-delay: 27725ms;
}
@-webkit-keyframes move-frames-57 {
  from {
    transform: translate3d(69vw, 109vh, 0);
  }
  to {
    transform: translate3d(95vw, -118vh, 0);
  }
}
@keyframes move-frames-57 {
  from {
    transform: translate3d(69vw, 109vh, 0);
  }
  to {
    transform: translate3d(95vw, -118vh, 0);
  }
}
.circle-container:nth-child(57) .circle {
  -webkit-animation-delay: 1177ms;
          animation-delay: 1177ms;
}
.circle-container:nth-child(58) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-58;
          animation-name: move-frames-58;
  -webkit-animation-duration: 36234ms;
          animation-duration: 36234ms;
  -webkit-animation-delay: 8636ms;
          animation-delay: 8636ms;
}
@-webkit-keyframes move-frames-58 {
  from {
    transform: translate3d(63vw, 104vh, 0);
  }
  to {
    transform: translate3d(99vw, -114vh, 0);
  }
}
@keyframes move-frames-58 {
  from {
    transform: translate3d(63vw, 104vh, 0);
  }
  to {
    transform: translate3d(99vw, -114vh, 0);
  }
}
.circle-container:nth-child(58) .circle {
  -webkit-animation-delay: 3780ms;
          animation-delay: 3780ms;
}
.circle-container:nth-child(59) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-59;
          animation-name: move-frames-59;
  -webkit-animation-duration: 31239ms;
          animation-duration: 31239ms;
  -webkit-animation-delay: 14379ms;
          animation-delay: 14379ms;
}
@-webkit-keyframes move-frames-59 {
  from {
    transform: translate3d(95vw, 109vh, 0);
  }
  to {
    transform: translate3d(52vw, -132vh, 0);
  }
}
@keyframes move-frames-59 {
  from {
    transform: translate3d(95vw, 109vh, 0);
  }
  to {
    transform: translate3d(52vw, -132vh, 0);
  }
}
.circle-container:nth-child(59) .circle {
  -webkit-animation-delay: 3971ms;
          animation-delay: 3971ms;
}
.circle-container:nth-child(60) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-60;
          animation-name: move-frames-60;
  -webkit-animation-duration: 36735ms;
          animation-duration: 36735ms;
  -webkit-animation-delay: 34591ms;
          animation-delay: 34591ms;
}
@-webkit-keyframes move-frames-60 {
  from {
    transform: translate3d(5vw, 107vh, 0);
  }
  to {
    transform: translate3d(36vw, -116vh, 0);
  }
}
@keyframes move-frames-60 {
  from {
    transform: translate3d(5vw, 107vh, 0);
  }
  to {
    transform: translate3d(36vw, -116vh, 0);
  }
}
.circle-container:nth-child(60) .circle {
  -webkit-animation-delay: 1783ms;
          animation-delay: 1783ms;
}
.circle-container:nth-child(61) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-61;
          animation-name: move-frames-61;
  -webkit-animation-duration: 35492ms;
          animation-duration: 35492ms;
  -webkit-animation-delay: 23255ms;
          animation-delay: 23255ms;
}
@-webkit-keyframes move-frames-61 {
  from {
    transform: translate3d(64vw, 107vh, 0);
  }
  to {
    transform: translate3d(57vw, -128vh, 0);
  }
}
@keyframes move-frames-61 {
  from {
    transform: translate3d(64vw, 107vh, 0);
  }
  to {
    transform: translate3d(57vw, -128vh, 0);
  }
}
.circle-container:nth-child(61) .circle {
  -webkit-animation-delay: 2577ms;
          animation-delay: 2577ms;
}
.circle-container:nth-child(62) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-62;
          animation-name: move-frames-62;
  -webkit-animation-duration: 31415ms;
          animation-duration: 31415ms;
  -webkit-animation-delay: 14124ms;
          animation-delay: 14124ms;
}
@-webkit-keyframes move-frames-62 {
  from {
    transform: translate3d(70vw, 110vh, 0);
  }
  to {
    transform: translate3d(82vw, -134vh, 0);
  }
}
@keyframes move-frames-62 {
  from {
    transform: translate3d(70vw, 110vh, 0);
  }
  to {
    transform: translate3d(82vw, -134vh, 0);
  }
}
.circle-container:nth-child(62) .circle {
  -webkit-animation-delay: 1825ms;
          animation-delay: 1825ms;
}
.circle-container:nth-child(63) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-63;
          animation-name: move-frames-63;
  -webkit-animation-duration: 30076ms;
          animation-duration: 30076ms;
  -webkit-animation-delay: 22178ms;
          animation-delay: 22178ms;
}
@-webkit-keyframes move-frames-63 {
  from {
    transform: translate3d(27vw, 105vh, 0);
  }
  to {
    transform: translate3d(55vw, -129vh, 0);
  }
}
@keyframes move-frames-63 {
  from {
    transform: translate3d(27vw, 105vh, 0);
  }
  to {
    transform: translate3d(55vw, -129vh, 0);
  }
}
.circle-container:nth-child(63) .circle {
  -webkit-animation-delay: 1693ms;
          animation-delay: 1693ms;
}
.circle-container:nth-child(64) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-64;
          animation-name: move-frames-64;
  -webkit-animation-duration: 31277ms;
          animation-duration: 31277ms;
  -webkit-animation-delay: 5264ms;
          animation-delay: 5264ms;
}
@-webkit-keyframes move-frames-64 {
  from {
    transform: translate3d(37vw, 104vh, 0);
  }
  to {
    transform: translate3d(4vw, -130vh, 0);
  }
}
@keyframes move-frames-64 {
  from {
    transform: translate3d(37vw, 104vh, 0);
  }
  to {
    transform: translate3d(4vw, -130vh, 0);
  }
}
.circle-container:nth-child(64) .circle {
  -webkit-animation-delay: 3510ms;
          animation-delay: 3510ms;
}
.circle-container:nth-child(65) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-65;
          animation-name: move-frames-65;
  -webkit-animation-duration: 34484ms;
          animation-duration: 34484ms;
  -webkit-animation-delay: 31288ms;
          animation-delay: 31288ms;
}
@-webkit-keyframes move-frames-65 {
  from {
    transform: translate3d(82vw, 106vh, 0);
  }
  to {
    transform: translate3d(58vw, -113vh, 0);
  }
}
@keyframes move-frames-65 {
  from {
    transform: translate3d(82vw, 106vh, 0);
  }
  to {
    transform: translate3d(58vw, -113vh, 0);
  }
}
.circle-container:nth-child(65) .circle {
  -webkit-animation-delay: 1277ms;
          animation-delay: 1277ms;
}
.circle-container:nth-child(66) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-66;
          animation-name: move-frames-66;
  -webkit-animation-duration: 36316ms;
          animation-duration: 36316ms;
  -webkit-animation-delay: 4742ms;
          animation-delay: 4742ms;
}
@-webkit-keyframes move-frames-66 {
  from {
    transform: translate3d(90vw, 107vh, 0);
  }
  to {
    transform: translate3d(44vw, -116vh, 0);
  }
}
@keyframes move-frames-66 {
  from {
    transform: translate3d(90vw, 107vh, 0);
  }
  to {
    transform: translate3d(44vw, -116vh, 0);
  }
}
.circle-container:nth-child(66) .circle {
  -webkit-animation-delay: 251ms;
          animation-delay: 251ms;
}
.circle-container:nth-child(67) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-67;
          animation-name: move-frames-67;
  -webkit-animation-duration: 32593ms;
          animation-duration: 32593ms;
  -webkit-animation-delay: 30119ms;
          animation-delay: 30119ms;
}
@-webkit-keyframes move-frames-67 {
  from {
    transform: translate3d(87vw, 102vh, 0);
  }
  to {
    transform: translate3d(32vw, -114vh, 0);
  }
}
@keyframes move-frames-67 {
  from {
    transform: translate3d(87vw, 102vh, 0);
  }
  to {
    transform: translate3d(32vw, -114vh, 0);
  }
}
.circle-container:nth-child(67) .circle {
  -webkit-animation-delay: 3010ms;
          animation-delay: 3010ms;
}
.circle-container:nth-child(68) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-68;
          animation-name: move-frames-68;
  -webkit-animation-duration: 36249ms;
          animation-duration: 36249ms;
  -webkit-animation-delay: 23409ms;
          animation-delay: 23409ms;
}
@-webkit-keyframes move-frames-68 {
  from {
    transform: translate3d(31vw, 104vh, 0);
  }
  to {
    transform: translate3d(89vw, -114vh, 0);
  }
}
@keyframes move-frames-68 {
  from {
    transform: translate3d(31vw, 104vh, 0);
  }
  to {
    transform: translate3d(89vw, -114vh, 0);
  }
}
.circle-container:nth-child(68) .circle {
  -webkit-animation-delay: 1174ms;
          animation-delay: 1174ms;
}
.circle-container:nth-child(69) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-69;
          animation-name: move-frames-69;
  -webkit-animation-duration: 31045ms;
          animation-duration: 31045ms;
  -webkit-animation-delay: 16083ms;
          animation-delay: 16083ms;
}
@-webkit-keyframes move-frames-69 {
  from {
    transform: translate3d(54vw, 102vh, 0);
  }
  to {
    transform: translate3d(85vw, -127vh, 0);
  }
}
@keyframes move-frames-69 {
  from {
    transform: translate3d(54vw, 102vh, 0);
  }
  to {
    transform: translate3d(85vw, -127vh, 0);
  }
}
.circle-container:nth-child(69) .circle {
  -webkit-animation-delay: 2663ms;
          animation-delay: 2663ms;
}
.circle-container:nth-child(70) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-70;
          animation-name: move-frames-70;
  -webkit-animation-duration: 31108ms;
          animation-duration: 31108ms;
  -webkit-animation-delay: 35438ms;
          animation-delay: 35438ms;
}
@-webkit-keyframes move-frames-70 {
  from {
    transform: translate3d(81vw, 107vh, 0);
  }
  to {
    transform: translate3d(84vw, -121vh, 0);
  }
}
@keyframes move-frames-70 {
  from {
    transform: translate3d(81vw, 107vh, 0);
  }
  to {
    transform: translate3d(84vw, -121vh, 0);
  }
}
.circle-container:nth-child(70) .circle {
  -webkit-animation-delay: 1498ms;
          animation-delay: 1498ms;
}
.circle-container:nth-child(71) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-71;
          animation-name: move-frames-71;
  -webkit-animation-duration: 36550ms;
          animation-duration: 36550ms;
  -webkit-animation-delay: 15613ms;
          animation-delay: 15613ms;
}
@-webkit-keyframes move-frames-71 {
  from {
    transform: translate3d(15vw, 104vh, 0);
  }
  to {
    transform: translate3d(8vw, -105vh, 0);
  }
}
@keyframes move-frames-71 {
  from {
    transform: translate3d(15vw, 104vh, 0);
  }
  to {
    transform: translate3d(8vw, -105vh, 0);
  }
}
.circle-container:nth-child(71) .circle {
  -webkit-animation-delay: 2846ms;
          animation-delay: 2846ms;
}
.circle-container:nth-child(72) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-72;
          animation-name: move-frames-72;
  -webkit-animation-duration: 32445ms;
          animation-duration: 32445ms;
  -webkit-animation-delay: 4987ms;
          animation-delay: 4987ms;
}
@-webkit-keyframes move-frames-72 {
  from {
    transform: translate3d(83vw, 105vh, 0);
  }
  to {
    transform: translate3d(54vw, -121vh, 0);
  }
}
@keyframes move-frames-72 {
  from {
    transform: translate3d(83vw, 105vh, 0);
  }
  to {
    transform: translate3d(54vw, -121vh, 0);
  }
}
.circle-container:nth-child(72) .circle {
  -webkit-animation-delay: 344ms;
          animation-delay: 344ms;
}
.circle-container:nth-child(73) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-73;
          animation-name: move-frames-73;
  -webkit-animation-duration: 33809ms;
          animation-duration: 33809ms;
  -webkit-animation-delay: 25279ms;
          animation-delay: 25279ms;
}
@-webkit-keyframes move-frames-73 {
  from {
    transform: translate3d(39vw, 102vh, 0);
  }
  to {
    transform: translate3d(30vw, -121vh, 0);
  }
}
@keyframes move-frames-73 {
  from {
    transform: translate3d(39vw, 102vh, 0);
  }
  to {
    transform: translate3d(30vw, -121vh, 0);
  }
}
.circle-container:nth-child(73) .circle {
  -webkit-animation-delay: 2271ms;
          animation-delay: 2271ms;
}
.circle-container:nth-child(74) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-74;
          animation-name: move-frames-74;
  -webkit-animation-duration: 34584ms;
          animation-duration: 34584ms;
  -webkit-animation-delay: 24773ms;
          animation-delay: 24773ms;
}
@-webkit-keyframes move-frames-74 {
  from {
    transform: translate3d(42vw, 109vh, 0);
  }
  to {
    transform: translate3d(46vw, -120vh, 0);
  }
}
@keyframes move-frames-74 {
  from {
    transform: translate3d(42vw, 109vh, 0);
  }
  to {
    transform: translate3d(46vw, -120vh, 0);
  }
}
.circle-container:nth-child(74) .circle {
  -webkit-animation-delay: 3964ms;
          animation-delay: 3964ms;
}
.circle-container:nth-child(75) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-75;
          animation-name: move-frames-75;
  -webkit-animation-duration: 29381ms;
          animation-duration: 29381ms;
  -webkit-animation-delay: 23596ms;
          animation-delay: 23596ms;
}
@-webkit-keyframes move-frames-75 {
  from {
    transform: translate3d(63vw, 103vh, 0);
  }
  to {
    transform: translate3d(75vw, -110vh, 0);
  }
}
@keyframes move-frames-75 {
  from {
    transform: translate3d(63vw, 103vh, 0);
  }
  to {
    transform: translate3d(75vw, -110vh, 0);
  }
}
.circle-container:nth-child(75) .circle {
  -webkit-animation-delay: 409ms;
          animation-delay: 409ms;
}
.circle-container:nth-child(76) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-76;
          animation-name: move-frames-76;
  -webkit-animation-duration: 34743ms;
          animation-duration: 34743ms;
  -webkit-animation-delay: 3790ms;
          animation-delay: 3790ms;
}
@-webkit-keyframes move-frames-76 {
  from {
    transform: translate3d(7vw, 105vh, 0);
  }
  to {
    transform: translate3d(48vw, -124vh, 0);
  }
}
@keyframes move-frames-76 {
  from {
    transform: translate3d(7vw, 105vh, 0);
  }
  to {
    transform: translate3d(48vw, -124vh, 0);
  }
}
.circle-container:nth-child(76) .circle {
  -webkit-animation-delay: 1461ms;
          animation-delay: 1461ms;
}
.circle-container:nth-child(77) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-77;
          animation-name: move-frames-77;
  -webkit-animation-duration: 31661ms;
          animation-duration: 31661ms;
  -webkit-animation-delay: 13778ms;
          animation-delay: 13778ms;
}
@-webkit-keyframes move-frames-77 {
  from {
    transform: translate3d(6vw, 109vh, 0);
  }
  to {
    transform: translate3d(35vw, -138vh, 0);
  }
}
@keyframes move-frames-77 {
  from {
    transform: translate3d(6vw, 109vh, 0);
  }
  to {
    transform: translate3d(35vw, -138vh, 0);
  }
}
.circle-container:nth-child(77) .circle {
  -webkit-animation-delay: 2176ms;
          animation-delay: 2176ms;
}
.circle-container:nth-child(78) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-78;
          animation-name: move-frames-78;
  -webkit-animation-duration: 36322ms;
          animation-duration: 36322ms;
  -webkit-animation-delay: 30009ms;
          animation-delay: 30009ms;
}
@-webkit-keyframes move-frames-78 {
  from {
    transform: translate3d(22vw, 104vh, 0);
  }
  to {
    transform: translate3d(96vw, -125vh, 0);
  }
}
@keyframes move-frames-78 {
  from {
    transform: translate3d(22vw, 104vh, 0);
  }
  to {
    transform: translate3d(96vw, -125vh, 0);
  }
}
.circle-container:nth-child(78) .circle {
  -webkit-animation-delay: 3837ms;
          animation-delay: 3837ms;
}
.circle-container:nth-child(79) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-79;
          animation-name: move-frames-79;
  -webkit-animation-duration: 29467ms;
          animation-duration: 29467ms;
  -webkit-animation-delay: 18403ms;
          animation-delay: 18403ms;
}
@-webkit-keyframes move-frames-79 {
  from {
    transform: translate3d(83vw, 109vh, 0);
  }
  to {
    transform: translate3d(97vw, -132vh, 0);
  }
}
@keyframes move-frames-79 {
  from {
    transform: translate3d(83vw, 109vh, 0);
  }
  to {
    transform: translate3d(97vw, -132vh, 0);
  }
}
.circle-container:nth-child(79) .circle {
  -webkit-animation-delay: 3405ms;
          animation-delay: 3405ms;
}
.circle-container:nth-child(80) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-80;
          animation-name: move-frames-80;
  -webkit-animation-duration: 33018ms;
          animation-duration: 33018ms;
  -webkit-animation-delay: 24669ms;
          animation-delay: 24669ms;
}
@-webkit-keyframes move-frames-80 {
  from {
    transform: translate3d(14vw, 109vh, 0);
  }
  to {
    transform: translate3d(90vw, -125vh, 0);
  }
}
@keyframes move-frames-80 {
  from {
    transform: translate3d(14vw, 109vh, 0);
  }
  to {
    transform: translate3d(90vw, -125vh, 0);
  }
}
.circle-container:nth-child(80) .circle {
  -webkit-animation-delay: 1022ms;
          animation-delay: 1022ms;
}
.circle-container:nth-child(81) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-81;
          animation-name: move-frames-81;
  -webkit-animation-duration: 35281ms;
          animation-duration: 35281ms;
  -webkit-animation-delay: 15958ms;
          animation-delay: 15958ms;
}
@-webkit-keyframes move-frames-81 {
  from {
    transform: translate3d(61vw, 105vh, 0);
  }
  to {
    transform: translate3d(35vw, -127vh, 0);
  }
}
@keyframes move-frames-81 {
  from {
    transform: translate3d(61vw, 105vh, 0);
  }
  to {
    transform: translate3d(35vw, -127vh, 0);
  }
}
.circle-container:nth-child(81) .circle {
  -webkit-animation-delay: 967ms;
          animation-delay: 967ms;
}
.circle-container:nth-child(82) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-82;
          animation-name: move-frames-82;
  -webkit-animation-duration: 34253ms;
          animation-duration: 34253ms;
  -webkit-animation-delay: 26500ms;
          animation-delay: 26500ms;
}
@-webkit-keyframes move-frames-82 {
  from {
    transform: translate3d(81vw, 108vh, 0);
  }
  to {
    transform: translate3d(27vw, -117vh, 0);
  }
}
@keyframes move-frames-82 {
  from {
    transform: translate3d(81vw, 108vh, 0);
  }
  to {
    transform: translate3d(27vw, -117vh, 0);
  }
}
.circle-container:nth-child(82) .circle {
  -webkit-animation-delay: 969ms;
          animation-delay: 969ms;
}
.circle-container:nth-child(83) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-83;
          animation-name: move-frames-83;
  -webkit-animation-duration: 30641ms;
          animation-duration: 30641ms;
  -webkit-animation-delay: 22100ms;
          animation-delay: 22100ms;
}
@-webkit-keyframes move-frames-83 {
  from {
    transform: translate3d(13vw, 106vh, 0);
  }
  to {
    transform: translate3d(93vw, -109vh, 0);
  }
}
@keyframes move-frames-83 {
  from {
    transform: translate3d(13vw, 106vh, 0);
  }
  to {
    transform: translate3d(93vw, -109vh, 0);
  }
}
.circle-container:nth-child(83) .circle {
  -webkit-animation-delay: 1421ms;
          animation-delay: 1421ms;
}
.circle-container:nth-child(84) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-84;
          animation-name: move-frames-84;
  -webkit-animation-duration: 28614ms;
          animation-duration: 28614ms;
  -webkit-animation-delay: 23177ms;
          animation-delay: 23177ms;
}
@-webkit-keyframes move-frames-84 {
  from {
    transform: translate3d(57vw, 106vh, 0);
  }
  to {
    transform: translate3d(94vw, -121vh, 0);
  }
}
@keyframes move-frames-84 {
  from {
    transform: translate3d(57vw, 106vh, 0);
  }
  to {
    transform: translate3d(94vw, -121vh, 0);
  }
}
.circle-container:nth-child(84) .circle {
  -webkit-animation-delay: 676ms;
          animation-delay: 676ms;
}
.circle-container:nth-child(85) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-85;
          animation-name: move-frames-85;
  -webkit-animation-duration: 36455ms;
          animation-duration: 36455ms;
  -webkit-animation-delay: 35331ms;
          animation-delay: 35331ms;
}
@-webkit-keyframes move-frames-85 {
  from {
    transform: translate3d(81vw, 102vh, 0);
  }
  to {
    transform: translate3d(57vw, -124vh, 0);
  }
}
@keyframes move-frames-85 {
  from {
    transform: translate3d(81vw, 102vh, 0);
  }
  to {
    transform: translate3d(57vw, -124vh, 0);
  }
}
.circle-container:nth-child(85) .circle {
  -webkit-animation-delay: 1075ms;
          animation-delay: 1075ms;
}
.circle-container:nth-child(86) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-86;
          animation-name: move-frames-86;
  -webkit-animation-duration: 33917ms;
          animation-duration: 33917ms;
  -webkit-animation-delay: 32775ms;
          animation-delay: 32775ms;
}
@-webkit-keyframes move-frames-86 {
  from {
    transform: translate3d(3vw, 101vh, 0);
  }
  to {
    transform: translate3d(61vw, -125vh, 0);
  }
}
@keyframes move-frames-86 {
  from {
    transform: translate3d(3vw, 101vh, 0);
  }
  to {
    transform: translate3d(61vw, -125vh, 0);
  }
}
.circle-container:nth-child(86) .circle {
  -webkit-animation-delay: 3038ms;
          animation-delay: 3038ms;
}
.circle-container:nth-child(87) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-87;
          animation-name: move-frames-87;
  -webkit-animation-duration: 36618ms;
          animation-duration: 36618ms;
  -webkit-animation-delay: 4306ms;
          animation-delay: 4306ms;
}
@-webkit-keyframes move-frames-87 {
  from {
    transform: translate3d(93vw, 109vh, 0);
  }
  to {
    transform: translate3d(88vw, -122vh, 0);
  }
}
@keyframes move-frames-87 {
  from {
    transform: translate3d(93vw, 109vh, 0);
  }
  to {
    transform: translate3d(88vw, -122vh, 0);
  }
}
.circle-container:nth-child(87) .circle {
  -webkit-animation-delay: 2500ms;
          animation-delay: 2500ms;
}
.circle-container:nth-child(88) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-88;
          animation-name: move-frames-88;
  -webkit-animation-duration: 32444ms;
          animation-duration: 32444ms;
  -webkit-animation-delay: 32735ms;
          animation-delay: 32735ms;
}
@-webkit-keyframes move-frames-88 {
  from {
    transform: translate3d(11vw, 101vh, 0);
  }
  to {
    transform: translate3d(25vw, -112vh, 0);
  }
}
@keyframes move-frames-88 {
  from {
    transform: translate3d(11vw, 101vh, 0);
  }
  to {
    transform: translate3d(25vw, -112vh, 0);
  }
}
.circle-container:nth-child(88) .circle {
  -webkit-animation-delay: 3753ms;
          animation-delay: 3753ms;
}
.circle-container:nth-child(89) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-89;
          animation-name: move-frames-89;
  -webkit-animation-duration: 28048ms;
          animation-duration: 28048ms;
  -webkit-animation-delay: 31924ms;
          animation-delay: 31924ms;
}
@-webkit-keyframes move-frames-89 {
  from {
    transform: translate3d(23vw, 101vh, 0);
  }
  to {
    transform: translate3d(85vw, -118vh, 0);
  }
}
@keyframes move-frames-89 {
  from {
    transform: translate3d(23vw, 101vh, 0);
  }
  to {
    transform: translate3d(85vw, -118vh, 0);
  }
}
.circle-container:nth-child(89) .circle {
  -webkit-animation-delay: 2742ms;
          animation-delay: 2742ms;
}
.circle-container:nth-child(90) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-90;
          animation-name: move-frames-90;
  -webkit-animation-duration: 32966ms;
          animation-duration: 32966ms;
  -webkit-animation-delay: 13777ms;
          animation-delay: 13777ms;
}
@-webkit-keyframes move-frames-90 {
  from {
    transform: translate3d(22vw, 107vh, 0);
  }
  to {
    transform: translate3d(84vw, -112vh, 0);
  }
}
@keyframes move-frames-90 {
  from {
    transform: translate3d(22vw, 107vh, 0);
  }
  to {
    transform: translate3d(84vw, -112vh, 0);
  }
}
.circle-container:nth-child(90) .circle {
  -webkit-animation-delay: 2364ms;
          animation-delay: 2364ms;
}
.circle-container:nth-child(91) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-91;
          animation-name: move-frames-91;
  -webkit-animation-duration: 33462ms;
          animation-duration: 33462ms;
  -webkit-animation-delay: 9019ms;
          animation-delay: 9019ms;
}
@-webkit-keyframes move-frames-91 {
  from {
    transform: translate3d(29vw, 108vh, 0);
  }
  to {
    transform: translate3d(25vw, -129vh, 0);
  }
}
@keyframes move-frames-91 {
  from {
    transform: translate3d(29vw, 108vh, 0);
  }
  to {
    transform: translate3d(25vw, -129vh, 0);
  }
}
.circle-container:nth-child(91) .circle {
  -webkit-animation-delay: 2077ms;
          animation-delay: 2077ms;
}
.circle-container:nth-child(92) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-92;
          animation-name: move-frames-92;
  -webkit-animation-duration: 32155ms;
          animation-duration: 32155ms;
  -webkit-animation-delay: 8952ms;
          animation-delay: 8952ms;
}
@-webkit-keyframes move-frames-92 {
  from {
    transform: translate3d(64vw, 102vh, 0);
  }
  to {
    transform: translate3d(61vw, -110vh, 0);
  }
}
@keyframes move-frames-92 {
  from {
    transform: translate3d(64vw, 102vh, 0);
  }
  to {
    transform: translate3d(61vw, -110vh, 0);
  }
}
.circle-container:nth-child(92) .circle {
  -webkit-animation-delay: 1965ms;
          animation-delay: 1965ms;
}
.circle-container:nth-child(93) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-93;
          animation-name: move-frames-93;
  -webkit-animation-duration: 34835ms;
          animation-duration: 34835ms;
  -webkit-animation-delay: 16605ms;
          animation-delay: 16605ms;
}
@-webkit-keyframes move-frames-93 {
  from {
    transform: translate3d(28vw, 109vh, 0);
  }
  to {
    transform: translate3d(57vw, -131vh, 0);
  }
}
@keyframes move-frames-93 {
  from {
    transform: translate3d(28vw, 109vh, 0);
  }
  to {
    transform: translate3d(57vw, -131vh, 0);
  }
}
.circle-container:nth-child(93) .circle {
  -webkit-animation-delay: 48ms;
          animation-delay: 48ms;
}
.circle-container:nth-child(94) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-94;
          animation-name: move-frames-94;
  -webkit-animation-duration: 32872ms;
          animation-duration: 32872ms;
  -webkit-animation-delay: 9931ms;
          animation-delay: 9931ms;
}
@-webkit-keyframes move-frames-94 {
  from {
    transform: translate3d(27vw, 103vh, 0);
  }
  to {
    transform: translate3d(13vw, -121vh, 0);
  }
}
@keyframes move-frames-94 {
  from {
    transform: translate3d(27vw, 103vh, 0);
  }
  to {
    transform: translate3d(13vw, -121vh, 0);
  }
}
.circle-container:nth-child(94) .circle {
  -webkit-animation-delay: 715ms;
          animation-delay: 715ms;
}
.circle-container:nth-child(95) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-95;
          animation-name: move-frames-95;
  -webkit-animation-duration: 28999ms;
          animation-duration: 28999ms;
  -webkit-animation-delay: 22511ms;
          animation-delay: 22511ms;
}
@-webkit-keyframes move-frames-95 {
  from {
    transform: translate3d(14vw, 105vh, 0);
  }
  to {
    transform: translate3d(62vw, -128vh, 0);
  }
}
@keyframes move-frames-95 {
  from {
    transform: translate3d(14vw, 105vh, 0);
  }
  to {
    transform: translate3d(62vw, -128vh, 0);
  }
}
.circle-container:nth-child(95) .circle {
  -webkit-animation-delay: 3260ms;
          animation-delay: 3260ms;
}
.circle-container:nth-child(96) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-96;
          animation-name: move-frames-96;
  -webkit-animation-duration: 32865ms;
          animation-duration: 32865ms;
  -webkit-animation-delay: 31480ms;
          animation-delay: 31480ms;
}
@-webkit-keyframes move-frames-96 {
  from {
    transform: translate3d(78vw, 107vh, 0);
  }
  to {
    transform: translate3d(75vw, -118vh, 0);
  }
}
@keyframes move-frames-96 {
  from {
    transform: translate3d(78vw, 107vh, 0);
  }
  to {
    transform: translate3d(75vw, -118vh, 0);
  }
}
.circle-container:nth-child(96) .circle {
  -webkit-animation-delay: 472ms;
          animation-delay: 472ms;
}
.circle-container:nth-child(97) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-97;
          animation-name: move-frames-97;
  -webkit-animation-duration: 32082ms;
          animation-duration: 32082ms;
  -webkit-animation-delay: 271ms;
          animation-delay: 271ms;
}
@-webkit-keyframes move-frames-97 {
  from {
    transform: translate3d(29vw, 102vh, 0);
  }
  to {
    transform: translate3d(12vw, -112vh, 0);
  }
}
@keyframes move-frames-97 {
  from {
    transform: translate3d(29vw, 102vh, 0);
  }
  to {
    transform: translate3d(12vw, -112vh, 0);
  }
}
.circle-container:nth-child(97) .circle {
  -webkit-animation-delay: 2436ms;
          animation-delay: 2436ms;
}
.circle-container:nth-child(98) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-98;
          animation-name: move-frames-98;
  -webkit-animation-duration: 30833ms;
          animation-duration: 30833ms;
  -webkit-animation-delay: 13480ms;
          animation-delay: 13480ms;
}
@-webkit-keyframes move-frames-98 {
  from {
    transform: translate3d(92vw, 105vh, 0);
  }
  to {
    transform: translate3d(87vw, -121vh, 0);
  }
}
@keyframes move-frames-98 {
  from {
    transform: translate3d(92vw, 105vh, 0);
  }
  to {
    transform: translate3d(87vw, -121vh, 0);
  }
}
.circle-container:nth-child(98) .circle {
  -webkit-animation-delay: 2279ms;
          animation-delay: 2279ms;
}
.circle-container:nth-child(99) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-99;
          animation-name: move-frames-99;
  -webkit-animation-duration: 31622ms;
          animation-duration: 31622ms;
  -webkit-animation-delay: 5116ms;
          animation-delay: 5116ms;
}
@-webkit-keyframes move-frames-99 {
  from {
    transform: translate3d(37vw, 107vh, 0);
  }
  to {
    transform: translate3d(3vw, -120vh, 0);
  }
}
@keyframes move-frames-99 {
  from {
    transform: translate3d(37vw, 107vh, 0);
  }
  to {
    transform: translate3d(3vw, -120vh, 0);
  }
}
.circle-container:nth-child(99) .circle {
  -webkit-animation-delay: 1789ms;
          animation-delay: 1789ms;
}
.circle-container:nth-child(100) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-100;
          animation-name: move-frames-100;
  -webkit-animation-duration: 34617ms;
          animation-duration: 34617ms;
  -webkit-animation-delay: 17960ms;
          animation-delay: 17960ms;
}
@-webkit-keyframes move-frames-100 {
  from {
    transform: translate3d(74vw, 106vh, 0);
  }
  to {
    transform: translate3d(45vw, -111vh, 0);
  }
}
@keyframes move-frames-100 {
  from {
    transform: translate3d(74vw, 106vh, 0);
  }
  to {
    transform: translate3d(45vw, -111vh, 0);
  }
}
.circle-container:nth-child(100) .circle {
  -webkit-animation-delay: 2205ms;
          animation-delay: 2205ms;
}
.circle-container:nth-child(101) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-101;
          animation-name: move-frames-101;
  -webkit-animation-duration: 30958ms;
          animation-duration: 30958ms;
  -webkit-animation-delay: 1575ms;
          animation-delay: 1575ms;
}
@-webkit-keyframes move-frames-101 {
  from {
    transform: translate3d(68vw, 105vh, 0);
  }
  to {
    transform: translate3d(74vw, -112vh, 0);
  }
}
@keyframes move-frames-101 {
  from {
    transform: translate3d(68vw, 105vh, 0);
  }
  to {
    transform: translate3d(74vw, -112vh, 0);
  }
}
.circle-container:nth-child(101) .circle {
  -webkit-animation-delay: 3820ms;
          animation-delay: 3820ms;
}
.circle-container:nth-child(102) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-102;
          animation-name: move-frames-102;
  -webkit-animation-duration: 28810ms;
          animation-duration: 28810ms;
  -webkit-animation-delay: 12167ms;
          animation-delay: 12167ms;
}
@-webkit-keyframes move-frames-102 {
  from {
    transform: translate3d(26vw, 101vh, 0);
  }
  to {
    transform: translate3d(89vw, -106vh, 0);
  }
}
@keyframes move-frames-102 {
  from {
    transform: translate3d(26vw, 101vh, 0);
  }
  to {
    transform: translate3d(89vw, -106vh, 0);
  }
}
.circle-container:nth-child(102) .circle {
  -webkit-animation-delay: 1372ms;
          animation-delay: 1372ms;
}
.circle-container:nth-child(103) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-103;
          animation-name: move-frames-103;
  -webkit-animation-duration: 34728ms;
          animation-duration: 34728ms;
  -webkit-animation-delay: 13210ms;
          animation-delay: 13210ms;
}
@-webkit-keyframes move-frames-103 {
  from {
    transform: translate3d(43vw, 105vh, 0);
  }
  to {
    transform: translate3d(28vw, -129vh, 0);
  }
}
@keyframes move-frames-103 {
  from {
    transform: translate3d(43vw, 105vh, 0);
  }
  to {
    transform: translate3d(28vw, -129vh, 0);
  }
}
.circle-container:nth-child(103) .circle {
  -webkit-animation-delay: 3393ms;
          animation-delay: 3393ms;
}
.circle-container:nth-child(104) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-104;
          animation-name: move-frames-104;
  -webkit-animation-duration: 28940ms;
          animation-duration: 28940ms;
  -webkit-animation-delay: 25831ms;
          animation-delay: 25831ms;
}
@-webkit-keyframes move-frames-104 {
  from {
    transform: translate3d(30vw, 102vh, 0);
  }
  to {
    transform: translate3d(28vw, -127vh, 0);
  }
}
@keyframes move-frames-104 {
  from {
    transform: translate3d(30vw, 102vh, 0);
  }
  to {
    transform: translate3d(28vw, -127vh, 0);
  }
}
.circle-container:nth-child(104) .circle {
  -webkit-animation-delay: 361ms;
          animation-delay: 361ms;
}
.circle-container:nth-child(105) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-105;
          animation-name: move-frames-105;
  -webkit-animation-duration: 36026ms;
          animation-duration: 36026ms;
  -webkit-animation-delay: 26169ms;
          animation-delay: 26169ms;
}
@-webkit-keyframes move-frames-105 {
  from {
    transform: translate3d(65vw, 105vh, 0);
  }
  to {
    transform: translate3d(32vw, -133vh, 0);
  }
}
@keyframes move-frames-105 {
  from {
    transform: translate3d(65vw, 105vh, 0);
  }
  to {
    transform: translate3d(32vw, -133vh, 0);
  }
}
.circle-container:nth-child(105) .circle {
  -webkit-animation-delay: 2419ms;
          animation-delay: 2419ms;
}
.circle-container:nth-child(106) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-106;
          animation-name: move-frames-106;
  -webkit-animation-duration: 32766ms;
          animation-duration: 32766ms;
  -webkit-animation-delay: 34983ms;
          animation-delay: 34983ms;
}
@-webkit-keyframes move-frames-106 {
  from {
    transform: translate3d(46vw, 107vh, 0);
  }
  to {
    transform: translate3d(66vw, -118vh, 0);
  }
}
@keyframes move-frames-106 {
  from {
    transform: translate3d(46vw, 107vh, 0);
  }
  to {
    transform: translate3d(66vw, -118vh, 0);
  }
}
.circle-container:nth-child(106) .circle {
  -webkit-animation-delay: 1246ms;
          animation-delay: 1246ms;
}
.circle-container:nth-child(107) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-107;
          animation-name: move-frames-107;
  -webkit-animation-duration: 29718ms;
          animation-duration: 29718ms;
  -webkit-animation-delay: 13226ms;
          animation-delay: 13226ms;
}
@-webkit-keyframes move-frames-107 {
  from {
    transform: translate3d(68vw, 110vh, 0);
  }
  to {
    transform: translate3d(62vw, -138vh, 0);
  }
}
@keyframes move-frames-107 {
  from {
    transform: translate3d(68vw, 110vh, 0);
  }
  to {
    transform: translate3d(62vw, -138vh, 0);
  }
}
.circle-container:nth-child(107) .circle {
  -webkit-animation-delay: 734ms;
          animation-delay: 734ms;
}
.circle-container:nth-child(108) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-108;
          animation-name: move-frames-108;
  -webkit-animation-duration: 34000ms;
          animation-duration: 34000ms;
  -webkit-animation-delay: 10430ms;
          animation-delay: 10430ms;
}
@-webkit-keyframes move-frames-108 {
  from {
    transform: translate3d(8vw, 103vh, 0);
  }
  to {
    transform: translate3d(62vw, -117vh, 0);
  }
}
@keyframes move-frames-108 {
  from {
    transform: translate3d(8vw, 103vh, 0);
  }
  to {
    transform: translate3d(62vw, -117vh, 0);
  }
}
.circle-container:nth-child(108) .circle {
  -webkit-animation-delay: 774ms;
          animation-delay: 774ms;
}
.circle-container:nth-child(109) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-109;
          animation-name: move-frames-109;
  -webkit-animation-duration: 29542ms;
          animation-duration: 29542ms;
  -webkit-animation-delay: 9889ms;
          animation-delay: 9889ms;
}
@-webkit-keyframes move-frames-109 {
  from {
    transform: translate3d(13vw, 106vh, 0);
  }
  to {
    transform: translate3d(19vw, -134vh, 0);
  }
}
@keyframes move-frames-109 {
  from {
    transform: translate3d(13vw, 106vh, 0);
  }
  to {
    transform: translate3d(19vw, -134vh, 0);
  }
}
.circle-container:nth-child(109) .circle {
  -webkit-animation-delay: 2082ms;
          animation-delay: 2082ms;
}
.circle-container:nth-child(110) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-110;
          animation-name: move-frames-110;
  -webkit-animation-duration: 32682ms;
          animation-duration: 32682ms;
  -webkit-animation-delay: 4732ms;
          animation-delay: 4732ms;
}
@-webkit-keyframes move-frames-110 {
  from {
    transform: translate3d(16vw, 104vh, 0);
  }
  to {
    transform: translate3d(94vw, -133vh, 0);
  }
}
@keyframes move-frames-110 {
  from {
    transform: translate3d(16vw, 104vh, 0);
  }
  to {
    transform: translate3d(94vw, -133vh, 0);
  }
}
.circle-container:nth-child(110) .circle {
  -webkit-animation-delay: 2099ms;
          animation-delay: 2099ms;
}
.circle-container:nth-child(111) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-111;
          animation-name: move-frames-111;
  -webkit-animation-duration: 30657ms;
          animation-duration: 30657ms;
  -webkit-animation-delay: 29659ms;
          animation-delay: 29659ms;
}
@-webkit-keyframes move-frames-111 {
  from {
    transform: translate3d(43vw, 108vh, 0);
  }
  to {
    transform: translate3d(14vw, -113vh, 0);
  }
}
@keyframes move-frames-111 {
  from {
    transform: translate3d(43vw, 108vh, 0);
  }
  to {
    transform: translate3d(14vw, -113vh, 0);
  }
}
.circle-container:nth-child(111) .circle {
  -webkit-animation-delay: 1458ms;
          animation-delay: 1458ms;
}
.circle-container:nth-child(112) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-112;
          animation-name: move-frames-112;
  -webkit-animation-duration: 30276ms;
          animation-duration: 30276ms;
  -webkit-animation-delay: 20583ms;
          animation-delay: 20583ms;
}
@-webkit-keyframes move-frames-112 {
  from {
    transform: translate3d(47vw, 108vh, 0);
  }
  to {
    transform: translate3d(5vw, -138vh, 0);
  }
}
@keyframes move-frames-112 {
  from {
    transform: translate3d(47vw, 108vh, 0);
  }
  to {
    transform: translate3d(5vw, -138vh, 0);
  }
}
.circle-container:nth-child(112) .circle {
  -webkit-animation-delay: 1424ms;
          animation-delay: 1424ms;
}
.circle-container:nth-child(113) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-113;
          animation-name: move-frames-113;
  -webkit-animation-duration: 35739ms;
          animation-duration: 35739ms;
  -webkit-animation-delay: 16330ms;
          animation-delay: 16330ms;
}
@-webkit-keyframes move-frames-113 {
  from {
    transform: translate3d(8vw, 104vh, 0);
  }
  to {
    transform: translate3d(86vw, -130vh, 0);
  }
}
@keyframes move-frames-113 {
  from {
    transform: translate3d(8vw, 104vh, 0);
  }
  to {
    transform: translate3d(86vw, -130vh, 0);
  }
}
.circle-container:nth-child(113) .circle {
  -webkit-animation-delay: 3104ms;
          animation-delay: 3104ms;
}
.circle-container:nth-child(114) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-114;
          animation-name: move-frames-114;
  -webkit-animation-duration: 35229ms;
          animation-duration: 35229ms;
  -webkit-animation-delay: 30043ms;
          animation-delay: 30043ms;
}
@-webkit-keyframes move-frames-114 {
  from {
    transform: translate3d(71vw, 109vh, 0);
  }
  to {
    transform: translate3d(98vw, -127vh, 0);
  }
}
@keyframes move-frames-114 {
  from {
    transform: translate3d(71vw, 109vh, 0);
  }
  to {
    transform: translate3d(98vw, -127vh, 0);
  }
}
.circle-container:nth-child(114) .circle {
  -webkit-animation-delay: 3109ms;
          animation-delay: 3109ms;
}
.circle-container:nth-child(115) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-115;
          animation-name: move-frames-115;
  -webkit-animation-duration: 30203ms;
          animation-duration: 30203ms;
  -webkit-animation-delay: 18178ms;
          animation-delay: 18178ms;
}
@-webkit-keyframes move-frames-115 {
  from {
    transform: translate3d(29vw, 110vh, 0);
  }
  to {
    transform: translate3d(15vw, -124vh, 0);
  }
}
@keyframes move-frames-115 {
  from {
    transform: translate3d(29vw, 110vh, 0);
  }
  to {
    transform: translate3d(15vw, -124vh, 0);
  }
}
.circle-container:nth-child(115) .circle {
  -webkit-animation-delay: 1888ms;
          animation-delay: 1888ms;
}
.circle-container:nth-child(116) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-116;
          animation-name: move-frames-116;
  -webkit-animation-duration: 35189ms;
          animation-duration: 35189ms;
  -webkit-animation-delay: 13789ms;
          animation-delay: 13789ms;
}
@-webkit-keyframes move-frames-116 {
  from {
    transform: translate3d(44vw, 102vh, 0);
  }
  to {
    transform: translate3d(17vw, -110vh, 0);
  }
}
@keyframes move-frames-116 {
  from {
    transform: translate3d(44vw, 102vh, 0);
  }
  to {
    transform: translate3d(17vw, -110vh, 0);
  }
}
.circle-container:nth-child(116) .circle {
  -webkit-animation-delay: 3179ms;
          animation-delay: 3179ms;
}
.circle-container:nth-child(117) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-117;
          animation-name: move-frames-117;
  -webkit-animation-duration: 29896ms;
          animation-duration: 29896ms;
  -webkit-animation-delay: 17043ms;
          animation-delay: 17043ms;
}
@-webkit-keyframes move-frames-117 {
  from {
    transform: translate3d(22vw, 101vh, 0);
  }
  to {
    transform: translate3d(29vw, -113vh, 0);
  }
}
@keyframes move-frames-117 {
  from {
    transform: translate3d(22vw, 101vh, 0);
  }
  to {
    transform: translate3d(29vw, -113vh, 0);
  }
}
.circle-container:nth-child(117) .circle {
  -webkit-animation-delay: 1650ms;
          animation-delay: 1650ms;
}
.circle-container:nth-child(118) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-118;
          animation-name: move-frames-118;
  -webkit-animation-duration: 33134ms;
          animation-duration: 33134ms;
  -webkit-animation-delay: 5456ms;
          animation-delay: 5456ms;
}
@-webkit-keyframes move-frames-118 {
  from {
    transform: translate3d(1vw, 109vh, 0);
  }
  to {
    transform: translate3d(15vw, -133vh, 0);
  }
}
@keyframes move-frames-118 {
  from {
    transform: translate3d(1vw, 109vh, 0);
  }
  to {
    transform: translate3d(15vw, -133vh, 0);
  }
}
.circle-container:nth-child(118) .circle {
  -webkit-animation-delay: 3716ms;
          animation-delay: 3716ms;
}
.circle-container:nth-child(119) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-119;
          animation-name: move-frames-119;
  -webkit-animation-duration: 34219ms;
          animation-duration: 34219ms;
  -webkit-animation-delay: 30376ms;
          animation-delay: 30376ms;
}
@-webkit-keyframes move-frames-119 {
  from {
    transform: translate3d(62vw, 102vh, 0);
  }
  to {
    transform: translate3d(100vw, -115vh, 0);
  }
}
@keyframes move-frames-119 {
  from {
    transform: translate3d(62vw, 102vh, 0);
  }
  to {
    transform: translate3d(100vw, -115vh, 0);
  }
}
.circle-container:nth-child(119) .circle {
  -webkit-animation-delay: 2319ms;
          animation-delay: 2319ms;
}
.circle-container:nth-child(120) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-120;
          animation-name: move-frames-120;
  -webkit-animation-duration: 32942ms;
          animation-duration: 32942ms;
  -webkit-animation-delay: 31569ms;
          animation-delay: 31569ms;
}
@-webkit-keyframes move-frames-120 {
  from {
    transform: translate3d(76vw, 109vh, 0);
  }
  to {
    transform: translate3d(12vw, -121vh, 0);
  }
}
@keyframes move-frames-120 {
  from {
    transform: translate3d(76vw, 109vh, 0);
  }
  to {
    transform: translate3d(12vw, -121vh, 0);
  }
}
.circle-container:nth-child(120) .circle {
  -webkit-animation-delay: 2824ms;
          animation-delay: 2824ms;
}
.circle-container:nth-child(121) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-121;
          animation-name: move-frames-121;
  -webkit-animation-duration: 35274ms;
          animation-duration: 35274ms;
  -webkit-animation-delay: 24519ms;
          animation-delay: 24519ms;
}
@-webkit-keyframes move-frames-121 {
  from {
    transform: translate3d(71vw, 106vh, 0);
  }
  to {
    transform: translate3d(14vw, -127vh, 0);
  }
}
@keyframes move-frames-121 {
  from {
    transform: translate3d(71vw, 106vh, 0);
  }
  to {
    transform: translate3d(14vw, -127vh, 0);
  }
}
.circle-container:nth-child(121) .circle {
  -webkit-animation-delay: 3145ms;
          animation-delay: 3145ms;
}
.circle-container:nth-child(122) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-122;
          animation-name: move-frames-122;
  -webkit-animation-duration: 31361ms;
          animation-duration: 31361ms;
  -webkit-animation-delay: 13924ms;
          animation-delay: 13924ms;
}
@-webkit-keyframes move-frames-122 {
  from {
    transform: translate3d(42vw, 105vh, 0);
  }
  to {
    transform: translate3d(72vw, -111vh, 0);
  }
}
@keyframes move-frames-122 {
  from {
    transform: translate3d(42vw, 105vh, 0);
  }
  to {
    transform: translate3d(72vw, -111vh, 0);
  }
}
.circle-container:nth-child(122) .circle {
  -webkit-animation-delay: 2128ms;
          animation-delay: 2128ms;
}
.circle-container:nth-child(123) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-123;
          animation-name: move-frames-123;
  -webkit-animation-duration: 30765ms;
          animation-duration: 30765ms;
  -webkit-animation-delay: 12237ms;
          animation-delay: 12237ms;
}
@-webkit-keyframes move-frames-123 {
  from {
    transform: translate3d(41vw, 108vh, 0);
  }
  to {
    transform: translate3d(33vw, -130vh, 0);
  }
}
@keyframes move-frames-123 {
  from {
    transform: translate3d(41vw, 108vh, 0);
  }
  to {
    transform: translate3d(33vw, -130vh, 0);
  }
}
.circle-container:nth-child(123) .circle {
  -webkit-animation-delay: 2991ms;
          animation-delay: 2991ms;
}
.circle-container:nth-child(124) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-124;
          animation-name: move-frames-124;
  -webkit-animation-duration: 36357ms;
          animation-duration: 36357ms;
  -webkit-animation-delay: 28836ms;
          animation-delay: 28836ms;
}
@-webkit-keyframes move-frames-124 {
  from {
    transform: translate3d(43vw, 105vh, 0);
  }
  to {
    transform: translate3d(79vw, -122vh, 0);
  }
}
@keyframes move-frames-124 {
  from {
    transform: translate3d(43vw, 105vh, 0);
  }
  to {
    transform: translate3d(79vw, -122vh, 0);
  }
}
.circle-container:nth-child(124) .circle {
  -webkit-animation-delay: 766ms;
          animation-delay: 766ms;
}
.circle-container:nth-child(125) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-125;
          animation-name: move-frames-125;
  -webkit-animation-duration: 29899ms;
          animation-duration: 29899ms;
  -webkit-animation-delay: 3735ms;
          animation-delay: 3735ms;
}
@-webkit-keyframes move-frames-125 {
  from {
    transform: translate3d(85vw, 107vh, 0);
  }
  to {
    transform: translate3d(3vw, -134vh, 0);
  }
}
@keyframes move-frames-125 {
  from {
    transform: translate3d(85vw, 107vh, 0);
  }
  to {
    transform: translate3d(3vw, -134vh, 0);
  }
}
.circle-container:nth-child(125) .circle {
  -webkit-animation-delay: 3170ms;
          animation-delay: 3170ms;
}
.circle-container:nth-child(126) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-126;
          animation-name: move-frames-126;
  -webkit-animation-duration: 33912ms;
          animation-duration: 33912ms;
  -webkit-animation-delay: 30807ms;
          animation-delay: 30807ms;
}
@-webkit-keyframes move-frames-126 {
  from {
    transform: translate3d(13vw, 104vh, 0);
  }
  to {
    transform: translate3d(79vw, -118vh, 0);
  }
}
@keyframes move-frames-126 {
  from {
    transform: translate3d(13vw, 104vh, 0);
  }
  to {
    transform: translate3d(79vw, -118vh, 0);
  }
}
.circle-container:nth-child(126) .circle {
  -webkit-animation-delay: 3579ms;
          animation-delay: 3579ms;
}
.circle-container:nth-child(127) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-127;
          animation-name: move-frames-127;
  -webkit-animation-duration: 35066ms;
          animation-duration: 35066ms;
  -webkit-animation-delay: 3606ms;
          animation-delay: 3606ms;
}
@-webkit-keyframes move-frames-127 {
  from {
    transform: translate3d(79vw, 101vh, 0);
  }
  to {
    transform: translate3d(91vw, -108vh, 0);
  }
}
@keyframes move-frames-127 {
  from {
    transform: translate3d(79vw, 101vh, 0);
  }
  to {
    transform: translate3d(91vw, -108vh, 0);
  }
}
.circle-container:nth-child(127) .circle {
  -webkit-animation-delay: 1992ms;
          animation-delay: 1992ms;
}
.circle-container:nth-child(128) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-128;
          animation-name: move-frames-128;
  -webkit-animation-duration: 35092ms;
          animation-duration: 35092ms;
  -webkit-animation-delay: 33892ms;
          animation-delay: 33892ms;
}
@-webkit-keyframes move-frames-128 {
  from {
    transform: translate3d(92vw, 109vh, 0);
  }
  to {
    transform: translate3d(36vw, -133vh, 0);
  }
}
@keyframes move-frames-128 {
  from {
    transform: translate3d(92vw, 109vh, 0);
  }
  to {
    transform: translate3d(36vw, -133vh, 0);
  }
}
.circle-container:nth-child(128) .circle {
  -webkit-animation-delay: 2367ms;
          animation-delay: 2367ms;
}
.circle-container:nth-child(129) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-129;
          animation-name: move-frames-129;
  -webkit-animation-duration: 30500ms;
          animation-duration: 30500ms;
  -webkit-animation-delay: 26886ms;
          animation-delay: 26886ms;
}
@-webkit-keyframes move-frames-129 {
  from {
    transform: translate3d(44vw, 101vh, 0);
  }
  to {
    transform: translate3d(93vw, -121vh, 0);
  }
}
@keyframes move-frames-129 {
  from {
    transform: translate3d(44vw, 101vh, 0);
  }
  to {
    transform: translate3d(93vw, -121vh, 0);
  }
}
.circle-container:nth-child(129) .circle {
  -webkit-animation-delay: 3418ms;
          animation-delay: 3418ms;
}
.circle-container:nth-child(130) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-130;
          animation-name: move-frames-130;
  -webkit-animation-duration: 36816ms;
          animation-duration: 36816ms;
  -webkit-animation-delay: 28212ms;
          animation-delay: 28212ms;
}
@-webkit-keyframes move-frames-130 {
  from {
    transform: translate3d(96vw, 102vh, 0);
  }
  to {
    transform: translate3d(82vw, -114vh, 0);
  }
}
@keyframes move-frames-130 {
  from {
    transform: translate3d(96vw, 102vh, 0);
  }
  to {
    transform: translate3d(82vw, -114vh, 0);
  }
}
.circle-container:nth-child(130) .circle {
  -webkit-animation-delay: 2798ms;
          animation-delay: 2798ms;
}
.circle-container:nth-child(131) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-131;
          animation-name: move-frames-131;
  -webkit-animation-duration: 33379ms;
          animation-duration: 33379ms;
  -webkit-animation-delay: 4269ms;
          animation-delay: 4269ms;
}
@-webkit-keyframes move-frames-131 {
  from {
    transform: translate3d(70vw, 108vh, 0);
  }
  to {
    transform: translate3d(78vw, -124vh, 0);
  }
}
@keyframes move-frames-131 {
  from {
    transform: translate3d(70vw, 108vh, 0);
  }
  to {
    transform: translate3d(78vw, -124vh, 0);
  }
}
.circle-container:nth-child(131) .circle {
  -webkit-animation-delay: 3769ms;
          animation-delay: 3769ms;
}
.circle-container:nth-child(132) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-132;
          animation-name: move-frames-132;
  -webkit-animation-duration: 28871ms;
          animation-duration: 28871ms;
  -webkit-animation-delay: 29357ms;
          animation-delay: 29357ms;
}
@-webkit-keyframes move-frames-132 {
  from {
    transform: translate3d(96vw, 107vh, 0);
  }
  to {
    transform: translate3d(54vw, -117vh, 0);
  }
}
@keyframes move-frames-132 {
  from {
    transform: translate3d(96vw, 107vh, 0);
  }
  to {
    transform: translate3d(54vw, -117vh, 0);
  }
}
.circle-container:nth-child(132) .circle {
  -webkit-animation-delay: 2571ms;
          animation-delay: 2571ms;
}
.circle-container:nth-child(133) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-133;
          animation-name: move-frames-133;
  -webkit-animation-duration: 29575ms;
          animation-duration: 29575ms;
  -webkit-animation-delay: 35408ms;
          animation-delay: 35408ms;
}
@-webkit-keyframes move-frames-133 {
  from {
    transform: translate3d(43vw, 108vh, 0);
  }
  to {
    transform: translate3d(51vw, -113vh, 0);
  }
}
@keyframes move-frames-133 {
  from {
    transform: translate3d(43vw, 108vh, 0);
  }
  to {
    transform: translate3d(51vw, -113vh, 0);
  }
}
.circle-container:nth-child(133) .circle {
  -webkit-animation-delay: 3087ms;
          animation-delay: 3087ms;
}
.circle-container:nth-child(134) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-134;
          animation-name: move-frames-134;
  -webkit-animation-duration: 29917ms;
          animation-duration: 29917ms;
  -webkit-animation-delay: 5958ms;
          animation-delay: 5958ms;
}
@-webkit-keyframes move-frames-134 {
  from {
    transform: translate3d(40vw, 102vh, 0);
  }
  to {
    transform: translate3d(83vw, -117vh, 0);
  }
}
@keyframes move-frames-134 {
  from {
    transform: translate3d(40vw, 102vh, 0);
  }
  to {
    transform: translate3d(83vw, -117vh, 0);
  }
}
.circle-container:nth-child(134) .circle {
  -webkit-animation-delay: 1655ms;
          animation-delay: 1655ms;
}
.circle-container:nth-child(135) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-135;
          animation-name: move-frames-135;
  -webkit-animation-duration: 30927ms;
          animation-duration: 30927ms;
  -webkit-animation-delay: 11955ms;
          animation-delay: 11955ms;
}
@-webkit-keyframes move-frames-135 {
  from {
    transform: translate3d(31vw, 108vh, 0);
  }
  to {
    transform: translate3d(36vw, -125vh, 0);
  }
}
@keyframes move-frames-135 {
  from {
    transform: translate3d(31vw, 108vh, 0);
  }
  to {
    transform: translate3d(36vw, -125vh, 0);
  }
}
.circle-container:nth-child(135) .circle {
  -webkit-animation-delay: 2873ms;
          animation-delay: 2873ms;
}
.circle-container:nth-child(136) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-136;
          animation-name: move-frames-136;
  -webkit-animation-duration: 36707ms;
          animation-duration: 36707ms;
  -webkit-animation-delay: 30640ms;
          animation-delay: 30640ms;
}
@-webkit-keyframes move-frames-136 {
  from {
    transform: translate3d(42vw, 106vh, 0);
  }
  to {
    transform: translate3d(80vw, -109vh, 0);
  }
}
@keyframes move-frames-136 {
  from {
    transform: translate3d(42vw, 106vh, 0);
  }
  to {
    transform: translate3d(80vw, -109vh, 0);
  }
}
.circle-container:nth-child(136) .circle {
  -webkit-animation-delay: 3062ms;
          animation-delay: 3062ms;
}
.circle-container:nth-child(137) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-137;
          animation-name: move-frames-137;
  -webkit-animation-duration: 29808ms;
          animation-duration: 29808ms;
  -webkit-animation-delay: 35651ms;
          animation-delay: 35651ms;
}
@-webkit-keyframes move-frames-137 {
  from {
    transform: translate3d(72vw, 108vh, 0);
  }
  to {
    transform: translate3d(5vw, -118vh, 0);
  }
}
@keyframes move-frames-137 {
  from {
    transform: translate3d(72vw, 108vh, 0);
  }
  to {
    transform: translate3d(5vw, -118vh, 0);
  }
}
.circle-container:nth-child(137) .circle {
  -webkit-animation-delay: 1056ms;
          animation-delay: 1056ms;
}
.circle-container:nth-child(138) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-138;
          animation-name: move-frames-138;
  -webkit-animation-duration: 30199ms;
          animation-duration: 30199ms;
  -webkit-animation-delay: 23611ms;
          animation-delay: 23611ms;
}
@-webkit-keyframes move-frames-138 {
  from {
    transform: translate3d(63vw, 101vh, 0);
  }
  to {
    transform: translate3d(2vw, -112vh, 0);
  }
}
@keyframes move-frames-138 {
  from {
    transform: translate3d(63vw, 101vh, 0);
  }
  to {
    transform: translate3d(2vw, -112vh, 0);
  }
}
.circle-container:nth-child(138) .circle {
  -webkit-animation-delay: 691ms;
          animation-delay: 691ms;
}
.circle-container:nth-child(139) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-139;
          animation-name: move-frames-139;
  -webkit-animation-duration: 29683ms;
          animation-duration: 29683ms;
  -webkit-animation-delay: 26835ms;
          animation-delay: 26835ms;
}
@-webkit-keyframes move-frames-139 {
  from {
    transform: translate3d(52vw, 102vh, 0);
  }
  to {
    transform: translate3d(72vw, -125vh, 0);
  }
}
@keyframes move-frames-139 {
  from {
    transform: translate3d(52vw, 102vh, 0);
  }
  to {
    transform: translate3d(72vw, -125vh, 0);
  }
}
.circle-container:nth-child(139) .circle {
  -webkit-animation-delay: 1316ms;
          animation-delay: 1316ms;
}
.circle-container:nth-child(140) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-140;
          animation-name: move-frames-140;
  -webkit-animation-duration: 31636ms;
          animation-duration: 31636ms;
  -webkit-animation-delay: 7612ms;
          animation-delay: 7612ms;
}
@-webkit-keyframes move-frames-140 {
  from {
    transform: translate3d(55vw, 110vh, 0);
  }
  to {
    transform: translate3d(70vw, -125vh, 0);
  }
}
@keyframes move-frames-140 {
  from {
    transform: translate3d(55vw, 110vh, 0);
  }
  to {
    transform: translate3d(70vw, -125vh, 0);
  }
}
.circle-container:nth-child(140) .circle {
  -webkit-animation-delay: 76ms;
          animation-delay: 76ms;
}
.circle-container:nth-child(141) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-141;
          animation-name: move-frames-141;
  -webkit-animation-duration: 35397ms;
          animation-duration: 35397ms;
  -webkit-animation-delay: 13356ms;
          animation-delay: 13356ms;
}
@-webkit-keyframes move-frames-141 {
  from {
    transform: translate3d(40vw, 104vh, 0);
  }
  to {
    transform: translate3d(16vw, -129vh, 0);
  }
}
@keyframes move-frames-141 {
  from {
    transform: translate3d(40vw, 104vh, 0);
  }
  to {
    transform: translate3d(16vw, -129vh, 0);
  }
}
.circle-container:nth-child(141) .circle {
  -webkit-animation-delay: 643ms;
          animation-delay: 643ms;
}
.circle-container:nth-child(142) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-142;
          animation-name: move-frames-142;
  -webkit-animation-duration: 31824ms;
          animation-duration: 31824ms;
  -webkit-animation-delay: 21783ms;
          animation-delay: 21783ms;
}
@-webkit-keyframes move-frames-142 {
  from {
    transform: translate3d(25vw, 105vh, 0);
  }
  to {
    transform: translate3d(23vw, -113vh, 0);
  }
}
@keyframes move-frames-142 {
  from {
    transform: translate3d(25vw, 105vh, 0);
  }
  to {
    transform: translate3d(23vw, -113vh, 0);
  }
}
.circle-container:nth-child(142) .circle {
  -webkit-animation-delay: 3010ms;
          animation-delay: 3010ms;
}
.circle-container:nth-child(143) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-143;
          animation-name: move-frames-143;
  -webkit-animation-duration: 36812ms;
          animation-duration: 36812ms;
  -webkit-animation-delay: 7903ms;
          animation-delay: 7903ms;
}
@-webkit-keyframes move-frames-143 {
  from {
    transform: translate3d(60vw, 108vh, 0);
  }
  to {
    transform: translate3d(67vw, -123vh, 0);
  }
}
@keyframes move-frames-143 {
  from {
    transform: translate3d(60vw, 108vh, 0);
  }
  to {
    transform: translate3d(67vw, -123vh, 0);
  }
}
.circle-container:nth-child(143) .circle {
  -webkit-animation-delay: 3873ms;
          animation-delay: 3873ms;
}
.circle-container:nth-child(144) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-144;
          animation-name: move-frames-144;
  -webkit-animation-duration: 30192ms;
          animation-duration: 30192ms;
  -webkit-animation-delay: 36211ms;
          animation-delay: 36211ms;
}
@-webkit-keyframes move-frames-144 {
  from {
    transform: translate3d(85vw, 106vh, 0);
  }
  to {
    transform: translate3d(10vw, -107vh, 0);
  }
}
@keyframes move-frames-144 {
  from {
    transform: translate3d(85vw, 106vh, 0);
  }
  to {
    transform: translate3d(10vw, -107vh, 0);
  }
}
.circle-container:nth-child(144) .circle {
  -webkit-animation-delay: 2593ms;
          animation-delay: 2593ms;
}
.circle-container:nth-child(145) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-145;
          animation-name: move-frames-145;
  -webkit-animation-duration: 30333ms;
          animation-duration: 30333ms;
  -webkit-animation-delay: 26732ms;
          animation-delay: 26732ms;
}
@-webkit-keyframes move-frames-145 {
  from {
    transform: translate3d(27vw, 105vh, 0);
  }
  to {
    transform: translate3d(70vw, -114vh, 0);
  }
}
@keyframes move-frames-145 {
  from {
    transform: translate3d(27vw, 105vh, 0);
  }
  to {
    transform: translate3d(70vw, -114vh, 0);
  }
}
.circle-container:nth-child(145) .circle {
  -webkit-animation-delay: 2805ms;
          animation-delay: 2805ms;
}
.circle-container:nth-child(146) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-146;
          animation-name: move-frames-146;
  -webkit-animation-duration: 30856ms;
          animation-duration: 30856ms;
  -webkit-animation-delay: 28880ms;
          animation-delay: 28880ms;
}
@-webkit-keyframes move-frames-146 {
  from {
    transform: translate3d(53vw, 108vh, 0);
  }
  to {
    transform: translate3d(3vw, -132vh, 0);
  }
}
@keyframes move-frames-146 {
  from {
    transform: translate3d(53vw, 108vh, 0);
  }
  to {
    transform: translate3d(3vw, -132vh, 0);
  }
}
.circle-container:nth-child(146) .circle {
  -webkit-animation-delay: 3135ms;
          animation-delay: 3135ms;
}
.circle-container:nth-child(147) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-147;
          animation-name: move-frames-147;
  -webkit-animation-duration: 30002ms;
          animation-duration: 30002ms;
  -webkit-animation-delay: 20067ms;
          animation-delay: 20067ms;
}
@-webkit-keyframes move-frames-147 {
  from {
    transform: translate3d(14vw, 103vh, 0);
  }
  to {
    transform: translate3d(15vw, -123vh, 0);
  }
}
@keyframes move-frames-147 {
  from {
    transform: translate3d(14vw, 103vh, 0);
  }
  to {
    transform: translate3d(15vw, -123vh, 0);
  }
}
.circle-container:nth-child(147) .circle {
  -webkit-animation-delay: 2770ms;
          animation-delay: 2770ms;
}
.circle-container:nth-child(148) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-148;
          animation-name: move-frames-148;
  -webkit-animation-duration: 34376ms;
          animation-duration: 34376ms;
  -webkit-animation-delay: 13592ms;
          animation-delay: 13592ms;
}
@-webkit-keyframes move-frames-148 {
  from {
    transform: translate3d(14vw, 108vh, 0);
  }
  to {
    transform: translate3d(23vw, -112vh, 0);
  }
}
@keyframes move-frames-148 {
  from {
    transform: translate3d(14vw, 108vh, 0);
  }
  to {
    transform: translate3d(23vw, -112vh, 0);
  }
}
.circle-container:nth-child(148) .circle {
  -webkit-animation-delay: 2429ms;
          animation-delay: 2429ms;
}
.circle-container:nth-child(149) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-149;
          animation-name: move-frames-149;
  -webkit-animation-duration: 29186ms;
          animation-duration: 29186ms;
  -webkit-animation-delay: 2445ms;
          animation-delay: 2445ms;
}
@-webkit-keyframes move-frames-149 {
  from {
    transform: translate3d(82vw, 106vh, 0);
  }
  to {
    transform: translate3d(75vw, -124vh, 0);
  }
}
@keyframes move-frames-149 {
  from {
    transform: translate3d(82vw, 106vh, 0);
  }
  to {
    transform: translate3d(75vw, -124vh, 0);
  }
}
.circle-container:nth-child(149) .circle {
  -webkit-animation-delay: 1756ms;
          animation-delay: 1756ms;
}
.circle-container:nth-child(150) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-150;
          animation-name: move-frames-150;
  -webkit-animation-duration: 32258ms;
          animation-duration: 32258ms;
  -webkit-animation-delay: 34251ms;
          animation-delay: 34251ms;
}
@-webkit-keyframes move-frames-150 {
  from {
    transform: translate3d(27vw, 103vh, 0);
  }
  to {
    transform: translate3d(96vw, -124vh, 0);
  }
}
@keyframes move-frames-150 {
  from {
    transform: translate3d(27vw, 103vh, 0);
  }
  to {
    transform: translate3d(96vw, -124vh, 0);
  }
}
.circle-container:nth-child(150) .circle {
  -webkit-animation-delay: 3744ms;
          animation-delay: 3744ms;
}
.circle-container:nth-child(151) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-151;
          animation-name: move-frames-151;
  -webkit-animation-duration: 32802ms;
          animation-duration: 32802ms;
  -webkit-animation-delay: 33426ms;
          animation-delay: 33426ms;
}
@-webkit-keyframes move-frames-151 {
  from {
    transform: translate3d(85vw, 102vh, 0);
  }
  to {
    transform: translate3d(88vw, -118vh, 0);
  }
}
@keyframes move-frames-151 {
  from {
    transform: translate3d(85vw, 102vh, 0);
  }
  to {
    transform: translate3d(88vw, -118vh, 0);
  }
}
.circle-container:nth-child(151) .circle {
  -webkit-animation-delay: 1289ms;
          animation-delay: 1289ms;
}
.circle-container:nth-child(152) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-152;
          animation-name: move-frames-152;
  -webkit-animation-duration: 28746ms;
          animation-duration: 28746ms;
  -webkit-animation-delay: 30414ms;
          animation-delay: 30414ms;
}
@-webkit-keyframes move-frames-152 {
  from {
    transform: translate3d(46vw, 108vh, 0);
  }
  to {
    transform: translate3d(31vw, -133vh, 0);
  }
}
@keyframes move-frames-152 {
  from {
    transform: translate3d(46vw, 108vh, 0);
  }
  to {
    transform: translate3d(31vw, -133vh, 0);
  }
}
.circle-container:nth-child(152) .circle {
  -webkit-animation-delay: 2500ms;
          animation-delay: 2500ms;
}
.circle-container:nth-child(153) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-153;
          animation-name: move-frames-153;
  -webkit-animation-duration: 36557ms;
          animation-duration: 36557ms;
  -webkit-animation-delay: 34111ms;
          animation-delay: 34111ms;
}
@-webkit-keyframes move-frames-153 {
  from {
    transform: translate3d(47vw, 101vh, 0);
  }
  to {
    transform: translate3d(42vw, -103vh, 0);
  }
}
@keyframes move-frames-153 {
  from {
    transform: translate3d(47vw, 101vh, 0);
  }
  to {
    transform: translate3d(42vw, -103vh, 0);
  }
}
.circle-container:nth-child(153) .circle {
  -webkit-animation-delay: 238ms;
          animation-delay: 238ms;
}
.circle-container:nth-child(154) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-154;
          animation-name: move-frames-154;
  -webkit-animation-duration: 36919ms;
          animation-duration: 36919ms;
  -webkit-animation-delay: 5715ms;
          animation-delay: 5715ms;
}
@-webkit-keyframes move-frames-154 {
  from {
    transform: translate3d(39vw, 107vh, 0);
  }
  to {
    transform: translate3d(70vw, -109vh, 0);
  }
}
@keyframes move-frames-154 {
  from {
    transform: translate3d(39vw, 107vh, 0);
  }
  to {
    transform: translate3d(70vw, -109vh, 0);
  }
}
.circle-container:nth-child(154) .circle {
  -webkit-animation-delay: 2398ms;
          animation-delay: 2398ms;
}
.circle-container:nth-child(155) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-155;
          animation-name: move-frames-155;
  -webkit-animation-duration: 29639ms;
          animation-duration: 29639ms;
  -webkit-animation-delay: 13137ms;
          animation-delay: 13137ms;
}
@-webkit-keyframes move-frames-155 {
  from {
    transform: translate3d(96vw, 101vh, 0);
  }
  to {
    transform: translate3d(24vw, -119vh, 0);
  }
}
@keyframes move-frames-155 {
  from {
    transform: translate3d(96vw, 101vh, 0);
  }
  to {
    transform: translate3d(24vw, -119vh, 0);
  }
}
.circle-container:nth-child(155) .circle {
  -webkit-animation-delay: 2187ms;
          animation-delay: 2187ms;
}
.circle-container:nth-child(156) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-156;
          animation-name: move-frames-156;
  -webkit-animation-duration: 33521ms;
          animation-duration: 33521ms;
  -webkit-animation-delay: 10906ms;
          animation-delay: 10906ms;
}
@-webkit-keyframes move-frames-156 {
  from {
    transform: translate3d(93vw, 108vh, 0);
  }
  to {
    transform: translate3d(86vw, -134vh, 0);
  }
}
@keyframes move-frames-156 {
  from {
    transform: translate3d(93vw, 108vh, 0);
  }
  to {
    transform: translate3d(86vw, -134vh, 0);
  }
}
.circle-container:nth-child(156) .circle {
  -webkit-animation-delay: 2931ms;
          animation-delay: 2931ms;
}
.circle-container:nth-child(157) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-157;
          animation-name: move-frames-157;
  -webkit-animation-duration: 29642ms;
          animation-duration: 29642ms;
  -webkit-animation-delay: 12360ms;
          animation-delay: 12360ms;
}
@-webkit-keyframes move-frames-157 {
  from {
    transform: translate3d(21vw, 109vh, 0);
  }
  to {
    transform: translate3d(92vw, -122vh, 0);
  }
}
@keyframes move-frames-157 {
  from {
    transform: translate3d(21vw, 109vh, 0);
  }
  to {
    transform: translate3d(92vw, -122vh, 0);
  }
}
.circle-container:nth-child(157) .circle {
  -webkit-animation-delay: 1665ms;
          animation-delay: 1665ms;
}
.circle-container:nth-child(158) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-158;
          animation-name: move-frames-158;
  -webkit-animation-duration: 28959ms;
          animation-duration: 28959ms;
  -webkit-animation-delay: 24315ms;
          animation-delay: 24315ms;
}
@-webkit-keyframes move-frames-158 {
  from {
    transform: translate3d(81vw, 108vh, 0);
  }
  to {
    transform: translate3d(29vw, -134vh, 0);
  }
}
@keyframes move-frames-158 {
  from {
    transform: translate3d(81vw, 108vh, 0);
  }
  to {
    transform: translate3d(29vw, -134vh, 0);
  }
}
.circle-container:nth-child(158) .circle {
  -webkit-animation-delay: 2865ms;
          animation-delay: 2865ms;
}
.circle-container:nth-child(159) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-159;
          animation-name: move-frames-159;
  -webkit-animation-duration: 29452ms;
          animation-duration: 29452ms;
  -webkit-animation-delay: 10704ms;
          animation-delay: 10704ms;
}
@-webkit-keyframes move-frames-159 {
  from {
    transform: translate3d(65vw, 106vh, 0);
  }
  to {
    transform: translate3d(78vw, -128vh, 0);
  }
}
@keyframes move-frames-159 {
  from {
    transform: translate3d(65vw, 106vh, 0);
  }
  to {
    transform: translate3d(78vw, -128vh, 0);
  }
}
.circle-container:nth-child(159) .circle {
  -webkit-animation-delay: 1616ms;
          animation-delay: 1616ms;
}
.circle-container:nth-child(160) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-160;
          animation-name: move-frames-160;
  -webkit-animation-duration: 36213ms;
          animation-duration: 36213ms;
  -webkit-animation-delay: 10637ms;
          animation-delay: 10637ms;
}
@-webkit-keyframes move-frames-160 {
  from {
    transform: translate3d(18vw, 102vh, 0);
  }
  to {
    transform: translate3d(53vw, -117vh, 0);
  }
}
@keyframes move-frames-160 {
  from {
    transform: translate3d(18vw, 102vh, 0);
  }
  to {
    transform: translate3d(53vw, -117vh, 0);
  }
}
.circle-container:nth-child(160) .circle {
  -webkit-animation-delay: 2214ms;
          animation-delay: 2214ms;
}
.circle-container:nth-child(161) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-161;
          animation-name: move-frames-161;
  -webkit-animation-duration: 30720ms;
          animation-duration: 30720ms;
  -webkit-animation-delay: 28028ms;
          animation-delay: 28028ms;
}
@-webkit-keyframes move-frames-161 {
  from {
    transform: translate3d(46vw, 102vh, 0);
  }
  to {
    transform: translate3d(79vw, -123vh, 0);
  }
}
@keyframes move-frames-161 {
  from {
    transform: translate3d(46vw, 102vh, 0);
  }
  to {
    transform: translate3d(79vw, -123vh, 0);
  }
}
.circle-container:nth-child(161) .circle {
  -webkit-animation-delay: 2809ms;
          animation-delay: 2809ms;
}
.circle-container:nth-child(162) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-162;
          animation-name: move-frames-162;
  -webkit-animation-duration: 32322ms;
          animation-duration: 32322ms;
  -webkit-animation-delay: 23145ms;
          animation-delay: 23145ms;
}
@-webkit-keyframes move-frames-162 {
  from {
    transform: translate3d(38vw, 101vh, 0);
  }
  to {
    transform: translate3d(86vw, -112vh, 0);
  }
}
@keyframes move-frames-162 {
  from {
    transform: translate3d(38vw, 101vh, 0);
  }
  to {
    transform: translate3d(86vw, -112vh, 0);
  }
}
.circle-container:nth-child(162) .circle {
  -webkit-animation-delay: 2559ms;
          animation-delay: 2559ms;
}
.circle-container:nth-child(163) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-163;
          animation-name: move-frames-163;
  -webkit-animation-duration: 36232ms;
          animation-duration: 36232ms;
  -webkit-animation-delay: 17495ms;
          animation-delay: 17495ms;
}
@-webkit-keyframes move-frames-163 {
  from {
    transform: translate3d(64vw, 103vh, 0);
  }
  to {
    transform: translate3d(79vw, -117vh, 0);
  }
}
@keyframes move-frames-163 {
  from {
    transform: translate3d(64vw, 103vh, 0);
  }
  to {
    transform: translate3d(79vw, -117vh, 0);
  }
}
.circle-container:nth-child(163) .circle {
  -webkit-animation-delay: 2219ms;
          animation-delay: 2219ms;
}
.circle-container:nth-child(164) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-164;
          animation-name: move-frames-164;
  -webkit-animation-duration: 29653ms;
          animation-duration: 29653ms;
  -webkit-animation-delay: 35446ms;
          animation-delay: 35446ms;
}
@-webkit-keyframes move-frames-164 {
  from {
    transform: translate3d(20vw, 101vh, 0);
  }
  to {
    transform: translate3d(32vw, -106vh, 0);
  }
}
@keyframes move-frames-164 {
  from {
    transform: translate3d(20vw, 101vh, 0);
  }
  to {
    transform: translate3d(32vw, -106vh, 0);
  }
}
.circle-container:nth-child(164) .circle {
  -webkit-animation-delay: 2211ms;
          animation-delay: 2211ms;
}
.circle-container:nth-child(165) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-165;
          animation-name: move-frames-165;
  -webkit-animation-duration: 32160ms;
          animation-duration: 32160ms;
  -webkit-animation-delay: 18665ms;
          animation-delay: 18665ms;
}
@-webkit-keyframes move-frames-165 {
  from {
    transform: translate3d(91vw, 109vh, 0);
  }
  to {
    transform: translate3d(39vw, -139vh, 0);
  }
}
@keyframes move-frames-165 {
  from {
    transform: translate3d(91vw, 109vh, 0);
  }
  to {
    transform: translate3d(39vw, -139vh, 0);
  }
}
.circle-container:nth-child(165) .circle {
  -webkit-animation-delay: 1174ms;
          animation-delay: 1174ms;
}
.circle-container:nth-child(166) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-166;
          animation-name: move-frames-166;
  -webkit-animation-duration: 33759ms;
          animation-duration: 33759ms;
  -webkit-animation-delay: 17800ms;
          animation-delay: 17800ms;
}
@-webkit-keyframes move-frames-166 {
  from {
    transform: translate3d(17vw, 101vh, 0);
  }
  to {
    transform: translate3d(77vw, -122vh, 0);
  }
}
@keyframes move-frames-166 {
  from {
    transform: translate3d(17vw, 101vh, 0);
  }
  to {
    transform: translate3d(77vw, -122vh, 0);
  }
}
.circle-container:nth-child(166) .circle {
  -webkit-animation-delay: 14ms;
          animation-delay: 14ms;
}
.circle-container:nth-child(167) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-167;
          animation-name: move-frames-167;
  -webkit-animation-duration: 28056ms;
          animation-duration: 28056ms;
  -webkit-animation-delay: 16367ms;
          animation-delay: 16367ms;
}
@-webkit-keyframes move-frames-167 {
  from {
    transform: translate3d(31vw, 109vh, 0);
  }
  to {
    transform: translate3d(68vw, -117vh, 0);
  }
}
@keyframes move-frames-167 {
  from {
    transform: translate3d(31vw, 109vh, 0);
  }
  to {
    transform: translate3d(68vw, -117vh, 0);
  }
}
.circle-container:nth-child(167) .circle {
  -webkit-animation-delay: 439ms;
          animation-delay: 439ms;
}
.circle-container:nth-child(168) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-168;
          animation-name: move-frames-168;
  -webkit-animation-duration: 28906ms;
          animation-duration: 28906ms;
  -webkit-animation-delay: 22082ms;
          animation-delay: 22082ms;
}
@-webkit-keyframes move-frames-168 {
  from {
    transform: translate3d(74vw, 109vh, 0);
  }
  to {
    transform: translate3d(3vw, -124vh, 0);
  }
}
@keyframes move-frames-168 {
  from {
    transform: translate3d(74vw, 109vh, 0);
  }
  to {
    transform: translate3d(3vw, -124vh, 0);
  }
}
.circle-container:nth-child(168) .circle {
  -webkit-animation-delay: 2327ms;
          animation-delay: 2327ms;
}
.circle-container:nth-child(169) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-169;
          animation-name: move-frames-169;
  -webkit-animation-duration: 31592ms;
          animation-duration: 31592ms;
  -webkit-animation-delay: 3942ms;
          animation-delay: 3942ms;
}
@-webkit-keyframes move-frames-169 {
  from {
    transform: translate3d(2vw, 107vh, 0);
  }
  to {
    transform: translate3d(42vw, -113vh, 0);
  }
}
@keyframes move-frames-169 {
  from {
    transform: translate3d(2vw, 107vh, 0);
  }
  to {
    transform: translate3d(42vw, -113vh, 0);
  }
}
.circle-container:nth-child(169) .circle {
  -webkit-animation-delay: 2143ms;
          animation-delay: 2143ms;
}
.circle-container:nth-child(170) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-170;
          animation-name: move-frames-170;
  -webkit-animation-duration: 31646ms;
          animation-duration: 31646ms;
  -webkit-animation-delay: 33268ms;
          animation-delay: 33268ms;
}
@-webkit-keyframes move-frames-170 {
  from {
    transform: translate3d(22vw, 104vh, 0);
  }
  to {
    transform: translate3d(40vw, -109vh, 0);
  }
}
@keyframes move-frames-170 {
  from {
    transform: translate3d(22vw, 104vh, 0);
  }
  to {
    transform: translate3d(40vw, -109vh, 0);
  }
}
.circle-container:nth-child(170) .circle {
  -webkit-animation-delay: 469ms;
          animation-delay: 469ms;
}
.circle-container:nth-child(171) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-171;
          animation-name: move-frames-171;
  -webkit-animation-duration: 29706ms;
          animation-duration: 29706ms;
  -webkit-animation-delay: 31068ms;
          animation-delay: 31068ms;
}
@-webkit-keyframes move-frames-171 {
  from {
    transform: translate3d(57vw, 101vh, 0);
  }
  to {
    transform: translate3d(17vw, -130vh, 0);
  }
}
@keyframes move-frames-171 {
  from {
    transform: translate3d(57vw, 101vh, 0);
  }
  to {
    transform: translate3d(17vw, -130vh, 0);
  }
}
.circle-container:nth-child(171) .circle {
  -webkit-animation-delay: 1378ms;
          animation-delay: 1378ms;
}
.circle-container:nth-child(172) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-172;
          animation-name: move-frames-172;
  -webkit-animation-duration: 33364ms;
          animation-duration: 33364ms;
  -webkit-animation-delay: 4932ms;
          animation-delay: 4932ms;
}
@-webkit-keyframes move-frames-172 {
  from {
    transform: translate3d(26vw, 107vh, 0);
  }
  to {
    transform: translate3d(2vw, -130vh, 0);
  }
}
@keyframes move-frames-172 {
  from {
    transform: translate3d(26vw, 107vh, 0);
  }
  to {
    transform: translate3d(2vw, -130vh, 0);
  }
}
.circle-container:nth-child(172) .circle {
  -webkit-animation-delay: 2967ms;
          animation-delay: 2967ms;
}
.circle-container:nth-child(173) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-173;
          animation-name: move-frames-173;
  -webkit-animation-duration: 30673ms;
          animation-duration: 30673ms;
  -webkit-animation-delay: 23637ms;
          animation-delay: 23637ms;
}
@-webkit-keyframes move-frames-173 {
  from {
    transform: translate3d(100vw, 101vh, 0);
  }
  to {
    transform: translate3d(30vw, -110vh, 0);
  }
}
@keyframes move-frames-173 {
  from {
    transform: translate3d(100vw, 101vh, 0);
  }
  to {
    transform: translate3d(30vw, -110vh, 0);
  }
}
.circle-container:nth-child(173) .circle {
  -webkit-animation-delay: 516ms;
          animation-delay: 516ms;
}
.circle-container:nth-child(174) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-174;
          animation-name: move-frames-174;
  -webkit-animation-duration: 36242ms;
          animation-duration: 36242ms;
  -webkit-animation-delay: 36257ms;
          animation-delay: 36257ms;
}
@-webkit-keyframes move-frames-174 {
  from {
    transform: translate3d(97vw, 108vh, 0);
  }
  to {
    transform: translate3d(46vw, -119vh, 0);
  }
}
@keyframes move-frames-174 {
  from {
    transform: translate3d(97vw, 108vh, 0);
  }
  to {
    transform: translate3d(46vw, -119vh, 0);
  }
}
.circle-container:nth-child(174) .circle {
  -webkit-animation-delay: 793ms;
          animation-delay: 793ms;
}
.circle-container:nth-child(175) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-175;
          animation-name: move-frames-175;
  -webkit-animation-duration: 35603ms;
          animation-duration: 35603ms;
  -webkit-animation-delay: 34560ms;
          animation-delay: 34560ms;
}
@-webkit-keyframes move-frames-175 {
  from {
    transform: translate3d(81vw, 102vh, 0);
  }
  to {
    transform: translate3d(75vw, -132vh, 0);
  }
}
@keyframes move-frames-175 {
  from {
    transform: translate3d(81vw, 102vh, 0);
  }
  to {
    transform: translate3d(75vw, -132vh, 0);
  }
}
.circle-container:nth-child(175) .circle {
  -webkit-animation-delay: 112ms;
          animation-delay: 112ms;
}
.circle-container:nth-child(176) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-176;
          animation-name: move-frames-176;
  -webkit-animation-duration: 31376ms;
          animation-duration: 31376ms;
  -webkit-animation-delay: 16766ms;
          animation-delay: 16766ms;
}
@-webkit-keyframes move-frames-176 {
  from {
    transform: translate3d(61vw, 109vh, 0);
  }
  to {
    transform: translate3d(3vw, -113vh, 0);
  }
}
@keyframes move-frames-176 {
  from {
    transform: translate3d(61vw, 109vh, 0);
  }
  to {
    transform: translate3d(3vw, -113vh, 0);
  }
}
.circle-container:nth-child(176) .circle {
  -webkit-animation-delay: 2658ms;
          animation-delay: 2658ms;
}
.circle-container:nth-child(177) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-177;
          animation-name: move-frames-177;
  -webkit-animation-duration: 35068ms;
          animation-duration: 35068ms;
  -webkit-animation-delay: 19562ms;
          animation-delay: 19562ms;
}
@-webkit-keyframes move-frames-177 {
  from {
    transform: translate3d(2vw, 110vh, 0);
  }
  to {
    transform: translate3d(70vw, -131vh, 0);
  }
}
@keyframes move-frames-177 {
  from {
    transform: translate3d(2vw, 110vh, 0);
  }
  to {
    transform: translate3d(70vw, -131vh, 0);
  }
}
.circle-container:nth-child(177) .circle {
  -webkit-animation-delay: 2321ms;
          animation-delay: 2321ms;
}
.circle-container:nth-child(178) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-178;
          animation-name: move-frames-178;
  -webkit-animation-duration: 35263ms;
          animation-duration: 35263ms;
  -webkit-animation-delay: 23229ms;
          animation-delay: 23229ms;
}
@-webkit-keyframes move-frames-178 {
  from {
    transform: translate3d(46vw, 102vh, 0);
  }
  to {
    transform: translate3d(84vw, -114vh, 0);
  }
}
@keyframes move-frames-178 {
  from {
    transform: translate3d(46vw, 102vh, 0);
  }
  to {
    transform: translate3d(84vw, -114vh, 0);
  }
}
.circle-container:nth-child(178) .circle {
  -webkit-animation-delay: 465ms;
          animation-delay: 465ms;
}
.circle-container:nth-child(179) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-179;
          animation-name: move-frames-179;
  -webkit-animation-duration: 32083ms;
          animation-duration: 32083ms;
  -webkit-animation-delay: 33173ms;
          animation-delay: 33173ms;
}
@-webkit-keyframes move-frames-179 {
  from {
    transform: translate3d(37vw, 104vh, 0);
  }
  to {
    transform: translate3d(32vw, -110vh, 0);
  }
}
@keyframes move-frames-179 {
  from {
    transform: translate3d(37vw, 104vh, 0);
  }
  to {
    transform: translate3d(32vw, -110vh, 0);
  }
}
.circle-container:nth-child(179) .circle {
  -webkit-animation-delay: 306ms;
          animation-delay: 306ms;
}
.circle-container:nth-child(180) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-180;
          animation-name: move-frames-180;
  -webkit-animation-duration: 36268ms;
          animation-duration: 36268ms;
  -webkit-animation-delay: 7058ms;
          animation-delay: 7058ms;
}
@-webkit-keyframes move-frames-180 {
  from {
    transform: translate3d(70vw, 101vh, 0);
  }
  to {
    transform: translate3d(29vw, -128vh, 0);
  }
}
@keyframes move-frames-180 {
  from {
    transform: translate3d(70vw, 101vh, 0);
  }
  to {
    transform: translate3d(29vw, -128vh, 0);
  }
}
.circle-container:nth-child(180) .circle {
  -webkit-animation-delay: 3140ms;
          animation-delay: 3140ms;
}
.circle-container:nth-child(181) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-181;
          animation-name: move-frames-181;
  -webkit-animation-duration: 34826ms;
          animation-duration: 34826ms;
  -webkit-animation-delay: 36733ms;
          animation-delay: 36733ms;
}
@-webkit-keyframes move-frames-181 {
  from {
    transform: translate3d(78vw, 108vh, 0);
  }
  to {
    transform: translate3d(49vw, -128vh, 0);
  }
}
@keyframes move-frames-181 {
  from {
    transform: translate3d(78vw, 108vh, 0);
  }
  to {
    transform: translate3d(49vw, -128vh, 0);
  }
}
.circle-container:nth-child(181) .circle {
  -webkit-animation-delay: 3853ms;
          animation-delay: 3853ms;
}
.circle-container:nth-child(182) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-182;
          animation-name: move-frames-182;
  -webkit-animation-duration: 30176ms;
          animation-duration: 30176ms;
  -webkit-animation-delay: 12725ms;
          animation-delay: 12725ms;
}
@-webkit-keyframes move-frames-182 {
  from {
    transform: translate3d(35vw, 101vh, 0);
  }
  to {
    transform: translate3d(63vw, -104vh, 0);
  }
}
@keyframes move-frames-182 {
  from {
    transform: translate3d(35vw, 101vh, 0);
  }
  to {
    transform: translate3d(63vw, -104vh, 0);
  }
}
.circle-container:nth-child(182) .circle {
  -webkit-animation-delay: 1257ms;
          animation-delay: 1257ms;
}
.circle-container:nth-child(183) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-183;
          animation-name: move-frames-183;
  -webkit-animation-duration: 29130ms;
          animation-duration: 29130ms;
  -webkit-animation-delay: 8646ms;
          animation-delay: 8646ms;
}
@-webkit-keyframes move-frames-183 {
  from {
    transform: translate3d(65vw, 101vh, 0);
  }
  to {
    transform: translate3d(60vw, -104vh, 0);
  }
}
@keyframes move-frames-183 {
  from {
    transform: translate3d(65vw, 101vh, 0);
  }
  to {
    transform: translate3d(60vw, -104vh, 0);
  }
}
.circle-container:nth-child(183) .circle {
  -webkit-animation-delay: 3447ms;
          animation-delay: 3447ms;
}
.circle-container:nth-child(184) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-184;
          animation-name: move-frames-184;
  -webkit-animation-duration: 34690ms;
          animation-duration: 34690ms;
  -webkit-animation-delay: 15545ms;
          animation-delay: 15545ms;
}
@-webkit-keyframes move-frames-184 {
  from {
    transform: translate3d(82vw, 110vh, 0);
  }
  to {
    transform: translate3d(16vw, -115vh, 0);
  }
}
@keyframes move-frames-184 {
  from {
    transform: translate3d(82vw, 110vh, 0);
  }
  to {
    transform: translate3d(16vw, -115vh, 0);
  }
}
.circle-container:nth-child(184) .circle {
  -webkit-animation-delay: 2150ms;
          animation-delay: 2150ms;
}
.circle-container:nth-child(185) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-185;
          animation-name: move-frames-185;
  -webkit-animation-duration: 36771ms;
          animation-duration: 36771ms;
  -webkit-animation-delay: 16764ms;
          animation-delay: 16764ms;
}
@-webkit-keyframes move-frames-185 {
  from {
    transform: translate3d(98vw, 101vh, 0);
  }
  to {
    transform: translate3d(2vw, -123vh, 0);
  }
}
@keyframes move-frames-185 {
  from {
    transform: translate3d(98vw, 101vh, 0);
  }
  to {
    transform: translate3d(2vw, -123vh, 0);
  }
}
.circle-container:nth-child(185) .circle {
  -webkit-animation-delay: 2341ms;
          animation-delay: 2341ms;
}
.circle-container:nth-child(186) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-186;
          animation-name: move-frames-186;
  -webkit-animation-duration: 35494ms;
          animation-duration: 35494ms;
  -webkit-animation-delay: 15077ms;
          animation-delay: 15077ms;
}
@-webkit-keyframes move-frames-186 {
  from {
    transform: translate3d(66vw, 108vh, 0);
  }
  to {
    transform: translate3d(29vw, -136vh, 0);
  }
}
@keyframes move-frames-186 {
  from {
    transform: translate3d(66vw, 108vh, 0);
  }
  to {
    transform: translate3d(29vw, -136vh, 0);
  }
}
.circle-container:nth-child(186) .circle {
  -webkit-animation-delay: 1727ms;
          animation-delay: 1727ms;
}
.circle-container:nth-child(187) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-187;
          animation-name: move-frames-187;
  -webkit-animation-duration: 31622ms;
          animation-duration: 31622ms;
  -webkit-animation-delay: 3938ms;
          animation-delay: 3938ms;
}
@-webkit-keyframes move-frames-187 {
  from {
    transform: translate3d(59vw, 101vh, 0);
  }
  to {
    transform: translate3d(59vw, -112vh, 0);
  }
}
@keyframes move-frames-187 {
  from {
    transform: translate3d(59vw, 101vh, 0);
  }
  to {
    transform: translate3d(59vw, -112vh, 0);
  }
}
.circle-container:nth-child(187) .circle {
  -webkit-animation-delay: 3492ms;
          animation-delay: 3492ms;
}
.circle-container:nth-child(188) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-188;
          animation-name: move-frames-188;
  -webkit-animation-duration: 34613ms;
          animation-duration: 34613ms;
  -webkit-animation-delay: 28008ms;
          animation-delay: 28008ms;
}
@-webkit-keyframes move-frames-188 {
  from {
    transform: translate3d(11vw, 107vh, 0);
  }
  to {
    transform: translate3d(78vw, -119vh, 0);
  }
}
@keyframes move-frames-188 {
  from {
    transform: translate3d(11vw, 107vh, 0);
  }
  to {
    transform: translate3d(78vw, -119vh, 0);
  }
}
.circle-container:nth-child(188) .circle {
  -webkit-animation-delay: 3426ms;
          animation-delay: 3426ms;
}
.circle-container:nth-child(189) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-189;
          animation-name: move-frames-189;
  -webkit-animation-duration: 33520ms;
          animation-duration: 33520ms;
  -webkit-animation-delay: 7773ms;
          animation-delay: 7773ms;
}
@-webkit-keyframes move-frames-189 {
  from {
    transform: translate3d(6vw, 105vh, 0);
  }
  to {
    transform: translate3d(36vw, -114vh, 0);
  }
}
@keyframes move-frames-189 {
  from {
    transform: translate3d(6vw, 105vh, 0);
  }
  to {
    transform: translate3d(36vw, -114vh, 0);
  }
}
.circle-container:nth-child(189) .circle {
  -webkit-animation-delay: 3390ms;
          animation-delay: 3390ms;
}
.circle-container:nth-child(190) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-190;
          animation-name: move-frames-190;
  -webkit-animation-duration: 32864ms;
          animation-duration: 32864ms;
  -webkit-animation-delay: 21531ms;
          animation-delay: 21531ms;
}
@-webkit-keyframes move-frames-190 {
  from {
    transform: translate3d(54vw, 106vh, 0);
  }
  to {
    transform: translate3d(94vw, -120vh, 0);
  }
}
@keyframes move-frames-190 {
  from {
    transform: translate3d(54vw, 106vh, 0);
  }
  to {
    transform: translate3d(94vw, -120vh, 0);
  }
}
.circle-container:nth-child(190) .circle {
  -webkit-animation-delay: 2988ms;
          animation-delay: 2988ms;
}
.circle-container:nth-child(191) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-191;
          animation-name: move-frames-191;
  -webkit-animation-duration: 32968ms;
          animation-duration: 32968ms;
  -webkit-animation-delay: 3842ms;
          animation-delay: 3842ms;
}
@-webkit-keyframes move-frames-191 {
  from {
    transform: translate3d(21vw, 109vh, 0);
  }
  to {
    transform: translate3d(21vw, -118vh, 0);
  }
}
@keyframes move-frames-191 {
  from {
    transform: translate3d(21vw, 109vh, 0);
  }
  to {
    transform: translate3d(21vw, -118vh, 0);
  }
}
.circle-container:nth-child(191) .circle {
  -webkit-animation-delay: 3898ms;
          animation-delay: 3898ms;
}
.circle-container:nth-child(192) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-192;
          animation-name: move-frames-192;
  -webkit-animation-duration: 33028ms;
          animation-duration: 33028ms;
  -webkit-animation-delay: 27231ms;
          animation-delay: 27231ms;
}
@-webkit-keyframes move-frames-192 {
  from {
    transform: translate3d(59vw, 109vh, 0);
  }
  to {
    transform: translate3d(35vw, -112vh, 0);
  }
}
@keyframes move-frames-192 {
  from {
    transform: translate3d(59vw, 109vh, 0);
  }
  to {
    transform: translate3d(35vw, -112vh, 0);
  }
}
.circle-container:nth-child(192) .circle {
  -webkit-animation-delay: 3903ms;
          animation-delay: 3903ms;
}
.circle-container:nth-child(193) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-193;
          animation-name: move-frames-193;
  -webkit-animation-duration: 32796ms;
          animation-duration: 32796ms;
  -webkit-animation-delay: 6728ms;
          animation-delay: 6728ms;
}
@-webkit-keyframes move-frames-193 {
  from {
    transform: translate3d(12vw, 102vh, 0);
  }
  to {
    transform: translate3d(39vw, -129vh, 0);
  }
}
@keyframes move-frames-193 {
  from {
    transform: translate3d(12vw, 102vh, 0);
  }
  to {
    transform: translate3d(39vw, -129vh, 0);
  }
}
.circle-container:nth-child(193) .circle {
  -webkit-animation-delay: 526ms;
          animation-delay: 526ms;
}
.circle-container:nth-child(194) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-194;
          animation-name: move-frames-194;
  -webkit-animation-duration: 28074ms;
          animation-duration: 28074ms;
  -webkit-animation-delay: 6451ms;
          animation-delay: 6451ms;
}
@-webkit-keyframes move-frames-194 {
  from {
    transform: translate3d(13vw, 108vh, 0);
  }
  to {
    transform: translate3d(40vw, -127vh, 0);
  }
}
@keyframes move-frames-194 {
  from {
    transform: translate3d(13vw, 108vh, 0);
  }
  to {
    transform: translate3d(40vw, -127vh, 0);
  }
}
.circle-container:nth-child(194) .circle {
  -webkit-animation-delay: 1821ms;
          animation-delay: 1821ms;
}
.circle-container:nth-child(195) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-195;
          animation-name: move-frames-195;
  -webkit-animation-duration: 33774ms;
          animation-duration: 33774ms;
  -webkit-animation-delay: 6088ms;
          animation-delay: 6088ms;
}
@-webkit-keyframes move-frames-195 {
  from {
    transform: translate3d(59vw, 103vh, 0);
  }
  to {
    transform: translate3d(86vw, -107vh, 0);
  }
}
@keyframes move-frames-195 {
  from {
    transform: translate3d(59vw, 103vh, 0);
  }
  to {
    transform: translate3d(86vw, -107vh, 0);
  }
}
.circle-container:nth-child(195) .circle {
  -webkit-animation-delay: 790ms;
          animation-delay: 790ms;
}
.circle-container:nth-child(196) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-196;
          animation-name: move-frames-196;
  -webkit-animation-duration: 35583ms;
          animation-duration: 35583ms;
  -webkit-animation-delay: 3624ms;
          animation-delay: 3624ms;
}
@-webkit-keyframes move-frames-196 {
  from {
    transform: translate3d(96vw, 106vh, 0);
  }
  to {
    transform: translate3d(57vw, -122vh, 0);
  }
}
@keyframes move-frames-196 {
  from {
    transform: translate3d(96vw, 106vh, 0);
  }
  to {
    transform: translate3d(57vw, -122vh, 0);
  }
}
.circle-container:nth-child(196) .circle {
  -webkit-animation-delay: 1353ms;
          animation-delay: 1353ms;
}
.circle-container:nth-child(197) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-197;
          animation-name: move-frames-197;
  -webkit-animation-duration: 30899ms;
          animation-duration: 30899ms;
  -webkit-animation-delay: 2273ms;
          animation-delay: 2273ms;
}
@-webkit-keyframes move-frames-197 {
  from {
    transform: translate3d(4vw, 107vh, 0);
  }
  to {
    transform: translate3d(37vw, -133vh, 0);
  }
}
@keyframes move-frames-197 {
  from {
    transform: translate3d(4vw, 107vh, 0);
  }
  to {
    transform: translate3d(37vw, -133vh, 0);
  }
}
.circle-container:nth-child(197) .circle {
  -webkit-animation-delay: 3159ms;
          animation-delay: 3159ms;
}
.circle-container:nth-child(198) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-198;
          animation-name: move-frames-198;
  -webkit-animation-duration: 36024ms;
          animation-duration: 36024ms;
  -webkit-animation-delay: 22645ms;
          animation-delay: 22645ms;
}
@-webkit-keyframes move-frames-198 {
  from {
    transform: translate3d(61vw, 101vh, 0);
  }
  to {
    transform: translate3d(52vw, -116vh, 0);
  }
}
@keyframes move-frames-198 {
  from {
    transform: translate3d(61vw, 101vh, 0);
  }
  to {
    transform: translate3d(52vw, -116vh, 0);
  }
}
.circle-container:nth-child(198) .circle {
  -webkit-animation-delay: 2117ms;
          animation-delay: 2117ms;
}
.circle-container:nth-child(199) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-199;
          animation-name: move-frames-199;
  -webkit-animation-duration: 35330ms;
          animation-duration: 35330ms;
  -webkit-animation-delay: 27362ms;
          animation-delay: 27362ms;
}
@-webkit-keyframes move-frames-199 {
  from {
    transform: translate3d(53vw, 102vh, 0);
  }
  to {
    transform: translate3d(52vw, -127vh, 0);
  }
}
@keyframes move-frames-199 {
  from {
    transform: translate3d(53vw, 102vh, 0);
  }
  to {
    transform: translate3d(52vw, -127vh, 0);
  }
}
.circle-container:nth-child(199) .circle {
  -webkit-animation-delay: 3288ms;
          animation-delay: 3288ms;
}
.circle-container:nth-child(200) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-200;
          animation-name: move-frames-200;
  -webkit-animation-duration: 32872ms;
          animation-duration: 32872ms;
  -webkit-animation-delay: 685ms;
          animation-delay: 685ms;
}
@-webkit-keyframes move-frames-200 {
  from {
    transform: translate3d(94vw, 105vh, 0);
  }
  to {
    transform: translate3d(5vw, -107vh, 0);
  }
}
@keyframes move-frames-200 {
  from {
    transform: translate3d(94vw, 105vh, 0);
  }
  to {
    transform: translate3d(5vw, -107vh, 0);
  }
}
.circle-container:nth-child(200) .circle {
  -webkit-animation-delay: 910ms;
          animation-delay: 910ms;
}

.message {
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-family: "Josefin Slab", serif;
  line-height: 35px;
  font-size: 24px;
  text-align: right;
  pointer-events: none;
 opacity: 0; /* Start with text invisible */
  animation: fadeInOut 4s infinite alternate; /* Apply the animation */
}

@keyframes fadeInOut {
  0% {
    opacity: 0; /* Fully transparent at the start */
  }
  50% {
    opacity: 1; /* Fully opaque in the middle */
  }
  100% {
    opacity: 0; /* Fully transparent at the end */
  }
}