html,
body {
  width: 100%;
  height: 100%;
  padding:0;margin:0;
}

body {
  background-image: radial-gradient(#021027, #000000);
}

.container {
  width: 100%;
  height: 100%;
}

.circle-container {
  position: absolute;
  -webkit-transform: translateY(-10vh);
          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% {
    -webkit-transform: scale3d(0.4, 0.4, 1);
            transform: scale3d(0.4, 0.4, 1);
  }
  50% {
    -webkit-transform: scale3d(2.2, 2.2, 1);
            transform: scale3d(2.2, 2.2, 1);
  }
  100% {
    -webkit-transform: scale3d(0.4, 0.4, 1);
            transform: scale3d(0.4, 0.4, 1);
  }
}
@keyframes scale-frames {
  0% {
    -webkit-transform: scale3d(0.4, 0.4, 1);
            transform: scale3d(0.4, 0.4, 1);
  }
  50% {
    -webkit-transform: scale3d(2.2, 2.2, 1);
            transform: scale3d(2.2, 2.2, 1);
  }
  100% {
    -webkit-transform: scale3d(0.4, 0.4, 1);
            transform: scale3d(0.4, 0.4, 1);
  }
}
.circle-container:nth-child(1) {
  width: 10px;
  height: 10px;
  -webkit-animation-name: move-frames-1;
          animation-name: move-frames-1;
  -webkit-animation-duration: 8441ms;
          animation-duration: 8441ms;
  -webkit-animation-delay: 4544ms;
          animation-delay: 4544ms;
}
@-webkit-keyframes move-frames-1 {
  from {
    -webkit-transform: translate3d(50vw, 102vh, 0);
            transform: translate3d(50vw, 102vh, 0);
  }
  to {
    -webkit-transform: translate3d(2vw, -117vh, 0);
            transform: translate3d(2vw, -117vh, 0);
  }
}
@keyframes move-frames-1 {
  from {
    -webkit-transform: translate3d(50vw, 102vh, 0);
            transform: translate3d(50vw, 102vh, 0);
  }
  to {
    -webkit-transform: translate3d(2vw, -117vh, 0);
            transform: translate3d(2vw, -117vh, 0);
  }
}
.circle-container:nth-child(1) .circle {
  -webkit-animation-delay: 3734ms;
          animation-delay: 3734ms;
}
.circle-container:nth-child(2) {
  width: 10px;
  height: 10px;
  -webkit-animation-name: move-frames-2;
          animation-name: move-frames-2;
  -webkit-animation-duration: 9921ms;
          animation-duration: 9921ms;
  -webkit-animation-delay: 5982ms;
          animation-delay: 5982ms;
}
@-webkit-keyframes move-frames-2 {
  from {
    -webkit-transform: translate3d(89vw, 108vh, 0);
            transform: translate3d(89vw, 108vh, 0);
  }
  to {
    -webkit-transform: translate3d(72vw, -123vh, 0);
            transform: translate3d(72vw, -123vh, 0);
  }
}
@keyframes move-frames-2 {
  from {
    -webkit-transform: translate3d(89vw, 108vh, 0);
            transform: translate3d(89vw, 108vh, 0);
  }
  to {
    -webkit-transform: translate3d(72vw, -123vh, 0);
            transform: translate3d(72vw, -123vh, 0);
  }
}
.circle-container:nth-child(2) .circle {
  -webkit-animation-delay: 2516ms;
          animation-delay: 2516ms;
}
.circle-container:nth-child(3) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-3;
          animation-name: move-frames-3;
  -webkit-animation-duration: 10427ms;
          animation-duration: 10427ms;
  -webkit-animation-delay: 3649ms;
          animation-delay: 3649ms;
}
@-webkit-keyframes move-frames-3 {
  from {
    -webkit-transform: translate3d(85vw, 107vh, 0);
            transform: translate3d(85vw, 107vh, 0);
  }
  to {
    -webkit-transform: translate3d(30vw, -133vh, 0);
            transform: translate3d(30vw, -133vh, 0);
  }
}
@keyframes move-frames-3 {
  from {
    -webkit-transform: translate3d(85vw, 107vh, 0);
            transform: translate3d(85vw, 107vh, 0);
  }
  to {
    -webkit-transform: translate3d(30vw, -133vh, 0);
            transform: translate3d(30vw, -133vh, 0);
  }
}
.circle-container:nth-child(3) .circle {
  -webkit-animation-delay: 731ms;
          animation-delay: 731ms;
}
.circle-container:nth-child(4) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-4;
          animation-name: move-frames-4;
  -webkit-animation-duration: 10951ms;
          animation-duration: 10951ms;
  -webkit-animation-delay: 8909ms;
          animation-delay: 8909ms;
}
@-webkit-keyframes move-frames-4 {
  from {
    -webkit-transform: translate3d(50vw, 104vh, 0);
            transform: translate3d(50vw, 104vh, 0);
  }
  to {
    -webkit-transform: translate3d(74vw, -122vh, 0);
            transform: translate3d(74vw, -122vh, 0);
  }
}
@keyframes move-frames-4 {
  from {
    -webkit-transform: translate3d(50vw, 104vh, 0);
            transform: translate3d(50vw, 104vh, 0);
  }
  to {
    -webkit-transform: translate3d(74vw, -122vh, 0);
            transform: translate3d(74vw, -122vh, 0);
  }
}
.circle-container:nth-child(4) .circle {
  -webkit-animation-delay: 2526ms;
          animation-delay: 2526ms;
}
.circle-container:nth-child(5) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-5;
          animation-name: move-frames-5;
  -webkit-animation-duration: 7642ms;
          animation-duration: 7642ms;
  -webkit-animation-delay: 2502ms;
          animation-delay: 2502ms;
}
@-webkit-keyframes move-frames-5 {
  from {
    -webkit-transform: translate3d(9vw, 108vh, 0);
            transform: translate3d(9vw, 108vh, 0);
  }
  to {
    -webkit-transform: translate3d(39vw, -126vh, 0);
            transform: translate3d(39vw, -126vh, 0);
  }
}
@keyframes move-frames-5 {
  from {
    -webkit-transform: translate3d(9vw, 108vh, 0);
            transform: translate3d(9vw, 108vh, 0);
  }
  to {
    -webkit-transform: translate3d(39vw, -126vh, 0);
            transform: translate3d(39vw, -126vh, 0);
  }
}
.circle-container:nth-child(5) .circle {
  -webkit-animation-delay: 2755ms;
          animation-delay: 2755ms;
}
.circle-container:nth-child(6) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-6;
          animation-name: move-frames-6;
  -webkit-animation-duration: 8439ms;
          animation-duration: 8439ms;
  -webkit-animation-delay: 455ms;
          animation-delay: 455ms;
}
@-webkit-keyframes move-frames-6 {
  from {
    -webkit-transform: translate3d(29vw, 101vh, 0);
            transform: translate3d(29vw, 101vh, 0);
  }
  to {
    -webkit-transform: translate3d(21vw, -109vh, 0);
            transform: translate3d(21vw, -109vh, 0);
  }
}
@keyframes move-frames-6 {
  from {
    -webkit-transform: translate3d(29vw, 101vh, 0);
            transform: translate3d(29vw, 101vh, 0);
  }
  to {
    -webkit-transform: translate3d(21vw, -109vh, 0);
            transform: translate3d(21vw, -109vh, 0);
  }
}
.circle-container:nth-child(6) .circle {
  -webkit-animation-delay: 3506ms;
          animation-delay: 3506ms;
}
.circle-container:nth-child(7) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-7;
          animation-name: move-frames-7;
  -webkit-animation-duration: 7539ms;
          animation-duration: 7539ms;
  -webkit-animation-delay: 3595ms;
          animation-delay: 3595ms;
}
@-webkit-keyframes move-frames-7 {
  from {
    -webkit-transform: translate3d(11vw, 101vh, 0);
            transform: translate3d(11vw, 101vh, 0);
  }
  to {
    -webkit-transform: translate3d(31vw, -125vh, 0);
            transform: translate3d(31vw, -125vh, 0);
  }
}
@keyframes move-frames-7 {
  from {
    -webkit-transform: translate3d(11vw, 101vh, 0);
            transform: translate3d(11vw, 101vh, 0);
  }
  to {
    -webkit-transform: translate3d(31vw, -125vh, 0);
            transform: translate3d(31vw, -125vh, 0);
  }
}
.circle-container:nth-child(7) .circle {
  -webkit-animation-delay: 749ms;
          animation-delay: 749ms;
}
.circle-container:nth-child(8) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-8;
          animation-name: move-frames-8;
  -webkit-animation-duration: 7480ms;
          animation-duration: 7480ms;
  -webkit-animation-delay: 2680ms;
          animation-delay: 2680ms;
}
@-webkit-keyframes move-frames-8 {
  from {
    -webkit-transform: translate3d(15vw, 101vh, 0);
            transform: translate3d(15vw, 101vh, 0);
  }
  to {
    -webkit-transform: translate3d(88vw, -111vh, 0);
            transform: translate3d(88vw, -111vh, 0);
  }
}
@keyframes move-frames-8 {
  from {
    -webkit-transform: translate3d(15vw, 101vh, 0);
            transform: translate3d(15vw, 101vh, 0);
  }
  to {
    -webkit-transform: translate3d(88vw, -111vh, 0);
            transform: translate3d(88vw, -111vh, 0);
  }
}
.circle-container:nth-child(8) .circle {
  -webkit-animation-delay: 1888ms;
          animation-delay: 1888ms;
}
.circle-container:nth-child(9) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-9;
          animation-name: move-frames-9;
  -webkit-animation-duration: 9087ms;
          animation-duration: 9087ms;
  -webkit-animation-delay: 9461ms;
          animation-delay: 9461ms;
}
@-webkit-keyframes move-frames-9 {
  from {
    -webkit-transform: translate3d(100vw, 107vh, 0);
            transform: translate3d(100vw, 107vh, 0);
  }
  to {
    -webkit-transform: translate3d(40vw, -130vh, 0);
            transform: translate3d(40vw, -130vh, 0);
  }
}
@keyframes move-frames-9 {
  from {
    -webkit-transform: translate3d(100vw, 107vh, 0);
            transform: translate3d(100vw, 107vh, 0);
  }
  to {
    -webkit-transform: translate3d(40vw, -130vh, 0);
            transform: translate3d(40vw, -130vh, 0);
  }
}
.circle-container:nth-child(9) .circle {
  -webkit-animation-delay: 1721ms;
          animation-delay: 1721ms;
}
.circle-container:nth-child(10) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-10;
          animation-name: move-frames-10;
  -webkit-animation-duration: 9860ms;
          animation-duration: 9860ms;
  -webkit-animation-delay: 8969ms;
          animation-delay: 8969ms;
}
@-webkit-keyframes move-frames-10 {
  from {
    -webkit-transform: translate3d(74vw, 110vh, 0);
            transform: translate3d(74vw, 110vh, 0);
  }
  to {
    -webkit-transform: translate3d(30vw, -127vh, 0);
            transform: translate3d(30vw, -127vh, 0);
  }
}
@keyframes move-frames-10 {
  from {
    -webkit-transform: translate3d(74vw, 110vh, 0);
            transform: translate3d(74vw, 110vh, 0);
  }
  to {
    -webkit-transform: translate3d(30vw, -127vh, 0);
            transform: translate3d(30vw, -127vh, 0);
  }
}
.circle-container:nth-child(10) .circle {
  -webkit-animation-delay: 1801ms;
          animation-delay: 1801ms;
}
.circle-container:nth-child(11) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-11;
          animation-name: move-frames-11;
  -webkit-animation-duration: 9292ms;
          animation-duration: 9292ms;
  -webkit-animation-delay: 9812ms;
          animation-delay: 9812ms;
}
@-webkit-keyframes move-frames-11 {
  from {
    -webkit-transform: translate3d(29vw, 108vh, 0);
            transform: translate3d(29vw, 108vh, 0);
  }
  to {
    -webkit-transform: translate3d(58vw, -135vh, 0);
            transform: translate3d(58vw, -135vh, 0);
  }
}
@keyframes move-frames-11 {
  from {
    -webkit-transform: translate3d(29vw, 108vh, 0);
            transform: translate3d(29vw, 108vh, 0);
  }
  to {
    -webkit-transform: translate3d(58vw, -135vh, 0);
            transform: translate3d(58vw, -135vh, 0);
  }
}
.circle-container:nth-child(11) .circle {
  -webkit-animation-delay: 3834ms;
          animation-delay: 3834ms;
}
.circle-container:nth-child(12) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-12;
          animation-name: move-frames-12;
  -webkit-animation-duration: 7920ms;
          animation-duration: 7920ms;
  -webkit-animation-delay: 2180ms;
          animation-delay: 2180ms;
}
@-webkit-keyframes move-frames-12 {
  from {
    -webkit-transform: translate3d(10vw, 105vh, 0);
            transform: translate3d(10vw, 105vh, 0);
  }
  to {
    -webkit-transform: translate3d(18vw, -123vh, 0);
            transform: translate3d(18vw, -123vh, 0);
  }
}
@keyframes move-frames-12 {
  from {
    -webkit-transform: translate3d(10vw, 105vh, 0);
            transform: translate3d(10vw, 105vh, 0);
  }
  to {
    -webkit-transform: translate3d(18vw, -123vh, 0);
            transform: translate3d(18vw, -123vh, 0);
  }
}
.circle-container:nth-child(12) .circle {
  -webkit-animation-delay: 1995ms;
          animation-delay: 1995ms;
}
.circle-container:nth-child(13) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-13;
          animation-name: move-frames-13;
  -webkit-animation-duration: 7293ms;
          animation-duration: 7293ms;
  -webkit-animation-delay: 6446ms;
          animation-delay: 6446ms;
}
@-webkit-keyframes move-frames-13 {
  from {
    -webkit-transform: translate3d(26vw, 107vh, 0);
            transform: translate3d(26vw, 107vh, 0);
  }
  to {
    -webkit-transform: translate3d(15vw, -123vh, 0);
            transform: translate3d(15vw, -123vh, 0);
  }
}
@keyframes move-frames-13 {
  from {
    -webkit-transform: translate3d(26vw, 107vh, 0);
            transform: translate3d(26vw, 107vh, 0);
  }
  to {
    -webkit-transform: translate3d(15vw, -123vh, 0);
            transform: translate3d(15vw, -123vh, 0);
  }
}
.circle-container:nth-child(13) .circle {
  -webkit-animation-delay: 1282ms;
          animation-delay: 1282ms;
}
.circle-container:nth-child(14) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-14;
          animation-name: move-frames-14;
  -webkit-animation-duration: 9677ms;
          animation-duration: 9677ms;
  -webkit-animation-delay: 5675ms;
          animation-delay: 5675ms;
}
@-webkit-keyframes move-frames-14 {
  from {
    -webkit-transform: translate3d(80vw, 102vh, 0);
            transform: translate3d(80vw, 102vh, 0);
  }
  to {
    -webkit-transform: translate3d(76vw, -110vh, 0);
            transform: translate3d(76vw, -110vh, 0);
  }
}
@keyframes move-frames-14 {
  from {
    -webkit-transform: translate3d(80vw, 102vh, 0);
            transform: translate3d(80vw, 102vh, 0);
  }
  to {
    -webkit-transform: translate3d(76vw, -110vh, 0);
            transform: translate3d(76vw, -110vh, 0);
  }
}
.circle-container:nth-child(14) .circle {
  -webkit-animation-delay: 542ms;
          animation-delay: 542ms;
}
.circle-container:nth-child(15) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-15;
          animation-name: move-frames-15;
  -webkit-animation-duration: 8055ms;
          animation-duration: 8055ms;
  -webkit-animation-delay: 7418ms;
          animation-delay: 7418ms;
}
@-webkit-keyframes move-frames-15 {
  from {
    -webkit-transform: translate3d(7vw, 103vh, 0);
            transform: translate3d(7vw, 103vh, 0);
  }
  to {
    -webkit-transform: translate3d(100vw, -129vh, 0);
            transform: translate3d(100vw, -129vh, 0);
  }
}
@keyframes move-frames-15 {
  from {
    -webkit-transform: translate3d(7vw, 103vh, 0);
            transform: translate3d(7vw, 103vh, 0);
  }
  to {
    -webkit-transform: translate3d(100vw, -129vh, 0);
            transform: translate3d(100vw, -129vh, 0);
  }
}
.circle-container:nth-child(15) .circle {
  -webkit-animation-delay: 2100ms;
          animation-delay: 2100ms;
}
.circle-container:nth-child(16) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-16;
          animation-name: move-frames-16;
  -webkit-animation-duration: 9673ms;
          animation-duration: 9673ms;
  -webkit-animation-delay: 871ms;
          animation-delay: 871ms;
}
@-webkit-keyframes move-frames-16 {
  from {
    -webkit-transform: translate3d(58vw, 102vh, 0);
            transform: translate3d(58vw, 102vh, 0);
  }
  to {
    -webkit-transform: translate3d(86vw, -126vh, 0);
            transform: translate3d(86vw, -126vh, 0);
  }
}
@keyframes move-frames-16 {
  from {
    -webkit-transform: translate3d(58vw, 102vh, 0);
            transform: translate3d(58vw, 102vh, 0);
  }
  to {
    -webkit-transform: translate3d(86vw, -126vh, 0);
            transform: translate3d(86vw, -126vh, 0);
  }
}
.circle-container:nth-child(16) .circle {
  -webkit-animation-delay: 2783ms;
          animation-delay: 2783ms;
}
.circle-container:nth-child(17) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-17;
          animation-name: move-frames-17;
  -webkit-animation-duration: 8468ms;
          animation-duration: 8468ms;
  -webkit-animation-delay: 2038ms;
          animation-delay: 2038ms;
}
@-webkit-keyframes move-frames-17 {
  from {
    -webkit-transform: translate3d(65vw, 108vh, 0);
            transform: translate3d(65vw, 108vh, 0);
  }
  to {
    -webkit-transform: translate3d(35vw, -134vh, 0);
            transform: translate3d(35vw, -134vh, 0);
  }
}
@keyframes move-frames-17 {
  from {
    -webkit-transform: translate3d(65vw, 108vh, 0);
            transform: translate3d(65vw, 108vh, 0);
  }
  to {
    -webkit-transform: translate3d(35vw, -134vh, 0);
            transform: translate3d(35vw, -134vh, 0);
  }
}
.circle-container:nth-child(17) .circle {
  -webkit-animation-delay: 346ms;
          animation-delay: 346ms;
}
.circle-container:nth-child(18) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-18;
          animation-name: move-frames-18;
  -webkit-animation-duration: 9523ms;
          animation-duration: 9523ms;
  -webkit-animation-delay: 2150ms;
          animation-delay: 2150ms;
}
@-webkit-keyframes move-frames-18 {
  from {
    -webkit-transform: translate3d(48vw, 102vh, 0);
            transform: translate3d(48vw, 102vh, 0);
  }
  to {
    -webkit-transform: translate3d(97vw, -127vh, 0);
            transform: translate3d(97vw, -127vh, 0);
  }
}
@keyframes move-frames-18 {
  from {
    -webkit-transform: translate3d(48vw, 102vh, 0);
            transform: translate3d(48vw, 102vh, 0);
  }
  to {
    -webkit-transform: translate3d(97vw, -127vh, 0);
            transform: translate3d(97vw, -127vh, 0);
  }
}
.circle-container:nth-child(18) .circle {
  -webkit-animation-delay: 2065ms;
          animation-delay: 2065ms;
}
.circle-container:nth-child(19) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-19;
          animation-name: move-frames-19;
  -webkit-animation-duration: 9472ms;
          animation-duration: 9472ms;
  -webkit-animation-delay: 428ms;
          animation-delay: 428ms;
}
@-webkit-keyframes move-frames-19 {
  from {
    -webkit-transform: translate3d(63vw, 107vh, 0);
            transform: translate3d(63vw, 107vh, 0);
  }
  to {
    -webkit-transform: translate3d(39vw, -122vh, 0);
            transform: translate3d(39vw, -122vh, 0);
  }
}
@keyframes move-frames-19 {
  from {
    -webkit-transform: translate3d(63vw, 107vh, 0);
            transform: translate3d(63vw, 107vh, 0);
  }
  to {
    -webkit-transform: translate3d(39vw, -122vh, 0);
            transform: translate3d(39vw, -122vh, 0);
  }
}
.circle-container:nth-child(19) .circle {
  -webkit-animation-delay: 2105ms;
          animation-delay: 2105ms;
}
.circle-container:nth-child(20) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-20;
          animation-name: move-frames-20;
  -webkit-animation-duration: 10290ms;
          animation-duration: 10290ms;
  -webkit-animation-delay: 8685ms;
          animation-delay: 8685ms;
}
@-webkit-keyframes move-frames-20 {
  from {
    -webkit-transform: translate3d(39vw, 106vh, 0);
            transform: translate3d(39vw, 106vh, 0);
  }
  to {
    -webkit-transform: translate3d(21vw, -128vh, 0);
            transform: translate3d(21vw, -128vh, 0);
  }
}
@keyframes move-frames-20 {
  from {
    -webkit-transform: translate3d(39vw, 106vh, 0);
            transform: translate3d(39vw, 106vh, 0);
  }
  to {
    -webkit-transform: translate3d(21vw, -128vh, 0);
            transform: translate3d(21vw, -128vh, 0);
  }
}
.circle-container:nth-child(20) .circle {
  -webkit-animation-delay: 246ms;
          animation-delay: 246ms;
}
.circle-container:nth-child(21) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-21;
          animation-name: move-frames-21;
  -webkit-animation-duration: 8708ms;
          animation-duration: 8708ms;
  -webkit-animation-delay: 2550ms;
          animation-delay: 2550ms;
}
@-webkit-keyframes move-frames-21 {
  from {
    -webkit-transform: translate3d(55vw, 110vh, 0);
            transform: translate3d(55vw, 110vh, 0);
  }
  to {
    -webkit-transform: translate3d(60vw, -112vh, 0);
            transform: translate3d(60vw, -112vh, 0);
  }
}
@keyframes move-frames-21 {
  from {
    -webkit-transform: translate3d(55vw, 110vh, 0);
            transform: translate3d(55vw, 110vh, 0);
  }
  to {
    -webkit-transform: translate3d(60vw, -112vh, 0);
            transform: translate3d(60vw, -112vh, 0);
  }
}
.circle-container:nth-child(21) .circle {
  -webkit-animation-delay: 3603ms;
          animation-delay: 3603ms;
}
.circle-container:nth-child(22) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-22;
          animation-name: move-frames-22;
  -webkit-animation-duration: 8465ms;
          animation-duration: 8465ms;
  -webkit-animation-delay: 2241ms;
          animation-delay: 2241ms;
}
@-webkit-keyframes move-frames-22 {
  from {
    -webkit-transform: translate3d(14vw, 110vh, 0);
            transform: translate3d(14vw, 110vh, 0);
  }
  to {
    -webkit-transform: translate3d(37vw, -128vh, 0);
            transform: translate3d(37vw, -128vh, 0);
  }
}
@keyframes move-frames-22 {
  from {
    -webkit-transform: translate3d(14vw, 110vh, 0);
            transform: translate3d(14vw, 110vh, 0);
  }
  to {
    -webkit-transform: translate3d(37vw, -128vh, 0);
            transform: translate3d(37vw, -128vh, 0);
  }
}
.circle-container:nth-child(22) .circle {
  -webkit-animation-delay: 3872ms;
          animation-delay: 3872ms;
}
.circle-container:nth-child(23) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-23;
          animation-name: move-frames-23;
  -webkit-animation-duration: 10859ms;
          animation-duration: 10859ms;
  -webkit-animation-delay: 7216ms;
          animation-delay: 7216ms;
}
@-webkit-keyframes move-frames-23 {
  from {
    -webkit-transform: translate3d(68vw, 105vh, 0);
            transform: translate3d(68vw, 105vh, 0);
  }
  to {
    -webkit-transform: translate3d(37vw, -128vh, 0);
            transform: translate3d(37vw, -128vh, 0);
  }
}
@keyframes move-frames-23 {
  from {
    -webkit-transform: translate3d(68vw, 105vh, 0);
            transform: translate3d(68vw, 105vh, 0);
  }
  to {
    -webkit-transform: translate3d(37vw, -128vh, 0);
            transform: translate3d(37vw, -128vh, 0);
  }
}
.circle-container:nth-child(23) .circle {
  -webkit-animation-delay: 3342ms;
          animation-delay: 3342ms;
}
.circle-container:nth-child(24) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-24;
          animation-name: move-frames-24;
  -webkit-animation-duration: 10469ms;
          animation-duration: 10469ms;
  -webkit-animation-delay: 6779ms;
          animation-delay: 6779ms;
}
@-webkit-keyframes move-frames-24 {
  from {
    -webkit-transform: translate3d(8vw, 102vh, 0);
            transform: translate3d(8vw, 102vh, 0);
  }
  to {
    -webkit-transform: translate3d(7vw, -118vh, 0);
            transform: translate3d(7vw, -118vh, 0);
  }
}
@keyframes move-frames-24 {
  from {
    -webkit-transform: translate3d(8vw, 102vh, 0);
            transform: translate3d(8vw, 102vh, 0);
  }
  to {
    -webkit-transform: translate3d(7vw, -118vh, 0);
            transform: translate3d(7vw, -118vh, 0);
  }
}
.circle-container:nth-child(24) .circle {
  -webkit-animation-delay: 3406ms;
          animation-delay: 3406ms;
}
.circle-container:nth-child(25) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-25;
          animation-name: move-frames-25;
  -webkit-animation-duration: 7010ms;
          animation-duration: 7010ms;
  -webkit-animation-delay: 7524ms;
          animation-delay: 7524ms;
}
@-webkit-keyframes move-frames-25 {
  from {
    -webkit-transform: translate3d(10vw, 109vh, 0);
            transform: translate3d(10vw, 109vh, 0);
  }
  to {
    -webkit-transform: translate3d(57vw, -132vh, 0);
            transform: translate3d(57vw, -132vh, 0);
  }
}
@keyframes move-frames-25 {
  from {
    -webkit-transform: translate3d(10vw, 109vh, 0);
            transform: translate3d(10vw, 109vh, 0);
  }
  to {
    -webkit-transform: translate3d(57vw, -132vh, 0);
            transform: translate3d(57vw, -132vh, 0);
  }
}
.circle-container:nth-child(25) .circle {
  -webkit-animation-delay: 3430ms;
          animation-delay: 3430ms;
}
.circle-container:nth-child(26) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-26;
          animation-name: move-frames-26;
  -webkit-animation-duration: 10471ms;
          animation-duration: 10471ms;
  -webkit-animation-delay: 1648ms;
          animation-delay: 1648ms;
}
@-webkit-keyframes move-frames-26 {
  from {
    -webkit-transform: translate3d(38vw, 104vh, 0);
            transform: translate3d(38vw, 104vh, 0);
  }
  to {
    -webkit-transform: translate3d(9vw, -116vh, 0);
            transform: translate3d(9vw, -116vh, 0);
  }
}
@keyframes move-frames-26 {
  from {
    -webkit-transform: translate3d(38vw, 104vh, 0);
            transform: translate3d(38vw, 104vh, 0);
  }
  to {
    -webkit-transform: translate3d(9vw, -116vh, 0);
            transform: translate3d(9vw, -116vh, 0);
  }
}
.circle-container:nth-child(26) .circle {
  -webkit-animation-delay: 3602ms;
          animation-delay: 3602ms;
}
.circle-container:nth-child(27) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-27;
          animation-name: move-frames-27;
  -webkit-animation-duration: 7423ms;
          animation-duration: 7423ms;
  -webkit-animation-delay: 5797ms;
          animation-delay: 5797ms;
}
@-webkit-keyframes move-frames-27 {
  from {
    -webkit-transform: translate3d(24vw, 107vh, 0);
            transform: translate3d(24vw, 107vh, 0);
  }
  to {
    -webkit-transform: translate3d(78vw, -109vh, 0);
            transform: translate3d(78vw, -109vh, 0);
  }
}
@keyframes move-frames-27 {
  from {
    -webkit-transform: translate3d(24vw, 107vh, 0);
            transform: translate3d(24vw, 107vh, 0);
  }
  to {
    -webkit-transform: translate3d(78vw, -109vh, 0);
            transform: translate3d(78vw, -109vh, 0);
  }
}
.circle-container:nth-child(27) .circle {
  -webkit-animation-delay: 3981ms;
          animation-delay: 3981ms;
}
.circle-container:nth-child(28) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-28;
          animation-name: move-frames-28;
  -webkit-animation-duration: 10775ms;
          animation-duration: 10775ms;
  -webkit-animation-delay: 10637ms;
          animation-delay: 10637ms;
}
@-webkit-keyframes move-frames-28 {
  from {
    -webkit-transform: translate3d(91vw, 108vh, 0);
            transform: translate3d(91vw, 108vh, 0);
  }
  to {
    -webkit-transform: translate3d(85vw, -111vh, 0);
            transform: translate3d(85vw, -111vh, 0);
  }
}
@keyframes move-frames-28 {
  from {
    -webkit-transform: translate3d(91vw, 108vh, 0);
            transform: translate3d(91vw, 108vh, 0);
  }
  to {
    -webkit-transform: translate3d(85vw, -111vh, 0);
            transform: translate3d(85vw, -111vh, 0);
  }
}
.circle-container:nth-child(28) .circle {
  -webkit-animation-delay: 487ms;
          animation-delay: 487ms;
}
.circle-container:nth-child(29) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-29;
          animation-name: move-frames-29;
  -webkit-animation-duration: 10713ms;
          animation-duration: 10713ms;
  -webkit-animation-delay: 1330ms;
          animation-delay: 1330ms;
}
@-webkit-keyframes move-frames-29 {
  from {
    -webkit-transform: translate3d(68vw, 109vh, 0);
            transform: translate3d(68vw, 109vh, 0);
  }
  to {
    -webkit-transform: translate3d(87vw, -122vh, 0);
            transform: translate3d(87vw, -122vh, 0);
  }
}
@keyframes move-frames-29 {
  from {
    -webkit-transform: translate3d(68vw, 109vh, 0);
            transform: translate3d(68vw, 109vh, 0);
  }
  to {
    -webkit-transform: translate3d(87vw, -122vh, 0);
            transform: translate3d(87vw, -122vh, 0);
  }
}
.circle-container:nth-child(29) .circle {
  -webkit-animation-delay: 3338ms;
          animation-delay: 3338ms;
}
.circle-container:nth-child(30) {
  width: 10px;
  height: 10px;
  -webkit-animation-name: move-frames-30;
          animation-name: move-frames-30;
  -webkit-animation-duration: 8127ms;
          animation-duration: 8127ms;
  -webkit-animation-delay: 10773ms;
          animation-delay: 10773ms;
}
@-webkit-keyframes move-frames-30 {
  from {
    -webkit-transform: translate3d(66vw, 101vh, 0);
            transform: translate3d(66vw, 101vh, 0);
  }
  to {
    -webkit-transform: translate3d(19vw, -113vh, 0);
            transform: translate3d(19vw, -113vh, 0);
  }
}
@keyframes move-frames-30 {
  from {
    -webkit-transform: translate3d(66vw, 101vh, 0);
            transform: translate3d(66vw, 101vh, 0);
  }
  to {
    -webkit-transform: translate3d(19vw, -113vh, 0);
            transform: translate3d(19vw, -113vh, 0);
  }
}
.circle-container:nth-child(30) .circle {
  -webkit-animation-delay: 967ms;
          animation-delay: 967ms;
}
.circle-container:nth-child(31) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-31;
          animation-name: move-frames-31;
  -webkit-animation-duration: 10070ms;
          animation-duration: 10070ms;
  -webkit-animation-delay: 1791ms;
          animation-delay: 1791ms;
}
@-webkit-keyframes move-frames-31 {
  from {
    -webkit-transform: translate3d(13vw, 104vh, 0);
            transform: translate3d(13vw, 104vh, 0);
  }
  to {
    -webkit-transform: translate3d(42vw, -117vh, 0);
            transform: translate3d(42vw, -117vh, 0);
  }
}
@keyframes move-frames-31 {
  from {
    -webkit-transform: translate3d(13vw, 104vh, 0);
            transform: translate3d(13vw, 104vh, 0);
  }
  to {
    -webkit-transform: translate3d(42vw, -117vh, 0);
            transform: translate3d(42vw, -117vh, 0);
  }
}
.circle-container:nth-child(31) .circle {
  -webkit-animation-delay: 758ms;
          animation-delay: 758ms;
}
.circle-container:nth-child(32) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-32;
          animation-name: move-frames-32;
  -webkit-animation-duration: 8451ms;
          animation-duration: 8451ms;
  -webkit-animation-delay: 6828ms;
          animation-delay: 6828ms;
}
@-webkit-keyframes move-frames-32 {
  from {
    -webkit-transform: translate3d(27vw, 101vh, 0);
            transform: translate3d(27vw, 101vh, 0);
  }
  to {
    -webkit-transform: translate3d(54vw, -120vh, 0);
            transform: translate3d(54vw, -120vh, 0);
  }
}
@keyframes move-frames-32 {
  from {
    -webkit-transform: translate3d(27vw, 101vh, 0);
            transform: translate3d(27vw, 101vh, 0);
  }
  to {
    -webkit-transform: translate3d(54vw, -120vh, 0);
            transform: translate3d(54vw, -120vh, 0);
  }
}
.circle-container:nth-child(32) .circle {
  -webkit-animation-delay: 102ms;
          animation-delay: 102ms;
}
.circle-container:nth-child(33) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-33;
          animation-name: move-frames-33;
  -webkit-animation-duration: 8210ms;
          animation-duration: 8210ms;
  -webkit-animation-delay: 3585ms;
          animation-delay: 3585ms;
}
@-webkit-keyframes move-frames-33 {
  from {
    -webkit-transform: translate3d(26vw, 107vh, 0);
            transform: translate3d(26vw, 107vh, 0);
  }
  to {
    -webkit-transform: translate3d(94vw, -108vh, 0);
            transform: translate3d(94vw, -108vh, 0);
  }
}
@keyframes move-frames-33 {
  from {
    -webkit-transform: translate3d(26vw, 107vh, 0);
            transform: translate3d(26vw, 107vh, 0);
  }
  to {
    -webkit-transform: translate3d(94vw, -108vh, 0);
            transform: translate3d(94vw, -108vh, 0);
  }
}
.circle-container:nth-child(33) .circle {
  -webkit-animation-delay: 3895ms;
          animation-delay: 3895ms;
}
.circle-container:nth-child(34) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-34;
          animation-name: move-frames-34;
  -webkit-animation-duration: 10257ms;
          animation-duration: 10257ms;
  -webkit-animation-delay: 3610ms;
          animation-delay: 3610ms;
}
@-webkit-keyframes move-frames-34 {
  from {
    -webkit-transform: translate3d(87vw, 107vh, 0);
            transform: translate3d(87vw, 107vh, 0);
  }
  to {
    -webkit-transform: translate3d(90vw, -125vh, 0);
            transform: translate3d(90vw, -125vh, 0);
  }
}
@keyframes move-frames-34 {
  from {
    -webkit-transform: translate3d(87vw, 107vh, 0);
            transform: translate3d(87vw, 107vh, 0);
  }
  to {
    -webkit-transform: translate3d(90vw, -125vh, 0);
            transform: translate3d(90vw, -125vh, 0);
  }
}
.circle-container:nth-child(34) .circle {
  -webkit-animation-delay: 1663ms;
          animation-delay: 1663ms;
}
.circle-container:nth-child(35) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-35;
          animation-name: move-frames-35;
  -webkit-animation-duration: 9587ms;
          animation-duration: 9587ms;
  -webkit-animation-delay: 5481ms;
          animation-delay: 5481ms;
}
@-webkit-keyframes move-frames-35 {
  from {
    -webkit-transform: translate3d(10vw, 109vh, 0);
            transform: translate3d(10vw, 109vh, 0);
  }
  to {
    -webkit-transform: translate3d(11vw, -120vh, 0);
            transform: translate3d(11vw, -120vh, 0);
  }
}
@keyframes move-frames-35 {
  from {
    -webkit-transform: translate3d(10vw, 109vh, 0);
            transform: translate3d(10vw, 109vh, 0);
  }
  to {
    -webkit-transform: translate3d(11vw, -120vh, 0);
            transform: translate3d(11vw, -120vh, 0);
  }
}
.circle-container:nth-child(35) .circle {
  -webkit-animation-delay: 1846ms;
          animation-delay: 1846ms;
}
.circle-container:nth-child(36) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-36;
          animation-name: move-frames-36;
  -webkit-animation-duration: 9067ms;
          animation-duration: 9067ms;
  -webkit-animation-delay: 6362ms;
          animation-delay: 6362ms;
}
@-webkit-keyframes move-frames-36 {
  from {
    -webkit-transform: translate3d(76vw, 106vh, 0);
            transform: translate3d(76vw, 106vh, 0);
  }
  to {
    -webkit-transform: translate3d(8vw, -114vh, 0);
            transform: translate3d(8vw, -114vh, 0);
  }
}
@keyframes move-frames-36 {
  from {
    -webkit-transform: translate3d(76vw, 106vh, 0);
            transform: translate3d(76vw, 106vh, 0);
  }
  to {
    -webkit-transform: translate3d(8vw, -114vh, 0);
            transform: translate3d(8vw, -114vh, 0);
  }
}
.circle-container:nth-child(36) .circle {
  -webkit-animation-delay: 629ms;
          animation-delay: 629ms;
}
.circle-container:nth-child(37) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-37;
          animation-name: move-frames-37;
  -webkit-animation-duration: 10464ms;
          animation-duration: 10464ms;
  -webkit-animation-delay: 459ms;
          animation-delay: 459ms;
}
@-webkit-keyframes move-frames-37 {
  from {
    -webkit-transform: translate3d(87vw, 106vh, 0);
            transform: translate3d(87vw, 106vh, 0);
  }
  to {
    -webkit-transform: translate3d(19vw, -111vh, 0);
            transform: translate3d(19vw, -111vh, 0);
  }
}
@keyframes move-frames-37 {
  from {
    -webkit-transform: translate3d(87vw, 106vh, 0);
            transform: translate3d(87vw, 106vh, 0);
  }
  to {
    -webkit-transform: translate3d(19vw, -111vh, 0);
            transform: translate3d(19vw, -111vh, 0);
  }
}
.circle-container:nth-child(37) .circle {
  -webkit-animation-delay: 2923ms;
          animation-delay: 2923ms;
}
.circle-container:nth-child(38) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-38;
          animation-name: move-frames-38;
  -webkit-animation-duration: 7636ms;
          animation-duration: 7636ms;
  -webkit-animation-delay: 7001ms;
          animation-delay: 7001ms;
}
@-webkit-keyframes move-frames-38 {
  from {
    -webkit-transform: translate3d(5vw, 106vh, 0);
            transform: translate3d(5vw, 106vh, 0);
  }
  to {
    -webkit-transform: translate3d(6vw, -110vh, 0);
            transform: translate3d(6vw, -110vh, 0);
  }
}
@keyframes move-frames-38 {
  from {
    -webkit-transform: translate3d(5vw, 106vh, 0);
            transform: translate3d(5vw, 106vh, 0);
  }
  to {
    -webkit-transform: translate3d(6vw, -110vh, 0);
            transform: translate3d(6vw, -110vh, 0);
  }
}
.circle-container:nth-child(38) .circle {
  -webkit-animation-delay: 2952ms;
          animation-delay: 2952ms;
}
.circle-container:nth-child(39) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-39;
          animation-name: move-frames-39;
  -webkit-animation-duration: 7141ms;
          animation-duration: 7141ms;
  -webkit-animation-delay: 7364ms;
          animation-delay: 7364ms;
}
@-webkit-keyframes move-frames-39 {
  from {
    -webkit-transform: translate3d(40vw, 101vh, 0);
            transform: translate3d(40vw, 101vh, 0);
  }
  to {
    -webkit-transform: translate3d(60vw, -114vh, 0);
            transform: translate3d(60vw, -114vh, 0);
  }
}
@keyframes move-frames-39 {
  from {
    -webkit-transform: translate3d(40vw, 101vh, 0);
            transform: translate3d(40vw, 101vh, 0);
  }
  to {
    -webkit-transform: translate3d(60vw, -114vh, 0);
            transform: translate3d(60vw, -114vh, 0);
  }
}
.circle-container:nth-child(39) .circle {
  -webkit-animation-delay: 2547ms;
          animation-delay: 2547ms;
}
.circle-container:nth-child(40) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-40;
          animation-name: move-frames-40;
  -webkit-animation-duration: 8810ms;
          animation-duration: 8810ms;
  -webkit-animation-delay: 2995ms;
          animation-delay: 2995ms;
}
@-webkit-keyframes move-frames-40 {
  from {
    -webkit-transform: translate3d(97vw, 104vh, 0);
            transform: translate3d(97vw, 104vh, 0);
  }
  to {
    -webkit-transform: translate3d(67vw, -119vh, 0);
            transform: translate3d(67vw, -119vh, 0);
  }
}
@keyframes move-frames-40 {
  from {
    -webkit-transform: translate3d(97vw, 104vh, 0);
            transform: translate3d(97vw, 104vh, 0);
  }
  to {
    -webkit-transform: translate3d(67vw, -119vh, 0);
            transform: translate3d(67vw, -119vh, 0);
  }
}
.circle-container:nth-child(40) .circle {
  -webkit-animation-delay: 2456ms;
          animation-delay: 2456ms;
}
.circle-container:nth-child(41) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-41;
          animation-name: move-frames-41;
  -webkit-animation-duration: 9821ms;
          animation-duration: 9821ms;
  -webkit-animation-delay: 6398ms;
          animation-delay: 6398ms;
}
@-webkit-keyframes move-frames-41 {
  from {
    -webkit-transform: translate3d(21vw, 104vh, 0);
            transform: translate3d(21vw, 104vh, 0);
  }
  to {
    -webkit-transform: translate3d(71vw, -129vh, 0);
            transform: translate3d(71vw, -129vh, 0);
  }
}
@keyframes move-frames-41 {
  from {
    -webkit-transform: translate3d(21vw, 104vh, 0);
            transform: translate3d(21vw, 104vh, 0);
  }
  to {
    -webkit-transform: translate3d(71vw, -129vh, 0);
            transform: translate3d(71vw, -129vh, 0);
  }
}
.circle-container:nth-child(41) .circle {
  -webkit-animation-delay: 3442ms;
          animation-delay: 3442ms;
}
.circle-container:nth-child(42) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-42;
          animation-name: move-frames-42;
  -webkit-animation-duration: 8587ms;
          animation-duration: 8587ms;
  -webkit-animation-delay: 9325ms;
          animation-delay: 9325ms;
}
@-webkit-keyframes move-frames-42 {
  from {
    -webkit-transform: translate3d(56vw, 109vh, 0);
            transform: translate3d(56vw, 109vh, 0);
  }
  to {
    -webkit-transform: translate3d(19vw, -110vh, 0);
            transform: translate3d(19vw, -110vh, 0);
  }
}
@keyframes move-frames-42 {
  from {
    -webkit-transform: translate3d(56vw, 109vh, 0);
            transform: translate3d(56vw, 109vh, 0);
  }
  to {
    -webkit-transform: translate3d(19vw, -110vh, 0);
            transform: translate3d(19vw, -110vh, 0);
  }
}
.circle-container:nth-child(42) .circle {
  -webkit-animation-delay: 1786ms;
          animation-delay: 1786ms;
}
.circle-container:nth-child(43) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-43;
          animation-name: move-frames-43;
  -webkit-animation-duration: 9314ms;
          animation-duration: 9314ms;
  -webkit-animation-delay: 2538ms;
          animation-delay: 2538ms;
}
@-webkit-keyframes move-frames-43 {
  from {
    -webkit-transform: translate3d(77vw, 101vh, 0);
            transform: translate3d(77vw, 101vh, 0);
  }
  to {
    -webkit-transform: translate3d(21vw, -123vh, 0);
            transform: translate3d(21vw, -123vh, 0);
  }
}
@keyframes move-frames-43 {
  from {
    -webkit-transform: translate3d(77vw, 101vh, 0);
            transform: translate3d(77vw, 101vh, 0);
  }
  to {
    -webkit-transform: translate3d(21vw, -123vh, 0);
            transform: translate3d(21vw, -123vh, 0);
  }
}
.circle-container:nth-child(43) .circle {
  -webkit-animation-delay: 278ms;
          animation-delay: 278ms;
}
.circle-container:nth-child(44) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-44;
          animation-name: move-frames-44;
  -webkit-animation-duration: 10350ms;
          animation-duration: 10350ms;
  -webkit-animation-delay: 1400ms;
          animation-delay: 1400ms;
}
@-webkit-keyframes move-frames-44 {
  from {
    -webkit-transform: translate3d(70vw, 108vh, 0);
            transform: translate3d(70vw, 108vh, 0);
  }
  to {
    -webkit-transform: translate3d(35vw, -128vh, 0);
            transform: translate3d(35vw, -128vh, 0);
  }
}
@keyframes move-frames-44 {
  from {
    -webkit-transform: translate3d(70vw, 108vh, 0);
            transform: translate3d(70vw, 108vh, 0);
  }
  to {
    -webkit-transform: translate3d(35vw, -128vh, 0);
            transform: translate3d(35vw, -128vh, 0);
  }
}
.circle-container:nth-child(44) .circle {
  -webkit-animation-delay: 1914ms;
          animation-delay: 1914ms;
}
.circle-container:nth-child(45) {
  width: 9px;
  height: 9px;
  -webkit-animation-name: move-frames-45;
          animation-name: move-frames-45;
  -webkit-animation-duration: 8763ms;
          animation-duration: 8763ms;
  -webkit-animation-delay: 9612ms;
          animation-delay: 9612ms;
}
@-webkit-keyframes move-frames-45 {
  from {
    -webkit-transform: translate3d(10vw, 105vh, 0);
            transform: translate3d(10vw, 105vh, 0);
  }
  to {
    -webkit-transform: translate3d(47vw, -122vh, 0);
            transform: translate3d(47vw, -122vh, 0);
  }
}
@keyframes move-frames-45 {
  from {
    -webkit-transform: translate3d(10vw, 105vh, 0);
            transform: translate3d(10vw, 105vh, 0);
  }
  to {
    -webkit-transform: translate3d(47vw, -122vh, 0);
            transform: translate3d(47vw, -122vh, 0);
  }
}
.circle-container:nth-child(45) .circle {
  -webkit-animation-delay: 489ms;
          animation-delay: 489ms;
}
.circle-container:nth-child(46) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-46;
          animation-name: move-frames-46;
  -webkit-animation-duration: 8664ms;
          animation-duration: 8664ms;
  -webkit-animation-delay: 2027ms;
          animation-delay: 2027ms;
}
@-webkit-keyframes move-frames-46 {
  from {
    -webkit-transform: translate3d(12vw, 107vh, 0);
            transform: translate3d(12vw, 107vh, 0);
  }
  to {
    -webkit-transform: translate3d(50vw, -129vh, 0);
            transform: translate3d(50vw, -129vh, 0);
  }
}
@keyframes move-frames-46 {
  from {
    -webkit-transform: translate3d(12vw, 107vh, 0);
            transform: translate3d(12vw, 107vh, 0);
  }
  to {
    -webkit-transform: translate3d(50vw, -129vh, 0);
            transform: translate3d(50vw, -129vh, 0);
  }
}
.circle-container:nth-child(46) .circle {
  -webkit-animation-delay: 3695ms;
          animation-delay: 3695ms;
}
.circle-container:nth-child(47) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-47;
          animation-name: move-frames-47;
  -webkit-animation-duration: 7560ms;
          animation-duration: 7560ms;
  -webkit-animation-delay: 1148ms;
          animation-delay: 1148ms;
}
@-webkit-keyframes move-frames-47 {
  from {
    -webkit-transform: translate3d(19vw, 109vh, 0);
            transform: translate3d(19vw, 109vh, 0);
  }
  to {
    -webkit-transform: translate3d(64vw, -132vh, 0);
            transform: translate3d(64vw, -132vh, 0);
  }
}
@keyframes move-frames-47 {
  from {
    -webkit-transform: translate3d(19vw, 109vh, 0);
            transform: translate3d(19vw, 109vh, 0);
  }
  to {
    -webkit-transform: translate3d(64vw, -132vh, 0);
            transform: translate3d(64vw, -132vh, 0);
  }
}
.circle-container:nth-child(47) .circle {
  -webkit-animation-delay: 2281ms;
          animation-delay: 2281ms;
}
.circle-container:nth-child(48) {
  width: 9px;
  height: 9px;
  -webkit-animation-name: move-frames-48;
          animation-name: move-frames-48;
  -webkit-animation-duration: 8113ms;
          animation-duration: 8113ms;
  -webkit-animation-delay: 10176ms;
          animation-delay: 10176ms;
}
@-webkit-keyframes move-frames-48 {
  from {
    -webkit-transform: translate3d(71vw, 102vh, 0);
            transform: translate3d(71vw, 102vh, 0);
  }
  to {
    -webkit-transform: translate3d(59vw, -130vh, 0);
            transform: translate3d(59vw, -130vh, 0);
  }
}
@keyframes move-frames-48 {
  from {
    -webkit-transform: translate3d(71vw, 102vh, 0);
            transform: translate3d(71vw, 102vh, 0);
  }
  to {
    -webkit-transform: translate3d(59vw, -130vh, 0);
            transform: translate3d(59vw, -130vh, 0);
  }
}
.circle-container:nth-child(48) .circle {
  -webkit-animation-delay: 2287ms;
          animation-delay: 2287ms;
}
.circle-container:nth-child(49) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-49;
          animation-name: move-frames-49;
  -webkit-animation-duration: 8320ms;
          animation-duration: 8320ms;
  -webkit-animation-delay: 6863ms;
          animation-delay: 6863ms;
}
@-webkit-keyframes move-frames-49 {
  from {
    -webkit-transform: translate3d(44vw, 106vh, 0);
            transform: translate3d(44vw, 106vh, 0);
  }
  to {
    -webkit-transform: translate3d(92vw, -110vh, 0);
            transform: translate3d(92vw, -110vh, 0);
  }
}
@keyframes move-frames-49 {
  from {
    -webkit-transform: translate3d(44vw, 106vh, 0);
            transform: translate3d(44vw, 106vh, 0);
  }
  to {
    -webkit-transform: translate3d(92vw, -110vh, 0);
            transform: translate3d(92vw, -110vh, 0);
  }
}
.circle-container:nth-child(49) .circle {
  -webkit-animation-delay: 2657ms;
          animation-delay: 2657ms;
}
.circle-container:nth-child(50) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-50;
          animation-name: move-frames-50;
  -webkit-animation-duration: 10040ms;
          animation-duration: 10040ms;
  -webkit-animation-delay: 5659ms;
          animation-delay: 5659ms;
}
@-webkit-keyframes move-frames-50 {
  from {
    -webkit-transform: translate3d(91vw, 106vh, 0);
            transform: translate3d(91vw, 106vh, 0);
  }
  to {
    -webkit-transform: translate3d(7vw, -127vh, 0);
            transform: translate3d(7vw, -127vh, 0);
  }
}
@keyframes move-frames-50 {
  from {
    -webkit-transform: translate3d(91vw, 106vh, 0);
            transform: translate3d(91vw, 106vh, 0);
  }
  to {
    -webkit-transform: translate3d(7vw, -127vh, 0);
            transform: translate3d(7vw, -127vh, 0);
  }
}
.circle-container:nth-child(50) .circle {
  -webkit-animation-delay: 305ms;
          animation-delay: 305ms;
}
.circle-container:nth-child(51) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-51;
          animation-name: move-frames-51;
  -webkit-animation-duration: 7733ms;
          animation-duration: 7733ms;
  -webkit-animation-delay: 3199ms;
          animation-delay: 3199ms;
}
@-webkit-keyframes move-frames-51 {
  from {
    -webkit-transform: translate3d(18vw, 101vh, 0);
            transform: translate3d(18vw, 101vh, 0);
  }
  to {
    -webkit-transform: translate3d(44vw, -118vh, 0);
            transform: translate3d(44vw, -118vh, 0);
  }
}
@keyframes move-frames-51 {
  from {
    -webkit-transform: translate3d(18vw, 101vh, 0);
            transform: translate3d(18vw, 101vh, 0);
  }
  to {
    -webkit-transform: translate3d(44vw, -118vh, 0);
            transform: translate3d(44vw, -118vh, 0);
  }
}
.circle-container:nth-child(51) .circle {
  -webkit-animation-delay: 2575ms;
          animation-delay: 2575ms;
}
.circle-container:nth-child(52) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-52;
          animation-name: move-frames-52;
  -webkit-animation-duration: 9205ms;
          animation-duration: 9205ms;
  -webkit-animation-delay: 3615ms;
          animation-delay: 3615ms;
}
@-webkit-keyframes move-frames-52 {
  from {
    -webkit-transform: translate3d(75vw, 108vh, 0);
            transform: translate3d(75vw, 108vh, 0);
  }
  to {
    -webkit-transform: translate3d(73vw, -126vh, 0);
            transform: translate3d(73vw, -126vh, 0);
  }
}
@keyframes move-frames-52 {
  from {
    -webkit-transform: translate3d(75vw, 108vh, 0);
            transform: translate3d(75vw, 108vh, 0);
  }
  to {
    -webkit-transform: translate3d(73vw, -126vh, 0);
            transform: translate3d(73vw, -126vh, 0);
  }
}
.circle-container:nth-child(52) .circle {
  -webkit-animation-delay: 3111ms;
          animation-delay: 3111ms;
}
.circle-container:nth-child(53) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-53;
          animation-name: move-frames-53;
  -webkit-animation-duration: 9986ms;
          animation-duration: 9986ms;
  -webkit-animation-delay: 591ms;
          animation-delay: 591ms;
}
@-webkit-keyframes move-frames-53 {
  from {
    -webkit-transform: translate3d(12vw, 107vh, 0);
            transform: translate3d(12vw, 107vh, 0);
  }
  to {
    -webkit-transform: translate3d(60vw, -112vh, 0);
            transform: translate3d(60vw, -112vh, 0);
  }
}
@keyframes move-frames-53 {
  from {
    -webkit-transform: translate3d(12vw, 107vh, 0);
            transform: translate3d(12vw, 107vh, 0);
  }
  to {
    -webkit-transform: translate3d(60vw, -112vh, 0);
            transform: translate3d(60vw, -112vh, 0);
  }
}
.circle-container:nth-child(53) .circle {
  -webkit-animation-delay: 3881ms;
          animation-delay: 3881ms;
}
.circle-container:nth-child(54) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-54;
          animation-name: move-frames-54;
  -webkit-animation-duration: 7951ms;
          animation-duration: 7951ms;
  -webkit-animation-delay: 4744ms;
          animation-delay: 4744ms;
}
@-webkit-keyframes move-frames-54 {
  from {
    -webkit-transform: translate3d(2vw, 110vh, 0);
            transform: translate3d(2vw, 110vh, 0);
  }
  to {
    -webkit-transform: translate3d(38vw, -124vh, 0);
            transform: translate3d(38vw, -124vh, 0);
  }
}
@keyframes move-frames-54 {
  from {
    -webkit-transform: translate3d(2vw, 110vh, 0);
            transform: translate3d(2vw, 110vh, 0);
  }
  to {
    -webkit-transform: translate3d(38vw, -124vh, 0);
            transform: translate3d(38vw, -124vh, 0);
  }
}
.circle-container:nth-child(54) .circle {
  -webkit-animation-delay: 2891ms;
          animation-delay: 2891ms;
}
.circle-container:nth-child(55) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-55;
          animation-name: move-frames-55;
  -webkit-animation-duration: 10203ms;
          animation-duration: 10203ms;
  -webkit-animation-delay: 6172ms;
          animation-delay: 6172ms;
}
@-webkit-keyframes move-frames-55 {
  from {
    -webkit-transform: translate3d(58vw, 103vh, 0);
            transform: translate3d(58vw, 103vh, 0);
  }
  to {
    -webkit-transform: translate3d(66vw, -115vh, 0);
            transform: translate3d(66vw, -115vh, 0);
  }
}
@keyframes move-frames-55 {
  from {
    -webkit-transform: translate3d(58vw, 103vh, 0);
            transform: translate3d(58vw, 103vh, 0);
  }
  to {
    -webkit-transform: translate3d(66vw, -115vh, 0);
            transform: translate3d(66vw, -115vh, 0);
  }
}
.circle-container:nth-child(55) .circle {
  -webkit-animation-delay: 271ms;
          animation-delay: 271ms;
}
.circle-container:nth-child(56) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-56;
          animation-name: move-frames-56;
  -webkit-animation-duration: 8809ms;
          animation-duration: 8809ms;
  -webkit-animation-delay: 1972ms;
          animation-delay: 1972ms;
}
@-webkit-keyframes move-frames-56 {
  from {
    -webkit-transform: translate3d(1vw, 101vh, 0);
            transform: translate3d(1vw, 101vh, 0);
  }
  to {
    -webkit-transform: translate3d(87vw, -102vh, 0);
            transform: translate3d(87vw, -102vh, 0);
  }
}
@keyframes move-frames-56 {
  from {
    -webkit-transform: translate3d(1vw, 101vh, 0);
            transform: translate3d(1vw, 101vh, 0);
  }
  to {
    -webkit-transform: translate3d(87vw, -102vh, 0);
            transform: translate3d(87vw, -102vh, 0);
  }
}
.circle-container:nth-child(56) .circle {
  -webkit-animation-delay: 3175ms;
          animation-delay: 3175ms;
}
.circle-container:nth-child(57) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-57;
          animation-name: move-frames-57;
  -webkit-animation-duration: 8823ms;
          animation-duration: 8823ms;
  -webkit-animation-delay: 9617ms;
          animation-delay: 9617ms;
}
@-webkit-keyframes move-frames-57 {
  from {
    -webkit-transform: translate3d(81vw, 107vh, 0);
            transform: translate3d(81vw, 107vh, 0);
  }
  to {
    -webkit-transform: translate3d(68vw, -115vh, 0);
            transform: translate3d(68vw, -115vh, 0);
  }
}
@keyframes move-frames-57 {
  from {
    -webkit-transform: translate3d(81vw, 107vh, 0);
            transform: translate3d(81vw, 107vh, 0);
  }
  to {
    -webkit-transform: translate3d(68vw, -115vh, 0);
            transform: translate3d(68vw, -115vh, 0);
  }
}
.circle-container:nth-child(57) .circle {
  -webkit-animation-delay: 3929ms;
          animation-delay: 3929ms;
}
.circle-container:nth-child(58) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-58;
          animation-name: move-frames-58;
  -webkit-animation-duration: 10905ms;
          animation-duration: 10905ms;
  -webkit-animation-delay: 7747ms;
          animation-delay: 7747ms;
}
@-webkit-keyframes move-frames-58 {
  from {
    -webkit-transform: translate3d(54vw, 109vh, 0);
            transform: translate3d(54vw, 109vh, 0);
  }
  to {
    -webkit-transform: translate3d(26vw, -135vh, 0);
            transform: translate3d(26vw, -135vh, 0);
  }
}
@keyframes move-frames-58 {
  from {
    -webkit-transform: translate3d(54vw, 109vh, 0);
            transform: translate3d(54vw, 109vh, 0);
  }
  to {
    -webkit-transform: translate3d(26vw, -135vh, 0);
            transform: translate3d(26vw, -135vh, 0);
  }
}
.circle-container:nth-child(58) .circle {
  -webkit-animation-delay: 268ms;
          animation-delay: 268ms;
}
.circle-container:nth-child(59) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-59;
          animation-name: move-frames-59;
  -webkit-animation-duration: 8679ms;
          animation-duration: 8679ms;
  -webkit-animation-delay: 6838ms;
          animation-delay: 6838ms;
}
@-webkit-keyframes move-frames-59 {
  from {
    -webkit-transform: translate3d(93vw, 110vh, 0);
            transform: translate3d(93vw, 110vh, 0);
  }
  to {
    -webkit-transform: translate3d(56vw, -138vh, 0);
            transform: translate3d(56vw, -138vh, 0);
  }
}
@keyframes move-frames-59 {
  from {
    -webkit-transform: translate3d(93vw, 110vh, 0);
            transform: translate3d(93vw, 110vh, 0);
  }
  to {
    -webkit-transform: translate3d(56vw, -138vh, 0);
            transform: translate3d(56vw, -138vh, 0);
  }
}
.circle-container:nth-child(59) .circle {
  -webkit-animation-delay: 933ms;
          animation-delay: 933ms;
}
.circle-container:nth-child(60) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-60;
          animation-name: move-frames-60;
  -webkit-animation-duration: 10727ms;
          animation-duration: 10727ms;
  -webkit-animation-delay: 6300ms;
          animation-delay: 6300ms;
}
@-webkit-keyframes move-frames-60 {
  from {
    -webkit-transform: translate3d(31vw, 102vh, 0);
            transform: translate3d(31vw, 102vh, 0);
  }
  to {
    -webkit-transform: translate3d(3vw, -126vh, 0);
            transform: translate3d(3vw, -126vh, 0);
  }
}
@keyframes move-frames-60 {
  from {
    -webkit-transform: translate3d(31vw, 102vh, 0);
            transform: translate3d(31vw, 102vh, 0);
  }
  to {
    -webkit-transform: translate3d(3vw, -126vh, 0);
            transform: translate3d(3vw, -126vh, 0);
  }
}
.circle-container:nth-child(60) .circle {
  -webkit-animation-delay: 1802ms;
          animation-delay: 1802ms;
}
.circle-container:nth-child(61) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-61;
          animation-name: move-frames-61;
  -webkit-animation-duration: 7874ms;
          animation-duration: 7874ms;
  -webkit-animation-delay: 2384ms;
          animation-delay: 2384ms;
}
@-webkit-keyframes move-frames-61 {
  from {
    -webkit-transform: translate3d(87vw, 104vh, 0);
            transform: translate3d(87vw, 104vh, 0);
  }
  to {
    -webkit-transform: translate3d(92vw, -134vh, 0);
            transform: translate3d(92vw, -134vh, 0);
  }
}
@keyframes move-frames-61 {
  from {
    -webkit-transform: translate3d(87vw, 104vh, 0);
            transform: translate3d(87vw, 104vh, 0);
  }
  to {
    -webkit-transform: translate3d(92vw, -134vh, 0);
            transform: translate3d(92vw, -134vh, 0);
  }
}
.circle-container:nth-child(61) .circle {
  -webkit-animation-delay: 2326ms;
          animation-delay: 2326ms;
}
.circle-container:nth-child(62) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-62;
          animation-name: move-frames-62;
  -webkit-animation-duration: 9350ms;
          animation-duration: 9350ms;
  -webkit-animation-delay: 8693ms;
          animation-delay: 8693ms;
}
@-webkit-keyframes move-frames-62 {
  from {
    -webkit-transform: translate3d(36vw, 108vh, 0);
            transform: translate3d(36vw, 108vh, 0);
  }
  to {
    -webkit-transform: translate3d(76vw, -138vh, 0);
            transform: translate3d(76vw, -138vh, 0);
  }
}
@keyframes move-frames-62 {
  from {
    -webkit-transform: translate3d(36vw, 108vh, 0);
            transform: translate3d(36vw, 108vh, 0);
  }
  to {
    -webkit-transform: translate3d(76vw, -138vh, 0);
            transform: translate3d(76vw, -138vh, 0);
  }
}
.circle-container:nth-child(62) .circle {
  -webkit-animation-delay: 2265ms;
          animation-delay: 2265ms;
}
.circle-container:nth-child(63) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-63;
          animation-name: move-frames-63;
  -webkit-animation-duration: 9490ms;
          animation-duration: 9490ms;
  -webkit-animation-delay: 8587ms;
          animation-delay: 8587ms;
}
@-webkit-keyframes move-frames-63 {
  from {
    -webkit-transform: translate3d(52vw, 102vh, 0);
            transform: translate3d(52vw, 102vh, 0);
  }
  to {
    -webkit-transform: translate3d(21vw, -113vh, 0);
            transform: translate3d(21vw, -113vh, 0);
  }
}
@keyframes move-frames-63 {
  from {
    -webkit-transform: translate3d(52vw, 102vh, 0);
            transform: translate3d(52vw, 102vh, 0);
  }
  to {
    -webkit-transform: translate3d(21vw, -113vh, 0);
            transform: translate3d(21vw, -113vh, 0);
  }
}
.circle-container:nth-child(63) .circle {
  -webkit-animation-delay: 3567ms;
          animation-delay: 3567ms;
}
.circle-container:nth-child(64) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-64;
          animation-name: move-frames-64;
  -webkit-animation-duration: 9062ms;
          animation-duration: 9062ms;
  -webkit-animation-delay: 859ms;
          animation-delay: 859ms;
}
@-webkit-keyframes move-frames-64 {
  from {
    -webkit-transform: translate3d(88vw, 105vh, 0);
            transform: translate3d(88vw, 105vh, 0);
  }
  to {
    -webkit-transform: translate3d(51vw, -125vh, 0);
            transform: translate3d(51vw, -125vh, 0);
  }
}
@keyframes move-frames-64 {
  from {
    -webkit-transform: translate3d(88vw, 105vh, 0);
            transform: translate3d(88vw, 105vh, 0);
  }
  to {
    -webkit-transform: translate3d(51vw, -125vh, 0);
            transform: translate3d(51vw, -125vh, 0);
  }
}
.circle-container:nth-child(64) .circle {
  -webkit-animation-delay: 1843ms;
          animation-delay: 1843ms;
}
.circle-container:nth-child(65) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-65;
          animation-name: move-frames-65;
  -webkit-animation-duration: 9967ms;
          animation-duration: 9967ms;
  -webkit-animation-delay: 2021ms;
          animation-delay: 2021ms;
}
@-webkit-keyframes move-frames-65 {
  from {
    -webkit-transform: translate3d(11vw, 110vh, 0);
            transform: translate3d(11vw, 110vh, 0);
  }
  to {
    -webkit-transform: translate3d(43vw, -116vh, 0);
            transform: translate3d(43vw, -116vh, 0);
  }
}
@keyframes move-frames-65 {
  from {
    -webkit-transform: translate3d(11vw, 110vh, 0);
            transform: translate3d(11vw, 110vh, 0);
  }
  to {
    -webkit-transform: translate3d(43vw, -116vh, 0);
            transform: translate3d(43vw, -116vh, 0);
  }
}
.circle-container:nth-child(65) .circle {
  -webkit-animation-delay: 258ms;
          animation-delay: 258ms;
}
.circle-container:nth-child(66) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-66;
          animation-name: move-frames-66;
  -webkit-animation-duration: 9722ms;
          animation-duration: 9722ms;
  -webkit-animation-delay: 1232ms;
          animation-delay: 1232ms;
}
@-webkit-keyframes move-frames-66 {
  from {
    -webkit-transform: translate3d(14vw, 104vh, 0);
            transform: translate3d(14vw, 104vh, 0);
  }
  to {
    -webkit-transform: translate3d(20vw, -124vh, 0);
            transform: translate3d(20vw, -124vh, 0);
  }
}
@keyframes move-frames-66 {
  from {
    -webkit-transform: translate3d(14vw, 104vh, 0);
            transform: translate3d(14vw, 104vh, 0);
  }
  to {
    -webkit-transform: translate3d(20vw, -124vh, 0);
            transform: translate3d(20vw, -124vh, 0);
  }
}
.circle-container:nth-child(66) .circle {
  -webkit-animation-delay: 1045ms;
          animation-delay: 1045ms;
}
.circle-container:nth-child(67) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-67;
          animation-name: move-frames-67;
  -webkit-animation-duration: 9866ms;
          animation-duration: 9866ms;
  -webkit-animation-delay: 2433ms;
          animation-delay: 2433ms;
}
@-webkit-keyframes move-frames-67 {
  from {
    -webkit-transform: translate3d(49vw, 105vh, 0);
            transform: translate3d(49vw, 105vh, 0);
  }
  to {
    -webkit-transform: translate3d(47vw, -117vh, 0);
            transform: translate3d(47vw, -117vh, 0);
  }
}
@keyframes move-frames-67 {
  from {
    -webkit-transform: translate3d(49vw, 105vh, 0);
            transform: translate3d(49vw, 105vh, 0);
  }
  to {
    -webkit-transform: translate3d(47vw, -117vh, 0);
            transform: translate3d(47vw, -117vh, 0);
  }
}
.circle-container:nth-child(67) .circle {
  -webkit-animation-delay: 2715ms;
          animation-delay: 2715ms;
}
.circle-container:nth-child(68) {
  width: 10px;
  height: 10px;
  -webkit-animation-name: move-frames-68;
          animation-name: move-frames-68;
  -webkit-animation-duration: 7814ms;
          animation-duration: 7814ms;
  -webkit-animation-delay: 8587ms;
          animation-delay: 8587ms;
}
@-webkit-keyframes move-frames-68 {
  from {
    -webkit-transform: translate3d(32vw, 103vh, 0);
            transform: translate3d(32vw, 103vh, 0);
  }
  to {
    -webkit-transform: translate3d(2vw, -116vh, 0);
            transform: translate3d(2vw, -116vh, 0);
  }
}
@keyframes move-frames-68 {
  from {
    -webkit-transform: translate3d(32vw, 103vh, 0);
            transform: translate3d(32vw, 103vh, 0);
  }
  to {
    -webkit-transform: translate3d(2vw, -116vh, 0);
            transform: translate3d(2vw, -116vh, 0);
  }
}
.circle-container:nth-child(68) .circle {
  -webkit-animation-delay: 1485ms;
          animation-delay: 1485ms;
}
.circle-container:nth-child(69) {
  width: 9px;
  height: 9px;
  -webkit-animation-name: move-frames-69;
          animation-name: move-frames-69;
  -webkit-animation-duration: 10708ms;
          animation-duration: 10708ms;
  -webkit-animation-delay: 2875ms;
          animation-delay: 2875ms;
}
@-webkit-keyframes move-frames-69 {
  from {
    -webkit-transform: translate3d(35vw, 104vh, 0);
            transform: translate3d(35vw, 104vh, 0);
  }
  to {
    -webkit-transform: translate3d(59vw, -132vh, 0);
            transform: translate3d(59vw, -132vh, 0);
  }
}
@keyframes move-frames-69 {
  from {
    -webkit-transform: translate3d(35vw, 104vh, 0);
            transform: translate3d(35vw, 104vh, 0);
  }
  to {
    -webkit-transform: translate3d(59vw, -132vh, 0);
            transform: translate3d(59vw, -132vh, 0);
  }
}
.circle-container:nth-child(69) .circle {
  -webkit-animation-delay: 418ms;
          animation-delay: 418ms;
}
.circle-container:nth-child(70) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-70;
          animation-name: move-frames-70;
  -webkit-animation-duration: 7155ms;
          animation-duration: 7155ms;
  -webkit-animation-delay: 7642ms;
          animation-delay: 7642ms;
}
@-webkit-keyframes move-frames-70 {
  from {
    -webkit-transform: translate3d(36vw, 109vh, 0);
            transform: translate3d(36vw, 109vh, 0);
  }
  to {
    -webkit-transform: translate3d(76vw, -111vh, 0);
            transform: translate3d(76vw, -111vh, 0);
  }
}
@keyframes move-frames-70 {
  from {
    -webkit-transform: translate3d(36vw, 109vh, 0);
            transform: translate3d(36vw, 109vh, 0);
  }
  to {
    -webkit-transform: translate3d(76vw, -111vh, 0);
            transform: translate3d(76vw, -111vh, 0);
  }
}
.circle-container:nth-child(70) .circle {
  -webkit-animation-delay: 3561ms;
          animation-delay: 3561ms;
}
.circle-container:nth-child(71) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-71;
          animation-name: move-frames-71;
  -webkit-animation-duration: 10435ms;
          animation-duration: 10435ms;
  -webkit-animation-delay: 4267ms;
          animation-delay: 4267ms;
}
@-webkit-keyframes move-frames-71 {
  from {
    -webkit-transform: translate3d(74vw, 105vh, 0);
            transform: translate3d(74vw, 105vh, 0);
  }
  to {
    -webkit-transform: translate3d(67vw, -128vh, 0);
            transform: translate3d(67vw, -128vh, 0);
  }
}
@keyframes move-frames-71 {
  from {
    -webkit-transform: translate3d(74vw, 105vh, 0);
            transform: translate3d(74vw, 105vh, 0);
  }
  to {
    -webkit-transform: translate3d(67vw, -128vh, 0);
            transform: translate3d(67vw, -128vh, 0);
  }
}
.circle-container:nth-child(71) .circle {
  -webkit-animation-delay: 2186ms;
          animation-delay: 2186ms;
}
.circle-container:nth-child(72) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-72;
          animation-name: move-frames-72;
  -webkit-animation-duration: 7478ms;
          animation-duration: 7478ms;
  -webkit-animation-delay: 5776ms;
          animation-delay: 5776ms;
}
@-webkit-keyframes move-frames-72 {
  from {
    -webkit-transform: translate3d(51vw, 110vh, 0);
            transform: translate3d(51vw, 110vh, 0);
  }
  to {
    -webkit-transform: translate3d(58vw, -116vh, 0);
            transform: translate3d(58vw, -116vh, 0);
  }
}
@keyframes move-frames-72 {
  from {
    -webkit-transform: translate3d(51vw, 110vh, 0);
            transform: translate3d(51vw, 110vh, 0);
  }
  to {
    -webkit-transform: translate3d(58vw, -116vh, 0);
            transform: translate3d(58vw, -116vh, 0);
  }
}
.circle-container:nth-child(72) .circle {
  -webkit-animation-delay: 1254ms;
          animation-delay: 1254ms;
}
.circle-container:nth-child(73) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-73;
          animation-name: move-frames-73;
  -webkit-animation-duration: 7309ms;
          animation-duration: 7309ms;
  -webkit-animation-delay: 10241ms;
          animation-delay: 10241ms;
}
@-webkit-keyframes move-frames-73 {
  from {
    -webkit-transform: translate3d(76vw, 105vh, 0);
            transform: translate3d(76vw, 105vh, 0);
  }
  to {
    -webkit-transform: translate3d(65vw, -125vh, 0);
            transform: translate3d(65vw, -125vh, 0);
  }
}
@keyframes move-frames-73 {
  from {
    -webkit-transform: translate3d(76vw, 105vh, 0);
            transform: translate3d(76vw, 105vh, 0);
  }
  to {
    -webkit-transform: translate3d(65vw, -125vh, 0);
            transform: translate3d(65vw, -125vh, 0);
  }
}
.circle-container:nth-child(73) .circle {
  -webkit-animation-delay: 2095ms;
          animation-delay: 2095ms;
}
.circle-container:nth-child(74) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-74;
          animation-name: move-frames-74;
  -webkit-animation-duration: 10996ms;
          animation-duration: 10996ms;
  -webkit-animation-delay: 3358ms;
          animation-delay: 3358ms;
}
@-webkit-keyframes move-frames-74 {
  from {
    -webkit-transform: translate3d(32vw, 110vh, 0);
            transform: translate3d(32vw, 110vh, 0);
  }
  to {
    -webkit-transform: translate3d(86vw, -133vh, 0);
            transform: translate3d(86vw, -133vh, 0);
  }
}
@keyframes move-frames-74 {
  from {
    -webkit-transform: translate3d(32vw, 110vh, 0);
            transform: translate3d(32vw, 110vh, 0);
  }
  to {
    -webkit-transform: translate3d(86vw, -133vh, 0);
            transform: translate3d(86vw, -133vh, 0);
  }
}
.circle-container:nth-child(74) .circle {
  -webkit-animation-delay: 2220ms;
          animation-delay: 2220ms;
}
.circle-container:nth-child(75) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-75;
          animation-name: move-frames-75;
  -webkit-animation-duration: 10472ms;
          animation-duration: 10472ms;
  -webkit-animation-delay: 7501ms;
          animation-delay: 7501ms;
}
@-webkit-keyframes move-frames-75 {
  from {
    -webkit-transform: translate3d(1vw, 108vh, 0);
            transform: translate3d(1vw, 108vh, 0);
  }
  to {
    -webkit-transform: translate3d(43vw, -134vh, 0);
            transform: translate3d(43vw, -134vh, 0);
  }
}
@keyframes move-frames-75 {
  from {
    -webkit-transform: translate3d(1vw, 108vh, 0);
            transform: translate3d(1vw, 108vh, 0);
  }
  to {
    -webkit-transform: translate3d(43vw, -134vh, 0);
            transform: translate3d(43vw, -134vh, 0);
  }
}
.circle-container:nth-child(75) .circle {
  -webkit-animation-delay: 516ms;
          animation-delay: 516ms;
}
.circle-container:nth-child(76) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-76;
          animation-name: move-frames-76;
  -webkit-animation-duration: 10365ms;
          animation-duration: 10365ms;
  -webkit-animation-delay: 10039ms;
          animation-delay: 10039ms;
}
@-webkit-keyframes move-frames-76 {
  from {
    -webkit-transform: translate3d(90vw, 108vh, 0);
            transform: translate3d(90vw, 108vh, 0);
  }
  to {
    -webkit-transform: translate3d(10vw, -110vh, 0);
            transform: translate3d(10vw, -110vh, 0);
  }
}
@keyframes move-frames-76 {
  from {
    -webkit-transform: translate3d(90vw, 108vh, 0);
            transform: translate3d(90vw, 108vh, 0);
  }
  to {
    -webkit-transform: translate3d(10vw, -110vh, 0);
            transform: translate3d(10vw, -110vh, 0);
  }
}
.circle-container:nth-child(76) .circle {
  -webkit-animation-delay: 2136ms;
          animation-delay: 2136ms;
}
.circle-container:nth-child(77) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-77;
          animation-name: move-frames-77;
  -webkit-animation-duration: 7324ms;
          animation-duration: 7324ms;
  -webkit-animation-delay: 5206ms;
          animation-delay: 5206ms;
}
@-webkit-keyframes move-frames-77 {
  from {
    -webkit-transform: translate3d(77vw, 108vh, 0);
            transform: translate3d(77vw, 108vh, 0);
  }
  to {
    -webkit-transform: translate3d(49vw, -133vh, 0);
            transform: translate3d(49vw, -133vh, 0);
  }
}
@keyframes move-frames-77 {
  from {
    -webkit-transform: translate3d(77vw, 108vh, 0);
            transform: translate3d(77vw, 108vh, 0);
  }
  to {
    -webkit-transform: translate3d(49vw, -133vh, 0);
            transform: translate3d(49vw, -133vh, 0);
  }
}
.circle-container:nth-child(77) .circle {
  -webkit-animation-delay: 2074ms;
          animation-delay: 2074ms;
}
.circle-container:nth-child(78) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-78;
          animation-name: move-frames-78;
  -webkit-animation-duration: 9891ms;
          animation-duration: 9891ms;
  -webkit-animation-delay: 2591ms;
          animation-delay: 2591ms;
}
@-webkit-keyframes move-frames-78 {
  from {
    -webkit-transform: translate3d(18vw, 108vh, 0);
            transform: translate3d(18vw, 108vh, 0);
  }
  to {
    -webkit-transform: translate3d(64vw, -128vh, 0);
            transform: translate3d(64vw, -128vh, 0);
  }
}
@keyframes move-frames-78 {
  from {
    -webkit-transform: translate3d(18vw, 108vh, 0);
            transform: translate3d(18vw, 108vh, 0);
  }
  to {
    -webkit-transform: translate3d(64vw, -128vh, 0);
            transform: translate3d(64vw, -128vh, 0);
  }
}
.circle-container:nth-child(78) .circle {
  -webkit-animation-delay: 1553ms;
          animation-delay: 1553ms;
}
.circle-container:nth-child(79) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-79;
          animation-name: move-frames-79;
  -webkit-animation-duration: 8874ms;
          animation-duration: 8874ms;
  -webkit-animation-delay: 248ms;
          animation-delay: 248ms;
}
@-webkit-keyframes move-frames-79 {
  from {
    -webkit-transform: translate3d(54vw, 106vh, 0);
            transform: translate3d(54vw, 106vh, 0);
  }
  to {
    -webkit-transform: translate3d(60vw, -129vh, 0);
            transform: translate3d(60vw, -129vh, 0);
  }
}
@keyframes move-frames-79 {
  from {
    -webkit-transform: translate3d(54vw, 106vh, 0);
            transform: translate3d(54vw, 106vh, 0);
  }
  to {
    -webkit-transform: translate3d(60vw, -129vh, 0);
            transform: translate3d(60vw, -129vh, 0);
  }
}
.circle-container:nth-child(79) .circle {
  -webkit-animation-delay: 3636ms;
          animation-delay: 3636ms;
}
.circle-container:nth-child(80) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-80;
          animation-name: move-frames-80;
  -webkit-animation-duration: 9729ms;
          animation-duration: 9729ms;
  -webkit-animation-delay: 2633ms;
          animation-delay: 2633ms;
}
@-webkit-keyframes move-frames-80 {
  from {
    -webkit-transform: translate3d(43vw, 109vh, 0);
            transform: translate3d(43vw, 109vh, 0);
  }
  to {
    -webkit-transform: translate3d(2vw, -118vh, 0);
            transform: translate3d(2vw, -118vh, 0);
  }
}
@keyframes move-frames-80 {
  from {
    -webkit-transform: translate3d(43vw, 109vh, 0);
            transform: translate3d(43vw, 109vh, 0);
  }
  to {
    -webkit-transform: translate3d(2vw, -118vh, 0);
            transform: translate3d(2vw, -118vh, 0);
  }
}
.circle-container:nth-child(80) .circle {
  -webkit-animation-delay: 714ms;
          animation-delay: 714ms;
}
.circle-container:nth-child(81) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-81;
          animation-name: move-frames-81;
  -webkit-animation-duration: 7842ms;
          animation-duration: 7842ms;
  -webkit-animation-delay: 546ms;
          animation-delay: 546ms;
}
@-webkit-keyframes move-frames-81 {
  from {
    -webkit-transform: translate3d(10vw, 104vh, 0);
            transform: translate3d(10vw, 104vh, 0);
  }
  to {
    -webkit-transform: translate3d(57vw, -111vh, 0);
            transform: translate3d(57vw, -111vh, 0);
  }
}
@keyframes move-frames-81 {
  from {
    -webkit-transform: translate3d(10vw, 104vh, 0);
            transform: translate3d(10vw, 104vh, 0);
  }
  to {
    -webkit-transform: translate3d(57vw, -111vh, 0);
            transform: translate3d(57vw, -111vh, 0);
  }
}
.circle-container:nth-child(81) .circle {
  -webkit-animation-delay: 1170ms;
          animation-delay: 1170ms;
}
.circle-container:nth-child(82) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-82;
          animation-name: move-frames-82;
  -webkit-animation-duration: 9802ms;
          animation-duration: 9802ms;
  -webkit-animation-delay: 1939ms;
          animation-delay: 1939ms;
}
@-webkit-keyframes move-frames-82 {
  from {
    -webkit-transform: translate3d(34vw, 110vh, 0);
            transform: translate3d(34vw, 110vh, 0);
  }
  to {
    -webkit-transform: translate3d(72vw, -140vh, 0);
            transform: translate3d(72vw, -140vh, 0);
  }
}
@keyframes move-frames-82 {
  from {
    -webkit-transform: translate3d(34vw, 110vh, 0);
            transform: translate3d(34vw, 110vh, 0);
  }
  to {
    -webkit-transform: translate3d(72vw, -140vh, 0);
            transform: translate3d(72vw, -140vh, 0);
  }
}
.circle-container:nth-child(82) .circle {
  -webkit-animation-delay: 1031ms;
          animation-delay: 1031ms;
}
.circle-container:nth-child(83) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-83;
          animation-name: move-frames-83;
  -webkit-animation-duration: 7859ms;
          animation-duration: 7859ms;
  -webkit-animation-delay: 446ms;
          animation-delay: 446ms;
}
@-webkit-keyframes move-frames-83 {
  from {
    -webkit-transform: translate3d(100vw, 107vh, 0);
            transform: translate3d(100vw, 107vh, 0);
  }
  to {
    -webkit-transform: translate3d(29vw, -110vh, 0);
            transform: translate3d(29vw, -110vh, 0);
  }
}
@keyframes move-frames-83 {
  from {
    -webkit-transform: translate3d(100vw, 107vh, 0);
            transform: translate3d(100vw, 107vh, 0);
  }
  to {
    -webkit-transform: translate3d(29vw, -110vh, 0);
            transform: translate3d(29vw, -110vh, 0);
  }
}
.circle-container:nth-child(83) .circle {
  -webkit-animation-delay: 1491ms;
          animation-delay: 1491ms;
}
.circle-container:nth-child(84) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-84;
          animation-name: move-frames-84;
  -webkit-animation-duration: 10792ms;
          animation-duration: 10792ms;
  -webkit-animation-delay: 6434ms;
          animation-delay: 6434ms;
}
@-webkit-keyframes move-frames-84 {
  from {
    -webkit-transform: translate3d(39vw, 107vh, 0);
            transform: translate3d(39vw, 107vh, 0);
  }
  to {
    -webkit-transform: translate3d(31vw, -124vh, 0);
            transform: translate3d(31vw, -124vh, 0);
  }
}
@keyframes move-frames-84 {
  from {
    -webkit-transform: translate3d(39vw, 107vh, 0);
            transform: translate3d(39vw, 107vh, 0);
  }
  to {
    -webkit-transform: translate3d(31vw, -124vh, 0);
            transform: translate3d(31vw, -124vh, 0);
  }
}
.circle-container:nth-child(84) .circle {
  -webkit-animation-delay: 2321ms;
          animation-delay: 2321ms;
}
.circle-container:nth-child(85) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-85;
          animation-name: move-frames-85;
  -webkit-animation-duration: 9683ms;
          animation-duration: 9683ms;
  -webkit-animation-delay: 6951ms;
          animation-delay: 6951ms;
}
@-webkit-keyframes move-frames-85 {
  from {
    -webkit-transform: translate3d(15vw, 104vh, 0);
            transform: translate3d(15vw, 104vh, 0);
  }
  to {
    -webkit-transform: translate3d(34vw, -129vh, 0);
            transform: translate3d(34vw, -129vh, 0);
  }
}
@keyframes move-frames-85 {
  from {
    -webkit-transform: translate3d(15vw, 104vh, 0);
            transform: translate3d(15vw, 104vh, 0);
  }
  to {
    -webkit-transform: translate3d(34vw, -129vh, 0);
            transform: translate3d(34vw, -129vh, 0);
  }
}
.circle-container:nth-child(85) .circle {
  -webkit-animation-delay: 983ms;
          animation-delay: 983ms;
}
.circle-container:nth-child(86) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-86;
          animation-name: move-frames-86;
  -webkit-animation-duration: 10918ms;
          animation-duration: 10918ms;
  -webkit-animation-delay: 4101ms;
          animation-delay: 4101ms;
}
@-webkit-keyframes move-frames-86 {
  from {
    -webkit-transform: translate3d(89vw, 102vh, 0);
            transform: translate3d(89vw, 102vh, 0);
  }
  to {
    -webkit-transform: translate3d(42vw, -104vh, 0);
            transform: translate3d(42vw, -104vh, 0);
  }
}
@keyframes move-frames-86 {
  from {
    -webkit-transform: translate3d(89vw, 102vh, 0);
            transform: translate3d(89vw, 102vh, 0);
  }
  to {
    -webkit-transform: translate3d(42vw, -104vh, 0);
            transform: translate3d(42vw, -104vh, 0);
  }
}
.circle-container:nth-child(86) .circle {
  -webkit-animation-delay: 3608ms;
          animation-delay: 3608ms;
}
.circle-container:nth-child(87) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-87;
          animation-name: move-frames-87;
  -webkit-animation-duration: 8780ms;
          animation-duration: 8780ms;
  -webkit-animation-delay: 10426ms;
          animation-delay: 10426ms;
}
@-webkit-keyframes move-frames-87 {
  from {
    -webkit-transform: translate3d(69vw, 110vh, 0);
            transform: translate3d(69vw, 110vh, 0);
  }
  to {
    -webkit-transform: translate3d(71vw, -140vh, 0);
            transform: translate3d(71vw, -140vh, 0);
  }
}
@keyframes move-frames-87 {
  from {
    -webkit-transform: translate3d(69vw, 110vh, 0);
            transform: translate3d(69vw, 110vh, 0);
  }
  to {
    -webkit-transform: translate3d(71vw, -140vh, 0);
            transform: translate3d(71vw, -140vh, 0);
  }
}
.circle-container:nth-child(87) .circle {
  -webkit-animation-delay: 2568ms;
          animation-delay: 2568ms;
}
.circle-container:nth-child(88) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-88;
          animation-name: move-frames-88;
  -webkit-animation-duration: 10452ms;
          animation-duration: 10452ms;
  -webkit-animation-delay: 9403ms;
          animation-delay: 9403ms;
}
@-webkit-keyframes move-frames-88 {
  from {
    -webkit-transform: translate3d(7vw, 107vh, 0);
            transform: translate3d(7vw, 107vh, 0);
  }
  to {
    -webkit-transform: translate3d(56vw, -119vh, 0);
            transform: translate3d(56vw, -119vh, 0);
  }
}
@keyframes move-frames-88 {
  from {
    -webkit-transform: translate3d(7vw, 107vh, 0);
            transform: translate3d(7vw, 107vh, 0);
  }
  to {
    -webkit-transform: translate3d(56vw, -119vh, 0);
            transform: translate3d(56vw, -119vh, 0);
  }
}
.circle-container:nth-child(88) .circle {
  -webkit-animation-delay: 1258ms;
          animation-delay: 1258ms;
}
.circle-container:nth-child(89) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-89;
          animation-name: move-frames-89;
  -webkit-animation-duration: 7294ms;
          animation-duration: 7294ms;
  -webkit-animation-delay: 3320ms;
          animation-delay: 3320ms;
}
@-webkit-keyframes move-frames-89 {
  from {
    -webkit-transform: translate3d(4vw, 107vh, 0);
            transform: translate3d(4vw, 107vh, 0);
  }
  to {
    -webkit-transform: translate3d(82vw, -121vh, 0);
            transform: translate3d(82vw, -121vh, 0);
  }
}
@keyframes move-frames-89 {
  from {
    -webkit-transform: translate3d(4vw, 107vh, 0);
            transform: translate3d(4vw, 107vh, 0);
  }
  to {
    -webkit-transform: translate3d(82vw, -121vh, 0);
            transform: translate3d(82vw, -121vh, 0);
  }
}
.circle-container:nth-child(89) .circle {
  -webkit-animation-delay: 2167ms;
          animation-delay: 2167ms;
}
.circle-container:nth-child(90) {
  width: 9px;
  height: 9px;
  -webkit-animation-name: move-frames-90;
          animation-name: move-frames-90;
  -webkit-animation-duration: 7597ms;
          animation-duration: 7597ms;
  -webkit-animation-delay: 6477ms;
          animation-delay: 6477ms;
}
@-webkit-keyframes move-frames-90 {
  from {
    -webkit-transform: translate3d(56vw, 106vh, 0);
            transform: translate3d(56vw, 106vh, 0);
  }
  to {
    -webkit-transform: translate3d(36vw, -114vh, 0);
            transform: translate3d(36vw, -114vh, 0);
  }
}
@keyframes move-frames-90 {
  from {
    -webkit-transform: translate3d(56vw, 106vh, 0);
            transform: translate3d(56vw, 106vh, 0);
  }
  to {
    -webkit-transform: translate3d(36vw, -114vh, 0);
            transform: translate3d(36vw, -114vh, 0);
  }
}
.circle-container:nth-child(90) .circle {
  -webkit-animation-delay: 1757ms;
          animation-delay: 1757ms;
}
.circle-container:nth-child(91) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-91;
          animation-name: move-frames-91;
  -webkit-animation-duration: 7882ms;
          animation-duration: 7882ms;
  -webkit-animation-delay: 1017ms;
          animation-delay: 1017ms;
}
@-webkit-keyframes move-frames-91 {
  from {
    -webkit-transform: translate3d(11vw, 109vh, 0);
            transform: translate3d(11vw, 109vh, 0);
  }
  to {
    -webkit-transform: translate3d(62vw, -136vh, 0);
            transform: translate3d(62vw, -136vh, 0);
  }
}
@keyframes move-frames-91 {
  from {
    -webkit-transform: translate3d(11vw, 109vh, 0);
            transform: translate3d(11vw, 109vh, 0);
  }
  to {
    -webkit-transform: translate3d(62vw, -136vh, 0);
            transform: translate3d(62vw, -136vh, 0);
  }
}
.circle-container:nth-child(91) .circle {
  -webkit-animation-delay: 1223ms;
          animation-delay: 1223ms;
}
.circle-container:nth-child(92) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-92;
          animation-name: move-frames-92;
  -webkit-animation-duration: 7522ms;
          animation-duration: 7522ms;
  -webkit-animation-delay: 4140ms;
          animation-delay: 4140ms;
}
@-webkit-keyframes move-frames-92 {
  from {
    -webkit-transform: translate3d(42vw, 105vh, 0);
            transform: translate3d(42vw, 105vh, 0);
  }
  to {
    -webkit-transform: translate3d(88vw, -112vh, 0);
            transform: translate3d(88vw, -112vh, 0);
  }
}
@keyframes move-frames-92 {
  from {
    -webkit-transform: translate3d(42vw, 105vh, 0);
            transform: translate3d(42vw, 105vh, 0);
  }
  to {
    -webkit-transform: translate3d(88vw, -112vh, 0);
            transform: translate3d(88vw, -112vh, 0);
  }
}
.circle-container:nth-child(92) .circle {
  -webkit-animation-delay: 3443ms;
          animation-delay: 3443ms;
}
.circle-container:nth-child(93) {
  width: 10px;
  height: 10px;
  -webkit-animation-name: move-frames-93;
          animation-name: move-frames-93;
  -webkit-animation-duration: 8902ms;
          animation-duration: 8902ms;
  -webkit-animation-delay: 10303ms;
          animation-delay: 10303ms;
}
@-webkit-keyframes move-frames-93 {
  from {
    -webkit-transform: translate3d(39vw, 101vh, 0);
            transform: translate3d(39vw, 101vh, 0);
  }
  to {
    -webkit-transform: translate3d(19vw, -103vh, 0);
            transform: translate3d(19vw, -103vh, 0);
  }
}
@keyframes move-frames-93 {
  from {
    -webkit-transform: translate3d(39vw, 101vh, 0);
            transform: translate3d(39vw, 101vh, 0);
  }
  to {
    -webkit-transform: translate3d(19vw, -103vh, 0);
            transform: translate3d(19vw, -103vh, 0);
  }
}
.circle-container:nth-child(93) .circle {
  -webkit-animation-delay: 2379ms;
          animation-delay: 2379ms;
}
.circle-container:nth-child(94) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-94;
          animation-name: move-frames-94;
  -webkit-animation-duration: 9244ms;
          animation-duration: 9244ms;
  -webkit-animation-delay: 9422ms;
          animation-delay: 9422ms;
}
@-webkit-keyframes move-frames-94 {
  from {
    -webkit-transform: translate3d(56vw, 109vh, 0);
            transform: translate3d(56vw, 109vh, 0);
  }
  to {
    -webkit-transform: translate3d(97vw, -122vh, 0);
            transform: translate3d(97vw, -122vh, 0);
  }
}
@keyframes move-frames-94 {
  from {
    -webkit-transform: translate3d(56vw, 109vh, 0);
            transform: translate3d(56vw, 109vh, 0);
  }
  to {
    -webkit-transform: translate3d(97vw, -122vh, 0);
            transform: translate3d(97vw, -122vh, 0);
  }
}
.circle-container:nth-child(94) .circle {
  -webkit-animation-delay: 2003ms;
          animation-delay: 2003ms;
}
.circle-container:nth-child(95) {
  width: 10px;
  height: 10px;
  -webkit-animation-name: move-frames-95;
          animation-name: move-frames-95;
  -webkit-animation-duration: 9826ms;
          animation-duration: 9826ms;
  -webkit-animation-delay: 10570ms;
          animation-delay: 10570ms;
}
@-webkit-keyframes move-frames-95 {
  from {
    -webkit-transform: translate3d(7vw, 101vh, 0);
            transform: translate3d(7vw, 101vh, 0);
  }
  to {
    -webkit-transform: translate3d(46vw, -103vh, 0);
            transform: translate3d(46vw, -103vh, 0);
  }
}
@keyframes move-frames-95 {
  from {
    -webkit-transform: translate3d(7vw, 101vh, 0);
            transform: translate3d(7vw, 101vh, 0);
  }
  to {
    -webkit-transform: translate3d(46vw, -103vh, 0);
            transform: translate3d(46vw, -103vh, 0);
  }
}
.circle-container:nth-child(95) .circle {
  -webkit-animation-delay: 362ms;
          animation-delay: 362ms;
}
.circle-container:nth-child(96) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-96;
          animation-name: move-frames-96;
  -webkit-animation-duration: 10054ms;
          animation-duration: 10054ms;
  -webkit-animation-delay: 1056ms;
          animation-delay: 1056ms;
}
@-webkit-keyframes move-frames-96 {
  from {
    -webkit-transform: translate3d(76vw, 107vh, 0);
            transform: translate3d(76vw, 107vh, 0);
  }
  to {
    -webkit-transform: translate3d(39vw, -121vh, 0);
            transform: translate3d(39vw, -121vh, 0);
  }
}
@keyframes move-frames-96 {
  from {
    -webkit-transform: translate3d(76vw, 107vh, 0);
            transform: translate3d(76vw, 107vh, 0);
  }
  to {
    -webkit-transform: translate3d(39vw, -121vh, 0);
            transform: translate3d(39vw, -121vh, 0);
  }
}
.circle-container:nth-child(96) .circle {
  -webkit-animation-delay: 2821ms;
          animation-delay: 2821ms;
}
.circle-container:nth-child(97) {
  width: 10px;
  height: 10px;
  -webkit-animation-name: move-frames-97;
          animation-name: move-frames-97;
  -webkit-animation-duration: 9045ms;
          animation-duration: 9045ms;
  -webkit-animation-delay: 7780ms;
          animation-delay: 7780ms;
}
@-webkit-keyframes move-frames-97 {
  from {
    -webkit-transform: translate3d(6vw, 109vh, 0);
            transform: translate3d(6vw, 109vh, 0);
  }
  to {
    -webkit-transform: translate3d(54vw, -132vh, 0);
            transform: translate3d(54vw, -132vh, 0);
  }
}
@keyframes move-frames-97 {
  from {
    -webkit-transform: translate3d(6vw, 109vh, 0);
            transform: translate3d(6vw, 109vh, 0);
  }
  to {
    -webkit-transform: translate3d(54vw, -132vh, 0);
            transform: translate3d(54vw, -132vh, 0);
  }
}
.circle-container:nth-child(97) .circle {
  -webkit-animation-delay: 105ms;
          animation-delay: 105ms;
}
.circle-container:nth-child(98) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-98;
          animation-name: move-frames-98;
  -webkit-animation-duration: 9139ms;
          animation-duration: 9139ms;
  -webkit-animation-delay: 5911ms;
          animation-delay: 5911ms;
}
@-webkit-keyframes move-frames-98 {
  from {
    -webkit-transform: translate3d(6vw, 108vh, 0);
            transform: translate3d(6vw, 108vh, 0);
  }
  to {
    -webkit-transform: translate3d(99vw, -113vh, 0);
            transform: translate3d(99vw, -113vh, 0);
  }
}
@keyframes move-frames-98 {
  from {
    -webkit-transform: translate3d(6vw, 108vh, 0);
            transform: translate3d(6vw, 108vh, 0);
  }
  to {
    -webkit-transform: translate3d(99vw, -113vh, 0);
            transform: translate3d(99vw, -113vh, 0);
  }
}
.circle-container:nth-child(98) .circle {
  -webkit-animation-delay: 3731ms;
          animation-delay: 3731ms;
}
.circle-container:nth-child(99) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-99;
          animation-name: move-frames-99;
  -webkit-animation-duration: 7596ms;
          animation-duration: 7596ms;
  -webkit-animation-delay: 8503ms;
          animation-delay: 8503ms;
}
@-webkit-keyframes move-frames-99 {
  from {
    -webkit-transform: translate3d(73vw, 110vh, 0);
            transform: translate3d(73vw, 110vh, 0);
  }
  to {
    -webkit-transform: translate3d(83vw, -119vh, 0);
            transform: translate3d(83vw, -119vh, 0);
  }
}
@keyframes move-frames-99 {
  from {
    -webkit-transform: translate3d(73vw, 110vh, 0);
            transform: translate3d(73vw, 110vh, 0);
  }
  to {
    -webkit-transform: translate3d(83vw, -119vh, 0);
            transform: translate3d(83vw, -119vh, 0);
  }
}
.circle-container:nth-child(99) .circle {
  -webkit-animation-delay: 2521ms;
          animation-delay: 2521ms;
}
.circle-container:nth-child(100) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-100;
          animation-name: move-frames-100;
  -webkit-animation-duration: 10293ms;
          animation-duration: 10293ms;
  -webkit-animation-delay: 8481ms;
          animation-delay: 8481ms;
}
@-webkit-keyframes move-frames-100 {
  from {
    -webkit-transform: translate3d(74vw, 103vh, 0);
            transform: translate3d(74vw, 103vh, 0);
  }
  to {
    -webkit-transform: translate3d(6vw, -109vh, 0);
            transform: translate3d(6vw, -109vh, 0);
  }
}
@keyframes move-frames-100 {
  from {
    -webkit-transform: translate3d(74vw, 103vh, 0);
            transform: translate3d(74vw, 103vh, 0);
  }
  to {
    -webkit-transform: translate3d(6vw, -109vh, 0);
            transform: translate3d(6vw, -109vh, 0);
  }
}
.circle-container:nth-child(100) .circle {
  -webkit-animation-delay: 962ms;
          animation-delay: 962ms;
}
.circle-container:nth-child(101) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-101;
          animation-name: move-frames-101;
  -webkit-animation-duration: 7016ms;
          animation-duration: 7016ms;
  -webkit-animation-delay: 1697ms;
          animation-delay: 1697ms;
}
@-webkit-keyframes move-frames-101 {
  from {
    -webkit-transform: translate3d(42vw, 105vh, 0);
            transform: translate3d(42vw, 105vh, 0);
  }
  to {
    -webkit-transform: translate3d(79vw, -132vh, 0);
            transform: translate3d(79vw, -132vh, 0);
  }
}
@keyframes move-frames-101 {
  from {
    -webkit-transform: translate3d(42vw, 105vh, 0);
            transform: translate3d(42vw, 105vh, 0);
  }
  to {
    -webkit-transform: translate3d(79vw, -132vh, 0);
            transform: translate3d(79vw, -132vh, 0);
  }
}
.circle-container:nth-child(101) .circle {
  -webkit-animation-delay: 922ms;
          animation-delay: 922ms;
}
.circle-container:nth-child(102) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-102;
          animation-name: move-frames-102;
  -webkit-animation-duration: 10652ms;
          animation-duration: 10652ms;
  -webkit-animation-delay: 9063ms;
          animation-delay: 9063ms;
}
@-webkit-keyframes move-frames-102 {
  from {
    -webkit-transform: translate3d(26vw, 102vh, 0);
            transform: translate3d(26vw, 102vh, 0);
  }
  to {
    -webkit-transform: translate3d(79vw, -112vh, 0);
            transform: translate3d(79vw, -112vh, 0);
  }
}
@keyframes move-frames-102 {
  from {
    -webkit-transform: translate3d(26vw, 102vh, 0);
            transform: translate3d(26vw, 102vh, 0);
  }
  to {
    -webkit-transform: translate3d(79vw, -112vh, 0);
            transform: translate3d(79vw, -112vh, 0);
  }
}
.circle-container:nth-child(102) .circle {
  -webkit-animation-delay: 3345ms;
          animation-delay: 3345ms;
}
.circle-container:nth-child(103) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-103;
          animation-name: move-frames-103;
  -webkit-animation-duration: 7234ms;
          animation-duration: 7234ms;
  -webkit-animation-delay: 6845ms;
          animation-delay: 6845ms;
}
@-webkit-keyframes move-frames-103 {
  from {
    -webkit-transform: translate3d(57vw, 106vh, 0);
            transform: translate3d(57vw, 106vh, 0);
  }
  to {
    -webkit-transform: translate3d(65vw, -122vh, 0);
            transform: translate3d(65vw, -122vh, 0);
  }
}
@keyframes move-frames-103 {
  from {
    -webkit-transform: translate3d(57vw, 106vh, 0);
            transform: translate3d(57vw, 106vh, 0);
  }
  to {
    -webkit-transform: translate3d(65vw, -122vh, 0);
            transform: translate3d(65vw, -122vh, 0);
  }
}
.circle-container:nth-child(103) .circle {
  -webkit-animation-delay: 258ms;
          animation-delay: 258ms;
}
.circle-container:nth-child(104) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-104;
          animation-name: move-frames-104;
  -webkit-animation-duration: 7793ms;
          animation-duration: 7793ms;
  -webkit-animation-delay: 6048ms;
          animation-delay: 6048ms;
}
@-webkit-keyframes move-frames-104 {
  from {
    -webkit-transform: translate3d(96vw, 102vh, 0);
            transform: translate3d(96vw, 102vh, 0);
  }
  to {
    -webkit-transform: translate3d(82vw, -111vh, 0);
            transform: translate3d(82vw, -111vh, 0);
  }
}
@keyframes move-frames-104 {
  from {
    -webkit-transform: translate3d(96vw, 102vh, 0);
            transform: translate3d(96vw, 102vh, 0);
  }
  to {
    -webkit-transform: translate3d(82vw, -111vh, 0);
            transform: translate3d(82vw, -111vh, 0);
  }
}
.circle-container:nth-child(104) .circle {
  -webkit-animation-delay: 3582ms;
          animation-delay: 3582ms;
}
.circle-container:nth-child(105) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-105;
          animation-name: move-frames-105;
  -webkit-animation-duration: 9140ms;
          animation-duration: 9140ms;
  -webkit-animation-delay: 8626ms;
          animation-delay: 8626ms;
}
@-webkit-keyframes move-frames-105 {
  from {
    -webkit-transform: translate3d(77vw, 108vh, 0);
            transform: translate3d(77vw, 108vh, 0);
  }
  to {
    -webkit-transform: translate3d(83vw, -134vh, 0);
            transform: translate3d(83vw, -134vh, 0);
  }
}
@keyframes move-frames-105 {
  from {
    -webkit-transform: translate3d(77vw, 108vh, 0);
            transform: translate3d(77vw, 108vh, 0);
  }
  to {
    -webkit-transform: translate3d(83vw, -134vh, 0);
            transform: translate3d(83vw, -134vh, 0);
  }
}
.circle-container:nth-child(105) .circle {
  -webkit-animation-delay: 2630ms;
          animation-delay: 2630ms;
}
.circle-container:nth-child(106) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-106;
          animation-name: move-frames-106;
  -webkit-animation-duration: 7381ms;
          animation-duration: 7381ms;
  -webkit-animation-delay: 5221ms;
          animation-delay: 5221ms;
}
@-webkit-keyframes move-frames-106 {
  from {
    -webkit-transform: translate3d(74vw, 106vh, 0);
            transform: translate3d(74vw, 106vh, 0);
  }
  to {
    -webkit-transform: translate3d(26vw, -128vh, 0);
            transform: translate3d(26vw, -128vh, 0);
  }
}
@keyframes move-frames-106 {
  from {
    -webkit-transform: translate3d(74vw, 106vh, 0);
            transform: translate3d(74vw, 106vh, 0);
  }
  to {
    -webkit-transform: translate3d(26vw, -128vh, 0);
            transform: translate3d(26vw, -128vh, 0);
  }
}
.circle-container:nth-child(106) .circle {
  -webkit-animation-delay: 2376ms;
          animation-delay: 2376ms;
}
.circle-container:nth-child(107) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-107;
          animation-name: move-frames-107;
  -webkit-animation-duration: 7716ms;
          animation-duration: 7716ms;
  -webkit-animation-delay: 3094ms;
          animation-delay: 3094ms;
}
@-webkit-keyframes move-frames-107 {
  from {
    -webkit-transform: translate3d(87vw, 105vh, 0);
            transform: translate3d(87vw, 105vh, 0);
  }
  to {
    -webkit-transform: translate3d(65vw, -129vh, 0);
            transform: translate3d(65vw, -129vh, 0);
  }
}
@keyframes move-frames-107 {
  from {
    -webkit-transform: translate3d(87vw, 105vh, 0);
            transform: translate3d(87vw, 105vh, 0);
  }
  to {
    -webkit-transform: translate3d(65vw, -129vh, 0);
            transform: translate3d(65vw, -129vh, 0);
  }
}
.circle-container:nth-child(107) .circle {
  -webkit-animation-delay: 3718ms;
          animation-delay: 3718ms;
}
.circle-container:nth-child(108) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-108;
          animation-name: move-frames-108;
  -webkit-animation-duration: 7870ms;
          animation-duration: 7870ms;
  -webkit-animation-delay: 4563ms;
          animation-delay: 4563ms;
}
@-webkit-keyframes move-frames-108 {
  from {
    -webkit-transform: translate3d(4vw, 103vh, 0);
            transform: translate3d(4vw, 103vh, 0);
  }
  to {
    -webkit-transform: translate3d(45vw, -130vh, 0);
            transform: translate3d(45vw, -130vh, 0);
  }
}
@keyframes move-frames-108 {
  from {
    -webkit-transform: translate3d(4vw, 103vh, 0);
            transform: translate3d(4vw, 103vh, 0);
  }
  to {
    -webkit-transform: translate3d(45vw, -130vh, 0);
            transform: translate3d(45vw, -130vh, 0);
  }
}
.circle-container:nth-child(108) .circle {
  -webkit-animation-delay: 2035ms;
          animation-delay: 2035ms;
}
.circle-container:nth-child(109) {
  width: 9px;
  height: 9px;
  -webkit-animation-name: move-frames-109;
          animation-name: move-frames-109;
  -webkit-animation-duration: 7879ms;
          animation-duration: 7879ms;
  -webkit-animation-delay: 10644ms;
          animation-delay: 10644ms;
}
@-webkit-keyframes move-frames-109 {
  from {
    -webkit-transform: translate3d(68vw, 107vh, 0);
            transform: translate3d(68vw, 107vh, 0);
  }
  to {
    -webkit-transform: translate3d(97vw, -131vh, 0);
            transform: translate3d(97vw, -131vh, 0);
  }
}
@keyframes move-frames-109 {
  from {
    -webkit-transform: translate3d(68vw, 107vh, 0);
            transform: translate3d(68vw, 107vh, 0);
  }
  to {
    -webkit-transform: translate3d(97vw, -131vh, 0);
            transform: translate3d(97vw, -131vh, 0);
  }
}
.circle-container:nth-child(109) .circle {
  -webkit-animation-delay: 2454ms;
          animation-delay: 2454ms;
}
.circle-container:nth-child(110) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-110;
          animation-name: move-frames-110;
  -webkit-animation-duration: 8829ms;
          animation-duration: 8829ms;
  -webkit-animation-delay: 9834ms;
          animation-delay: 9834ms;
}
@-webkit-keyframes move-frames-110 {
  from {
    -webkit-transform: translate3d(82vw, 110vh, 0);
            transform: translate3d(82vw, 110vh, 0);
  }
  to {
    -webkit-transform: translate3d(60vw, -118vh, 0);
            transform: translate3d(60vw, -118vh, 0);
  }
}
@keyframes move-frames-110 {
  from {
    -webkit-transform: translate3d(82vw, 110vh, 0);
            transform: translate3d(82vw, 110vh, 0);
  }
  to {
    -webkit-transform: translate3d(60vw, -118vh, 0);
            transform: translate3d(60vw, -118vh, 0);
  }
}
.circle-container:nth-child(110) .circle {
  -webkit-animation-delay: 2585ms;
          animation-delay: 2585ms;
}
.circle-container:nth-child(111) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-111;
          animation-name: move-frames-111;
  -webkit-animation-duration: 10875ms;
          animation-duration: 10875ms;
  -webkit-animation-delay: 6403ms;
          animation-delay: 6403ms;
}
@-webkit-keyframes move-frames-111 {
  from {
    -webkit-transform: translate3d(45vw, 108vh, 0);
            transform: translate3d(45vw, 108vh, 0);
  }
  to {
    -webkit-transform: translate3d(76vw, -133vh, 0);
            transform: translate3d(76vw, -133vh, 0);
  }
}
@keyframes move-frames-111 {
  from {
    -webkit-transform: translate3d(45vw, 108vh, 0);
            transform: translate3d(45vw, 108vh, 0);
  }
  to {
    -webkit-transform: translate3d(76vw, -133vh, 0);
            transform: translate3d(76vw, -133vh, 0);
  }
}
.circle-container:nth-child(111) .circle {
  -webkit-animation-delay: 1117ms;
          animation-delay: 1117ms;
}
.circle-container:nth-child(112) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-112;
          animation-name: move-frames-112;
  -webkit-animation-duration: 9977ms;
          animation-duration: 9977ms;
  -webkit-animation-delay: 3062ms;
          animation-delay: 3062ms;
}
@-webkit-keyframes move-frames-112 {
  from {
    -webkit-transform: translate3d(84vw, 108vh, 0);
            transform: translate3d(84vw, 108vh, 0);
  }
  to {
    -webkit-transform: translate3d(100vw, -111vh, 0);
            transform: translate3d(100vw, -111vh, 0);
  }
}
@keyframes move-frames-112 {
  from {
    -webkit-transform: translate3d(84vw, 108vh, 0);
            transform: translate3d(84vw, 108vh, 0);
  }
  to {
    -webkit-transform: translate3d(100vw, -111vh, 0);
            transform: translate3d(100vw, -111vh, 0);
  }
}
.circle-container:nth-child(112) .circle {
  -webkit-animation-delay: 366ms;
          animation-delay: 366ms;
}
.circle-container:nth-child(113) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-113;
          animation-name: move-frames-113;
  -webkit-animation-duration: 9739ms;
          animation-duration: 9739ms;
  -webkit-animation-delay: 6453ms;
          animation-delay: 6453ms;
}
@-webkit-keyframes move-frames-113 {
  from {
    -webkit-transform: translate3d(92vw, 108vh, 0);
            transform: translate3d(92vw, 108vh, 0);
  }
  to {
    -webkit-transform: translate3d(86vw, -127vh, 0);
            transform: translate3d(86vw, -127vh, 0);
  }
}
@keyframes move-frames-113 {
  from {
    -webkit-transform: translate3d(92vw, 108vh, 0);
            transform: translate3d(92vw, 108vh, 0);
  }
  to {
    -webkit-transform: translate3d(86vw, -127vh, 0);
            transform: translate3d(86vw, -127vh, 0);
  }
}
.circle-container:nth-child(113) .circle {
  -webkit-animation-delay: 1186ms;
          animation-delay: 1186ms;
}
.circle-container:nth-child(114) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-114;
          animation-name: move-frames-114;
  -webkit-animation-duration: 10857ms;
          animation-duration: 10857ms;
  -webkit-animation-delay: 10467ms;
          animation-delay: 10467ms;
}
@-webkit-keyframes move-frames-114 {
  from {
    -webkit-transform: translate3d(82vw, 104vh, 0);
            transform: translate3d(82vw, 104vh, 0);
  }
  to {
    -webkit-transform: translate3d(65vw, -108vh, 0);
            transform: translate3d(65vw, -108vh, 0);
  }
}
@keyframes move-frames-114 {
  from {
    -webkit-transform: translate3d(82vw, 104vh, 0);
            transform: translate3d(82vw, 104vh, 0);
  }
  to {
    -webkit-transform: translate3d(65vw, -108vh, 0);
            transform: translate3d(65vw, -108vh, 0);
  }
}
.circle-container:nth-child(114) .circle {
  -webkit-animation-delay: 518ms;
          animation-delay: 518ms;
}
.circle-container:nth-child(115) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-115;
          animation-name: move-frames-115;
  -webkit-animation-duration: 9241ms;
          animation-duration: 9241ms;
  -webkit-animation-delay: 9990ms;
          animation-delay: 9990ms;
}
@-webkit-keyframes move-frames-115 {
  from {
    -webkit-transform: translate3d(33vw, 102vh, 0);
            transform: translate3d(33vw, 102vh, 0);
  }
  to {
    -webkit-transform: translate3d(54vw, -108vh, 0);
            transform: translate3d(54vw, -108vh, 0);
  }
}
@keyframes move-frames-115 {
  from {
    -webkit-transform: translate3d(33vw, 102vh, 0);
            transform: translate3d(33vw, 102vh, 0);
  }
  to {
    -webkit-transform: translate3d(54vw, -108vh, 0);
            transform: translate3d(54vw, -108vh, 0);
  }
}
.circle-container:nth-child(115) .circle {
  -webkit-animation-delay: 2148ms;
          animation-delay: 2148ms;
}
.circle-container:nth-child(116) {
  width: 9px;
  height: 9px;
  -webkit-animation-name: move-frames-116;
          animation-name: move-frames-116;
  -webkit-animation-duration: 10454ms;
          animation-duration: 10454ms;
  -webkit-animation-delay: 8526ms;
          animation-delay: 8526ms;
}
@-webkit-keyframes move-frames-116 {
  from {
    -webkit-transform: translate3d(34vw, 109vh, 0);
            transform: translate3d(34vw, 109vh, 0);
  }
  to {
    -webkit-transform: translate3d(7vw, -133vh, 0);
            transform: translate3d(7vw, -133vh, 0);
  }
}
@keyframes move-frames-116 {
  from {
    -webkit-transform: translate3d(34vw, 109vh, 0);
            transform: translate3d(34vw, 109vh, 0);
  }
  to {
    -webkit-transform: translate3d(7vw, -133vh, 0);
            transform: translate3d(7vw, -133vh, 0);
  }
}
.circle-container:nth-child(116) .circle {
  -webkit-animation-delay: 154ms;
          animation-delay: 154ms;
}
.circle-container:nth-child(117) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-117;
          animation-name: move-frames-117;
  -webkit-animation-duration: 9465ms;
          animation-duration: 9465ms;
  -webkit-animation-delay: 4586ms;
          animation-delay: 4586ms;
}
@-webkit-keyframes move-frames-117 {
  from {
    -webkit-transform: translate3d(29vw, 107vh, 0);
            transform: translate3d(29vw, 107vh, 0);
  }
  to {
    -webkit-transform: translate3d(67vw, -130vh, 0);
            transform: translate3d(67vw, -130vh, 0);
  }
}
@keyframes move-frames-117 {
  from {
    -webkit-transform: translate3d(29vw, 107vh, 0);
            transform: translate3d(29vw, 107vh, 0);
  }
  to {
    -webkit-transform: translate3d(67vw, -130vh, 0);
            transform: translate3d(67vw, -130vh, 0);
  }
}
.circle-container:nth-child(117) .circle {
  -webkit-animation-delay: 1871ms;
          animation-delay: 1871ms;
}
.circle-container:nth-child(118) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-118;
          animation-name: move-frames-118;
  -webkit-animation-duration: 9886ms;
          animation-duration: 9886ms;
  -webkit-animation-delay: 8293ms;
          animation-delay: 8293ms;
}
@-webkit-keyframes move-frames-118 {
  from {
    -webkit-transform: translate3d(40vw, 105vh, 0);
            transform: translate3d(40vw, 105vh, 0);
  }
  to {
    -webkit-transform: translate3d(1vw, -113vh, 0);
            transform: translate3d(1vw, -113vh, 0);
  }
}
@keyframes move-frames-118 {
  from {
    -webkit-transform: translate3d(40vw, 105vh, 0);
            transform: translate3d(40vw, 105vh, 0);
  }
  to {
    -webkit-transform: translate3d(1vw, -113vh, 0);
            transform: translate3d(1vw, -113vh, 0);
  }
}
.circle-container:nth-child(118) .circle {
  -webkit-animation-delay: 219ms;
          animation-delay: 219ms;
}
.circle-container:nth-child(119) {
  width: 9px;
  height: 9px;
  -webkit-animation-name: move-frames-119;
          animation-name: move-frames-119;
  -webkit-animation-duration: 10227ms;
          animation-duration: 10227ms;
  -webkit-animation-delay: 3018ms;
          animation-delay: 3018ms;
}
@-webkit-keyframes move-frames-119 {
  from {
    -webkit-transform: translate3d(80vw, 107vh, 0);
            transform: translate3d(80vw, 107vh, 0);
  }
  to {
    -webkit-transform: translate3d(50vw, -118vh, 0);
            transform: translate3d(50vw, -118vh, 0);
  }
}
@keyframes move-frames-119 {
  from {
    -webkit-transform: translate3d(80vw, 107vh, 0);
            transform: translate3d(80vw, 107vh, 0);
  }
  to {
    -webkit-transform: translate3d(50vw, -118vh, 0);
            transform: translate3d(50vw, -118vh, 0);
  }
}
.circle-container:nth-child(119) .circle {
  -webkit-animation-delay: 2611ms;
          animation-delay: 2611ms;
}
.circle-container:nth-child(120) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-120;
          animation-name: move-frames-120;
  -webkit-animation-duration: 9422ms;
          animation-duration: 9422ms;
  -webkit-animation-delay: 182ms;
          animation-delay: 182ms;
}
@-webkit-keyframes move-frames-120 {
  from {
    -webkit-transform: translate3d(37vw, 102vh, 0);
            transform: translate3d(37vw, 102vh, 0);
  }
  to {
    -webkit-transform: translate3d(51vw, -106vh, 0);
            transform: translate3d(51vw, -106vh, 0);
  }
}
@keyframes move-frames-120 {
  from {
    -webkit-transform: translate3d(37vw, 102vh, 0);
            transform: translate3d(37vw, 102vh, 0);
  }
  to {
    -webkit-transform: translate3d(51vw, -106vh, 0);
            transform: translate3d(51vw, -106vh, 0);
  }
}
.circle-container:nth-child(120) .circle {
  -webkit-animation-delay: 3320ms;
          animation-delay: 3320ms;
}
.circle-container:nth-child(121) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-121;
          animation-name: move-frames-121;
  -webkit-animation-duration: 10706ms;
          animation-duration: 10706ms;
  -webkit-animation-delay: 10552ms;
          animation-delay: 10552ms;
}
@-webkit-keyframes move-frames-121 {
  from {
    -webkit-transform: translate3d(60vw, 107vh, 0);
            transform: translate3d(60vw, 107vh, 0);
  }
  to {
    -webkit-transform: translate3d(48vw, -117vh, 0);
            transform: translate3d(48vw, -117vh, 0);
  }
}
@keyframes move-frames-121 {
  from {
    -webkit-transform: translate3d(60vw, 107vh, 0);
            transform: translate3d(60vw, 107vh, 0);
  }
  to {
    -webkit-transform: translate3d(48vw, -117vh, 0);
            transform: translate3d(48vw, -117vh, 0);
  }
}
.circle-container:nth-child(121) .circle {
  -webkit-animation-delay: 1511ms;
          animation-delay: 1511ms;
}
.circle-container:nth-child(122) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-122;
          animation-name: move-frames-122;
  -webkit-animation-duration: 7843ms;
          animation-duration: 7843ms;
  -webkit-animation-delay: 6047ms;
          animation-delay: 6047ms;
}
@-webkit-keyframes move-frames-122 {
  from {
    -webkit-transform: translate3d(75vw, 101vh, 0);
            transform: translate3d(75vw, 101vh, 0);
  }
  to {
    -webkit-transform: translate3d(89vw, -108vh, 0);
            transform: translate3d(89vw, -108vh, 0);
  }
}
@keyframes move-frames-122 {
  from {
    -webkit-transform: translate3d(75vw, 101vh, 0);
            transform: translate3d(75vw, 101vh, 0);
  }
  to {
    -webkit-transform: translate3d(89vw, -108vh, 0);
            transform: translate3d(89vw, -108vh, 0);
  }
}
.circle-container:nth-child(122) .circle {
  -webkit-animation-delay: 3722ms;
          animation-delay: 3722ms;
}
.circle-container:nth-child(123) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-123;
          animation-name: move-frames-123;
  -webkit-animation-duration: 7725ms;
          animation-duration: 7725ms;
  -webkit-animation-delay: 3323ms;
          animation-delay: 3323ms;
}
@-webkit-keyframes move-frames-123 {
  from {
    -webkit-transform: translate3d(15vw, 110vh, 0);
            transform: translate3d(15vw, 110vh, 0);
  }
  to {
    -webkit-transform: translate3d(97vw, -126vh, 0);
            transform: translate3d(97vw, -126vh, 0);
  }
}
@keyframes move-frames-123 {
  from {
    -webkit-transform: translate3d(15vw, 110vh, 0);
            transform: translate3d(15vw, 110vh, 0);
  }
  to {
    -webkit-transform: translate3d(97vw, -126vh, 0);
            transform: translate3d(97vw, -126vh, 0);
  }
}
.circle-container:nth-child(123) .circle {
  -webkit-animation-delay: 2141ms;
          animation-delay: 2141ms;
}
.circle-container:nth-child(124) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-124;
          animation-name: move-frames-124;
  -webkit-animation-duration: 10994ms;
          animation-duration: 10994ms;
  -webkit-animation-delay: 4420ms;
          animation-delay: 4420ms;
}
@-webkit-keyframes move-frames-124 {
  from {
    -webkit-transform: translate3d(97vw, 102vh, 0);
            transform: translate3d(97vw, 102vh, 0);
  }
  to {
    -webkit-transform: translate3d(55vw, -107vh, 0);
            transform: translate3d(55vw, -107vh, 0);
  }
}
@keyframes move-frames-124 {
  from {
    -webkit-transform: translate3d(97vw, 102vh, 0);
            transform: translate3d(97vw, 102vh, 0);
  }
  to {
    -webkit-transform: translate3d(55vw, -107vh, 0);
            transform: translate3d(55vw, -107vh, 0);
  }
}
.circle-container:nth-child(124) .circle {
  -webkit-animation-delay: 67ms;
          animation-delay: 67ms;
}
.circle-container:nth-child(125) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-125;
          animation-name: move-frames-125;
  -webkit-animation-duration: 10941ms;
          animation-duration: 10941ms;
  -webkit-animation-delay: 6333ms;
          animation-delay: 6333ms;
}
@-webkit-keyframes move-frames-125 {
  from {
    -webkit-transform: translate3d(43vw, 106vh, 0);
            transform: translate3d(43vw, 106vh, 0);
  }
  to {
    -webkit-transform: translate3d(19vw, -127vh, 0);
            transform: translate3d(19vw, -127vh, 0);
  }
}
@keyframes move-frames-125 {
  from {
    -webkit-transform: translate3d(43vw, 106vh, 0);
            transform: translate3d(43vw, 106vh, 0);
  }
  to {
    -webkit-transform: translate3d(19vw, -127vh, 0);
            transform: translate3d(19vw, -127vh, 0);
  }
}
.circle-container:nth-child(125) .circle {
  -webkit-animation-delay: 3949ms;
          animation-delay: 3949ms;
}
.circle-container:nth-child(126) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-126;
          animation-name: move-frames-126;
  -webkit-animation-duration: 10844ms;
          animation-duration: 10844ms;
  -webkit-animation-delay: 4612ms;
          animation-delay: 4612ms;
}
@-webkit-keyframes move-frames-126 {
  from {
    -webkit-transform: translate3d(37vw, 103vh, 0);
            transform: translate3d(37vw, 103vh, 0);
  }
  to {
    -webkit-transform: translate3d(1vw, -123vh, 0);
            transform: translate3d(1vw, -123vh, 0);
  }
}
@keyframes move-frames-126 {
  from {
    -webkit-transform: translate3d(37vw, 103vh, 0);
            transform: translate3d(37vw, 103vh, 0);
  }
  to {
    -webkit-transform: translate3d(1vw, -123vh, 0);
            transform: translate3d(1vw, -123vh, 0);
  }
}
.circle-container:nth-child(126) .circle {
  -webkit-animation-delay: 2673ms;
          animation-delay: 2673ms;
}
.circle-container:nth-child(127) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-127;
          animation-name: move-frames-127;
  -webkit-animation-duration: 10377ms;
          animation-duration: 10377ms;
  -webkit-animation-delay: 7308ms;
          animation-delay: 7308ms;
}
@-webkit-keyframes move-frames-127 {
  from {
    -webkit-transform: translate3d(70vw, 101vh, 0);
            transform: translate3d(70vw, 101vh, 0);
  }
  to {
    -webkit-transform: translate3d(16vw, -114vh, 0);
            transform: translate3d(16vw, -114vh, 0);
  }
}
@keyframes move-frames-127 {
  from {
    -webkit-transform: translate3d(70vw, 101vh, 0);
            transform: translate3d(70vw, 101vh, 0);
  }
  to {
    -webkit-transform: translate3d(16vw, -114vh, 0);
            transform: translate3d(16vw, -114vh, 0);
  }
}
.circle-container:nth-child(127) .circle {
  -webkit-animation-delay: 1787ms;
          animation-delay: 1787ms;
}
.circle-container:nth-child(128) {
  width: 9px;
  height: 9px;
  -webkit-animation-name: move-frames-128;
          animation-name: move-frames-128;
  -webkit-animation-duration: 8543ms;
          animation-duration: 8543ms;
  -webkit-animation-delay: 7446ms;
          animation-delay: 7446ms;
}
@-webkit-keyframes move-frames-128 {
  from {
    -webkit-transform: translate3d(10vw, 102vh, 0);
            transform: translate3d(10vw, 102vh, 0);
  }
  to {
    -webkit-transform: translate3d(79vw, -105vh, 0);
            transform: translate3d(79vw, -105vh, 0);
  }
}
@keyframes move-frames-128 {
  from {
    -webkit-transform: translate3d(10vw, 102vh, 0);
            transform: translate3d(10vw, 102vh, 0);
  }
  to {
    -webkit-transform: translate3d(79vw, -105vh, 0);
            transform: translate3d(79vw, -105vh, 0);
  }
}
.circle-container:nth-child(128) .circle {
  -webkit-animation-delay: 3258ms;
          animation-delay: 3258ms;
}
.circle-container:nth-child(129) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-129;
          animation-name: move-frames-129;
  -webkit-animation-duration: 9468ms;
          animation-duration: 9468ms;
  -webkit-animation-delay: 2707ms;
          animation-delay: 2707ms;
}
@-webkit-keyframes move-frames-129 {
  from {
    -webkit-transform: translate3d(26vw, 104vh, 0);
            transform: translate3d(26vw, 104vh, 0);
  }
  to {
    -webkit-transform: translate3d(33vw, -132vh, 0);
            transform: translate3d(33vw, -132vh, 0);
  }
}
@keyframes move-frames-129 {
  from {
    -webkit-transform: translate3d(26vw, 104vh, 0);
            transform: translate3d(26vw, 104vh, 0);
  }
  to {
    -webkit-transform: translate3d(33vw, -132vh, 0);
            transform: translate3d(33vw, -132vh, 0);
  }
}
.circle-container:nth-child(129) .circle {
  -webkit-animation-delay: 3283ms;
          animation-delay: 3283ms;
}
.circle-container:nth-child(130) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-130;
          animation-name: move-frames-130;
  -webkit-animation-duration: 7489ms;
          animation-duration: 7489ms;
  -webkit-animation-delay: 9556ms;
          animation-delay: 9556ms;
}
@-webkit-keyframes move-frames-130 {
  from {
    -webkit-transform: translate3d(45vw, 103vh, 0);
            transform: translate3d(45vw, 103vh, 0);
  }
  to {
    -webkit-transform: translate3d(14vw, -129vh, 0);
            transform: translate3d(14vw, -129vh, 0);
  }
}
@keyframes move-frames-130 {
  from {
    -webkit-transform: translate3d(45vw, 103vh, 0);
            transform: translate3d(45vw, 103vh, 0);
  }
  to {
    -webkit-transform: translate3d(14vw, -129vh, 0);
            transform: translate3d(14vw, -129vh, 0);
  }
}
.circle-container:nth-child(130) .circle {
  -webkit-animation-delay: 1740ms;
          animation-delay: 1740ms;
}
.circle-container:nth-child(131) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-131;
          animation-name: move-frames-131;
  -webkit-animation-duration: 10221ms;
          animation-duration: 10221ms;
  -webkit-animation-delay: 9258ms;
          animation-delay: 9258ms;
}
@-webkit-keyframes move-frames-131 {
  from {
    -webkit-transform: translate3d(95vw, 105vh, 0);
            transform: translate3d(95vw, 105vh, 0);
  }
  to {
    -webkit-transform: translate3d(50vw, -117vh, 0);
            transform: translate3d(50vw, -117vh, 0);
  }
}
@keyframes move-frames-131 {
  from {
    -webkit-transform: translate3d(95vw, 105vh, 0);
            transform: translate3d(95vw, 105vh, 0);
  }
  to {
    -webkit-transform: translate3d(50vw, -117vh, 0);
            transform: translate3d(50vw, -117vh, 0);
  }
}
.circle-container:nth-child(131) .circle {
  -webkit-animation-delay: 2395ms;
          animation-delay: 2395ms;
}
.circle-container:nth-child(132) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-132;
          animation-name: move-frames-132;
  -webkit-animation-duration: 8634ms;
          animation-duration: 8634ms;
  -webkit-animation-delay: 1681ms;
          animation-delay: 1681ms;
}
@-webkit-keyframes move-frames-132 {
  from {
    -webkit-transform: translate3d(90vw, 110vh, 0);
            transform: translate3d(90vw, 110vh, 0);
  }
  to {
    -webkit-transform: translate3d(97vw, -131vh, 0);
            transform: translate3d(97vw, -131vh, 0);
  }
}
@keyframes move-frames-132 {
  from {
    -webkit-transform: translate3d(90vw, 110vh, 0);
            transform: translate3d(90vw, 110vh, 0);
  }
  to {
    -webkit-transform: translate3d(97vw, -131vh, 0);
            transform: translate3d(97vw, -131vh, 0);
  }
}
.circle-container:nth-child(132) .circle {
  -webkit-animation-delay: 2701ms;
          animation-delay: 2701ms;
}
.circle-container:nth-child(133) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-133;
          animation-name: move-frames-133;
  -webkit-animation-duration: 7351ms;
          animation-duration: 7351ms;
  -webkit-animation-delay: 3449ms;
          animation-delay: 3449ms;
}
@-webkit-keyframes move-frames-133 {
  from {
    -webkit-transform: translate3d(55vw, 106vh, 0);
            transform: translate3d(55vw, 106vh, 0);
  }
  to {
    -webkit-transform: translate3d(65vw, -129vh, 0);
            transform: translate3d(65vw, -129vh, 0);
  }
}
@keyframes move-frames-133 {
  from {
    -webkit-transform: translate3d(55vw, 106vh, 0);
            transform: translate3d(55vw, 106vh, 0);
  }
  to {
    -webkit-transform: translate3d(65vw, -129vh, 0);
            transform: translate3d(65vw, -129vh, 0);
  }
}
.circle-container:nth-child(133) .circle {
  -webkit-animation-delay: 2587ms;
          animation-delay: 2587ms;
}
.circle-container:nth-child(134) {
  width: 9px;
  height: 9px;
  -webkit-animation-name: move-frames-134;
          animation-name: move-frames-134;
  -webkit-animation-duration: 10483ms;
          animation-duration: 10483ms;
  -webkit-animation-delay: 8838ms;
          animation-delay: 8838ms;
}
@-webkit-keyframes move-frames-134 {
  from {
    -webkit-transform: translate3d(84vw, 109vh, 0);
            transform: translate3d(84vw, 109vh, 0);
  }
  to {
    -webkit-transform: translate3d(98vw, -137vh, 0);
            transform: translate3d(98vw, -137vh, 0);
  }
}
@keyframes move-frames-134 {
  from {
    -webkit-transform: translate3d(84vw, 109vh, 0);
            transform: translate3d(84vw, 109vh, 0);
  }
  to {
    -webkit-transform: translate3d(98vw, -137vh, 0);
            transform: translate3d(98vw, -137vh, 0);
  }
}
.circle-container:nth-child(134) .circle {
  -webkit-animation-delay: 289ms;
          animation-delay: 289ms;
}
.circle-container:nth-child(135) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-135;
          animation-name: move-frames-135;
  -webkit-animation-duration: 9796ms;
          animation-duration: 9796ms;
  -webkit-animation-delay: 10852ms;
          animation-delay: 10852ms;
}
@-webkit-keyframes move-frames-135 {
  from {
    -webkit-transform: translate3d(71vw, 101vh, 0);
            transform: translate3d(71vw, 101vh, 0);
  }
  to {
    -webkit-transform: translate3d(93vw, -103vh, 0);
            transform: translate3d(93vw, -103vh, 0);
  }
}
@keyframes move-frames-135 {
  from {
    -webkit-transform: translate3d(71vw, 101vh, 0);
            transform: translate3d(71vw, 101vh, 0);
  }
  to {
    -webkit-transform: translate3d(93vw, -103vh, 0);
            transform: translate3d(93vw, -103vh, 0);
  }
}
.circle-container:nth-child(135) .circle {
  -webkit-animation-delay: 3803ms;
          animation-delay: 3803ms;
}
.circle-container:nth-child(136) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-136;
          animation-name: move-frames-136;
  -webkit-animation-duration: 9439ms;
          animation-duration: 9439ms;
  -webkit-animation-delay: 6657ms;
          animation-delay: 6657ms;
}
@-webkit-keyframes move-frames-136 {
  from {
    -webkit-transform: translate3d(52vw, 110vh, 0);
            transform: translate3d(52vw, 110vh, 0);
  }
  to {
    -webkit-transform: translate3d(31vw, -134vh, 0);
            transform: translate3d(31vw, -134vh, 0);
  }
}
@keyframes move-frames-136 {
  from {
    -webkit-transform: translate3d(52vw, 110vh, 0);
            transform: translate3d(52vw, 110vh, 0);
  }
  to {
    -webkit-transform: translate3d(31vw, -134vh, 0);
            transform: translate3d(31vw, -134vh, 0);
  }
}
.circle-container:nth-child(136) .circle {
  -webkit-animation-delay: 3454ms;
          animation-delay: 3454ms;
}
.circle-container:nth-child(137) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-137;
          animation-name: move-frames-137;
  -webkit-animation-duration: 10353ms;
          animation-duration: 10353ms;
  -webkit-animation-delay: 10189ms;
          animation-delay: 10189ms;
}
@-webkit-keyframes move-frames-137 {
  from {
    -webkit-transform: translate3d(28vw, 102vh, 0);
            transform: translate3d(28vw, 102vh, 0);
  }
  to {
    -webkit-transform: translate3d(14vw, -129vh, 0);
            transform: translate3d(14vw, -129vh, 0);
  }
}
@keyframes move-frames-137 {
  from {
    -webkit-transform: translate3d(28vw, 102vh, 0);
            transform: translate3d(28vw, 102vh, 0);
  }
  to {
    -webkit-transform: translate3d(14vw, -129vh, 0);
            transform: translate3d(14vw, -129vh, 0);
  }
}
.circle-container:nth-child(137) .circle {
  -webkit-animation-delay: 3086ms;
          animation-delay: 3086ms;
}
.circle-container:nth-child(138) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-138;
          animation-name: move-frames-138;
  -webkit-animation-duration: 10221ms;
          animation-duration: 10221ms;
  -webkit-animation-delay: 7210ms;
          animation-delay: 7210ms;
}
@-webkit-keyframes move-frames-138 {
  from {
    -webkit-transform: translate3d(44vw, 107vh, 0);
            transform: translate3d(44vw, 107vh, 0);
  }
  to {
    -webkit-transform: translate3d(20vw, -108vh, 0);
            transform: translate3d(20vw, -108vh, 0);
  }
}
@keyframes move-frames-138 {
  from {
    -webkit-transform: translate3d(44vw, 107vh, 0);
            transform: translate3d(44vw, 107vh, 0);
  }
  to {
    -webkit-transform: translate3d(20vw, -108vh, 0);
            transform: translate3d(20vw, -108vh, 0);
  }
}
.circle-container:nth-child(138) .circle {
  -webkit-animation-delay: 670ms;
          animation-delay: 670ms;
}
.circle-container:nth-child(139) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-139;
          animation-name: move-frames-139;
  -webkit-animation-duration: 8579ms;
          animation-duration: 8579ms;
  -webkit-animation-delay: 542ms;
          animation-delay: 542ms;
}
@-webkit-keyframes move-frames-139 {
  from {
    -webkit-transform: translate3d(50vw, 108vh, 0);
            transform: translate3d(50vw, 108vh, 0);
  }
  to {
    -webkit-transform: translate3d(5vw, -114vh, 0);
            transform: translate3d(5vw, -114vh, 0);
  }
}
@keyframes move-frames-139 {
  from {
    -webkit-transform: translate3d(50vw, 108vh, 0);
            transform: translate3d(50vw, 108vh, 0);
  }
  to {
    -webkit-transform: translate3d(5vw, -114vh, 0);
            transform: translate3d(5vw, -114vh, 0);
  }
}
.circle-container:nth-child(139) .circle {
  -webkit-animation-delay: 3404ms;
          animation-delay: 3404ms;
}
.circle-container:nth-child(140) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-140;
          animation-name: move-frames-140;
  -webkit-animation-duration: 8957ms;
          animation-duration: 8957ms;
  -webkit-animation-delay: 5236ms;
          animation-delay: 5236ms;
}
@-webkit-keyframes move-frames-140 {
  from {
    -webkit-transform: translate3d(63vw, 105vh, 0);
            transform: translate3d(63vw, 105vh, 0);
  }
  to {
    -webkit-transform: translate3d(22vw, -120vh, 0);
            transform: translate3d(22vw, -120vh, 0);
  }
}
@keyframes move-frames-140 {
  from {
    -webkit-transform: translate3d(63vw, 105vh, 0);
            transform: translate3d(63vw, 105vh, 0);
  }
  to {
    -webkit-transform: translate3d(22vw, -120vh, 0);
            transform: translate3d(22vw, -120vh, 0);
  }
}
.circle-container:nth-child(140) .circle {
  -webkit-animation-delay: 3372ms;
          animation-delay: 3372ms;
}
.circle-container:nth-child(141) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-141;
          animation-name: move-frames-141;
  -webkit-animation-duration: 7185ms;
          animation-duration: 7185ms;
  -webkit-animation-delay: 9467ms;
          animation-delay: 9467ms;
}
@-webkit-keyframes move-frames-141 {
  from {
    -webkit-transform: translate3d(15vw, 106vh, 0);
            transform: translate3d(15vw, 106vh, 0);
  }
  to {
    -webkit-transform: translate3d(23vw, -126vh, 0);
            transform: translate3d(23vw, -126vh, 0);
  }
}
@keyframes move-frames-141 {
  from {
    -webkit-transform: translate3d(15vw, 106vh, 0);
            transform: translate3d(15vw, 106vh, 0);
  }
  to {
    -webkit-transform: translate3d(23vw, -126vh, 0);
            transform: translate3d(23vw, -126vh, 0);
  }
}
.circle-container:nth-child(141) .circle {
  -webkit-animation-delay: 2444ms;
          animation-delay: 2444ms;
}
.circle-container:nth-child(142) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-142;
          animation-name: move-frames-142;
  -webkit-animation-duration: 7400ms;
          animation-duration: 7400ms;
  -webkit-animation-delay: 5527ms;
          animation-delay: 5527ms;
}
@-webkit-keyframes move-frames-142 {
  from {
    -webkit-transform: translate3d(55vw, 107vh, 0);
            transform: translate3d(55vw, 107vh, 0);
  }
  to {
    -webkit-transform: translate3d(45vw, -109vh, 0);
            transform: translate3d(45vw, -109vh, 0);
  }
}
@keyframes move-frames-142 {
  from {
    -webkit-transform: translate3d(55vw, 107vh, 0);
            transform: translate3d(55vw, 107vh, 0);
  }
  to {
    -webkit-transform: translate3d(45vw, -109vh, 0);
            transform: translate3d(45vw, -109vh, 0);
  }
}
.circle-container:nth-child(142) .circle {
  -webkit-animation-delay: 966ms;
          animation-delay: 966ms;
}
.circle-container:nth-child(143) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-143;
          animation-name: move-frames-143;
  -webkit-animation-duration: 7743ms;
          animation-duration: 7743ms;
  -webkit-animation-delay: 9193ms;
          animation-delay: 9193ms;
}
@-webkit-keyframes move-frames-143 {
  from {
    -webkit-transform: translate3d(73vw, 103vh, 0);
            transform: translate3d(73vw, 103vh, 0);
  }
  to {
    -webkit-transform: translate3d(44vw, -127vh, 0);
            transform: translate3d(44vw, -127vh, 0);
  }
}
@keyframes move-frames-143 {
  from {
    -webkit-transform: translate3d(73vw, 103vh, 0);
            transform: translate3d(73vw, 103vh, 0);
  }
  to {
    -webkit-transform: translate3d(44vw, -127vh, 0);
            transform: translate3d(44vw, -127vh, 0);
  }
}
.circle-container:nth-child(143) .circle {
  -webkit-animation-delay: 79ms;
          animation-delay: 79ms;
}
.circle-container:nth-child(144) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-144;
          animation-name: move-frames-144;
  -webkit-animation-duration: 10720ms;
          animation-duration: 10720ms;
  -webkit-animation-delay: 7913ms;
          animation-delay: 7913ms;
}
@-webkit-keyframes move-frames-144 {
  from {
    -webkit-transform: translate3d(38vw, 104vh, 0);
            transform: translate3d(38vw, 104vh, 0);
  }
  to {
    -webkit-transform: translate3d(43vw, -117vh, 0);
            transform: translate3d(43vw, -117vh, 0);
  }
}
@keyframes move-frames-144 {
  from {
    -webkit-transform: translate3d(38vw, 104vh, 0);
            transform: translate3d(38vw, 104vh, 0);
  }
  to {
    -webkit-transform: translate3d(43vw, -117vh, 0);
            transform: translate3d(43vw, -117vh, 0);
  }
}
.circle-container:nth-child(144) .circle {
  -webkit-animation-delay: 3592ms;
          animation-delay: 3592ms;
}
.circle-container:nth-child(145) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-145;
          animation-name: move-frames-145;
  -webkit-animation-duration: 9667ms;
          animation-duration: 9667ms;
  -webkit-animation-delay: 9881ms;
          animation-delay: 9881ms;
}
@-webkit-keyframes move-frames-145 {
  from {
    -webkit-transform: translate3d(7vw, 109vh, 0);
            transform: translate3d(7vw, 109vh, 0);
  }
  to {
    -webkit-transform: translate3d(70vw, -123vh, 0);
            transform: translate3d(70vw, -123vh, 0);
  }
}
@keyframes move-frames-145 {
  from {
    -webkit-transform: translate3d(7vw, 109vh, 0);
            transform: translate3d(7vw, 109vh, 0);
  }
  to {
    -webkit-transform: translate3d(70vw, -123vh, 0);
            transform: translate3d(70vw, -123vh, 0);
  }
}
.circle-container:nth-child(145) .circle {
  -webkit-animation-delay: 3827ms;
          animation-delay: 3827ms;
}
.circle-container:nth-child(146) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-146;
          animation-name: move-frames-146;
  -webkit-animation-duration: 10791ms;
          animation-duration: 10791ms;
  -webkit-animation-delay: 5691ms;
          animation-delay: 5691ms;
}
@-webkit-keyframes move-frames-146 {
  from {
    -webkit-transform: translate3d(40vw, 107vh, 0);
            transform: translate3d(40vw, 107vh, 0);
  }
  to {
    -webkit-transform: translate3d(17vw, -116vh, 0);
            transform: translate3d(17vw, -116vh, 0);
  }
}
@keyframes move-frames-146 {
  from {
    -webkit-transform: translate3d(40vw, 107vh, 0);
            transform: translate3d(40vw, 107vh, 0);
  }
  to {
    -webkit-transform: translate3d(17vw, -116vh, 0);
            transform: translate3d(17vw, -116vh, 0);
  }
}
.circle-container:nth-child(146) .circle {
  -webkit-animation-delay: 855ms;
          animation-delay: 855ms;
}
.circle-container:nth-child(147) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-147;
          animation-name: move-frames-147;
  -webkit-animation-duration: 8015ms;
          animation-duration: 8015ms;
  -webkit-animation-delay: 850ms;
          animation-delay: 850ms;
}
@-webkit-keyframes move-frames-147 {
  from {
    -webkit-transform: translate3d(87vw, 108vh, 0);
            transform: translate3d(87vw, 108vh, 0);
  }
  to {
    -webkit-transform: translate3d(18vw, -122vh, 0);
            transform: translate3d(18vw, -122vh, 0);
  }
}
@keyframes move-frames-147 {
  from {
    -webkit-transform: translate3d(87vw, 108vh, 0);
            transform: translate3d(87vw, 108vh, 0);
  }
  to {
    -webkit-transform: translate3d(18vw, -122vh, 0);
            transform: translate3d(18vw, -122vh, 0);
  }
}
.circle-container:nth-child(147) .circle {
  -webkit-animation-delay: 3790ms;
          animation-delay: 3790ms;
}
.circle-container:nth-child(148) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-148;
          animation-name: move-frames-148;
  -webkit-animation-duration: 8558ms;
          animation-duration: 8558ms;
  -webkit-animation-delay: 2807ms;
          animation-delay: 2807ms;
}
@-webkit-keyframes move-frames-148 {
  from {
    -webkit-transform: translate3d(34vw, 107vh, 0);
            transform: translate3d(34vw, 107vh, 0);
  }
  to {
    -webkit-transform: translate3d(69vw, -113vh, 0);
            transform: translate3d(69vw, -113vh, 0);
  }
}
@keyframes move-frames-148 {
  from {
    -webkit-transform: translate3d(34vw, 107vh, 0);
            transform: translate3d(34vw, 107vh, 0);
  }
  to {
    -webkit-transform: translate3d(69vw, -113vh, 0);
            transform: translate3d(69vw, -113vh, 0);
  }
}
.circle-container:nth-child(148) .circle {
  -webkit-animation-delay: 3621ms;
          animation-delay: 3621ms;
}
.circle-container:nth-child(149) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-149;
          animation-name: move-frames-149;
  -webkit-animation-duration: 7391ms;
          animation-duration: 7391ms;
  -webkit-animation-delay: 7884ms;
          animation-delay: 7884ms;
}
@-webkit-keyframes move-frames-149 {
  from {
    -webkit-transform: translate3d(69vw, 101vh, 0);
            transform: translate3d(69vw, 101vh, 0);
  }
  to {
    -webkit-transform: translate3d(44vw, -107vh, 0);
            transform: translate3d(44vw, -107vh, 0);
  }
}
@keyframes move-frames-149 {
  from {
    -webkit-transform: translate3d(69vw, 101vh, 0);
            transform: translate3d(69vw, 101vh, 0);
  }
  to {
    -webkit-transform: translate3d(44vw, -107vh, 0);
            transform: translate3d(44vw, -107vh, 0);
  }
}
.circle-container:nth-child(149) .circle {
  -webkit-animation-delay: 389ms;
          animation-delay: 389ms;
}
.circle-container:nth-child(150) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-150;
          animation-name: move-frames-150;
  -webkit-animation-duration: 8840ms;
          animation-duration: 8840ms;
  -webkit-animation-delay: 3781ms;
          animation-delay: 3781ms;
}
@-webkit-keyframes move-frames-150 {
  from {
    -webkit-transform: translate3d(23vw, 101vh, 0);
            transform: translate3d(23vw, 101vh, 0);
  }
  to {
    -webkit-transform: translate3d(53vw, -115vh, 0);
            transform: translate3d(53vw, -115vh, 0);
  }
}
@keyframes move-frames-150 {
  from {
    -webkit-transform: translate3d(23vw, 101vh, 0);
            transform: translate3d(23vw, 101vh, 0);
  }
  to {
    -webkit-transform: translate3d(53vw, -115vh, 0);
            transform: translate3d(53vw, -115vh, 0);
  }
}
.circle-container:nth-child(150) .circle {
  -webkit-animation-delay: 3727ms;
          animation-delay: 3727ms;
}
.circle-container:nth-child(151) {
  width: 10px;
  height: 10px;
  -webkit-animation-name: move-frames-151;
          animation-name: move-frames-151;
  -webkit-animation-duration: 9777ms;
          animation-duration: 9777ms;
  -webkit-animation-delay: 10110ms;
          animation-delay: 10110ms;
}
@-webkit-keyframes move-frames-151 {
  from {
    -webkit-transform: translate3d(8vw, 101vh, 0);
            transform: translate3d(8vw, 101vh, 0);
  }
  to {
    -webkit-transform: translate3d(55vw, -126vh, 0);
            transform: translate3d(55vw, -126vh, 0);
  }
}
@keyframes move-frames-151 {
  from {
    -webkit-transform: translate3d(8vw, 101vh, 0);
            transform: translate3d(8vw, 101vh, 0);
  }
  to {
    -webkit-transform: translate3d(55vw, -126vh, 0);
            transform: translate3d(55vw, -126vh, 0);
  }
}
.circle-container:nth-child(151) .circle {
  -webkit-animation-delay: 3406ms;
          animation-delay: 3406ms;
}
.circle-container:nth-child(152) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-152;
          animation-name: move-frames-152;
  -webkit-animation-duration: 7865ms;
          animation-duration: 7865ms;
  -webkit-animation-delay: 4573ms;
          animation-delay: 4573ms;
}
@-webkit-keyframes move-frames-152 {
  from {
    -webkit-transform: translate3d(49vw, 107vh, 0);
            transform: translate3d(49vw, 107vh, 0);
  }
  to {
    -webkit-transform: translate3d(85vw, -125vh, 0);
            transform: translate3d(85vw, -125vh, 0);
  }
}
@keyframes move-frames-152 {
  from {
    -webkit-transform: translate3d(49vw, 107vh, 0);
            transform: translate3d(49vw, 107vh, 0);
  }
  to {
    -webkit-transform: translate3d(85vw, -125vh, 0);
            transform: translate3d(85vw, -125vh, 0);
  }
}
.circle-container:nth-child(152) .circle {
  -webkit-animation-delay: 2418ms;
          animation-delay: 2418ms;
}
.circle-container:nth-child(153) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-153;
          animation-name: move-frames-153;
  -webkit-animation-duration: 8269ms;
          animation-duration: 8269ms;
  -webkit-animation-delay: 7324ms;
          animation-delay: 7324ms;
}
@-webkit-keyframes move-frames-153 {
  from {
    -webkit-transform: translate3d(88vw, 101vh, 0);
            transform: translate3d(88vw, 101vh, 0);
  }
  to {
    -webkit-transform: translate3d(20vw, -113vh, 0);
            transform: translate3d(20vw, -113vh, 0);
  }
}
@keyframes move-frames-153 {
  from {
    -webkit-transform: translate3d(88vw, 101vh, 0);
            transform: translate3d(88vw, 101vh, 0);
  }
  to {
    -webkit-transform: translate3d(20vw, -113vh, 0);
            transform: translate3d(20vw, -113vh, 0);
  }
}
.circle-container:nth-child(153) .circle {
  -webkit-animation-delay: 1809ms;
          animation-delay: 1809ms;
}
.circle-container:nth-child(154) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-154;
          animation-name: move-frames-154;
  -webkit-animation-duration: 7667ms;
          animation-duration: 7667ms;
  -webkit-animation-delay: 4874ms;
          animation-delay: 4874ms;
}
@-webkit-keyframes move-frames-154 {
  from {
    -webkit-transform: translate3d(27vw, 105vh, 0);
            transform: translate3d(27vw, 105vh, 0);
  }
  to {
    -webkit-transform: translate3d(22vw, -114vh, 0);
            transform: translate3d(22vw, -114vh, 0);
  }
}
@keyframes move-frames-154 {
  from {
    -webkit-transform: translate3d(27vw, 105vh, 0);
            transform: translate3d(27vw, 105vh, 0);
  }
  to {
    -webkit-transform: translate3d(22vw, -114vh, 0);
            transform: translate3d(22vw, -114vh, 0);
  }
}
.circle-container:nth-child(154) .circle {
  -webkit-animation-delay: 3688ms;
          animation-delay: 3688ms;
}
.circle-container:nth-child(155) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-155;
          animation-name: move-frames-155;
  -webkit-animation-duration: 10555ms;
          animation-duration: 10555ms;
  -webkit-animation-delay: 37ms;
          animation-delay: 37ms;
}
@-webkit-keyframes move-frames-155 {
  from {
    -webkit-transform: translate3d(27vw, 102vh, 0);
            transform: translate3d(27vw, 102vh, 0);
  }
  to {
    -webkit-transform: translate3d(7vw, -106vh, 0);
            transform: translate3d(7vw, -106vh, 0);
  }
}
@keyframes move-frames-155 {
  from {
    -webkit-transform: translate3d(27vw, 102vh, 0);
            transform: translate3d(27vw, 102vh, 0);
  }
  to {
    -webkit-transform: translate3d(7vw, -106vh, 0);
            transform: translate3d(7vw, -106vh, 0);
  }
}
.circle-container:nth-child(155) .circle {
  -webkit-animation-delay: 2894ms;
          animation-delay: 2894ms;
}
.circle-container:nth-child(156) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-156;
          animation-name: move-frames-156;
  -webkit-animation-duration: 10143ms;
          animation-duration: 10143ms;
  -webkit-animation-delay: 3296ms;
          animation-delay: 3296ms;
}
@-webkit-keyframes move-frames-156 {
  from {
    -webkit-transform: translate3d(20vw, 101vh, 0);
            transform: translate3d(20vw, 101vh, 0);
  }
  to {
    -webkit-transform: translate3d(18vw, -103vh, 0);
            transform: translate3d(18vw, -103vh, 0);
  }
}
@keyframes move-frames-156 {
  from {
    -webkit-transform: translate3d(20vw, 101vh, 0);
            transform: translate3d(20vw, 101vh, 0);
  }
  to {
    -webkit-transform: translate3d(18vw, -103vh, 0);
            transform: translate3d(18vw, -103vh, 0);
  }
}
.circle-container:nth-child(156) .circle {
  -webkit-animation-delay: 456ms;
          animation-delay: 456ms;
}
.circle-container:nth-child(157) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-157;
          animation-name: move-frames-157;
  -webkit-animation-duration: 10369ms;
          animation-duration: 10369ms;
  -webkit-animation-delay: 9790ms;
          animation-delay: 9790ms;
}
@-webkit-keyframes move-frames-157 {
  from {
    -webkit-transform: translate3d(18vw, 104vh, 0);
            transform: translate3d(18vw, 104vh, 0);
  }
  to {
    -webkit-transform: translate3d(93vw, -126vh, 0);
            transform: translate3d(93vw, -126vh, 0);
  }
}
@keyframes move-frames-157 {
  from {
    -webkit-transform: translate3d(18vw, 104vh, 0);
            transform: translate3d(18vw, 104vh, 0);
  }
  to {
    -webkit-transform: translate3d(93vw, -126vh, 0);
            transform: translate3d(93vw, -126vh, 0);
  }
}
.circle-container:nth-child(157) .circle {
  -webkit-animation-delay: 1530ms;
          animation-delay: 1530ms;
}
.circle-container:nth-child(158) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-158;
          animation-name: move-frames-158;
  -webkit-animation-duration: 7391ms;
          animation-duration: 7391ms;
  -webkit-animation-delay: 7592ms;
          animation-delay: 7592ms;
}
@-webkit-keyframes move-frames-158 {
  from {
    -webkit-transform: translate3d(74vw, 105vh, 0);
            transform: translate3d(74vw, 105vh, 0);
  }
  to {
    -webkit-transform: translate3d(15vw, -108vh, 0);
            transform: translate3d(15vw, -108vh, 0);
  }
}
@keyframes move-frames-158 {
  from {
    -webkit-transform: translate3d(74vw, 105vh, 0);
            transform: translate3d(74vw, 105vh, 0);
  }
  to {
    -webkit-transform: translate3d(15vw, -108vh, 0);
            transform: translate3d(15vw, -108vh, 0);
  }
}
.circle-container:nth-child(158) .circle {
  -webkit-animation-delay: 197ms;
          animation-delay: 197ms;
}
.circle-container:nth-child(159) {
  width: 9px;
  height: 9px;
  -webkit-animation-name: move-frames-159;
          animation-name: move-frames-159;
  -webkit-animation-duration: 7347ms;
          animation-duration: 7347ms;
  -webkit-animation-delay: 10820ms;
          animation-delay: 10820ms;
}
@-webkit-keyframes move-frames-159 {
  from {
    -webkit-transform: translate3d(22vw, 102vh, 0);
            transform: translate3d(22vw, 102vh, 0);
  }
  to {
    -webkit-transform: translate3d(5vw, -106vh, 0);
            transform: translate3d(5vw, -106vh, 0);
  }
}
@keyframes move-frames-159 {
  from {
    -webkit-transform: translate3d(22vw, 102vh, 0);
            transform: translate3d(22vw, 102vh, 0);
  }
  to {
    -webkit-transform: translate3d(5vw, -106vh, 0);
            transform: translate3d(5vw, -106vh, 0);
  }
}
.circle-container:nth-child(159) .circle {
  -webkit-animation-delay: 1253ms;
          animation-delay: 1253ms;
}
.circle-container:nth-child(160) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-160;
          animation-name: move-frames-160;
  -webkit-animation-duration: 7294ms;
          animation-duration: 7294ms;
  -webkit-animation-delay: 9595ms;
          animation-delay: 9595ms;
}
@-webkit-keyframes move-frames-160 {
  from {
    -webkit-transform: translate3d(88vw, 105vh, 0);
            transform: translate3d(88vw, 105vh, 0);
  }
  to {
    -webkit-transform: translate3d(70vw, -125vh, 0);
            transform: translate3d(70vw, -125vh, 0);
  }
}
@keyframes move-frames-160 {
  from {
    -webkit-transform: translate3d(88vw, 105vh, 0);
            transform: translate3d(88vw, 105vh, 0);
  }
  to {
    -webkit-transform: translate3d(70vw, -125vh, 0);
            transform: translate3d(70vw, -125vh, 0);
  }
}
.circle-container:nth-child(160) .circle {
  -webkit-animation-delay: 569ms;
          animation-delay: 569ms;
}
.circle-container:nth-child(161) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-161;
          animation-name: move-frames-161;
  -webkit-animation-duration: 7483ms;
          animation-duration: 7483ms;
  -webkit-animation-delay: 10982ms;
          animation-delay: 10982ms;
}
@-webkit-keyframes move-frames-161 {
  from {
    -webkit-transform: translate3d(30vw, 103vh, 0);
            transform: translate3d(30vw, 103vh, 0);
  }
  to {
    -webkit-transform: translate3d(69vw, -112vh, 0);
            transform: translate3d(69vw, -112vh, 0);
  }
}
@keyframes move-frames-161 {
  from {
    -webkit-transform: translate3d(30vw, 103vh, 0);
            transform: translate3d(30vw, 103vh, 0);
  }
  to {
    -webkit-transform: translate3d(69vw, -112vh, 0);
            transform: translate3d(69vw, -112vh, 0);
  }
}
.circle-container:nth-child(161) .circle {
  -webkit-animation-delay: 1801ms;
          animation-delay: 1801ms;
}
.circle-container:nth-child(162) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-162;
          animation-name: move-frames-162;
  -webkit-animation-duration: 7648ms;
          animation-duration: 7648ms;
  -webkit-animation-delay: 3841ms;
          animation-delay: 3841ms;
}
@-webkit-keyframes move-frames-162 {
  from {
    -webkit-transform: translate3d(84vw, 105vh, 0);
            transform: translate3d(84vw, 105vh, 0);
  }
  to {
    -webkit-transform: translate3d(41vw, -127vh, 0);
            transform: translate3d(41vw, -127vh, 0);
  }
}
@keyframes move-frames-162 {
  from {
    -webkit-transform: translate3d(84vw, 105vh, 0);
            transform: translate3d(84vw, 105vh, 0);
  }
  to {
    -webkit-transform: translate3d(41vw, -127vh, 0);
            transform: translate3d(41vw, -127vh, 0);
  }
}
.circle-container:nth-child(162) .circle {
  -webkit-animation-delay: 3266ms;
          animation-delay: 3266ms;
}
.circle-container:nth-child(163) {
  width: 9px;
  height: 9px;
  -webkit-animation-name: move-frames-163;
          animation-name: move-frames-163;
  -webkit-animation-duration: 7231ms;
          animation-duration: 7231ms;
  -webkit-animation-delay: 466ms;
          animation-delay: 466ms;
}
@-webkit-keyframes move-frames-163 {
  from {
    -webkit-transform: translate3d(12vw, 103vh, 0);
            transform: translate3d(12vw, 103vh, 0);
  }
  to {
    -webkit-transform: translate3d(53vw, -128vh, 0);
            transform: translate3d(53vw, -128vh, 0);
  }
}
@keyframes move-frames-163 {
  from {
    -webkit-transform: translate3d(12vw, 103vh, 0);
            transform: translate3d(12vw, 103vh, 0);
  }
  to {
    -webkit-transform: translate3d(53vw, -128vh, 0);
            transform: translate3d(53vw, -128vh, 0);
  }
}
.circle-container:nth-child(163) .circle {
  -webkit-animation-delay: 2178ms;
          animation-delay: 2178ms;
}
.circle-container:nth-child(164) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-164;
          animation-name: move-frames-164;
  -webkit-animation-duration: 8705ms;
          animation-duration: 8705ms;
  -webkit-animation-delay: 4573ms;
          animation-delay: 4573ms;
}
@-webkit-keyframes move-frames-164 {
  from {
    -webkit-transform: translate3d(8vw, 102vh, 0);
            transform: translate3d(8vw, 102vh, 0);
  }
  to {
    -webkit-transform: translate3d(14vw, -104vh, 0);
            transform: translate3d(14vw, -104vh, 0);
  }
}
@keyframes move-frames-164 {
  from {
    -webkit-transform: translate3d(8vw, 102vh, 0);
            transform: translate3d(8vw, 102vh, 0);
  }
  to {
    -webkit-transform: translate3d(14vw, -104vh, 0);
            transform: translate3d(14vw, -104vh, 0);
  }
}
.circle-container:nth-child(164) .circle {
  -webkit-animation-delay: 352ms;
          animation-delay: 352ms;
}
.circle-container:nth-child(165) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-165;
          animation-name: move-frames-165;
  -webkit-animation-duration: 8091ms;
          animation-duration: 8091ms;
  -webkit-animation-delay: 3901ms;
          animation-delay: 3901ms;
}
@-webkit-keyframes move-frames-165 {
  from {
    -webkit-transform: translate3d(84vw, 106vh, 0);
            transform: translate3d(84vw, 106vh, 0);
  }
  to {
    -webkit-transform: translate3d(52vw, -108vh, 0);
            transform: translate3d(52vw, -108vh, 0);
  }
}
@keyframes move-frames-165 {
  from {
    -webkit-transform: translate3d(84vw, 106vh, 0);
            transform: translate3d(84vw, 106vh, 0);
  }
  to {
    -webkit-transform: translate3d(52vw, -108vh, 0);
            transform: translate3d(52vw, -108vh, 0);
  }
}
.circle-container:nth-child(165) .circle {
  -webkit-animation-delay: 2333ms;
          animation-delay: 2333ms;
}
.circle-container:nth-child(166) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-166;
          animation-name: move-frames-166;
  -webkit-animation-duration: 9693ms;
          animation-duration: 9693ms;
  -webkit-animation-delay: 6099ms;
          animation-delay: 6099ms;
}
@-webkit-keyframes move-frames-166 {
  from {
    -webkit-transform: translate3d(78vw, 107vh, 0);
            transform: translate3d(78vw, 107vh, 0);
  }
  to {
    -webkit-transform: translate3d(38vw, -111vh, 0);
            transform: translate3d(38vw, -111vh, 0);
  }
}
@keyframes move-frames-166 {
  from {
    -webkit-transform: translate3d(78vw, 107vh, 0);
            transform: translate3d(78vw, 107vh, 0);
  }
  to {
    -webkit-transform: translate3d(38vw, -111vh, 0);
            transform: translate3d(38vw, -111vh, 0);
  }
}
.circle-container:nth-child(166) .circle {
  -webkit-animation-delay: 1118ms;
          animation-delay: 1118ms;
}
.circle-container:nth-child(167) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-167;
          animation-name: move-frames-167;
  -webkit-animation-duration: 9033ms;
          animation-duration: 9033ms;
  -webkit-animation-delay: 1903ms;
          animation-delay: 1903ms;
}
@-webkit-keyframes move-frames-167 {
  from {
    -webkit-transform: translate3d(93vw, 108vh, 0);
            transform: translate3d(93vw, 108vh, 0);
  }
  to {
    -webkit-transform: translate3d(33vw, -127vh, 0);
            transform: translate3d(33vw, -127vh, 0);
  }
}
@keyframes move-frames-167 {
  from {
    -webkit-transform: translate3d(93vw, 108vh, 0);
            transform: translate3d(93vw, 108vh, 0);
  }
  to {
    -webkit-transform: translate3d(33vw, -127vh, 0);
            transform: translate3d(33vw, -127vh, 0);
  }
}
.circle-container:nth-child(167) .circle {
  -webkit-animation-delay: 3229ms;
          animation-delay: 3229ms;
}
.circle-container:nth-child(168) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-168;
          animation-name: move-frames-168;
  -webkit-animation-duration: 8360ms;
          animation-duration: 8360ms;
  -webkit-animation-delay: 8244ms;
          animation-delay: 8244ms;
}
@-webkit-keyframes move-frames-168 {
  from {
    -webkit-transform: translate3d(7vw, 105vh, 0);
            transform: translate3d(7vw, 105vh, 0);
  }
  to {
    -webkit-transform: translate3d(79vw, -108vh, 0);
            transform: translate3d(79vw, -108vh, 0);
  }
}
@keyframes move-frames-168 {
  from {
    -webkit-transform: translate3d(7vw, 105vh, 0);
            transform: translate3d(7vw, 105vh, 0);
  }
  to {
    -webkit-transform: translate3d(79vw, -108vh, 0);
            transform: translate3d(79vw, -108vh, 0);
  }
}
.circle-container:nth-child(168) .circle {
  -webkit-animation-delay: 1552ms;
          animation-delay: 1552ms;
}
.circle-container:nth-child(169) {
  width: 10px;
  height: 10px;
  -webkit-animation-name: move-frames-169;
          animation-name: move-frames-169;
  -webkit-animation-duration: 8642ms;
          animation-duration: 8642ms;
  -webkit-animation-delay: 3989ms;
          animation-delay: 3989ms;
}
@-webkit-keyframes move-frames-169 {
  from {
    -webkit-transform: translate3d(33vw, 104vh, 0);
            transform: translate3d(33vw, 104vh, 0);
  }
  to {
    -webkit-transform: translate3d(6vw, -122vh, 0);
            transform: translate3d(6vw, -122vh, 0);
  }
}
@keyframes move-frames-169 {
  from {
    -webkit-transform: translate3d(33vw, 104vh, 0);
            transform: translate3d(33vw, 104vh, 0);
  }
  to {
    -webkit-transform: translate3d(6vw, -122vh, 0);
            transform: translate3d(6vw, -122vh, 0);
  }
}
.circle-container:nth-child(169) .circle {
  -webkit-animation-delay: 1116ms;
          animation-delay: 1116ms;
}
.circle-container:nth-child(170) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-170;
          animation-name: move-frames-170;
  -webkit-animation-duration: 9107ms;
          animation-duration: 9107ms;
  -webkit-animation-delay: 655ms;
          animation-delay: 655ms;
}
@-webkit-keyframes move-frames-170 {
  from {
    -webkit-transform: translate3d(85vw, 104vh, 0);
            transform: translate3d(85vw, 104vh, 0);
  }
  to {
    -webkit-transform: translate3d(6vw, -112vh, 0);
            transform: translate3d(6vw, -112vh, 0);
  }
}
@keyframes move-frames-170 {
  from {
    -webkit-transform: translate3d(85vw, 104vh, 0);
            transform: translate3d(85vw, 104vh, 0);
  }
  to {
    -webkit-transform: translate3d(6vw, -112vh, 0);
            transform: translate3d(6vw, -112vh, 0);
  }
}
.circle-container:nth-child(170) .circle {
  -webkit-animation-delay: 2983ms;
          animation-delay: 2983ms;
}
.circle-container:nth-child(171) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-171;
          animation-name: move-frames-171;
  -webkit-animation-duration: 10755ms;
          animation-duration: 10755ms;
  -webkit-animation-delay: 10396ms;
          animation-delay: 10396ms;
}
@-webkit-keyframes move-frames-171 {
  from {
    -webkit-transform: translate3d(83vw, 108vh, 0);
            transform: translate3d(83vw, 108vh, 0);
  }
  to {
    -webkit-transform: translate3d(64vw, -116vh, 0);
            transform: translate3d(64vw, -116vh, 0);
  }
}
@keyframes move-frames-171 {
  from {
    -webkit-transform: translate3d(83vw, 108vh, 0);
            transform: translate3d(83vw, 108vh, 0);
  }
  to {
    -webkit-transform: translate3d(64vw, -116vh, 0);
            transform: translate3d(64vw, -116vh, 0);
  }
}
.circle-container:nth-child(171) .circle {
  -webkit-animation-delay: 146ms;
          animation-delay: 146ms;
}
.circle-container:nth-child(172) {
  width: 10px;
  height: 10px;
  -webkit-animation-name: move-frames-172;
          animation-name: move-frames-172;
  -webkit-animation-duration: 9275ms;
          animation-duration: 9275ms;
  -webkit-animation-delay: 7768ms;
          animation-delay: 7768ms;
}
@-webkit-keyframes move-frames-172 {
  from {
    -webkit-transform: translate3d(75vw, 104vh, 0);
            transform: translate3d(75vw, 104vh, 0);
  }
  to {
    -webkit-transform: translate3d(14vw, -120vh, 0);
            transform: translate3d(14vw, -120vh, 0);
  }
}
@keyframes move-frames-172 {
  from {
    -webkit-transform: translate3d(75vw, 104vh, 0);
            transform: translate3d(75vw, 104vh, 0);
  }
  to {
    -webkit-transform: translate3d(14vw, -120vh, 0);
            transform: translate3d(14vw, -120vh, 0);
  }
}
.circle-container:nth-child(172) .circle {
  -webkit-animation-delay: 2976ms;
          animation-delay: 2976ms;
}
.circle-container:nth-child(173) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-173;
          animation-name: move-frames-173;
  -webkit-animation-duration: 8634ms;
          animation-duration: 8634ms;
  -webkit-animation-delay: 2179ms;
          animation-delay: 2179ms;
}
@-webkit-keyframes move-frames-173 {
  from {
    -webkit-transform: translate3d(78vw, 106vh, 0);
            transform: translate3d(78vw, 106vh, 0);
  }
  to {
    -webkit-transform: translate3d(44vw, -126vh, 0);
            transform: translate3d(44vw, -126vh, 0);
  }
}
@keyframes move-frames-173 {
  from {
    -webkit-transform: translate3d(78vw, 106vh, 0);
            transform: translate3d(78vw, 106vh, 0);
  }
  to {
    -webkit-transform: translate3d(44vw, -126vh, 0);
            transform: translate3d(44vw, -126vh, 0);
  }
}
.circle-container:nth-child(173) .circle {
  -webkit-animation-delay: 1807ms;
          animation-delay: 1807ms;
}
.circle-container:nth-child(174) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-174;
          animation-name: move-frames-174;
  -webkit-animation-duration: 7890ms;
          animation-duration: 7890ms;
  -webkit-animation-delay: 924ms;
          animation-delay: 924ms;
}
@-webkit-keyframes move-frames-174 {
  from {
    -webkit-transform: translate3d(32vw, 101vh, 0);
            transform: translate3d(32vw, 101vh, 0);
  }
  to {
    -webkit-transform: translate3d(65vw, -126vh, 0);
            transform: translate3d(65vw, -126vh, 0);
  }
}
@keyframes move-frames-174 {
  from {
    -webkit-transform: translate3d(32vw, 101vh, 0);
            transform: translate3d(32vw, 101vh, 0);
  }
  to {
    -webkit-transform: translate3d(65vw, -126vh, 0);
            transform: translate3d(65vw, -126vh, 0);
  }
}
.circle-container:nth-child(174) .circle {
  -webkit-animation-delay: 2869ms;
          animation-delay: 2869ms;
}
.circle-container:nth-child(175) {
  width: 9px;
  height: 9px;
  -webkit-animation-name: move-frames-175;
          animation-name: move-frames-175;
  -webkit-animation-duration: 8573ms;
          animation-duration: 8573ms;
  -webkit-animation-delay: 829ms;
          animation-delay: 829ms;
}
@-webkit-keyframes move-frames-175 {
  from {
    -webkit-transform: translate3d(7vw, 110vh, 0);
            transform: translate3d(7vw, 110vh, 0);
  }
  to {
    -webkit-transform: translate3d(86vw, -118vh, 0);
            transform: translate3d(86vw, -118vh, 0);
  }
}
@keyframes move-frames-175 {
  from {
    -webkit-transform: translate3d(7vw, 110vh, 0);
            transform: translate3d(7vw, 110vh, 0);
  }
  to {
    -webkit-transform: translate3d(86vw, -118vh, 0);
            transform: translate3d(86vw, -118vh, 0);
  }
}
.circle-container:nth-child(175) .circle {
  -webkit-animation-delay: 1685ms;
          animation-delay: 1685ms;
}
.circle-container:nth-child(176) {
  width: 10px;
  height: 10px;
  -webkit-animation-name: move-frames-176;
          animation-name: move-frames-176;
  -webkit-animation-duration: 9613ms;
          animation-duration: 9613ms;
  -webkit-animation-delay: 1689ms;
          animation-delay: 1689ms;
}
@-webkit-keyframes move-frames-176 {
  from {
    -webkit-transform: translate3d(85vw, 101vh, 0);
            transform: translate3d(85vw, 101vh, 0);
  }
  to {
    -webkit-transform: translate3d(27vw, -127vh, 0);
            transform: translate3d(27vw, -127vh, 0);
  }
}
@keyframes move-frames-176 {
  from {
    -webkit-transform: translate3d(85vw, 101vh, 0);
            transform: translate3d(85vw, 101vh, 0);
  }
  to {
    -webkit-transform: translate3d(27vw, -127vh, 0);
            transform: translate3d(27vw, -127vh, 0);
  }
}
.circle-container:nth-child(176) .circle {
  -webkit-animation-delay: 3298ms;
          animation-delay: 3298ms;
}
.circle-container:nth-child(177) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-177;
          animation-name: move-frames-177;
  -webkit-animation-duration: 8876ms;
          animation-duration: 8876ms;
  -webkit-animation-delay: 3252ms;
          animation-delay: 3252ms;
}
@-webkit-keyframes move-frames-177 {
  from {
    -webkit-transform: translate3d(16vw, 106vh, 0);
            transform: translate3d(16vw, 106vh, 0);
  }
  to {
    -webkit-transform: translate3d(8vw, -117vh, 0);
            transform: translate3d(8vw, -117vh, 0);
  }
}
@keyframes move-frames-177 {
  from {
    -webkit-transform: translate3d(16vw, 106vh, 0);
            transform: translate3d(16vw, 106vh, 0);
  }
  to {
    -webkit-transform: translate3d(8vw, -117vh, 0);
            transform: translate3d(8vw, -117vh, 0);
  }
}
.circle-container:nth-child(177) .circle {
  -webkit-animation-delay: 3262ms;
          animation-delay: 3262ms;
}
.circle-container:nth-child(178) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-178;
          animation-name: move-frames-178;
  -webkit-animation-duration: 7741ms;
          animation-duration: 7741ms;
  -webkit-animation-delay: 1829ms;
          animation-delay: 1829ms;
}
@-webkit-keyframes move-frames-178 {
  from {
    -webkit-transform: translate3d(8vw, 102vh, 0);
            transform: translate3d(8vw, 102vh, 0);
  }
  to {
    -webkit-transform: translate3d(91vw, -123vh, 0);
            transform: translate3d(91vw, -123vh, 0);
  }
}
@keyframes move-frames-178 {
  from {
    -webkit-transform: translate3d(8vw, 102vh, 0);
            transform: translate3d(8vw, 102vh, 0);
  }
  to {
    -webkit-transform: translate3d(91vw, -123vh, 0);
            transform: translate3d(91vw, -123vh, 0);
  }
}
.circle-container:nth-child(178) .circle {
  -webkit-animation-delay: 628ms;
          animation-delay: 628ms;
}
.circle-container:nth-child(179) {
  width: 10px;
  height: 10px;
  -webkit-animation-name: move-frames-179;
          animation-name: move-frames-179;
  -webkit-animation-duration: 10722ms;
          animation-duration: 10722ms;
  -webkit-animation-delay: 4451ms;
          animation-delay: 4451ms;
}
@-webkit-keyframes move-frames-179 {
  from {
    -webkit-transform: translate3d(44vw, 101vh, 0);
            transform: translate3d(44vw, 101vh, 0);
  }
  to {
    -webkit-transform: translate3d(71vw, -117vh, 0);
            transform: translate3d(71vw, -117vh, 0);
  }
}
@keyframes move-frames-179 {
  from {
    -webkit-transform: translate3d(44vw, 101vh, 0);
            transform: translate3d(44vw, 101vh, 0);
  }
  to {
    -webkit-transform: translate3d(71vw, -117vh, 0);
            transform: translate3d(71vw, -117vh, 0);
  }
}
.circle-container:nth-child(179) .circle {
  -webkit-animation-delay: 2717ms;
          animation-delay: 2717ms;
}
.circle-container:nth-child(180) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-180;
          animation-name: move-frames-180;
  -webkit-animation-duration: 8662ms;
          animation-duration: 8662ms;
  -webkit-animation-delay: 10529ms;
          animation-delay: 10529ms;
}
@-webkit-keyframes move-frames-180 {
  from {
    -webkit-transform: translate3d(35vw, 105vh, 0);
            transform: translate3d(35vw, 105vh, 0);
  }
  to {
    -webkit-transform: translate3d(64vw, -107vh, 0);
            transform: translate3d(64vw, -107vh, 0);
  }
}
@keyframes move-frames-180 {
  from {
    -webkit-transform: translate3d(35vw, 105vh, 0);
            transform: translate3d(35vw, 105vh, 0);
  }
  to {
    -webkit-transform: translate3d(64vw, -107vh, 0);
            transform: translate3d(64vw, -107vh, 0);
  }
}
.circle-container:nth-child(180) .circle {
  -webkit-animation-delay: 2530ms;
          animation-delay: 2530ms;
}
.circle-container:nth-child(181) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-181;
          animation-name: move-frames-181;
  -webkit-animation-duration: 8549ms;
          animation-duration: 8549ms;
  -webkit-animation-delay: 6293ms;
          animation-delay: 6293ms;
}
@-webkit-keyframes move-frames-181 {
  from {
    -webkit-transform: translate3d(59vw, 105vh, 0);
            transform: translate3d(59vw, 105vh, 0);
  }
  to {
    -webkit-transform: translate3d(5vw, -113vh, 0);
            transform: translate3d(5vw, -113vh, 0);
  }
}
@keyframes move-frames-181 {
  from {
    -webkit-transform: translate3d(59vw, 105vh, 0);
            transform: translate3d(59vw, 105vh, 0);
  }
  to {
    -webkit-transform: translate3d(5vw, -113vh, 0);
            transform: translate3d(5vw, -113vh, 0);
  }
}
.circle-container:nth-child(181) .circle {
  -webkit-animation-delay: 3933ms;
          animation-delay: 3933ms;
}
.circle-container:nth-child(182) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-182;
          animation-name: move-frames-182;
  -webkit-animation-duration: 7961ms;
          animation-duration: 7961ms;
  -webkit-animation-delay: 3713ms;
          animation-delay: 3713ms;
}
@-webkit-keyframes move-frames-182 {
  from {
    -webkit-transform: translate3d(36vw, 109vh, 0);
            transform: translate3d(36vw, 109vh, 0);
  }
  to {
    -webkit-transform: translate3d(31vw, -129vh, 0);
            transform: translate3d(31vw, -129vh, 0);
  }
}
@keyframes move-frames-182 {
  from {
    -webkit-transform: translate3d(36vw, 109vh, 0);
            transform: translate3d(36vw, 109vh, 0);
  }
  to {
    -webkit-transform: translate3d(31vw, -129vh, 0);
            transform: translate3d(31vw, -129vh, 0);
  }
}
.circle-container:nth-child(182) .circle {
  -webkit-animation-delay: 3838ms;
          animation-delay: 3838ms;
}
.circle-container:nth-child(183) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-183;
          animation-name: move-frames-183;
  -webkit-animation-duration: 10258ms;
          animation-duration: 10258ms;
  -webkit-animation-delay: 1392ms;
          animation-delay: 1392ms;
}
@-webkit-keyframes move-frames-183 {
  from {
    -webkit-transform: translate3d(94vw, 104vh, 0);
            transform: translate3d(94vw, 104vh, 0);
  }
  to {
    -webkit-transform: translate3d(99vw, -131vh, 0);
            transform: translate3d(99vw, -131vh, 0);
  }
}
@keyframes move-frames-183 {
  from {
    -webkit-transform: translate3d(94vw, 104vh, 0);
            transform: translate3d(94vw, 104vh, 0);
  }
  to {
    -webkit-transform: translate3d(99vw, -131vh, 0);
            transform: translate3d(99vw, -131vh, 0);
  }
}
.circle-container:nth-child(183) .circle {
  -webkit-animation-delay: 2550ms;
          animation-delay: 2550ms;
}
.circle-container:nth-child(184) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-184;
          animation-name: move-frames-184;
  -webkit-animation-duration: 10981ms;
          animation-duration: 10981ms;
  -webkit-animation-delay: 4258ms;
          animation-delay: 4258ms;
}
@-webkit-keyframes move-frames-184 {
  from {
    -webkit-transform: translate3d(43vw, 109vh, 0);
            transform: translate3d(43vw, 109vh, 0);
  }
  to {
    -webkit-transform: translate3d(23vw, -116vh, 0);
            transform: translate3d(23vw, -116vh, 0);
  }
}
@keyframes move-frames-184 {
  from {
    -webkit-transform: translate3d(43vw, 109vh, 0);
            transform: translate3d(43vw, 109vh, 0);
  }
  to {
    -webkit-transform: translate3d(23vw, -116vh, 0);
            transform: translate3d(23vw, -116vh, 0);
  }
}
.circle-container:nth-child(184) .circle {
  -webkit-animation-delay: 1084ms;
          animation-delay: 1084ms;
}
.circle-container:nth-child(185) {
  width: 10px;
  height: 10px;
  -webkit-animation-name: move-frames-185;
          animation-name: move-frames-185;
  -webkit-animation-duration: 8555ms;
          animation-duration: 8555ms;
  -webkit-animation-delay: 4329ms;
          animation-delay: 4329ms;
}
@-webkit-keyframes move-frames-185 {
  from {
    -webkit-transform: translate3d(90vw, 110vh, 0);
            transform: translate3d(90vw, 110vh, 0);
  }
  to {
    -webkit-transform: translate3d(43vw, -131vh, 0);
            transform: translate3d(43vw, -131vh, 0);
  }
}
@keyframes move-frames-185 {
  from {
    -webkit-transform: translate3d(90vw, 110vh, 0);
            transform: translate3d(90vw, 110vh, 0);
  }
  to {
    -webkit-transform: translate3d(43vw, -131vh, 0);
            transform: translate3d(43vw, -131vh, 0);
  }
}
.circle-container:nth-child(185) .circle {
  -webkit-animation-delay: 901ms;
          animation-delay: 901ms;
}
.circle-container:nth-child(186) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-186;
          animation-name: move-frames-186;
  -webkit-animation-duration: 7768ms;
          animation-duration: 7768ms;
  -webkit-animation-delay: 2323ms;
          animation-delay: 2323ms;
}
@-webkit-keyframes move-frames-186 {
  from {
    -webkit-transform: translate3d(1vw, 102vh, 0);
            transform: translate3d(1vw, 102vh, 0);
  }
  to {
    -webkit-transform: translate3d(67vw, -130vh, 0);
            transform: translate3d(67vw, -130vh, 0);
  }
}
@keyframes move-frames-186 {
  from {
    -webkit-transform: translate3d(1vw, 102vh, 0);
            transform: translate3d(1vw, 102vh, 0);
  }
  to {
    -webkit-transform: translate3d(67vw, -130vh, 0);
            transform: translate3d(67vw, -130vh, 0);
  }
}
.circle-container:nth-child(186) .circle {
  -webkit-animation-delay: 3982ms;
          animation-delay: 3982ms;
}
.circle-container:nth-child(187) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-187;
          animation-name: move-frames-187;
  -webkit-animation-duration: 9542ms;
          animation-duration: 9542ms;
  -webkit-animation-delay: 6076ms;
          animation-delay: 6076ms;
}
@-webkit-keyframes move-frames-187 {
  from {
    -webkit-transform: translate3d(56vw, 104vh, 0);
            transform: translate3d(56vw, 104vh, 0);
  }
  to {
    -webkit-transform: translate3d(1vw, -127vh, 0);
            transform: translate3d(1vw, -127vh, 0);
  }
}
@keyframes move-frames-187 {
  from {
    -webkit-transform: translate3d(56vw, 104vh, 0);
            transform: translate3d(56vw, 104vh, 0);
  }
  to {
    -webkit-transform: translate3d(1vw, -127vh, 0);
            transform: translate3d(1vw, -127vh, 0);
  }
}
.circle-container:nth-child(187) .circle {
  -webkit-animation-delay: 1928ms;
          animation-delay: 1928ms;
}
.circle-container:nth-child(188) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-188;
          animation-name: move-frames-188;
  -webkit-animation-duration: 7878ms;
          animation-duration: 7878ms;
  -webkit-animation-delay: 2740ms;
          animation-delay: 2740ms;
}
@-webkit-keyframes move-frames-188 {
  from {
    -webkit-transform: translate3d(19vw, 104vh, 0);
            transform: translate3d(19vw, 104vh, 0);
  }
  to {
    -webkit-transform: translate3d(26vw, -127vh, 0);
            transform: translate3d(26vw, -127vh, 0);
  }
}
@keyframes move-frames-188 {
  from {
    -webkit-transform: translate3d(19vw, 104vh, 0);
            transform: translate3d(19vw, 104vh, 0);
  }
  to {
    -webkit-transform: translate3d(26vw, -127vh, 0);
            transform: translate3d(26vw, -127vh, 0);
  }
}
.circle-container:nth-child(188) .circle {
  -webkit-animation-delay: 2532ms;
          animation-delay: 2532ms;
}
.circle-container:nth-child(189) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-189;
          animation-name: move-frames-189;
  -webkit-animation-duration: 8011ms;
          animation-duration: 8011ms;
  -webkit-animation-delay: 4310ms;
          animation-delay: 4310ms;
}
@-webkit-keyframes move-frames-189 {
  from {
    -webkit-transform: translate3d(55vw, 108vh, 0);
            transform: translate3d(55vw, 108vh, 0);
  }
  to {
    -webkit-transform: translate3d(96vw, -130vh, 0);
            transform: translate3d(96vw, -130vh, 0);
  }
}
@keyframes move-frames-189 {
  from {
    -webkit-transform: translate3d(55vw, 108vh, 0);
            transform: translate3d(55vw, 108vh, 0);
  }
  to {
    -webkit-transform: translate3d(96vw, -130vh, 0);
            transform: translate3d(96vw, -130vh, 0);
  }
}
.circle-container:nth-child(189) .circle {
  -webkit-animation-delay: 2308ms;
          animation-delay: 2308ms;
}
.circle-container:nth-child(190) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-190;
          animation-name: move-frames-190;
  -webkit-animation-duration: 9477ms;
          animation-duration: 9477ms;
  -webkit-animation-delay: 9959ms;
          animation-delay: 9959ms;
}
@-webkit-keyframes move-frames-190 {
  from {
    -webkit-transform: translate3d(62vw, 104vh, 0);
            transform: translate3d(62vw, 104vh, 0);
  }
  to {
    -webkit-transform: translate3d(48vw, -124vh, 0);
            transform: translate3d(48vw, -124vh, 0);
  }
}
@keyframes move-frames-190 {
  from {
    -webkit-transform: translate3d(62vw, 104vh, 0);
            transform: translate3d(62vw, 104vh, 0);
  }
  to {
    -webkit-transform: translate3d(48vw, -124vh, 0);
            transform: translate3d(48vw, -124vh, 0);
  }
}
.circle-container:nth-child(190) .circle {
  -webkit-animation-delay: 924ms;
          animation-delay: 924ms;
}
.circle-container:nth-child(191) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-191;
          animation-name: move-frames-191;
  -webkit-animation-duration: 10558ms;
          animation-duration: 10558ms;
  -webkit-animation-delay: 7673ms;
          animation-delay: 7673ms;
}
@-webkit-keyframes move-frames-191 {
  from {
    -webkit-transform: translate3d(40vw, 103vh, 0);
            transform: translate3d(40vw, 103vh, 0);
  }
  to {
    -webkit-transform: translate3d(20vw, -115vh, 0);
            transform: translate3d(20vw, -115vh, 0);
  }
}
@keyframes move-frames-191 {
  from {
    -webkit-transform: translate3d(40vw, 103vh, 0);
            transform: translate3d(40vw, 103vh, 0);
  }
  to {
    -webkit-transform: translate3d(20vw, -115vh, 0);
            transform: translate3d(20vw, -115vh, 0);
  }
}
.circle-container:nth-child(191) .circle {
  -webkit-animation-delay: 1128ms;
          animation-delay: 1128ms;
}
.circle-container:nth-child(192) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-192;
          animation-name: move-frames-192;
  -webkit-animation-duration: 8417ms;
          animation-duration: 8417ms;
  -webkit-animation-delay: 5306ms;
          animation-delay: 5306ms;
}
@-webkit-keyframes move-frames-192 {
  from {
    -webkit-transform: translate3d(81vw, 107vh, 0);
            transform: translate3d(81vw, 107vh, 0);
  }
  to {
    -webkit-transform: translate3d(37vw, -135vh, 0);
            transform: translate3d(37vw, -135vh, 0);
  }
}
@keyframes move-frames-192 {
  from {
    -webkit-transform: translate3d(81vw, 107vh, 0);
            transform: translate3d(81vw, 107vh, 0);
  }
  to {
    -webkit-transform: translate3d(37vw, -135vh, 0);
            transform: translate3d(37vw, -135vh, 0);
  }
}
.circle-container:nth-child(192) .circle {
  -webkit-animation-delay: 1992ms;
          animation-delay: 1992ms;
}
.circle-container:nth-child(193) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-193;
          animation-name: move-frames-193;
  -webkit-animation-duration: 7324ms;
          animation-duration: 7324ms;
  -webkit-animation-delay: 10694ms;
          animation-delay: 10694ms;
}
@-webkit-keyframes move-frames-193 {
  from {
    -webkit-transform: translate3d(49vw, 108vh, 0);
            transform: translate3d(49vw, 108vh, 0);
  }
  to {
    -webkit-transform: translate3d(45vw, -127vh, 0);
            transform: translate3d(45vw, -127vh, 0);
  }
}
@keyframes move-frames-193 {
  from {
    -webkit-transform: translate3d(49vw, 108vh, 0);
            transform: translate3d(49vw, 108vh, 0);
  }
  to {
    -webkit-transform: translate3d(45vw, -127vh, 0);
            transform: translate3d(45vw, -127vh, 0);
  }
}
.circle-container:nth-child(193) .circle {
  -webkit-animation-delay: 2593ms;
          animation-delay: 2593ms;
}
.circle-container:nth-child(194) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-194;
          animation-name: move-frames-194;
  -webkit-animation-duration: 9691ms;
          animation-duration: 9691ms;
  -webkit-animation-delay: 3282ms;
          animation-delay: 3282ms;
}
@-webkit-keyframes move-frames-194 {
  from {
    -webkit-transform: translate3d(7vw, 104vh, 0);
            transform: translate3d(7vw, 104vh, 0);
  }
  to {
    -webkit-transform: translate3d(84vw, -117vh, 0);
            transform: translate3d(84vw, -117vh, 0);
  }
}
@keyframes move-frames-194 {
  from {
    -webkit-transform: translate3d(7vw, 104vh, 0);
            transform: translate3d(7vw, 104vh, 0);
  }
  to {
    -webkit-transform: translate3d(84vw, -117vh, 0);
            transform: translate3d(84vw, -117vh, 0);
  }
}
.circle-container:nth-child(194) .circle {
  -webkit-animation-delay: 3266ms;
          animation-delay: 3266ms;
}
.circle-container:nth-child(195) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-195;
          animation-name: move-frames-195;
  -webkit-animation-duration: 7167ms;
          animation-duration: 7167ms;
  -webkit-animation-delay: 5525ms;
          animation-delay: 5525ms;
}
@-webkit-keyframes move-frames-195 {
  from {
    -webkit-transform: translate3d(92vw, 108vh, 0);
            transform: translate3d(92vw, 108vh, 0);
  }
  to {
    -webkit-transform: translate3d(56vw, -121vh, 0);
            transform: translate3d(56vw, -121vh, 0);
  }
}
@keyframes move-frames-195 {
  from {
    -webkit-transform: translate3d(92vw, 108vh, 0);
            transform: translate3d(92vw, 108vh, 0);
  }
  to {
    -webkit-transform: translate3d(56vw, -121vh, 0);
            transform: translate3d(56vw, -121vh, 0);
  }
}
.circle-container:nth-child(195) .circle {
  -webkit-animation-delay: 3998ms;
          animation-delay: 3998ms;
}
.circle-container:nth-child(196) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-196;
          animation-name: move-frames-196;
  -webkit-animation-duration: 10998ms;
          animation-duration: 10998ms;
  -webkit-animation-delay: 7318ms;
          animation-delay: 7318ms;
}
@-webkit-keyframes move-frames-196 {
  from {
    -webkit-transform: translate3d(25vw, 102vh, 0);
            transform: translate3d(25vw, 102vh, 0);
  }
  to {
    -webkit-transform: translate3d(81vw, -108vh, 0);
            transform: translate3d(81vw, -108vh, 0);
  }
}
@keyframes move-frames-196 {
  from {
    -webkit-transform: translate3d(25vw, 102vh, 0);
            transform: translate3d(25vw, 102vh, 0);
  }
  to {
    -webkit-transform: translate3d(81vw, -108vh, 0);
            transform: translate3d(81vw, -108vh, 0);
  }
}
.circle-container:nth-child(196) .circle {
  -webkit-animation-delay: 689ms;
          animation-delay: 689ms;
}
.circle-container:nth-child(197) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-197;
          animation-name: move-frames-197;
  -webkit-animation-duration: 9896ms;
          animation-duration: 9896ms;
  -webkit-animation-delay: 4624ms;
          animation-delay: 4624ms;
}
@-webkit-keyframes move-frames-197 {
  from {
    -webkit-transform: translate3d(23vw, 107vh, 0);
            transform: translate3d(23vw, 107vh, 0);
  }
  to {
    -webkit-transform: translate3d(94vw, -118vh, 0);
            transform: translate3d(94vw, -118vh, 0);
  }
}
@keyframes move-frames-197 {
  from {
    -webkit-transform: translate3d(23vw, 107vh, 0);
            transform: translate3d(23vw, 107vh, 0);
  }
  to {
    -webkit-transform: translate3d(94vw, -118vh, 0);
            transform: translate3d(94vw, -118vh, 0);
  }
}
.circle-container:nth-child(197) .circle {
  -webkit-animation-delay: 2005ms;
          animation-delay: 2005ms;
}
.circle-container:nth-child(198) {
  width: 9px;
  height: 9px;
  -webkit-animation-name: move-frames-198;
          animation-name: move-frames-198;
  -webkit-animation-duration: 8483ms;
          animation-duration: 8483ms;
  -webkit-animation-delay: 859ms;
          animation-delay: 859ms;
}
@-webkit-keyframes move-frames-198 {
  from {
    -webkit-transform: translate3d(34vw, 107vh, 0);
            transform: translate3d(34vw, 107vh, 0);
  }
  to {
    -webkit-transform: translate3d(78vw, -128vh, 0);
            transform: translate3d(78vw, -128vh, 0);
  }
}
@keyframes move-frames-198 {
  from {
    -webkit-transform: translate3d(34vw, 107vh, 0);
            transform: translate3d(34vw, 107vh, 0);
  }
  to {
    -webkit-transform: translate3d(78vw, -128vh, 0);
            transform: translate3d(78vw, -128vh, 0);
  }
}
.circle-container:nth-child(198) .circle {
  -webkit-animation-delay: 3332ms;
          animation-delay: 3332ms;
}
.circle-container:nth-child(199) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-199;
          animation-name: move-frames-199;
  -webkit-animation-duration: 7072ms;
          animation-duration: 7072ms;
  -webkit-animation-delay: 10235ms;
          animation-delay: 10235ms;
}
@-webkit-keyframes move-frames-199 {
  from {
    -webkit-transform: translate3d(79vw, 106vh, 0);
            transform: translate3d(79vw, 106vh, 0);
  }
  to {
    -webkit-transform: translate3d(9vw, -117vh, 0);
            transform: translate3d(9vw, -117vh, 0);
  }
}
@keyframes move-frames-199 {
  from {
    -webkit-transform: translate3d(79vw, 106vh, 0);
            transform: translate3d(79vw, 106vh, 0);
  }
  to {
    -webkit-transform: translate3d(9vw, -117vh, 0);
            transform: translate3d(9vw, -117vh, 0);
  }
}
.circle-container:nth-child(199) .circle {
  -webkit-animation-delay: 2626ms;
          animation-delay: 2626ms;
}
.circle-container:nth-child(200) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-200;
          animation-name: move-frames-200;
  -webkit-animation-duration: 10965ms;
          animation-duration: 10965ms;
  -webkit-animation-delay: 6645ms;
          animation-delay: 6645ms;
}
@-webkit-keyframes move-frames-200 {
  from {
    -webkit-transform: translate3d(53vw, 109vh, 0);
            transform: translate3d(53vw, 109vh, 0);
  }
  to {
    -webkit-transform: translate3d(24vw, -115vh, 0);
            transform: translate3d(24vw, -115vh, 0);
  }
}
@keyframes move-frames-200 {
  from {
    -webkit-transform: translate3d(53vw, 109vh, 0);
            transform: translate3d(53vw, 109vh, 0);
  }
  to {
    -webkit-transform: translate3d(24vw, -115vh, 0);
            transform: translate3d(24vw, -115vh, 0);
  }
}
.circle-container:nth-child(200) .circle {
  -webkit-animation-delay: 2269ms;
          animation-delay: 2269ms;
}

/*动画*/
/*动画*/
/* 动画 */
@-webkit-keyframes animParticle {
    from {
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
    }
    to {
      -webkit-transform: translateY(-2560px);
      transform: translateY(-2560px);
    }
  }
  @keyframes animParticle {
    from {
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
    }
    to {
      -webkit-transform: translateY(-2560px);
      transform: translateY(-2560px);
    }
  }

.animate-full { position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
.a_item,
.a_item:after { background: transparent;}
.a_item:after { position: absolute; content: ""; top: 2560px;}
.a_item1 {
  -webkit-animation: animParticle 80s linear infinite;
  animation: animParticle 80s linear infinite;
  box-shadow: 0px 0px #fff, 1221px 360px #fff, 728px 2324px #fff, 2212px 539px #fff, 850px 196px #fff, 1332px 1795px #fff, 1293px 736px #fff, 1827px 1193px #fff, 1203px 73px #fff, 172px 1191px #fff, 2290px 2040px #fff, 1774px 922px #fff, 52px 637px #fff, 2423px 1506px #fff, 986px 1363px #fff, 2475px 1229px #fff, 1405px 996px #fff, 2464px 2194px #fff, 642px 634px #fff, 397px 776px #fff, 797px 1365px #fff, 473px 457px #fff, 1358px 221px #fff, 248px 1013px #fff, 1794px 2320px #fff, 2408px 1985px #fff, 955px 208px #fff, 1252px 2396px #fff, 201px 2105px #fff, 2307px 1866px #fff, 835px 256px #fff, 2155px 1878px #fff, 1811px 1992px #fff, 1014px 1257px #fff, 1253px 1522px #fff, 2396px 507px #fff, 287px 473px #fff, 309px 20px #fff, 565px 295px #fff, 1707px 963px #fff, 2332px 2227px #fff, 244px 2386px #fff, 127px 942px #fff, 1538px 2326px #fff, 758px 2554px #fff, 587px 1426px #fff, 78px 1628px #fff, 2056px 1159px #fff, 868px 135px #fff, 2047px 1385px #fff, 1330px 1110px #fff, 1690px 2024px #fff, 1567px 734px #fff, 2326px 802px #fff, 1782px 972px #fff, 1714px 1072px #fff, 110px 1842px #fff, 2188px 1234px #fff, 845px 1947px #fff, 875px 697px #fff, 459px 116px #fff, 1680px 2362px #fff, 2038px 383px #fff, 1455px 647px #fff, 1062px 301px #fff, 2013px 396px #fff, 2530px 1206px #fff, 1490px 2044px #fff, 665px 1111px #fff, 786px 2356px #fff, 283px 1809px #fff, 1006px 1300px #fff, 2286px 85px #fff, 1684px 996px #fff, 1802px 1438px #fff, 946px 833px #fff, 1224px 358px #fff, 2120px 470px #fff, 2441px 1156px #fff, 1963px 41px #fff, 713px 431px #fff, 1541px 662px #fff, 540px 134px #fff, 2269px 197px #fff, 862px 250px #fff, 1068px 146px #fff, 841px 996px #fff, 2488px 1560px #fff, 340px 1111px #fff, 1741px 1880px #fff, 1469px 1179px #fff, 129px 1479px #fff, 1738px 1845px #fff, 2140px 771px #fff, 274px 1896px #fff, 1868px 2009px #fff, 1202px 1364px #fff, 1103px 2544px #fff, 1229px 2194px #fff, 377px 2341px #fff, 1938px 767px #fff, 1825px 630px #fff, 566px 753px #fff, 702px 2485px #fff, 64px 1595px #fff, 742px 1868px #fff, 1361px 1467px #fff, 787px 1154px #fff, 1739px 2533px #fff, 2439px 2281px #fff, 1867px 983px #fff, 1885px 569px #fff, 452px 917px #fff, 169px 331px #fff, 1588px 2324px #fff, 1609px 907px #fff, 1636px 2494px #fff, 2384px 1635px #fff, 952px 2386px #fff, 1935px 1816px #fff, 579px 1049px #fff, 2404px 1995px #fff, 399px 2205px #fff, 426px 1385px #fff, 1608px 663px #fff, 2342px 2480px #fff, 1134px 83px #fff, 1238px 895px #fff, 1783px 1271px #fff, 2427px 217px #fff, 842px 1849px #fff, 1087px 627px #fff, 1074px 2537px #fff, 1592px 2037px #fff, 1667px 1442px #fff, 1363px 1101px #fff, 2267px 1133px #fff, 2546px 2141px #fff, 149px 822px #fff, 965px 1098px #fff, 1020px 1483px #fff, 785px 493px #fff, 263px 2065px #fff, 1664px 1833px #fff, 1489px 1260px #fff, 1260px 232px #fff, 904px 2248px #fff, 1269px 1284px #fff, 1322px 2491px #fff, 2556px 734px #fff, 605px 854px #fff, 909px 2420px #fff, 1950px 423px #fff, 1719px 2546px #fff, 499px 1254px #fff, 1180px 1642px #fff, 2208px 1576px #fff, 2380px 617px #fff, 849px 2400px #fff, 1649px 829px #fff, 530px 2433px #fff, 1044px 954px #fff, 2506px 86px #fff, 2373px 1848px #fff, 2154px 276px #fff, 1574px 1539px #fff, 2425px 946px #fff, 343px 2196px #fff, 1901px 506px #fff, 2531px 2367px #fff, 524px 1427px #fff, 807px 2262px #fff, 135px 1717px #fff, 815px 1620px #fff, 1723px 181px #fff, 1303px 341px #fff, 882px 2120px #fff, 1183px 1403px #fff, 1731px 2361px #fff, 501px 1746px #fff, 738px 2438px #fff, 1694px 1156px #fff, 2411px 121px #fff, 1678px 2129px #fff, 2110px 1377px #fff, 2437px 1419px #fff, 1464px 274px #fff, 966px 5px #fff, 1385px 114px #fff, 291px 1330px #fff, 352px 287px #fff, 2014px 700px #fff, 1185px 1792px #fff, 242px 1608px #fff, 2284px 703px #fff, 1511px 2141px #fff, 1367px 1526px #fff, 1109px 828px #fff, 422px 1651px #fff, 745px 2356px #fff, 826px 1335px #fff, 1966px 2100px #fff, 160px 70px #fff, 247px 1222px #fff, 1751px 1974px #fff, 1926px 745px #fff, 1306px 625px #fff, 2144px 96px #fff, 1508px 2348px #fff, 105px 520px #fff, 971px 734px #fff, 1947px 2070px #fff, 1260px 1108px #fff, 1198px 382px #fff, 510px 2438px #fff, 541px 633px #fff, 905px 1061px #fff, 1053px 290px #fff, 906px 57px #fff, 2065px 1996px #fff, 2489px 27px #fff, 1743px 1685px #fff, 24px 677px #fff, 221px 1182px #fff, 1229px 2258px #fff, 597px 2078px #fff, 781px 349px #fff, 1527px 1867px #fff, 2509px 285px #fff, 1663px 1457px #fff, 2003px 1133px #fff, 354px 483px #fff, 9px 1007px #fff, 1470px 540px #fff, 893px 589px #fff, 1166px 2074px #fff, 1432px 1161px #fff, 871px 800px #fff, 1368px 1061px #fff, 2285px 2532px #fff, 734px 2405px #fff, 1362px 746px #fff, 1295px 386px #fff, 1571px 2256px #fff, 293px 2297px #fff, 2077px 1121px #fff, 2415px 2144px #fff, 1657px 2504px #fff, 2006px 288px #fff, 377px 1567px #fff, 915px 972px #fff, 2219px 2367px #fff, 1417px 1798px #fff, 2453px 2258px #fff, 1273px 1551px #fff, 2550px 1727px #fff, 1990px 1074px #fff, 695px 403px #fff, 703px 551px #fff, 960px 1731px #fff, 1367px 633px #fff, 2054px 2042px #fff, 2095px 430px #fff, 487px 2484px #fff, 2025px 2423px #fff, 826px 312px #fff, 641px 1924px #fff, 2335px 581px #fff, 416px 1584px #fff, 1357px 367px #fff, 183px 1990px #fff, 383px 339px #fff, 1455px 1553px #fff, 1185px 1404px #fff, 2328px 2384px #fff, 2255px 1454px #fff, 2243px 1142px #fff, 1464px 533px #fff, 459px 932px #fff, 1622px 377px #fff, 715px 1434px #fff, 911px 2004px #fff, 506px 1759px #fff, 28px 812px #fff, 2230px 983px #fff, 846px 2341px #fff, 1168px 795px #fff, 859px 27px #fff, 1172px 946px #fff, 353px 1016px #fff, 859px 2000px #fff, 2520px 2238px #fff, 409px 1636px #fff, 1648px 2468px #fff, 85px 1438px #fff, 115px 259px #fff, 988px 1869px #fff, 116px 2255px #fff, 1206px 501px #fff, 1089px 1399px #fff, 582px 1139px #fff, 1619px 1203px #fff, 1060px 1564px #fff, 2150px 1262px #fff, 108px 2118px #fff, 1476px 1521px #fff, 2301px 2526px #fff, 2083px 1981px #fff, 54px 2294px #fff, 2080px 689px #fff, 1355px 168px #fff, 1435px 660px #fff, 1733px 607px #fff, 1243px 802px #fff, 2176px 159px #fff, 690px 2114px #fff, 102px 57px #fff, 552px 2044px #fff, 1277px 2045px #fff, 2558px 1198px #fff, 1378px 2084px #fff, 502px 2040px #fff, 2248px 1725px #fff, 1155px 2133px #fff, 611px 1664px #fff, 2423px 2026px #fff, 1621px 2153px #fff, 473px 853px #fff, 347px 904px #fff, 110px 529px #fff, 1990px 1864px #fff, 1589px 1225px #fff, 1602px 1817px #fff, 1850px 2518px #fff, 498px 424px #fff, 1053px 1441px #fff, 2551px 1918px #fff, 197px 1171px #fff, 344px 2423px #fff, 4px 1905px #fff, 2151px 2512px #fff, 90px 1033px #fff, 2139px 525px #fff, 254px 2452px #fff, 1040px 1696px #fff, 1980px 302px #fff, 1470px 537px #fff, 2259px 2453px #fff, 1648px 2427px #fff, 1576px 1785px #fff, 543px 395px #fff, 1920px 1104px #fff, 1510px 335px #fff, 1639px 1057px #fff, 2088px 1302px #fff, 1100px 2077px #fff, 1412px 465px #fff, 160px 1166px #fff, 2253px 2416px #fff, 1384px 1488px #fff, 2103px 248px #fff, 425px 1175px #fff, 2482px 326px #fff, 2073px 252px #fff, 1263px 145px #fff, 1042px 360px #fff, 731px 623px #fff, 43px 2219px #fff, 2129px 1083px #fff, 334px 1888px #fff, 267px 1242px #fff, 1882px 1678px #fff, 76px 405px #fff, 260px 2431px #fff, 296px 398px #fff, 2456px 409px #fff, 2456px 246px #fff, 1044px 1749px #fff, 854px 454px #fff, 1678px 592px #fff, 1117px 1328px #fff, 2348px 1541px #fff, 1604px 2019px #fff, 1601px 859px #fff, 2555px 1175px #fff, 2533px 1415px #fff, 648px 1910px #fff, 350px 2193px #fff, 1661px 1844px #fff, 1157px 1020px #fff, 158px 1015px #fff, 1308px 1932px #fff, 906px 2144px #fff, 917px 2041px #fff, 188px 2162px #fff, 1678px 1741px #fff, 1655px 1991px #fff, 41px 1947px #fff, 631px 2067px #fff, 776px 1616px #fff, 1455px 1742px #fff, 787px 2536px #fff, 1100px 1224px #fff, 1952px 2052px #fff, 1072px 1862px #fff, 160px 97px #fff, 16px 2475px #fff, 286px 2374px #fff, 1389px 2213px #fff, 1062px 1594px #fff, 881px 1544px #fff, 2415px 1687px #fff, 2356px 230px #fff, 1404px 1465px #fff, 1780px 2396px #fff, 1493px 652px #fff, 2131px 1904px #fff, 1425px 2110px #fff, 784px 2367px #fff, 84px 2338px #fff, 1766px 623px #fff, 951px 1095px #fff, 1146px 1646px #fff, 1464px 1483px #fff, 1986px 783px #fff, 776px 1941px #fff, 238px 1554px #fff, 142px 303px #fff, 1976px 1322px #fff, 1388px 2007px #fff, 1399px 712px #fff, 1443px 861px #fff, 100px 1115px #fff, 2420px 183px #fff, 954px 1417px #fff, 2493px 130px #fff, 821px 1762px #fff, 1944px 1526px #fff, 1561px 813px #fff, 647px 1642px #fff, 1892px 39px #fff, 2229px 2224px #fff, 1561px 1029px #fff, 1385px 2322px #fff, 113px 1767px #fff, 1041px 2532px #fff, 2383px 1873px #fff, 1176px 879px #fff, 2110px 2123px #fff, 652px 1356px #fff, 374px 1679px #fff, 756px 2261px #fff, 1274px 1607px #fff, 2303px 1752px #fff, 151px 893px #fff, 2118px 1496px #fff, 1995px 893px #fff, 964px 330px #fff, 2375px 24px #fff, 2262px 88px #fff, 1741px 1586px #fff, 686px 462px #fff, 605px 1989px #fff, 562px 794px #fff, 2351px 1436px #fff, 30px 2091px #fff, 428px 507px #fff, 552px 1139px #fff, 802px 948px #fff, 2447px 117px #fff, 1138px 20px #fff, 1531px 427px #fff, 2482px 1249px #fff, 2271px 1130px #fff, 611px 21px #fff, 397px 2071px #fff, 842px 905px #fff, 271px 1441px #fff, 1331px 1038px #fff, 2508px 1959px #fff, 1295px 1186px #fff, 121px 1649px #fff, 1608px 1699px #fff, 1165px 1462px #fff, 291px 49px #fff, 982px 2143px #fff, 869px 739px #fff, 655px 1302px #fff, 15px 1338px #fff, 1387px 2253px #fff, 391px 194px #fff, 2098px 1329px #fff, 888px 2337px #fff, 82px 890px #fff, 530px 995px #fff, 21px 2106px #fff, 1660px 2213px #fff, 2500px 998px #fff, 2447px 568px #fff, 1775px 541px #fff, 70px 2551px #fff, 2032px 530px #fff, 1849px 955px #fff, 777px 350px #fff, 1898px 2499px #fff, 1329px 1825px #fff, 1899px 1390px #fff, 1874px 661px #fff, 2259px 261px #fff, 445px 1453px #fff, 1311px 601px #fff, 885px 1007px #fff, 1126px 1867px #fff, 914px 2047px #fff, 228px 427px #fff, 2254px 1785px #fff, 739px 67px #fff, 1798px 200px #fff, 1751px 872px #fff, 2312px 1203px #fff, 1713px 1709px #fff, 1106px 1282px #fff, 1830px 1557px #fff, 2110px 96px #fff, 1310px 1200px #fff, 300px 320px #fff, 82px 304px #fff, 952px 1719px #fff, 2336px 1387px #fff, 1196px 810px #fff, 1019px 1004px #fff, 1236px 12px #fff, 1529px 892px #fff, 1770px 1560px #fff, 924px 709px #fff, 1216px 996px #fff, 2065px 777px #fff, 2189px 220px #fff, 1814px 888px #fff, 2524px 1473px #fff, 2274px 810px #fff, 260px 208px #fff, 992px 683px #fff, 772px 796px #fff, 73px 1840px #fff, 1288px 1212px #fff, 1994px 262px #fff, 2532px 2194px #fff, 1676px 2126px #fff, 697px 2247px #fff, 831px 2102px #fff, 2454px 1070px #fff, 2486px 1509px #fff, 2018px 1828px #fff, 189px 1062px #fff, 578px 2405px #fff, 620px 2261px #fff, 2098px 1763px #fff, 810px 2558px #fff, 548px 1510px #fff, 1860px 627px #fff, 1972px 1256px #fff, 1082px 2203px #fff, 2110px 1326px #fff, 1225px 2292px #fff, 2407px 38px #fff, 1923px 639px #fff, 1260px 1397px #fff, 358px 2343px #fff, 2288px 1461px #fff, 934px 541px #fff, 1034px 2061px #fff, 627px 2295px #fff, 157px 394px #fff, 1581px 1976px #fff, 2523px 2080px #fff, 1613px 1845px #fff, 1904px 2103px #fff, 716px 2100px #fff, 1985px 786px #fff, 162px 163px #fff, 2163px 1129px #fff, 911px 1736px #fff, 2225px 1974px #fff, 1298px 1283px #fff, 1169px 212px #fff, 1342px 927px #fff, 64px 2043px #fff, 510px 1063px #fff, 2044px 1019px #fff, 987px 365px #fff, 221px 257px #fff, 719px 1944px #fff, 387px 1713px #fff, 2351px 1796px #fff, 1393px 1029px #fff, 693px 1737px #fff, 408px 1793px #fff, 2091px 2402px #fff, 2014px 60px #fff, 1806px 589px #fff;
  height: 1px;
  width: 1px;
}
.a_item1:after {
  box-shadow: 0px 0px #fff, 2326px 1492px #fff, 1462px 1434px #fff, 967px 1554px #fff, 1566px 1237px #fff, 2355px 1164px #fff, 2239px 1675px #fff, 1875px 1466px #fff, 551px 455px #fff, 63px 25px #fff, 719px 2038px #fff, 374px 1662px #fff, 1097px 2328px #fff, 473px 359px #fff, 2257px 108px #fff, 2163px 2446px #fff, 700px 878px #fff, 64px 821px #fff, 1884px 584px #fff, 100px 2403px #fff, 428px 1351px #fff, 2470px 1850px #fff, 780px 1972px #fff, 386px 2427px #fff, 940px 493px #fff, 1689px 2406px #fff, 648px 118px #fff, 1051px 415px #fff, 1819px 237px #fff, 1898px 2410px #fff, 320px 306px #fff, 84px 1310px #fff, 566px 1219px #fff, 1364px 761px #fff, 264px 1233px #fff, 1537px 1297px #fff, 2052px 316px #fff, 370px 510px #fff, 1007px 1501px #fff, 1024px 2430px #fff, 2540px 485px #fff, 2293px 1713px #fff, 2283px 2161px #fff, 2154px 2465px #fff, 220px 1668px #fff, 1146px 808px #fff, 1531px 1965px #fff, 1855px 2220px #fff, 1665px 742px #fff, 761px 2349px #fff, 65px 89px #fff, 1274px 2326px #fff, 1847px 835px #fff, 1171px 963px #fff, 824px 762px #fff, 2240px 488px #fff, 2026px 1753px #fff, 2315px 2519px #fff, 2079px 2545px #fff, 1293px 1528px #fff, 443px 512px #fff, 2313px 356px #fff, 703px 724px #fff, 1830px 39px #fff, 1314px 112px #fff, 982px 163px #fff, 1809px 298px #fff, 985px 772px #fff, 677px 1887px #fff, 1341px 260px #fff, 1423px 922px #fff, 397px 855px #fff, 869px 1420px #fff, 872px 2112px #fff, 1846px 565px #fff, 891px 906px #fff, 1204px 678px #fff, 2401px 108px #fff, 2059px 937px #fff, 33px 2373px #fff, 1000px 1782px #fff, 1614px 498px #fff, 48px 2472px #fff, 525px 521px #fff, 2065px 2544px #fff, 238px 723px #fff, 1919px 1273px #fff, 1077px 990px #fff, 1997px 1713px #fff, 258px 2291px #fff, 1573px 278px #fff, 1206px 2184px #fff, 391px 394px #fff, 597px 2466px #fff, 1356px 1335px #fff, 1946px 559px #fff, 2177px 1668px #fff, 594px 2358px #fff, 1124px 594px #fff, 1296px 1352px #fff, 2449px 143px #fff, 578px 1974px #fff, 1562px 742px #fff, 2382px 1199px #fff, 837px 17px #fff, 1177px 1970px #fff, 1842px 369px #fff, 741px 648px #fff, 2294px 431px #fff, 417px 2363px #fff, 1443px 455px #fff, 1022px 784px #fff, 670px 355px #fff, 63px 227px #fff, 2034px 2104px #fff, 1737px 2245px #fff, 939px 1741px #fff, 1882px 1686px #fff, 1035px 19px #fff, 323px 2530px #fff, 1430px 2068px #fff, 549px 740px #fff, 1007px 1619px #fff, 786px 1524px #fff, 222px 299px #fff, 818px 2166px #fff, 161px 579px #fff, 1261px 2026px #fff, 207px 464px #fff, 944px 293px #fff, 1270px 582px #fff, 539px 307px #fff, 1056px 2188px #fff, 1099px 1269px #fff, 2316px 957px #fff, 1850px 2487px #fff, 1007px 2504px #fff, 311px 451px #fff, 58px 1462px #fff, 2435px 733px #fff, 1788px 1348px #fff, 2102px 2039px #fff, 556px 1295px #fff, 2455px 59px #fff, 910px 1062px #fff, 213px 1123px #fff, 1654px 895px #fff, 419px 2457px #fff, 2046px 350px #fff, 1964px 716px #fff, 2146px 915px #fff, 2457px 2155px #fff, 2417px 544px #fff, 1219px 2527px #fff, 2083px 872px #fff, 866px 1958px #fff, 1098px 1706px #fff, 1660px 190px #fff, 1855px 1013px #fff, 2410px 818px #fff, 827px 1757px #fff, 1469px 2312px #fff, 1143px 319px #fff, 813px 1456px #fff, 294px 1253px #fff, 2173px 934px #fff, 2104px 393px #fff, 690px 1142px #fff, 1357px 2173px #fff, 1457px 1072px #fff, 1749px 2402px #fff, 901px 49px #fff, 1805px 157px #fff, 1285px 587px #fff, 256px 1531px #fff, 2333px 21px #fff, 1060px 779px #fff, 1202px 1172px #fff, 1750px 146px #fff, 1063px 531px #fff, 1375px 2538px #fff, 460px 1951px #fff, 807px 495px #fff, 1902px 300px #fff, 1639px 764px #fff, 1544px 1153px #fff, 1307px 2114px #fff, 2205px 1541px #fff, 980px 1879px #fff, 1854px 1040px #fff, 1035px 1873px #fff, 1698px 2134px #fff, 35px 303px #fff, 568px 2277px #fff, 2289px 1942px #fff, 155px 426px #fff, 1656px 766px #fff, 647px 2315px #fff, 864px 1346px #fff, 2448px 2366px #fff, 251px 2444px #fff, 2416px 692px #fff, 2110px 1165px #fff, 1173px 2095px #fff, 1628px 1953px #fff, 1909px 1456px #fff, 1528px 694px #fff, 1672px 1539px #fff, 2022px 1307px #fff, 2484px 1498px #fff, 2187px 384px #fff, 2407px 259px #fff, 1365px 191px #fff, 2129px 538px #fff, 1850px 2271px #fff, 1561px 224px #fff, 2142px 2084px #fff, 197px 126px #fff, 2221px 542px #fff, 1410px 1766px #fff, 578px 860px #fff, 2143px 2560px #fff, 2002px 1015px #fff, 820px 2021px #fff, 1223px 2256px #fff, 1839px 914px #fff, 284px 1517px #fff, 2373px 1983px #fff, 1961px 541px #fff, 103px 221px #fff, 2036px 2442px #fff, 1544px 539px #fff, 1940px 1410px #fff, 1225px 710px #fff, 422px 540px #fff, 1552px 1076px #fff, 1577px 549px #fff, 46px 2495px #fff, 939px 462px #fff, 2313px 1469px #fff, 849px 1320px #fff, 1475px 1454px #fff, 1701px 2113px #fff, 1719px 846px #fff, 1349px 1924px #fff, 357px 1998px #fff, 1361px 2275px #fff, 1347px 1117px #fff, 2471px 369px #fff, 770px 401px #fff, 186px 1818px #fff, 13px 1230px #fff, 2275px 1963px #fff, 1293px 2133px #fff, 783px 1323px #fff, 1387px 572px #fff, 244px 1224px #fff, 415px 1579px #fff, 1973px 522px #fff, 1670px 977px #fff, 2319px 1289px #fff, 2234px 2288px #fff, 2124px 1196px #fff, 2117px 2105px #fff, 1161px 1953px #fff, 1778px 1555px #fff, 972px 1749px #fff, 662px 600px #fff, 1111px 2060px #fff, 298px 1415px #fff, 1063px 207px #fff, 962px 886px #fff, 1404px 1079px #fff, 1249px 2528px #fff, 752px 2292px #fff, 2413px 1827px #fff, 1830px 1137px #fff, 1326px 1714px #fff, 1844px 40px #fff, 1790px 929px #fff, 292px 1434px #fff, 237px 2474px #fff, 441px 490px #fff, 1238px 484px #fff, 2148px 358px #fff, 122px 435px #fff, 2094px 1780px #fff, 1305px 326px #fff, 2070px 574px #fff, 2043px 1770px #fff, 1357px 1270px #fff, 2261px 1996px #fff, 2009px 1936px #fff, 320px 171px #fff, 397px 1628px #fff, 1514px 1778px #fff, 58px 2475px #fff, 573px 767px #fff, 975px 307px #fff, 424px 878px #fff, 905px 130px #fff, 924px 439px #fff, 1916px 1096px #fff, 1445px 1775px #fff, 14px 213px #fff, 363px 2334px #fff, 2126px 364px #fff, 666px 538px #fff, 591px 1867px #fff, 541px 767px #fff, 1258px 1222px #fff, 1185px 2054px #fff, 236px 356px #fff, 1057px 2379px #fff, 1070px 1040px #fff, 2283px 1169px #fff, 2276px 981px #fff, 526px 1773px #fff, 565px 551px #fff, 648px 1415px #fff, 1883px 2540px #fff, 1021px 454px #fff, 1737px 1265px #fff, 2015px 1892px #fff, 631px 1477px #fff, 531px 1751px #fff, 2208px 1509px #fff, 445px 933px #fff, 2125px 1504px #fff, 284px 570px #fff, 140px 886px #fff, 2213px 1652px #fff, 2000px 2271px #fff, 2540px 1758px #fff, 1202px 1617px #fff, 1328px 1215px #fff, 1709px 1229px #fff, 320px 2307px #fff, 947px 130px #fff, 965px 855px #fff, 1126px 346px #fff, 259px 81px #fff, 1872px 2250px #fff, 362px 249px #fff, 1413px 393px #fff, 261px 2122px #fff, 2413px 584px #fff, 245px 415px #fff, 1674px 414px #fff, 2508px 1525px #fff, 571px 198px #fff, 628px 371px #fff, 740px 345px #fff, 441px 937px #fff, 2199px 1890px #fff, 1774px 1437px #fff, 2436px 2274px #fff, 655px 1494px #fff, 670px 1151px #fff, 1268px 1108px #fff, 1036px 2528px #fff, 2052px 427px #fff, 263px 1100px #fff, 1703px 1196px #fff, 2117px 2081px #fff, 115px 857px #fff, 2492px 2258px #fff, 1149px 2193px #fff, 992px 527px #fff, 612px 2267px #fff, 2276px 1283px #fff, 943px 437px #fff, 1122px 706px #fff, 1904px 2477px #fff, 343px 1556px #fff, 2381px 937px #fff, 2543px 2373px #fff, 338px 946px #fff, 2067px 1923px #fff, 508px 451px #fff, 2303px 140px #fff, 2396px 1789px #fff, 241px 236px #fff, 2558px 137px #fff, 360px 1189px #fff, 1023px 447px #fff, 2090px 1px #fff, 2133px 1168px #fff, 1934px 248px #fff, 2006px 1788px #fff, 2527px 2211px #fff, 537px 311px #fff, 487px 1420px #fff, 1240px 1322px #fff, 669px 179px #fff, 990px 791px #fff, 1547px 409px #fff, 724px 1518px #fff, 125px 1908px #fff, 1091px 1370px #fff, 2556px 2438px #fff, 2371px 2094px #fff, 655px 1075px #fff, 1754px 219px #fff, 1032px 2182px #fff, 326px 72px #fff, 249px 2429px #fff, 2327px 298px #fff, 63px 1260px #fff, 264px 2225px #fff, 2386px 1786px #fff, 139px 564px #fff, 856px 888px #fff, 1503px 2538px #fff, 2260px 1064px #fff, 1560px 1867px #fff, 300px 1193px #fff, 669px 1131px #fff, 1739px 833px #fff, 57px 1826px #fff, 1941px 1176px #fff, 222px 2530px #fff, 2515px 2459px #fff, 1981px 2463px #fff, 2130px 2236px #fff, 2155px 420px #fff, 282px 1051px #fff, 2451px 1170px #fff, 1546px 2218px #fff, 1343px 527px #fff, 2378px 2315px #fff, 2420px 1441px #fff, 865px 530px #fff, 468px 1972px #fff, 973px 2159px #fff, 549px 2082px #fff, 1830px 637px #fff, 2133px 1326px #fff, 1952px 204px #fff, 911px 683px #fff, 2182px 2126px #fff, 612px 424px #fff, 1744px 36px #fff, 2460px 2542px #fff, 2481px 1999px #fff, 1955px 2106px #fff, 182px 1767px #fff, 1499px 2340px #fff, 862px 2077px #fff, 506px 481px #fff, 1922px 1674px #fff, 2275px 1356px #fff, 943px 1886px #fff, 190px 1712px #fff, 1918px 2047px #fff, 959px 2550px #fff, 2441px 1017px #fff, 2213px 2247px #fff, 1400px 11px #fff, 1708px 28px #fff, 979px 2279px #fff, 1767px 660px #fff, 28px 626px #fff, 2108px 1110px #fff, 71px 50px #fff, 2391px 1804px #fff, 2113px 680px #fff, 966px 408px #fff, 1274px 37px #fff, 397px 678px #fff, 220px 1636px #fff, 787px 967px #fff, 1970px 1318px #fff, 946px 2175px #fff, 1481px 776px #fff, 1715px 1499px #fff, 93px 1295px #fff, 2299px 118px #fff, 1546px 392px #fff, 559px 2281px #fff, 2185px 1302px #fff, 1525px 1316px #fff, 417px 432px #fff, 1368px 1589px #fff, 1793px 509px #fff, 2342px 446px #fff, 931px 1448px #fff, 2542px 1708px #fff, 565px 298px #fff, 2197px 1728px #fff, 2202px 1098px #fff, 1411px 2511px #fff, 2218px 2389px #fff, 1685px 1179px #fff, 1892px 264px #fff, 2437px 887px #fff, 1903px 2197px #fff, 2155px 973px #fff, 719px 2524px #fff, 2502px 1110px #fff, 1315px 2463px #fff, 1274px 1313px #fff, 1816px 817px #fff, 1346px 2210px #fff, 2462px 2287px #fff, 2011px 2020px #fff, 711px 896px #fff, 1142px 86px #fff, 1465px 584px #fff, 365px 983px #fff, 1342px 165px #fff, 1787px 942px #fff, 2083px 1670px #fff, 2362px 1870px #fff, 2366px 2271px #fff, 221px 720px #fff, 198px 1116px #fff, 85px 2021px #fff, 1588px 1935px #fff, 992px 490px #fff, 1109px 2235px #fff, 266px 2059px #fff, 873px 2088px #fff, 141px 1131px #fff, 1241px 49px #fff, 2225px 1601px #fff, 1774px 510px #fff, 304px 1928px #fff, 1752px 390px #fff, 1944px 650px #fff, 2168px 2329px #fff, 1095px 1888px #fff, 2408px 1348px #fff, 1155px 252px #fff, 417px 991px #fff, 951px 2093px #fff, 991px 2384px #fff, 1737px 2346px #fff, 2091px 725px #fff, 1245px 2122px #fff, 67px 259px #fff, 1033px 1323px #fff, 104px 1811px #fff, 1268px 2398px #fff, 2256px 2299px #fff, 1772px 1298px #fff, 2248px 2083px #fff, 1810px 904px #fff, 863px 1972px #fff, 425px 2016px #fff, 602px 259px #fff, 1943px 2410px #fff, 1518px 1206px #fff, 1972px 2505px #fff, 1948px 1022px #fff, 2039px 2021px #fff, 1040px 1974px #fff, 1688px 1713px #fff, 2546px 2116px #fff, 1409px 866px #fff, 574px 1022px #fff, 2330px 407px #fff, 2438px 208px #fff, 2425px 1113px #fff, 1778px 539px #fff, 1467px 446px #fff, 1351px 2278px #fff, 1798px 560px #fff, 901px 2082px #fff, 2118px 1424px #fff, 845px 1194px #fff, 2509px 248px #fff, 2232px 610px #fff, 1649px 1228px #fff, 2175px 370px #fff, 1319px 1296px #fff, 2093px 1073px #fff, 45px 1390px #fff, 1201px 2439px #fff, 1867px 939px #fff, 2090px 2551px #fff, 1368px 330px #fff, 1213px 1253px #fff, 1796px 1085px #fff, 345px 1812px #fff, 362px 1981px #fff, 1133px 2078px #fff, 886px 2027px #fff, 1457px 2099px #fff, 594px 1950px #fff, 2031px 2002px #fff, 389px 1686px #fff, 1334px 1245px #fff, 1380px 1303px #fff, 2479px 2037px #fff, 2498px 1272px #fff, 365px 2043px #fff, 2085px 1672px #fff, 2554px 1162px #fff, 2418px 1639px #fff, 514px 370px #fff;
  height: 1px;
  width: 1px;
}
.a_item2 {
  -webkit-animation: animParticle 140s linear infinite;
  animation: animParticle 140s linear infinite;
  box-shadow: 0px 0px #fff, 2377px 731px #fff, 2236px 2052px #fff, 2003px 2152px #fff, 1927px 1614px #fff, 1401px 1671px #fff, 430px 2511px #fff, 227px 578px #fff, 1363px 2444px #fff, 1283px 1929px #fff, 548px 1366px #fff, 1905px 1963px #fff, 400px 1214px #fff, 225px 1739px #fff, 811px 1754px #fff, 526px 1194px #fff, 981px 111px #fff, 113px 1402px #fff, 1121px 825px #fff, 2041px 1054px #fff, 24px 1781px #fff, 860px 382px #fff, 1509px 1802px #fff, 2528px 2259px #fff, 230px 2133px #fff, 1477px 727px #fff, 478px 594px #fff, 1657px 1580px #fff, 1617px 220px #fff, 2170px 1334px #fff, 337px 2229px #fff, 1558px 1046px #fff, 1006px 1456px #fff, 871px 846px #fff, 1686px 1095px #fff, 1537px 2423px #fff, 2111px 762px #fff, 1260px 2082px #fff, 1168px 2130px #fff, 147px 156px #fff, 1006px 503px #fff, 1684px 1335px #fff, 2085px 1454px #fff, 2254px 1034px #fff, 1149px 1645px #fff, 1354px 2203px #fff, 551px 2058px #fff, 1055px 571px #fff, 1078px 2455px #fff, 323px 1519px #fff, 47px 503px #fff, 2290px 2390px #fff, 2522px 2530px #fff, 2059px 628px #fff, 315px 1155px #fff, 527px 2124px #fff, 2510px 468px #fff, 2393px 2167px #fff, 601px 1023px #fff, 762px 432px #fff, 649px 1594px #fff, 65px 2291px #fff, 1436px 2275px #fff, 2504px 537px #fff, 680px 2536px #fff, 449px 2496px #fff, 2254px 1307px #fff, 63px 609px #fff, 2386px 14px #fff, 565px 1206px #fff, 1545px 416px #fff, 1512px 2321px #fff, 896px 1314px #fff, 360px 2471px #fff, 2337px 1842px #fff, 264px 1869px #fff, 470px 660px #fff, 1085px 2007px #fff, 768px 332px #fff, 2178px 2073px #fff, 132px 1676px #fff, 834px 1328px #fff, 228px 1257px #fff, 325px 77px #fff, 1873px 443px #fff, 1771px 574px #fff, 845px 1861px #fff, 2499px 2240px #fff, 207px 1039px #fff, 2281px 1515px #fff, 1985px 992px #fff, 2324px 629px #fff, 2013px 1750px #fff, 2496px 1688px #fff, 188px 245px #fff, 1534px 1739px #fff, 2229px 150px #fff, 1405px 1201px #fff, 1513px 2249px #fff, 1387px 570px #fff, 1631px 2518px #fff, 1592px 2455px #fff, 1124px 1412px #fff, 1168px 98px #fff, 1698px 220px #fff, 682px 1613px #fff, 762px 79px #fff, 2458px 2200px #fff, 392px 2096px #fff, 921px 301px #fff, 2095px 1960px #fff, 774px 1351px #fff, 2482px 2217px #fff, 914px 2066px #fff, 2482px 197px #fff, 2003px 121px #fff, 1054px 1399px #fff, 2276px 679px #fff, 2004px 923px #fff, 1478px 734px #fff, 2486px 2391px #fff, 291px 224px #fff, 960px 1952px #fff, 1454px 2495px #fff, 443px 1691px #fff, 648px 320px #fff, 723px 2028px #fff, 2418px 377px #fff, 2052px 905px #fff, 1953px 1650px #fff, 848px 1574px #fff, 2099px 824px #fff, 2400px 1911px #fff, 2446px 550px #fff, 1374px 2434px #fff, 2027px 121px #fff, 1155px 2194px #fff, 1003px 283px #fff, 370px 790px #fff, 2029px 2073px #fff, 1932px 1445px #fff, 2509px 2346px #fff, 1018px 2093px #fff, 1368px 1353px #fff, 2182px 1195px #fff, 297px 1087px #fff, 313px 288px #fff, 1821px 976px #fff, 825px 2500px #fff, 374px 162px #fff, 2093px 2008px #fff, 1870px 756px #fff, 120px 1743px #fff, 149px 1501px #fff, 645px 303px #fff, 1175px 1737px #fff, 2332px 2182px #fff, 2321px 309px #fff, 1316px 1227px #fff, 1496px 2211px #fff, 547px 2454px #fff, 2183px 1255px #fff, 2198px 114px #fff, 2558px 1591px #fff, 1606px 1388px #fff, 2490px 2335px #fff, 643px 2414px #fff, 340px 2353px #fff, 561px 1726px #fff, 1101px 1709px #fff, 628px 63px #fff, 2px 1097px #fff, 264px 649px #fff, 1685px 139px #fff, 1875px 968px #fff, 2345px 626px #fff, 1519px 1688px #fff, 1060px 2509px #fff, 760px 1301px #fff, 367px 758px #fff, 165px 2003px #fff, 789px 1204px #fff, 1506px 99px #fff, 417px 1270px #fff, 158px 2149px #fff, 1472px 114px #fff, 722px 696px #fff, 1477px 2475px #fff, 2118px 156px #fff, 1855px 2450px #fff, 1958px 201px #fff, 1617px 525px #fff, 834px 280px #fff, 2500px 1928px #fff, 2037px 1069px #fff, 821px 1287px #fff, 225px 2521px #fff, 716px 813px #fff, 855px 446px #fff, 2107px 2126px #fff, 232px 323px #fff;
  height: 2px;
  width: 2px;
}
.a_item2:after {
  box-shadow: 0px 0px #fff, 1619px 353px #fff, 1742px 1356px #fff, 261px 895px #fff, 2542px 2467px #fff, 763px 530px #fff, 567px 1558px #fff, 798px 2060px #fff, 1431px 304px #fff, 2441px 749px #fff, 875px 2477px #fff, 925px 702px #fff, 1623px 2520px #fff, 736px 1216px #fff, 472px 810px #fff, 2314px 318px #fff, 1486px 2371px #fff, 552px 2263px #fff, 225px 2497px #fff, 1297px 1437px #fff, 2542px 2087px #fff, 1805px 909px #fff, 1992px 2034px #fff, 1312px 1986px #fff, 2213px 2394px #fff, 2105px 1353px #fff, 203px 1058px #fff, 228px 2018px #fff, 2303px 2473px #fff, 896px 579px #fff, 1083px 1222px #fff, 398px 2333px #fff, 392px 822px #fff, 2039px 1962px #fff, 2338px 99px #fff, 980px 1197px #fff, 2369px 206px #fff, 1203px 612px #fff, 1339px 1894px #fff, 1754px 695px #fff, 1204px 420px #fff, 1532px 247px #fff, 1135px 1089px #fff, 703px 403px #fff, 2152px 204px #fff, 980px 149px #fff, 2141px 1930px #fff, 2531px 204px #fff, 978px 1560px #fff, 714px 1167px #fff, 1921px 218px #fff, 1492px 1092px #fff, 1751px 309px #fff, 1707px 1723px #fff, 442px 1996px #fff, 1498px 2129px #fff, 869px 164px #fff, 1098px 368px #fff, 2366px 1189px #fff, 975px 2292px #fff, 928px 874px #fff, 1374px 1237px #fff, 2111px 1444px #fff, 532px 358px #fff, 260px 265px #fff, 139px 638px #fff, 1968px 86px #fff, 725px 1461px #fff, 748px 2084px #fff, 904px 1409px #fff, 456px 281px #fff, 2067px 1598px #fff, 1011px 843px #fff, 778px 299px #fff, 2204px 1641px #fff, 676px 386px #fff, 842px 421px #fff, 4px 759px #fff, 827px 1053px #fff, 827px 1990px #fff, 2409px 1190px #fff, 834px 2150px #fff, 2384px 1711px #fff, 2559px 961px #fff, 1155px 522px #fff, 346px 2560px #fff, 212px 2499px #fff, 1828px 225px #fff, 1886px 1784px #fff, 1328px 1903px #fff, 2112px 235px #fff, 38px 1368px #fff, 1052px 1608px #fff, 8px 2288px #fff, 197px 829px #fff, 776px 1342px #fff, 963px 2153px #fff, 1739px 2226px #fff, 156px 76px #fff, 1319px 1570px #fff, 648px 1628px #fff, 1863px 1188px #fff, 652px 499px #fff, 1709px 1404px #fff, 1715px 1497px #fff, 1691px 1672px #fff, 1598px 2388px #fff, 764px 1558px #fff, 2144px 793px #fff, 275px 2091px #fff, 1799px 177px #fff, 768px 1757px #fff, 1596px 2534px #fff, 870px 1106px #fff, 32px 1857px #fff, 2078px 1326px #fff, 1146px 2444px #fff, 1297px 853px #fff, 2270px 803px #fff, 1173px 686px #fff, 1538px 1007px #fff, 857px 1784px #fff, 473px 2389px #fff, 1858px 906px #fff, 402px 527px #fff, 1048px 447px #fff, 2148px 973px #fff, 534px 2329px #fff, 122px 1901px #fff, 1536px 462px #fff, 1700px 730px #fff, 2538px 625px #fff, 1672px 301px #fff, 2139px 1154px #fff, 681px 760px #fff, 1954px 1260px #fff, 2350px 2448px #fff, 967px 1890px #fff, 1893px 1589px #fff, 292px 517px #fff, 742px 176px #fff, 2437px 1279px #fff, 449px 1452px #fff, 956px 1941px #fff, 854px 669px #fff, 200px 947px #fff, 1959px 1191px #fff, 1201px 666px #fff, 663px 835px #fff, 504px 1763px #fff, 2000px 1449px #fff, 1457px 1910px #fff, 1936px 875px #fff, 2474px 1402px #fff, 829px 785px #fff, 2093px 1355px #fff, 2267px 138px #fff, 1912px 1988px #fff, 932px 2105px #fff, 282px 2138px #fff, 933px 1769px #fff, 855px 158px #fff, 356px 1742px #fff, 2169px 388px #fff, 756px 516px #fff, 489px 285px #fff, 2065px 2265px #fff, 2522px 12px #fff, 741px 987px #fff, 2495px 462px #fff, 2056px 1562px #fff, 859px 1333px #fff, 2297px 2271px #fff, 508px 1764px #fff, 1628px 367px #fff, 1674px 896px #fff, 174px 1972px #fff, 1766px 1128px #fff, 2116px 1787px #fff, 1979px 242px #fff, 1260px 487px #fff, 1630px 2544px #fff, 1523px 1757px #fff, 263px 925px #fff, 2111px 688px #fff, 740px 260px #fff, 2012px 1936px #fff, 2357px 2055px #fff, 685px 1876px #fff, 336px 809px #fff, 2225px 1713px #fff, 988px 676px #fff, 865px 1973px #fff, 416px 2502px #fff, 1591px 555px #fff, 1829px 419px #fff, 1294px 80px #fff, 1674px 1420px #fff, 2280px 1402px #fff, 1796px 558px #fff, 1309px 2264px #fff;
  height: 2px;
  width: 2px;
}
.a_item3 {
  -webkit-animation: animParticle 200s linear infinite;
  animation: animParticle 200s linear infinite;
  box-shadow: 0px 0px #fff, 50px 2432px #fff, 2477px 149px #fff, 1329px 2341px #fff, 1103px 700px #fff, 1134px 1776px #fff, 2493px 1588px #fff, 1537px 674px #fff, 784px 1px #fff, 1130px 140px #fff, 981px 827px #fff, 1917px 394px #fff, 365px 2158px #fff, 2168px 2192px #fff, 665px 1068px #fff, 2065px 1285px #fff, 2543px 1757px #fff, 2004px 1077px #fff, 2527px 1880px #fff, 1328px 1375px #fff, 1928px 647px #fff, 1580px 2213px #fff, 427px 789px #fff, 1714px 2228px #fff, 653px 451px #fff, 1938px 2309px #fff, 666px 1011px #fff, 115px 769px #fff, 1749px 322px #fff, 546px 1637px #fff, 2098px 1648px #fff, 1767px 1028px #fff, 392px 2417px #fff, 1041px 207px #fff, 1471px 1330px #fff, 1017px 2233px #fff, 761px 829px #fff, 1357px 1475px #fff, 95px 2294px #fff, 136px 1495px #fff, 2037px 2087px #fff, 981px 2048px #fff, 957px 1625px #fff, 707px 557px #fff, 2521px 1902px #fff, 1608px 2222px #fff, 1113px 444px #fff, 2279px 1360px #fff, 1942px 779px #fff, 896px 828px #fff, 2456px 2124px #fff, 440px 1044px #fff, 2165px 1586px #fff, 1583px 646px #fff, 1510px 1210px #fff, 2353px 2416px #fff, 2539px 1559px #fff, 1706px 149px #fff, 2287px 1839px #fff, 2384px 1326px #fff, 641px 1151px #fff, 812px 198px #fff, 1837px 2063px #fff, 902px 2424px #fff, 718px 2347px #fff, 71px 337px #fff, 1540px 1890px #fff, 1476px 736px #fff, 1609px 1570px #fff, 676px 1855px #fff, 712px 1986px #fff, 1669px 1083px #fff, 471px 1763px #fff, 78px 1374px #fff, 1476px 53px #fff, 2229px 2104px #fff, 1340px 1743px #fff, 2282px 430px #fff, 285px 2451px #fff, 2229px 911px #fff, 1485px 1252px #fff, 1340px 89px #fff, 1890px 20px #fff, 1131px 477px #fff, 548px 857px #fff, 1269px 1370px #fff, 1328px 511px #fff, 120px 1501px #fff, 2040px 1236px #fff, 465px 438px #fff, 1011px 1105px #fff, 839px 2212px #fff, 356px 2425px #fff, 1603px 753px #fff, 325px 1414px #fff, 130px 1505px #fff, 773px 1846px #fff, 171px 1098px #fff, 2558px 329px #fff, 465px 940px #fff, 1911px 2022px #fff;
  height: 3px;
  width: 3px;
}
.a_item3:after {
  box-shadow: 0px 0px #fff, 1086px 944px #fff, 1061px 809px #fff, 2203px 2497px #fff, 654px 2448px #fff, 873px 2233px #fff, 1273px 2276px #fff, 420px 1398px #fff, 802px 1689px #fff, 818px 1661px #fff, 2004px 432px #fff, 1289px 1806px #fff, 70px 650px #fff, 916px 1690px #fff, 2075px 1549px #fff, 1511px 171px #fff, 2060px 2221px #fff, 401px 1805px #fff, 2453px 2043px #fff, 1804px 2199px #fff, 490px 2213px #fff, 1781px 498px #fff, 1517px 1200px #fff, 143px 327px #fff, 1687px 2107px #fff, 1777px 1659px #fff, 1210px 2400px #fff, 1270px 2422px #fff, 859px 1677px #fff, 1206px 685px #fff, 491px 2462px #fff, 1685px 529px #fff, 1370px 1625px #fff, 206px 483px #fff, 588px 838px #fff, 1739px 2422px #fff, 867px 2167px #fff, 1259px 1853px #fff, 8px 2483px #fff, 2394px 350px #fff, 1668px 1817px #fff, 2513px 2214px #fff, 461px 1885px #fff, 1960px 245px #fff, 1931px 693px #fff, 490px 1322px #fff, 1063px 2508px #fff, 1684px 2280px #fff, 1636px 2003px #fff, 1417px 1630px #fff, 1986px 1411px #fff, 49px 545px #fff, 1392px 1795px #fff, 589px 975px #fff, 987px 1789px #fff, 2047px 2276px #fff, 2510px 160px #fff, 1887px 1855px #fff, 174px 1947px #fff, 425px 849px #fff, 1441px 684px #fff, 294px 309px #fff, 598px 1172px #fff, 1144px 203px #fff, 2531px 1270px #fff, 1152px 756px #fff, 223px 16px #fff, 2481px 711px #fff, 1625px 1311px #fff, 2539px 1251px #fff, 740px 1174px #fff, 1887px 1851px #fff, 2420px 1526px #fff, 678px 1715px #fff, 368px 1321px #fff, 282px 1981px #fff, 674px 2127px #fff, 576px 277px #fff, 1868px 1068px #fff, 167px 1565px #fff, 561px 509px #fff, 2313px 197px #fff, 147px 997px #fff, 164px 1124px #fff, 2029px 736px #fff, 841px 55px #fff, 79px 1046px #fff, 1078px 908px #fff, 6px 2337px #fff, 2010px 941px #fff, 808px 445px #fff, 1088px 2447px #fff, 2323px 913px #fff, 1958px 18px #fff, 1311px 1521px #fff, 120px 1078px #fff, 827px 441px #fff, 736px 1469px #fff, 581px 410px #fff, 1785px 72px #fff, 60px 2513px #fff;
  height: 3px;
  width: 3px;
}
.a_item4 {
  -webkit-animation: animParticle 600s linear infinite;
  animation: animParticle 600s linear infinite;
  box-shadow: 0px 0px #fff, 414px 2048px #fff, 1259px 1152px #fff, 1473px 1873px #fff, 474px 1480px #fff, 2226px 2175px #fff, 300px 474px #fff, 1801px 1137px #fff, 1658px 1691px #fff, 476px 353px #fff, 1712px 1792px #fff, 1987px 2277px #fff, 1530px 880px #fff, 486px 789px #fff, 2360px 2523px #fff, 1029px 1551px #fff, 2266px 883px #fff, 2144px 1970px #fff, 783px 427px #fff, 1136px 1986px #fff, 1438px 1067px #fff, 2498px 2452px #fff, 2520px 1734px #fff, 982px 65px #fff, 981px 2195px #fff, 1098px 444px #fff, 541px 1012px #fff, 2000px 1908px #fff, 1927px 1464px #fff, 899px 2061px #fff, 429px 1020px #fff, 478px 2050px #fff, 1899px 1343px #fff, 1582px 1567px #fff, 1834px 24px #fff, 2406px 27px #fff, 2130px 1473px #fff, 1677px 729px #fff, 2180px 1092px #fff, 959px 2438px #fff, 1288px 488px #fff, 482px 549px #fff, 2205px 1321px #fff, 1576px 191px #fff, 1832px 2466px #fff, 1518px 830px #fff, 2507px 686px #fff, 1871px 2510px #fff, 1999px 651px #fff, 1294px 461px #fff, 399px 1696px #fff, 922px 82px #fff, 214px 2483px #fff, 187px 781px #fff, 241px 974px #fff, 2474px 1474px #fff, 873px 264px #fff, 912px 2341px #fff, 1899px 2397px #fff, 1269px 2524px #fff, 584px 1912px #fff, 1050px 1899px #fff, 1126px 1529px #fff, 481px 1271px #fff, 2332px 614px #fff, 966px 2448px #fff, 226px 2264px #fff, 312px 1550px #fff, 893px 1419px #fff, 766px 2500px #fff, 1149px 541px #fff, 964px 1674px #fff, 2173px 1024px #fff, 148px 2082px #fff, 2158px 1717px #fff, 1291px 1593px #fff, 669px 2138px #fff, 599px 2245px #fff, 2546px 2298px #fff, 736px 683px #fff, 953px 1553px #fff, 428px 1490px #fff, 2315px 1813px #fff, 135px 25px #fff, 1112px 1552px #fff, 1507px 809px #fff, 2104px 2020px #fff, 1635px 1289px #fff, 841px 199px #fff, 1031px 1114px #fff, 789px 97px #fff, 1081px 1204px #fff, 2336px 998px #fff, 155px 1626px #fff, 1818px 2179px #fff, 2470px 183px #fff, 708px 2464px #fff, 378px 2023px #fff, 43px 1862px #fff, 2169px 1848px #fff, 1121px 844px #fff, 42px 1208px #fff, 1045px 111px #fff, 249px 2331px #fff, 329px 1712px #fff, 1712px 1125px #fff, 2151px 2378px #fff, 2180px 1910px #fff, 2408px 733px #fff, 1007px 1559px #fff, 600px 1844px #fff, 1468px 717px #fff, 1217px 2243px #fff, 2067px 1050px #fff, 1735px 1161px #fff, 1913px 2436px #fff, 2094px 2079px #fff, 257px 792px #fff, 1779px 664px #fff, 2208px 1906px #fff, 1822px 1992px #fff, 452px 1755px #fff, 165px 893px #fff, 125px 1558px #fff, 2072px 2037px #fff, 2308px 738px #fff, 1772px 181px #fff, 1665px 1336px #fff, 1884px 2165px #fff, 1627px 522px #fff, 2256px 1730px #fff, 1256px 611px #fff, 337px 649px #fff, 1006px 1605px #fff, 105px 690px #fff, 180px 2031px #fff, 26px 60px #fff, 609px 380px #fff, 404px 1740px #fff, 279px 2199px #fff, 1765px 1024px #fff, 2505px 1290px #fff, 1078px 2544px #fff, 2560px 518px #fff, 1947px 1564px #fff, 583px 2149px #fff, 2283px 755px #fff, 191px 2356px #fff, 2328px 2059px #fff, 585px 275px #fff, 436px 2105px #fff, 96px 1523px #fff, 2466px 1312px #fff, 653px 580px #fff, 1746px 67px #fff, 2063px 1922px #fff, 2480px 2011px #fff, 1032px 39px #fff, 1914px 2078px #fff, 418px 2531px #fff, 2396px 1553px #fff, 156px 1007px #fff, 840px 1952px #fff, 1047px 2049px #fff, 1032px 1748px #fff, 1677px 2371px #fff, 1393px 186px #fff, 1661px 471px #fff, 1196px 1150px #fff, 459px 1267px #fff, 1989px 2239px #fff, 1810px 1522px #fff, 1780px 211px #fff, 2534px 858px #fff, 1859px 2092px #fff, 1264px 567px #fff, 2270px 233px #fff, 1422px 1103px #fff, 2428px 929px #fff, 2544px 349px #fff, 1175px 1865px #fff, 2062px 321px #fff, 1172px 2220px #fff, 1449px 1601px #fff, 1104px 1406px #fff, 2016px 868px #fff, 287px 892px #fff, 1979px 2428px #fff, 2479px 2173px #fff, 2473px 1836px #fff, 179px 470px #fff, 1947px 423px #fff, 2298px 1132px #fff, 2506px 1241px #fff, 2406px 390px #fff, 1470px 2304px #fff, 184px 1269px #fff, 225px 1981px #fff, 1747px 2484px #fff, 902px 1546px #fff, 683px 1929px #fff, 1520px 1918px #fff, 238px 727px #fff, 2503px 2162px #fff, 651px 863px #fff, 1781px 1482px #fff, 1130px 147px #fff, 1000px 730px #fff, 742px 1450px #fff, 1528px 2022px #fff, 53px 2337px #fff, 999px 1518px #fff, 67px 1191px #fff, 2536px 511px #fff, 917px 727px #fff, 577px 724px #fff, 1559px 1884px #fff, 462px 1828px #fff, 1535px 43px #fff, 684px 1672px #fff, 664px 1682px #fff, 1456px 380px #fff, 913px 2065px #fff, 2467px 2468px #fff, 292px 2544px #fff, 1377px 293px #fff, 2163px 1450px #fff, 1421px 2030px #fff, 1401px 2182px #fff, 1853px 2477px #fff, 745px 1372px #fff, 2006px 307px #fff, 1163px 1649px #fff, 28px 1418px #fff, 797px 594px #fff, 2546px 1842px #fff, 2109px 2137px #fff, 2256px 2498px #fff, 355px 1518px #fff, 887px 1833px #fff, 1269px 1436px #fff, 507px 508px #fff, 157px 345px #fff, 270px 2373px #fff, 1872px 1096px #fff, 1163px 1117px #fff, 1827px 30px #fff, 1196px 1174px #fff, 1901px 1862px #fff, 1371px 1001px #fff, 608px 371px #fff, 75px 1041px #fff, 821px 168px #fff, 240px 2285px #fff, 75px 132px #fff, 709px 1703px #fff, 522px 555px #fff, 1586px 1021px #fff, 2056px 2197px #fff, 217px 837px #fff, 1507px 525px #fff, 860px 148px #fff, 313px 95px #fff, 2155px 1186px #fff, 805px 1703px #fff, 257px 565px #fff, 1345px 958px #fff, 432px 836px #fff, 1373px 1717px #fff, 582px 399px #fff, 1512px 9px #fff, 903px 1119px #fff, 1829px 1985px #fff, 1639px 581px #fff, 146px 75px #fff, 366px 1479px #fff, 1783px 1668px #fff, 1648px 645px #fff, 1204px 1728px #fff, 2140px 836px #fff, 2400px 752px #fff, 1081px 944px #fff, 1410px 2098px #fff, 1243px 2052px #fff, 1818px 930px #fff, 2091px 1613px #fff, 1508px 876px #fff, 2528px 2263px #fff, 65px 177px #fff, 1525px 1747px #fff, 250px 1829px #fff, 890px 2061px #fff, 2559px 316px #fff, 1771px 383px #fff, 2328px 201px #fff, 1832px 690px #fff, 172px 1531px #fff, 1830px 2467px #fff, 971px 1269px #fff, 2026px 1665px #fff, 1173px 1937px #fff, 1516px 1311px #fff, 1633px 1523px #fff, 1992px 489px #fff, 1682px 685px #fff, 2353px 354px #fff, 1780px 1500px #fff, 445px 2144px #fff, 365px 675px #fff, 2477px 204px #fff, 498px 214px #fff, 1153px 1249px #fff, 2345px 1813px #fff, 604px 1442px #fff, 2528px 2266px #fff, 2292px 1468px #fff, 881px 544px #fff, 215px 2177px #fff, 290px 1571px #fff, 1755px 505px #fff, 2083px 318px #fff, 73px 710px #fff, 58px 1752px #fff, 769px 1984px #fff, 340px 1214px #fff, 1334px 695px #fff, 1004px 1503px #fff, 2478px 1364px #fff, 865px 786px #fff, 2229px 2217px #fff, 1262px 2446px #fff, 2227px 514px #fff, 437px 2119px #fff, 173px 1395px #fff, 828px 1599px #fff, 174px 243px #fff, 1145px 611px #fff, 834px 31px #fff, 2px 106px #fff, 1012px 2400px #fff, 1462px 404px #fff, 1887px 1785px #fff, 2357px 2099px #fff, 394px 853px #fff, 2535px 438px #fff, 1303px 132px #fff, 852px 260px #fff, 853px 918px #fff, 815px 1715px #fff, 196px 546px #fff, 274px 1505px #fff, 2173px 1621px #fff, 875px 1832px #fff, 1897px 1335px #fff, 2391px 2219px #fff, 1502px 341px #fff, 1520px 308px #fff, 1109px 1629px #fff, 574px 1383px #fff, 2314px 2233px #fff, 28px 1197px #fff, 1532px 1880px #fff, 1054px 386px #fff, 739px 553px #fff, 1962px 2472px #fff, 393px 2086px #fff, 2323px 1181px #fff, 1720px 1305px #fff, 2055px 1946px #fff, 917px 631px #fff, 2446px 1286px #fff, 51px 1083px #fff, 1810px 501px #fff, 1359px 61px #fff, 2560px 139px #fff, 2445px 65px #fff, 2243px 2131px #fff, 1670px 1125px #fff, 1345px 2006px #fff, 2347px 2540px #fff, 563px 1052px #fff, 828px 1983px #fff, 98px 598px #fff, 259px 1425px #fff, 2277px 1585px #fff, 731px 1316px #fff, 1545px 104px #fff, 1205px 2528px #fff, 2170px 2351px #fff, 1197px 2016px #fff, 1446px 346px #fff, 1124px 521px #fff, 979px 412px #fff, 1261px 1574px #fff, 299px 138px #fff, 1849px 148px #fff, 651px 2098px #fff, 970px 365px #fff, 599px 1107px #fff, 866px 1505px #fff, 1670px 1786px #fff;
  height: 1px;
  width: 1px;
}
.a_item4:after {
  box-shadow: 0px 0px #fff, 801px 1763px #fff, 1879px 2041px #fff, 1636px 2448px #fff, 2005px 2189px #fff, 2030px 1255px #fff, 1472px 174px #fff, 1245px 1717px #fff, 1395px 645px #fff, 1262px 400px #fff, 255px 2362px #fff, 1377px 915px #fff, 1120px 2283px #fff, 1839px 1919px #fff, 4px 1413px #fff, 1943px 608px #fff, 862px 2455px #fff, 2126px 2418px #fff, 104px 2056px #fff, 1029px 2115px #fff, 729px 1278px #fff, 847px 2364px #fff, 2079px 1295px #fff, 2427px 1777px #fff, 703px 304px #fff, 880px 1496px #fff, 1332px 2144px #fff, 1259px 1943px #fff, 2032px 2519px #fff, 299px 1178px #fff, 746px 594px #fff, 1119px 2099px #fff, 1921px 804px #fff, 1806px 552px #fff, 180px 319px #fff, 2370px 1374px #fff, 1316px 2183px #fff, 913px 1359px #fff, 1211px 457px #fff, 1459px 2044px #fff, 1727px 2259px #fff, 1490px 634px #fff, 1773px 1190px #fff, 465px 1526px #fff, 1560px 869px #fff, 653px 1470px #fff, 2180px 796px #fff, 1275px 1659px #fff, 1524px 1060px #fff, 1050px 898px #fff, 771px 60px #fff, 2397px 1900px #fff, 1756px 2330px #fff, 2265px 510px #fff, 817px 801px #fff, 1996px 2111px #fff, 1852px 1229px #fff, 1373px 1767px #fff, 1224px 616px #fff, 257px 2408px #fff, 2483px 826px #fff, 1249px 324px #fff, 1791px 160px #fff, 1437px 1106px #fff, 1611px 521px #fff, 524px 2170px #fff, 2077px 379px #fff, 855px 1464px #fff, 111px 921px #fff, 337px 465px #fff, 649px 1470px #fff, 918px 1791px #fff, 1017px 1492px #fff, 63px 677px #fff, 1055px 2287px #fff, 1647px 948px #fff, 1749px 104px #fff, 2510px 322px #fff, 2270px 1927px #fff, 1830px 1397px #fff, 776px 453px #fff, 1550px 1123px #fff, 1349px 1472px #fff, 1318px 1418px #fff, 1227px 30px #fff, 450px 336px #fff, 1046px 1585px #fff, 1383px 1805px #fff, 2020px 2175px #fff, 2185px 2094px #fff, 2035px 686px #fff, 260px 2418px #fff, 2464px 1577px #fff, 2218px 1956px #fff, 43px 2383px #fff, 1346px 268px #fff, 1680px 1409px #fff, 86px 2353px #fff, 2086px 59px #fff, 1595px 2101px #fff, 453px 2401px #fff, 2266px 1453px #fff, 419px 2524px #fff, 1853px 979px #fff, 1655px 1412px #fff, 706px 1255px #fff, 366px 1090px #fff, 2482px 1887px #fff, 2185px 292px #fff, 486px 795px #fff, 1286px 2232px #fff, 1454px 2270px #fff, 1806px 821px #fff, 73px 1938px #fff, 1861px 448px #fff, 109px 1196px #fff, 1098px 2113px #fff, 1654px 2147px #fff, 144px 84px #fff, 1075px 752px #fff, 1619px 2138px #fff, 2556px 206px #fff, 60px 1053px #fff, 1396px 2525px #fff, 929px 443px #fff, 1454px 1967px #fff, 1677px 2038px #fff, 1666px 1766px #fff, 2043px 1814px #fff, 1324px 1352px #fff, 551px 95px #fff, 462px 415px #fff, 2559px 2183px #fff, 813px 646px #fff, 130px 1595px #fff, 347px 2062px #fff, 1252px 163px #fff, 183px 673px #fff, 1428px 442px #fff, 2314px 2426px #fff, 1350px 418px #fff, 1443px 810px #fff, 2391px 680px #fff, 2202px 378px #fff, 160px 1077px #fff, 300px 2053px #fff, 2531px 1705px #fff, 79px 2317px #fff, 985px 1171px #fff, 481px 1147px #fff, 1380px 1966px #fff, 2410px 1090px #fff, 1833px 834px #fff, 969px 1943px #fff, 1722px 2234px #fff, 2001px 166px #fff, 1921px 1847px #fff, 1689px 88px #fff, 78px 2289px #fff, 595px 679px #fff, 1570px 865px #fff, 1408px 237px #fff, 1028px 1472px #fff, 1760px 1378px #fff, 875px 459px #fff, 1241px 2109px #fff, 2541px 749px #fff, 655px 1720px #fff, 826px 1891px #fff, 1265px 611px #fff, 2204px 1881px #fff, 555px 276px #fff, 2068px 1750px #fff, 48px 2398px #fff, 2289px 2206px #fff, 358px 925px #fff, 441px 2166px #fff, 1300px 1498px #fff, 2001px 489px #fff, 2186px 1632px #fff, 740px 242px #fff, 252px 1808px #fff, 1104px 1047px #fff, 571px 1245px #fff, 876px 1722px #fff, 2294px 538px #fff, 912px 2135px #fff, 2093px 2467px #fff, 588px 2339px #fff, 629px 1537px #fff, 1143px 1954px #fff, 430px 1050px #fff, 1736px 1588px #fff, 707px 1731px #fff, 1807px 2187px #fff, 209px 1396px #fff, 632px 2049px #fff, 96px 391px #fff, 201px 1119px #fff, 2105px 2026px #fff, 1975px 2253px #fff, 462px 721px #fff, 1459px 683px #fff, 2189px 994px #fff, 906px 1890px #fff, 702px 2530px #fff, 2406px 1185px #fff, 1517px 945px #fff, 2551px 2547px #fff, 714px 1729px #fff, 2306px 604px #fff, 1339px 712px #fff, 1876px 1873px #fff, 1316px 977px #fff, 93px 1048px #fff, 963px 1191px #fff, 2371px 1240px #fff, 238px 148px #fff, 2429px 1120px #fff, 461px 2251px #fff, 399px 2400px #fff, 1266px 367px #fff, 524px 740px #fff, 729px 363px #fff, 2505px 2293px #fff, 2116px 1050px #fff, 1517px 2242px #fff, 1485px 1873px #fff, 1079px 580px #fff, 2315px 152px #fff, 2223px 1123px #fff, 1851px 305px #fff, 2058px 1978px #fff, 746px 1140px #fff, 1283px 70px #fff, 270px 1385px #fff, 210px 1417px #fff, 1162px 2278px #fff, 1644px 1006px #fff, 487px 1301px #fff, 2206px 886px #fff, 504px 1020px #fff, 1282px 1724px #fff, 1796px 2440px #fff, 2490px 1268px #fff, 2358px 2204px #fff, 798px 712px #fff, 793px 2279px #fff, 2199px 68px #fff, 976px 2509px #fff, 1957px 2064px #fff, 560px 638px #fff, 1169px 1589px #fff, 923px 2490px #fff, 892px 873px #fff, 1097px 1225px #fff, 1681px 281px #fff, 770px 771px #fff, 125px 807px #fff, 1975px 1625px #fff, 584px 1920px #fff, 129px 2294px #fff, 2021px 1136px #fff, 2455px 1429px #fff, 1410px 1574px #fff, 31px 573px #fff, 704px 626px #fff, 1669px 194px #fff, 1829px 995px #fff, 780px 1076px #fff, 2064px 290px #fff, 290px 1526px #fff, 2315px 1624px #fff, 2500px 680px #fff, 236px 2188px #fff, 634px 1416px #fff, 201px 1830px #fff, 1109px 1417px #fff, 438px 1645px #fff, 1750px 1178px #fff, 693px 426px #fff, 2090px 658px #fff, 518px 456px #fff, 1512px 692px #fff, 2269px 767px #fff, 38px 2116px #fff, 812px 1596px #fff, 535px 1518px #fff, 202px 512px #fff, 289px 472px #fff, 1575px 1496px #fff, 256px 190px #fff, 1555px 1206px #fff, 1959px 865px #fff, 2144px 1184px #fff, 2084px 2452px #fff, 535px 194px #fff, 955px 729px #fff, 870px 728px #fff, 389px 2074px #fff, 2434px 755px #fff, 1983px 2172px #fff, 2333px 1394px #fff, 152px 1782px #fff, 1406px 389px #fff, 597px 584px #fff, 1601px 1603px #fff, 1526px 1406px #fff, 1045px 15px #fff, 1660px 147px #fff, 450px 1450px #fff, 755px 463px #fff, 1756px 346px #fff, 1897px 2200px #fff, 105px 1681px #fff, 1146px 1108px #fff, 816px 1036px #fff, 1549px 721px #fff, 1714px 1478px #fff, 739px 2013px #fff, 1035px 1502px #fff, 598px 19px #fff, 1609px 1075px #fff, 2218px 2046px #fff, 573px 648px #fff, 989px 2341px #fff, 2054px 2012px #fff, 2162px 1436px #fff, 1765px 1710px #fff, 1534px 439px #fff, 652px 1621px #fff, 2471px 167px #fff, 1527px 1404px #fff, 1489px 1333px #fff, 1205px 2219px #fff, 267px 2268px #fff, 1567px 2206px #fff, 2191px 2363px #fff, 2506px 1227px #fff, 1105px 1890px #fff, 2480px 2008px #fff, 1789px 2147px #fff, 2303px 1623px #fff, 1168px 19px #fff, 843px 2280px #fff, 600px 565px #fff, 1006px 208px #fff, 1224px 2209px #fff, 750px 1146px #fff, 291px 469px #fff, 58px 2305px #fff, 1057px 722px #fff, 1008px 63px #fff, 1042px 2453px #fff, 2495px 757px #fff, 207px 457px #fff, 238px 1126px #fff, 372px 710px #fff, 2086px 1334px #fff, 579px 1384px #fff, 2146px 2412px #fff, 2313px 95px #fff, 1462px 2300px #fff, 1718px 706px #fff, 1360px 321px #fff, 1353px 987px #fff, 434px 89px #fff, 583px 460px #fff, 663px 31px #fff, 2354px 2272px #fff, 1843px 137px #fff, 1016px 852px #fff, 1292px 928px #fff, 600px 595px #fff, 1961px 218px #fff, 2245px 140px #fff, 599px 86px #fff, 1898px 1964px #fff, 1530px 178px #fff, 88px 2085px #fff, 1211px 2520px #fff, 1844px 2539px #fff, 2229px 1991px #fff, 1329px 1174px #fff, 1575px 235px #fff, 2538px 164px #fff, 1413px 217px #fff, 1462px 1970px #fff, 2244px 1771px #fff, 1750px 803px #fff, 568px 2294px #fff, 237px 1204px #fff, 1741px 2178px #fff, 56px 1297px #fff, 1012px 816px #fff, 691px 684px #fff, 1556px 2358px #fff, 119px 893px #fff, 297px 740px #fff, 1975px 420px #fff, 166px 2458px #fff;
  height: 1px;
  width: 1px;
}













