* {
  margin: 0;
  padding: 0;
}

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

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

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

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

.circle-container {
  position: absolute;
  transform: translateY(-10vh);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
.circle-container .circle {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  mix-blend-mode: screen;
  background-image: radial-gradient(#99ffff, #99ffff 10%, rgba(153, 255, 255, 0) 56%);
  -webkit-animation: fadein-frames 200ms infinite, scale-frames 2s infinite;
          animation: fadein-frames 200ms infinite, scale-frames 2s infinite;
}
@-webkit-keyframes fade-frames {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-frames {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes scale-frames {
  0% {
    transform: scale3d(0.4, 0.4, 1);
  }
  50% {
    transform: scale3d(2.2, 2.2, 1);
  }
  100% {
    transform: scale3d(0.4, 0.4, 1);
  }
}
@keyframes scale-frames {
  0% {
    transform: scale3d(0.4, 0.4, 1);
  }
  50% {
    transform: scale3d(2.2, 2.2, 1);
  }
  100% {
    transform: scale3d(0.4, 0.4, 1);
  }
}
.circle-container:nth-child(1) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-1;
          animation-name: move-frames-1;
  -webkit-animation-duration: 31738ms;
          animation-duration: 31738ms;
  -webkit-animation-delay: 18400ms;
          animation-delay: 18400ms;
}
@-webkit-keyframes move-frames-1 {
  from {
    transform: translate3d(73vw, 103vh, 0);
  }
  to {
    transform: translate3d(41vw, -122vh, 0);
  }
}
@keyframes move-frames-1 {
  from {
    transform: translate3d(73vw, 103vh, 0);
  }
  to {
    transform: translate3d(41vw, -122vh, 0);
  }
}
.circle-container:nth-child(1) .circle {
  -webkit-animation-delay: 2669ms;
          animation-delay: 2669ms;
}
.circle-container:nth-child(2) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-2;
          animation-name: move-frames-2;
  -webkit-animation-duration: 30306ms;
          animation-duration: 30306ms;
  -webkit-animation-delay: 17857ms;
          animation-delay: 17857ms;
}
@-webkit-keyframes move-frames-2 {
  from {
    transform: translate3d(2vw, 104vh, 0);
  }
  to {
    transform: translate3d(14vw, -107vh, 0);
  }
}
@keyframes move-frames-2 {
  from {
    transform: translate3d(2vw, 104vh, 0);
  }
  to {
    transform: translate3d(14vw, -107vh, 0);
  }
}
.circle-container:nth-child(2) .circle {
  -webkit-animation-delay: 2067ms;
          animation-delay: 2067ms;
}
.circle-container:nth-child(3) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-3;
          animation-name: move-frames-3;
  -webkit-animation-duration: 34338ms;
          animation-duration: 34338ms;
  -webkit-animation-delay: 15420ms;
          animation-delay: 15420ms;
}
@-webkit-keyframes move-frames-3 {
  from {
    transform: translate3d(60vw, 103vh, 0);
  }
  to {
    transform: translate3d(31vw, -124vh, 0);
  }
}
@keyframes move-frames-3 {
  from {
    transform: translate3d(60vw, 103vh, 0);
  }
  to {
    transform: translate3d(31vw, -124vh, 0);
  }
}
.circle-container:nth-child(3) .circle {
  -webkit-animation-delay: 2186ms;
          animation-delay: 2186ms;
}
.circle-container:nth-child(4) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-4;
          animation-name: move-frames-4;
  -webkit-animation-duration: 34464ms;
          animation-duration: 34464ms;
  -webkit-animation-delay: 27996ms;
          animation-delay: 27996ms;
}
@-webkit-keyframes move-frames-4 {
  from {
    transform: translate3d(99vw, 101vh, 0);
  }
  to {
    transform: translate3d(81vw, -106vh, 0);
  }
}
@keyframes move-frames-4 {
  from {
    transform: translate3d(99vw, 101vh, 0);
  }
  to {
    transform: translate3d(81vw, -106vh, 0);
  }
}
.circle-container:nth-child(4) .circle {
  -webkit-animation-delay: 403ms;
          animation-delay: 403ms;
}
.circle-container:nth-child(5) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-5;
          animation-name: move-frames-5;
  -webkit-animation-duration: 32723ms;
          animation-duration: 32723ms;
  -webkit-animation-delay: 30165ms;
          animation-delay: 30165ms;
}
@-webkit-keyframes move-frames-5 {
  from {
    transform: translate3d(76vw, 108vh, 0);
  }
  to {
    transform: translate3d(19vw, -114vh, 0);
  }
}
@keyframes move-frames-5 {
  from {
    transform: translate3d(76vw, 108vh, 0);
  }
  to {
    transform: translate3d(19vw, -114vh, 0);
  }
}
.circle-container:nth-child(5) .circle {
  -webkit-animation-delay: 2905ms;
          animation-delay: 2905ms;
}
.circle-container:nth-child(6) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-6;
          animation-name: move-frames-6;
  -webkit-animation-duration: 32005ms;
          animation-duration: 32005ms;
  -webkit-animation-delay: 12454ms;
          animation-delay: 12454ms;
}
@-webkit-keyframes move-frames-6 {
  from {
    transform: translate3d(54vw, 104vh, 0);
  }
  to {
    transform: translate3d(69vw, -114vh, 0);
  }
}
@keyframes move-frames-6 {
  from {
    transform: translate3d(54vw, 104vh, 0);
  }
  to {
    transform: translate3d(69vw, -114vh, 0);
  }
}
.circle-container:nth-child(6) .circle {
  -webkit-animation-delay: 606ms;
          animation-delay: 606ms;
}
.circle-container:nth-child(7) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-7;
          animation-name: move-frames-7;
  -webkit-animation-duration: 36672ms;
          animation-duration: 36672ms;
  -webkit-animation-delay: 5931ms;
          animation-delay: 5931ms;
}
@-webkit-keyframes move-frames-7 {
  from {
    transform: translate3d(97vw, 102vh, 0);
  }
  to {
    transform: translate3d(33vw, -125vh, 0);
  }
}
@keyframes move-frames-7 {
  from {
    transform: translate3d(97vw, 102vh, 0);
  }
  to {
    transform: translate3d(33vw, -125vh, 0);
  }
}
.circle-container:nth-child(7) .circle {
  -webkit-animation-delay: 3564ms;
          animation-delay: 3564ms;
}
.circle-container:nth-child(8) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-8;
          animation-name: move-frames-8;
  -webkit-animation-duration: 36522ms;
          animation-duration: 36522ms;
  -webkit-animation-delay: 21143ms;
          animation-delay: 21143ms;
}
@-webkit-keyframes move-frames-8 {
  from {
    transform: translate3d(69vw, 107vh, 0);
  }
  to {
    transform: translate3d(82vw, -112vh, 0);
  }
}
@keyframes move-frames-8 {
  from {
    transform: translate3d(69vw, 107vh, 0);
  }
  to {
    transform: translate3d(82vw, -112vh, 0);
  }
}
.circle-container:nth-child(8) .circle {
  -webkit-animation-delay: 1052ms;
          animation-delay: 1052ms;
}
.circle-container:nth-child(9) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-9;
          animation-name: move-frames-9;
  -webkit-animation-duration: 35611ms;
          animation-duration: 35611ms;
  -webkit-animation-delay: 16863ms;
          animation-delay: 16863ms;
}
@-webkit-keyframes move-frames-9 {
  from {
    transform: translate3d(89vw, 107vh, 0);
  }
  to {
    transform: translate3d(27vw, -128vh, 0);
  }
}
@keyframes move-frames-9 {
  from {
    transform: translate3d(89vw, 107vh, 0);
  }
  to {
    transform: translate3d(27vw, -128vh, 0);
  }
}
.circle-container:nth-child(9) .circle {
  -webkit-animation-delay: 1378ms;
          animation-delay: 1378ms;
}
.circle-container:nth-child(10) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-10;
          animation-name: move-frames-10;
  -webkit-animation-duration: 28826ms;
          animation-duration: 28826ms;
  -webkit-animation-delay: 35845ms;
          animation-delay: 35845ms;
}
@-webkit-keyframes move-frames-10 {
  from {
    transform: translate3d(14vw, 105vh, 0);
  }
  to {
    transform: translate3d(87vw, -111vh, 0);
  }
}
@keyframes move-frames-10 {
  from {
    transform: translate3d(14vw, 105vh, 0);
  }
  to {
    transform: translate3d(87vw, -111vh, 0);
  }
}
.circle-container:nth-child(10) .circle {
  -webkit-animation-delay: 3333ms;
          animation-delay: 3333ms;
}
.circle-container:nth-child(11) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-11;
          animation-name: move-frames-11;
  -webkit-animation-duration: 33382ms;
          animation-duration: 33382ms;
  -webkit-animation-delay: 23999ms;
          animation-delay: 23999ms;
}
@-webkit-keyframes move-frames-11 {
  from {
    transform: translate3d(69vw, 107vh, 0);
  }
  to {
    transform: translate3d(90vw, -129vh, 0);
  }
}
@keyframes move-frames-11 {
  from {
    transform: translate3d(69vw, 107vh, 0);
  }
  to {
    transform: translate3d(90vw, -129vh, 0);
  }
}
.circle-container:nth-child(11) .circle {
  -webkit-animation-delay: 236ms;
          animation-delay: 236ms;
}
.circle-container:nth-child(12) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-12;
          animation-name: move-frames-12;
  -webkit-animation-duration: 32475ms;
          animation-duration: 32475ms;
  -webkit-animation-delay: 29280ms;
          animation-delay: 29280ms;
}
@-webkit-keyframes move-frames-12 {
  from {
    transform: translate3d(11vw, 103vh, 0);
  }
  to {
    transform: translate3d(93vw, -121vh, 0);
  }
}
@keyframes move-frames-12 {
  from {
    transform: translate3d(11vw, 103vh, 0);
  }
  to {
    transform: translate3d(93vw, -121vh, 0);
  }
}
.circle-container:nth-child(12) .circle {
  -webkit-animation-delay: 2680ms;
          animation-delay: 2680ms;
}
.circle-container:nth-child(13) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-13;
          animation-name: move-frames-13;
  -webkit-animation-duration: 28474ms;
          animation-duration: 28474ms;
  -webkit-animation-delay: 23138ms;
          animation-delay: 23138ms;
}
@-webkit-keyframes move-frames-13 {
  from {
    transform: translate3d(69vw, 104vh, 0);
  }
  to {
    transform: translate3d(38vw, -107vh, 0);
  }
}
@keyframes move-frames-13 {
  from {
    transform: translate3d(69vw, 104vh, 0);
  }
  to {
    transform: translate3d(38vw, -107vh, 0);
  }
}
.circle-container:nth-child(13) .circle {
  -webkit-animation-delay: 3856ms;
          animation-delay: 3856ms;
}
.circle-container:nth-child(14) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-14;
          animation-name: move-frames-14;
  -webkit-animation-duration: 31617ms;
          animation-duration: 31617ms;
  -webkit-animation-delay: 32929ms;
          animation-delay: 32929ms;
}
@-webkit-keyframes move-frames-14 {
  from {
    transform: translate3d(48vw, 101vh, 0);
  }
  to {
    transform: translate3d(53vw, -115vh, 0);
  }
}
@keyframes move-frames-14 {
  from {
    transform: translate3d(48vw, 101vh, 0);
  }
  to {
    transform: translate3d(53vw, -115vh, 0);
  }
}
.circle-container:nth-child(14) .circle {
  -webkit-animation-delay: 297ms;
          animation-delay: 297ms;
}
.circle-container:nth-child(15) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-15;
          animation-name: move-frames-15;
  -webkit-animation-duration: 29310ms;
          animation-duration: 29310ms;
  -webkit-animation-delay: 14060ms;
          animation-delay: 14060ms;
}
@-webkit-keyframes move-frames-15 {
  from {
    transform: translate3d(54vw, 103vh, 0);
  }
  to {
    transform: translate3d(58vw, -127vh, 0);
  }
}
@keyframes move-frames-15 {
  from {
    transform: translate3d(54vw, 103vh, 0);
  }
  to {
    transform: translate3d(58vw, -127vh, 0);
  }
}
.circle-container:nth-child(15) .circle {
  -webkit-animation-delay: 2906ms;
          animation-delay: 2906ms;
}
.circle-container:nth-child(16) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-16;
          animation-name: move-frames-16;
  -webkit-animation-duration: 32642ms;
          animation-duration: 32642ms;
  -webkit-animation-delay: 36390ms;
          animation-delay: 36390ms;
}
@-webkit-keyframes move-frames-16 {
  from {
    transform: translate3d(84vw, 107vh, 0);
  }
  to {
    transform: translate3d(70vw, -136vh, 0);
  }
}
@keyframes move-frames-16 {
  from {
    transform: translate3d(84vw, 107vh, 0);
  }
  to {
    transform: translate3d(70vw, -136vh, 0);
  }
}
.circle-container:nth-child(16) .circle {
  -webkit-animation-delay: 625ms;
          animation-delay: 625ms;
}
.circle-container:nth-child(17) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-17;
          animation-name: move-frames-17;
  -webkit-animation-duration: 31756ms;
          animation-duration: 31756ms;
  -webkit-animation-delay: 11499ms;
          animation-delay: 11499ms;
}
@-webkit-keyframes move-frames-17 {
  from {
    transform: translate3d(92vw, 109vh, 0);
  }
  to {
    transform: translate3d(73vw, -117vh, 0);
  }
}
@keyframes move-frames-17 {
  from {
    transform: translate3d(92vw, 109vh, 0);
  }
  to {
    transform: translate3d(73vw, -117vh, 0);
  }
}
.circle-container:nth-child(17) .circle {
  -webkit-animation-delay: 1137ms;
          animation-delay: 1137ms;
}
.circle-container:nth-child(18) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-18;
          animation-name: move-frames-18;
  -webkit-animation-duration: 34816ms;
          animation-duration: 34816ms;
  -webkit-animation-delay: 23771ms;
          animation-delay: 23771ms;
}
@-webkit-keyframes move-frames-18 {
  from {
    transform: translate3d(4vw, 104vh, 0);
  }
  to {
    transform: translate3d(9vw, -117vh, 0);
  }
}
@keyframes move-frames-18 {
  from {
    transform: translate3d(4vw, 104vh, 0);
  }
  to {
    transform: translate3d(9vw, -117vh, 0);
  }
}
.circle-container:nth-child(18) .circle {
  -webkit-animation-delay: 1210ms;
          animation-delay: 1210ms;
}
.circle-container:nth-child(19) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-19;
          animation-name: move-frames-19;
  -webkit-animation-duration: 30165ms;
          animation-duration: 30165ms;
  -webkit-animation-delay: 18731ms;
          animation-delay: 18731ms;
}
@-webkit-keyframes move-frames-19 {
  from {
    transform: translate3d(41vw, 102vh, 0);
  }
  to {
    transform: translate3d(76vw, -110vh, 0);
  }
}
@keyframes move-frames-19 {
  from {
    transform: translate3d(41vw, 102vh, 0);
  }
  to {
    transform: translate3d(76vw, -110vh, 0);
  }
}
.circle-container:nth-child(19) .circle {
  -webkit-animation-delay: 2191ms;
          animation-delay: 2191ms;
}
.circle-container:nth-child(20) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-20;
          animation-name: move-frames-20;
  -webkit-animation-duration: 36849ms;
          animation-duration: 36849ms;
  -webkit-animation-delay: 228ms;
          animation-delay: 228ms;
}
@-webkit-keyframes move-frames-20 {
  from {
    transform: translate3d(75vw, 102vh, 0);
  }
  to {
    transform: translate3d(56vw, -125vh, 0);
  }
}
@keyframes move-frames-20 {
  from {
    transform: translate3d(75vw, 102vh, 0);
  }
  to {
    transform: translate3d(56vw, -125vh, 0);
  }
}
.circle-container:nth-child(20) .circle {
  -webkit-animation-delay: 1473ms;
          animation-delay: 1473ms;
}
.circle-container:nth-child(21) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-21;
          animation-name: move-frames-21;
  -webkit-animation-duration: 29920ms;
          animation-duration: 29920ms;
  -webkit-animation-delay: 28503ms;
          animation-delay: 28503ms;
}
@-webkit-keyframes move-frames-21 {
  from {
    transform: translate3d(39vw, 101vh, 0);
  }
  to {
    transform: translate3d(37vw, -112vh, 0);
  }
}
@keyframes move-frames-21 {
  from {
    transform: translate3d(39vw, 101vh, 0);
  }
  to {
    transform: translate3d(37vw, -112vh, 0);
  }
}
.circle-container:nth-child(21) .circle {
  -webkit-animation-delay: 1757ms;
          animation-delay: 1757ms;
}
.circle-container:nth-child(22) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-22;
          animation-name: move-frames-22;
  -webkit-animation-duration: 34041ms;
          animation-duration: 34041ms;
  -webkit-animation-delay: 35221ms;
          animation-delay: 35221ms;
}
@-webkit-keyframes move-frames-22 {
  from {
    transform: translate3d(42vw, 103vh, 0);
  }
  to {
    transform: translate3d(15vw, -128vh, 0);
  }
}
@keyframes move-frames-22 {
  from {
    transform: translate3d(42vw, 103vh, 0);
  }
  to {
    transform: translate3d(15vw, -128vh, 0);
  }
}
.circle-container:nth-child(22) .circle {
  -webkit-animation-delay: 2714ms;
          animation-delay: 2714ms;
}
.circle-container:nth-child(23) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-23;
          animation-name: move-frames-23;
  -webkit-animation-duration: 29853ms;
          animation-duration: 29853ms;
  -webkit-animation-delay: 36748ms;
          animation-delay: 36748ms;
}
@-webkit-keyframes move-frames-23 {
  from {
    transform: translate3d(53vw, 105vh, 0);
  }
  to {
    transform: translate3d(88vw, -130vh, 0);
  }
}
@keyframes move-frames-23 {
  from {
    transform: translate3d(53vw, 105vh, 0);
  }
  to {
    transform: translate3d(88vw, -130vh, 0);
  }
}
.circle-container:nth-child(23) .circle {
  -webkit-animation-delay: 1770ms;
          animation-delay: 1770ms;
}
.circle-container:nth-child(24) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-24;
          animation-name: move-frames-24;
  -webkit-animation-duration: 28871ms;
          animation-duration: 28871ms;
  -webkit-animation-delay: 7833ms;
          animation-delay: 7833ms;
}
@-webkit-keyframes move-frames-24 {
  from {
    transform: translate3d(81vw, 105vh, 0);
  }
  to {
    transform: translate3d(18vw, -112vh, 0);
  }
}
@keyframes move-frames-24 {
  from {
    transform: translate3d(81vw, 105vh, 0);
  }
  to {
    transform: translate3d(18vw, -112vh, 0);
  }
}
.circle-container:nth-child(24) .circle {
  -webkit-animation-delay: 3353ms;
          animation-delay: 3353ms;
}
.circle-container:nth-child(25) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-25;
          animation-name: move-frames-25;
  -webkit-animation-duration: 29389ms;
          animation-duration: 29389ms;
  -webkit-animation-delay: 20804ms;
          animation-delay: 20804ms;
}
@-webkit-keyframes move-frames-25 {
  from {
    transform: translate3d(34vw, 102vh, 0);
  }
  to {
    transform: translate3d(59vw, -114vh, 0);
  }
}
@keyframes move-frames-25 {
  from {
    transform: translate3d(34vw, 102vh, 0);
  }
  to {
    transform: translate3d(59vw, -114vh, 0);
  }
}
.circle-container:nth-child(25) .circle {
  -webkit-animation-delay: 2716ms;
          animation-delay: 2716ms;
}
.circle-container:nth-child(26) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-26;
          animation-name: move-frames-26;
  -webkit-animation-duration: 35432ms;
          animation-duration: 35432ms;
  -webkit-animation-delay: 15511ms;
          animation-delay: 15511ms;
}
@-webkit-keyframes move-frames-26 {
  from {
    transform: translate3d(17vw, 104vh, 0);
  }
  to {
    transform: translate3d(63vw, -105vh, 0);
  }
}
@keyframes move-frames-26 {
  from {
    transform: translate3d(17vw, 104vh, 0);
  }
  to {
    transform: translate3d(63vw, -105vh, 0);
  }
}
.circle-container:nth-child(26) .circle {
  -webkit-animation-delay: 2750ms;
          animation-delay: 2750ms;
}
.circle-container:nth-child(27) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-27;
          animation-name: move-frames-27;
  -webkit-animation-duration: 29019ms;
          animation-duration: 29019ms;
  -webkit-animation-delay: 2611ms;
          animation-delay: 2611ms;
}
@-webkit-keyframes move-frames-27 {
  from {
    transform: translate3d(89vw, 108vh, 0);
  }
  to {
    transform: translate3d(83vw, -119vh, 0);
  }
}
@keyframes move-frames-27 {
  from {
    transform: translate3d(89vw, 108vh, 0);
  }
  to {
    transform: translate3d(83vw, -119vh, 0);
  }
}
.circle-container:nth-child(27) .circle {
  -webkit-animation-delay: 695ms;
          animation-delay: 695ms;
}
.circle-container:nth-child(28) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-28;
          animation-name: move-frames-28;
  -webkit-animation-duration: 33518ms;
          animation-duration: 33518ms;
  -webkit-animation-delay: 20837ms;
          animation-delay: 20837ms;
}
@-webkit-keyframes move-frames-28 {
  from {
    transform: translate3d(76vw, 108vh, 0);
  }
  to {
    transform: translate3d(56vw, -111vh, 0);
  }
}
@keyframes move-frames-28 {
  from {
    transform: translate3d(76vw, 108vh, 0);
  }
  to {
    transform: translate3d(56vw, -111vh, 0);
  }
}
.circle-container:nth-child(28) .circle {
  -webkit-animation-delay: 3513ms;
          animation-delay: 3513ms;
}
.circle-container:nth-child(29) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-29;
          animation-name: move-frames-29;
  -webkit-animation-duration: 34418ms;
          animation-duration: 34418ms;
  -webkit-animation-delay: 9567ms;
          animation-delay: 9567ms;
}
@-webkit-keyframes move-frames-29 {
  from {
    transform: translate3d(75vw, 102vh, 0);
  }
  to {
    transform: translate3d(46vw, -123vh, 0);
  }
}
@keyframes move-frames-29 {
  from {
    transform: translate3d(75vw, 102vh, 0);
  }
  to {
    transform: translate3d(46vw, -123vh, 0);
  }
}
.circle-container:nth-child(29) .circle {
  -webkit-animation-delay: 380ms;
          animation-delay: 380ms;
}
.circle-container:nth-child(30) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-30;
          animation-name: move-frames-30;
  -webkit-animation-duration: 32894ms;
          animation-duration: 32894ms;
  -webkit-animation-delay: 6872ms;
          animation-delay: 6872ms;
}
@-webkit-keyframes move-frames-30 {
  from {
    transform: translate3d(45vw, 106vh, 0);
  }
  to {
    transform: translate3d(24vw, -120vh, 0);
  }
}
@keyframes move-frames-30 {
  from {
    transform: translate3d(45vw, 106vh, 0);
  }
  to {
    transform: translate3d(24vw, -120vh, 0);
  }
}
.circle-container:nth-child(30) .circle {
  -webkit-animation-delay: 1265ms;
          animation-delay: 1265ms;
}
.circle-container:nth-child(31) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-31;
          animation-name: move-frames-31;
  -webkit-animation-duration: 30525ms;
          animation-duration: 30525ms;
  -webkit-animation-delay: 34366ms;
          animation-delay: 34366ms;
}
@-webkit-keyframes move-frames-31 {
  from {
    transform: translate3d(100vw, 106vh, 0);
  }
  to {
    transform: translate3d(86vw, -118vh, 0);
  }
}
@keyframes move-frames-31 {
  from {
    transform: translate3d(100vw, 106vh, 0);
  }
  to {
    transform: translate3d(86vw, -118vh, 0);
  }
}
.circle-container:nth-child(31) .circle {
  -webkit-animation-delay: 3319ms;
          animation-delay: 3319ms;
}
.circle-container:nth-child(32) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-32;
          animation-name: move-frames-32;
  -webkit-animation-duration: 32784ms;
          animation-duration: 32784ms;
  -webkit-animation-delay: 8525ms;
          animation-delay: 8525ms;
}
@-webkit-keyframes move-frames-32 {
  from {
    transform: translate3d(48vw, 107vh, 0);
  }
  to {
    transform: translate3d(47vw, -137vh, 0);
  }
}
@keyframes move-frames-32 {
  from {
    transform: translate3d(48vw, 107vh, 0);
  }
  to {
    transform: translate3d(47vw, -137vh, 0);
  }
}
.circle-container:nth-child(32) .circle {
  -webkit-animation-delay: 3643ms;
          animation-delay: 3643ms;
}
.circle-container:nth-child(33) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-33;
          animation-name: move-frames-33;
  -webkit-animation-duration: 31038ms;
          animation-duration: 31038ms;
  -webkit-animation-delay: 26866ms;
          animation-delay: 26866ms;
}
@-webkit-keyframes move-frames-33 {
  from {
    transform: translate3d(76vw, 107vh, 0);
  }
  to {
    transform: translate3d(96vw, -118vh, 0);
  }
}
@keyframes move-frames-33 {
  from {
    transform: translate3d(76vw, 107vh, 0);
  }
  to {
    transform: translate3d(96vw, -118vh, 0);
  }
}
.circle-container:nth-child(33) .circle {
  -webkit-animation-delay: 3921ms;
          animation-delay: 3921ms;
}
.circle-container:nth-child(34) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-34;
          animation-name: move-frames-34;
  -webkit-animation-duration: 35829ms;
          animation-duration: 35829ms;
  -webkit-animation-delay: 1511ms;
          animation-delay: 1511ms;
}
@-webkit-keyframes move-frames-34 {
  from {
    transform: translate3d(64vw, 102vh, 0);
  }
  to {
    transform: translate3d(49vw, -123vh, 0);
  }
}
@keyframes move-frames-34 {
  from {
    transform: translate3d(64vw, 102vh, 0);
  }
  to {
    transform: translate3d(49vw, -123vh, 0);
  }
}
.circle-container:nth-child(34) .circle {
  -webkit-animation-delay: 3360ms;
          animation-delay: 3360ms;
}
.circle-container:nth-child(35) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-35;
          animation-name: move-frames-35;
  -webkit-animation-duration: 36253ms;
          animation-duration: 36253ms;
  -webkit-animation-delay: 34592ms;
          animation-delay: 34592ms;
}
@-webkit-keyframes move-frames-35 {
  from {
    transform: translate3d(77vw, 106vh, 0);
  }
  to {
    transform: translate3d(79vw, -133vh, 0);
  }
}
@keyframes move-frames-35 {
  from {
    transform: translate3d(77vw, 106vh, 0);
  }
  to {
    transform: translate3d(79vw, -133vh, 0);
  }
}
.circle-container:nth-child(35) .circle {
  -webkit-animation-delay: 3753ms;
          animation-delay: 3753ms;
}
.circle-container:nth-child(36) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-36;
          animation-name: move-frames-36;
  -webkit-animation-duration: 33180ms;
          animation-duration: 33180ms;
  -webkit-animation-delay: 7377ms;
          animation-delay: 7377ms;
}
@-webkit-keyframes move-frames-36 {
  from {
    transform: translate3d(25vw, 106vh, 0);
  }
  to {
    transform: translate3d(21vw, -114vh, 0);
  }
}
@keyframes move-frames-36 {
  from {
    transform: translate3d(25vw, 106vh, 0);
  }
  to {
    transform: translate3d(21vw, -114vh, 0);
  }
}
.circle-container:nth-child(36) .circle {
  -webkit-animation-delay: 980ms;
          animation-delay: 980ms;
}
.circle-container:nth-child(37) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-37;
          animation-name: move-frames-37;
  -webkit-animation-duration: 32760ms;
          animation-duration: 32760ms;
  -webkit-animation-delay: 35568ms;
          animation-delay: 35568ms;
}
@-webkit-keyframes move-frames-37 {
  from {
    transform: translate3d(48vw, 103vh, 0);
  }
  to {
    transform: translate3d(19vw, -110vh, 0);
  }
}
@keyframes move-frames-37 {
  from {
    transform: translate3d(48vw, 103vh, 0);
  }
  to {
    transform: translate3d(19vw, -110vh, 0);
  }
}
.circle-container:nth-child(37) .circle {
  -webkit-animation-delay: 3699ms;
          animation-delay: 3699ms;
}
.circle-container:nth-child(38) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-38;
          animation-name: move-frames-38;
  -webkit-animation-duration: 34125ms;
          animation-duration: 34125ms;
  -webkit-animation-delay: 35771ms;
          animation-delay: 35771ms;
}
@-webkit-keyframes move-frames-38 {
  from {
    transform: translate3d(27vw, 109vh, 0);
  }
  to {
    transform: translate3d(90vw, -130vh, 0);
  }
}
@keyframes move-frames-38 {
  from {
    transform: translate3d(27vw, 109vh, 0);
  }
  to {
    transform: translate3d(90vw, -130vh, 0);
  }
}
.circle-container:nth-child(38) .circle {
  -webkit-animation-delay: 729ms;
          animation-delay: 729ms;
}
.circle-container:nth-child(39) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-39;
          animation-name: move-frames-39;
  -webkit-animation-duration: 28343ms;
          animation-duration: 28343ms;
  -webkit-animation-delay: 5233ms;
          animation-delay: 5233ms;
}
@-webkit-keyframes move-frames-39 {
  from {
    transform: translate3d(51vw, 106vh, 0);
  }
  to {
    transform: translate3d(88vw, -131vh, 0);
  }
}
@keyframes move-frames-39 {
  from {
    transform: translate3d(51vw, 106vh, 0);
  }
  to {
    transform: translate3d(88vw, -131vh, 0);
  }
}
.circle-container:nth-child(39) .circle {
  -webkit-animation-delay: 2070ms;
          animation-delay: 2070ms;
}
.circle-container:nth-child(40) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-40;
          animation-name: move-frames-40;
  -webkit-animation-duration: 35203ms;
          animation-duration: 35203ms;
  -webkit-animation-delay: 30668ms;
          animation-delay: 30668ms;
}
@-webkit-keyframes move-frames-40 {
  from {
    transform: translate3d(96vw, 101vh, 0);
  }
  to {
    transform: translate3d(41vw, -106vh, 0);
  }
}
@keyframes move-frames-40 {
  from {
    transform: translate3d(96vw, 101vh, 0);
  }
  to {
    transform: translate3d(41vw, -106vh, 0);
  }
}
.circle-container:nth-child(40) .circle {
  -webkit-animation-delay: 1135ms;
          animation-delay: 1135ms;
}
.circle-container:nth-child(41) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-41;
          animation-name: move-frames-41;
  -webkit-animation-duration: 30596ms;
          animation-duration: 30596ms;
  -webkit-animation-delay: 8689ms;
          animation-delay: 8689ms;
}
@-webkit-keyframes move-frames-41 {
  from {
    transform: translate3d(53vw, 108vh, 0);
  }
  to {
    transform: translate3d(24vw, -120vh, 0);
  }
}
@keyframes move-frames-41 {
  from {
    transform: translate3d(53vw, 108vh, 0);
  }
  to {
    transform: translate3d(24vw, -120vh, 0);
  }
}
.circle-container:nth-child(41) .circle {
  -webkit-animation-delay: 2042ms;
          animation-delay: 2042ms;
}
.circle-container:nth-child(42) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-42;
          animation-name: move-frames-42;
  -webkit-animation-duration: 34589ms;
          animation-duration: 34589ms;
  -webkit-animation-delay: 13744ms;
          animation-delay: 13744ms;
}
@-webkit-keyframes move-frames-42 {
  from {
    transform: translate3d(78vw, 107vh, 0);
  }
  to {
    transform: translate3d(99vw, -125vh, 0);
  }
}
@keyframes move-frames-42 {
  from {
    transform: translate3d(78vw, 107vh, 0);
  }
  to {
    transform: translate3d(99vw, -125vh, 0);
  }
}
.circle-container:nth-child(42) .circle {
  -webkit-animation-delay: 3537ms;
          animation-delay: 3537ms;
}
.circle-container:nth-child(43) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-43;
          animation-name: move-frames-43;
  -webkit-animation-duration: 33406ms;
          animation-duration: 33406ms;
  -webkit-animation-delay: 7967ms;
          animation-delay: 7967ms;
}
@-webkit-keyframes move-frames-43 {
  from {
    transform: translate3d(80vw, 110vh, 0);
  }
  to {
    transform: translate3d(10vw, -139vh, 0);
  }
}
@keyframes move-frames-43 {
  from {
    transform: translate3d(80vw, 110vh, 0);
  }
  to {
    transform: translate3d(10vw, -139vh, 0);
  }
}
.circle-container:nth-child(43) .circle {
  -webkit-animation-delay: 2658ms;
          animation-delay: 2658ms;
}
.circle-container:nth-child(44) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-44;
          animation-name: move-frames-44;
  -webkit-animation-duration: 35736ms;
          animation-duration: 35736ms;
  -webkit-animation-delay: 3992ms;
          animation-delay: 3992ms;
}
@-webkit-keyframes move-frames-44 {
  from {
    transform: translate3d(98vw, 105vh, 0);
  }
  to {
    transform: translate3d(100vw, -120vh, 0);
  }
}
@keyframes move-frames-44 {
  from {
    transform: translate3d(98vw, 105vh, 0);
  }
  to {
    transform: translate3d(100vw, -120vh, 0);
  }
}
.circle-container:nth-child(44) .circle {
  -webkit-animation-delay: 2869ms;
          animation-delay: 2869ms;
}
.circle-container:nth-child(45) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-45;
          animation-name: move-frames-45;
  -webkit-animation-duration: 31922ms;
          animation-duration: 31922ms;
  -webkit-animation-delay: 10731ms;
          animation-delay: 10731ms;
}
@-webkit-keyframes move-frames-45 {
  from {
    transform: translate3d(20vw, 101vh, 0);
  }
  to {
    transform: translate3d(36vw, -123vh, 0);
  }
}
@keyframes move-frames-45 {
  from {
    transform: translate3d(20vw, 101vh, 0);
  }
  to {
    transform: translate3d(36vw, -123vh, 0);
  }
}
.circle-container:nth-child(45) .circle {
  -webkit-animation-delay: 1600ms;
          animation-delay: 1600ms;
}
.circle-container:nth-child(46) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-46;
          animation-name: move-frames-46;
  -webkit-animation-duration: 32895ms;
          animation-duration: 32895ms;
  -webkit-animation-delay: 18088ms;
          animation-delay: 18088ms;
}
@-webkit-keyframes move-frames-46 {
  from {
    transform: translate3d(56vw, 110vh, 0);
  }
  to {
    transform: translate3d(40vw, -113vh, 0);
  }
}
@keyframes move-frames-46 {
  from {
    transform: translate3d(56vw, 110vh, 0);
  }
  to {
    transform: translate3d(40vw, -113vh, 0);
  }
}
.circle-container:nth-child(46) .circle {
  -webkit-animation-delay: 3265ms;
          animation-delay: 3265ms;
}
.circle-container:nth-child(47) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-47;
          animation-name: move-frames-47;
  -webkit-animation-duration: 34672ms;
          animation-duration: 34672ms;
  -webkit-animation-delay: 25721ms;
          animation-delay: 25721ms;
}
@-webkit-keyframes move-frames-47 {
  from {
    transform: translate3d(71vw, 104vh, 0);
  }
  to {
    transform: translate3d(19vw, -124vh, 0);
  }
}
@keyframes move-frames-47 {
  from {
    transform: translate3d(71vw, 104vh, 0);
  }
  to {
    transform: translate3d(19vw, -124vh, 0);
  }
}
.circle-container:nth-child(47) .circle {
  -webkit-animation-delay: 2791ms;
          animation-delay: 2791ms;
}
.circle-container:nth-child(48) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-48;
          animation-name: move-frames-48;
  -webkit-animation-duration: 30296ms;
          animation-duration: 30296ms;
  -webkit-animation-delay: 4425ms;
          animation-delay: 4425ms;
}
@-webkit-keyframes move-frames-48 {
  from {
    transform: translate3d(77vw, 109vh, 0);
  }
  to {
    transform: translate3d(90vw, -111vh, 0);
  }
}
@keyframes move-frames-48 {
  from {
    transform: translate3d(77vw, 109vh, 0);
  }
  to {
    transform: translate3d(90vw, -111vh, 0);
  }
}
.circle-container:nth-child(48) .circle {
  -webkit-animation-delay: 887ms;
          animation-delay: 887ms;
}
.circle-container:nth-child(49) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-49;
          animation-name: move-frames-49;
  -webkit-animation-duration: 33806ms;
          animation-duration: 33806ms;
  -webkit-animation-delay: 20797ms;
          animation-delay: 20797ms;
}
@-webkit-keyframes move-frames-49 {
  from {
    transform: translate3d(98vw, 105vh, 0);
  }
  to {
    transform: translate3d(52vw, -117vh, 0);
  }
}
@keyframes move-frames-49 {
  from {
    transform: translate3d(98vw, 105vh, 0);
  }
  to {
    transform: translate3d(52vw, -117vh, 0);
  }
}
.circle-container:nth-child(49) .circle {
  -webkit-animation-delay: 3039ms;
          animation-delay: 3039ms;
}
.circle-container:nth-child(50) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-50;
          animation-name: move-frames-50;
  -webkit-animation-duration: 36113ms;
          animation-duration: 36113ms;
  -webkit-animation-delay: 23370ms;
          animation-delay: 23370ms;
}
@-webkit-keyframes move-frames-50 {
  from {
    transform: translate3d(92vw, 101vh, 0);
  }
  to {
    transform: translate3d(20vw, -106vh, 0);
  }
}
@keyframes move-frames-50 {
  from {
    transform: translate3d(92vw, 101vh, 0);
  }
  to {
    transform: translate3d(20vw, -106vh, 0);
  }
}
.circle-container:nth-child(50) .circle {
  -webkit-animation-delay: 2724ms;
          animation-delay: 2724ms;
}
.circle-container:nth-child(51) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-51;
          animation-name: move-frames-51;
  -webkit-animation-duration: 32992ms;
          animation-duration: 32992ms;
  -webkit-animation-delay: 9539ms;
          animation-delay: 9539ms;
}
@-webkit-keyframes move-frames-51 {
  from {
    transform: translate3d(77vw, 110vh, 0);
  }
  to {
    transform: translate3d(36vw, -134vh, 0);
  }
}
@keyframes move-frames-51 {
  from {
    transform: translate3d(77vw, 110vh, 0);
  }
  to {
    transform: translate3d(36vw, -134vh, 0);
  }
}
.circle-container:nth-child(51) .circle {
  -webkit-animation-delay: 1841ms;
          animation-delay: 1841ms;
}
.circle-container:nth-child(52) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-52;
          animation-name: move-frames-52;
  -webkit-animation-duration: 31196ms;
          animation-duration: 31196ms;
  -webkit-animation-delay: 15623ms;
          animation-delay: 15623ms;
}
@-webkit-keyframes move-frames-52 {
  from {
    transform: translate3d(4vw, 106vh, 0);
  }
  to {
    transform: translate3d(72vw, -117vh, 0);
  }
}
@keyframes move-frames-52 {
  from {
    transform: translate3d(4vw, 106vh, 0);
  }
  to {
    transform: translate3d(72vw, -117vh, 0);
  }
}
.circle-container:nth-child(52) .circle {
  -webkit-animation-delay: 3086ms;
          animation-delay: 3086ms;
}
.circle-container:nth-child(53) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-53;
          animation-name: move-frames-53;
  -webkit-animation-duration: 36251ms;
          animation-duration: 36251ms;
  -webkit-animation-delay: 19736ms;
          animation-delay: 19736ms;
}
@-webkit-keyframes move-frames-53 {
  from {
    transform: translate3d(80vw, 103vh, 0);
  }
  to {
    transform: translate3d(6vw, -122vh, 0);
  }
}
@keyframes move-frames-53 {
  from {
    transform: translate3d(80vw, 103vh, 0);
  }
  to {
    transform: translate3d(6vw, -122vh, 0);
  }
}
.circle-container:nth-child(53) .circle {
  -webkit-animation-delay: 1861ms;
          animation-delay: 1861ms;
}
.circle-container:nth-child(54) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-54;
          animation-name: move-frames-54;
  -webkit-animation-duration: 30719ms;
          animation-duration: 30719ms;
  -webkit-animation-delay: 27281ms;
          animation-delay: 27281ms;
}
@-webkit-keyframes move-frames-54 {
  from {
    transform: translate3d(29vw, 104vh, 0);
  }
  to {
    transform: translate3d(42vw, -129vh, 0);
  }
}
@keyframes move-frames-54 {
  from {
    transform: translate3d(29vw, 104vh, 0);
  }
  to {
    transform: translate3d(42vw, -129vh, 0);
  }
}
.circle-container:nth-child(54) .circle {
  -webkit-animation-delay: 169ms;
          animation-delay: 169ms;
}
.circle-container:nth-child(55) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-55;
          animation-name: move-frames-55;
  -webkit-animation-duration: 36043ms;
          animation-duration: 36043ms;
  -webkit-animation-delay: 17064ms;
          animation-delay: 17064ms;
}
@-webkit-keyframes move-frames-55 {
  from {
    transform: translate3d(71vw, 107vh, 0);
  }
  to {
    transform: translate3d(95vw, -115vh, 0);
  }
}
@keyframes move-frames-55 {
  from {
    transform: translate3d(71vw, 107vh, 0);
  }
  to {
    transform: translate3d(95vw, -115vh, 0);
  }
}
.circle-container:nth-child(55) .circle {
  -webkit-animation-delay: 2983ms;
          animation-delay: 2983ms;
}
.circle-container:nth-child(56) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-56;
          animation-name: move-frames-56;
  -webkit-animation-duration: 34987ms;
          animation-duration: 34987ms;
  -webkit-animation-delay: 12973ms;
          animation-delay: 12973ms;
}
@-webkit-keyframes move-frames-56 {
  from {
    transform: translate3d(75vw, 101vh, 0);
  }
  to {
    transform: translate3d(47vw, -121vh, 0);
  }
}
@keyframes move-frames-56 {
  from {
    transform: translate3d(75vw, 101vh, 0);
  }
  to {
    transform: translate3d(47vw, -121vh, 0);
  }
}
.circle-container:nth-child(56) .circle {
  -webkit-animation-delay: 1192ms;
          animation-delay: 1192ms;
}
.circle-container:nth-child(57) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-57;
          animation-name: move-frames-57;
  -webkit-animation-duration: 31471ms;
          animation-duration: 31471ms;
  -webkit-animation-delay: 35212ms;
          animation-delay: 35212ms;
}
@-webkit-keyframes move-frames-57 {
  from {
    transform: translate3d(44vw, 109vh, 0);
  }
  to {
    transform: translate3d(69vw, -128vh, 0);
  }
}
@keyframes move-frames-57 {
  from {
    transform: translate3d(44vw, 109vh, 0);
  }
  to {
    transform: translate3d(69vw, -128vh, 0);
  }
}
.circle-container:nth-child(57) .circle {
  -webkit-animation-delay: 3599ms;
          animation-delay: 3599ms;
}
.circle-container:nth-child(58) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-58;
          animation-name: move-frames-58;
  -webkit-animation-duration: 33597ms;
          animation-duration: 33597ms;
  -webkit-animation-delay: 30122ms;
          animation-delay: 30122ms;
}
@-webkit-keyframes move-frames-58 {
  from {
    transform: translate3d(19vw, 105vh, 0);
  }
  to {
    transform: translate3d(46vw, -132vh, 0);
  }
}
@keyframes move-frames-58 {
  from {
    transform: translate3d(19vw, 105vh, 0);
  }
  to {
    transform: translate3d(46vw, -132vh, 0);
  }
}
.circle-container:nth-child(58) .circle {
  -webkit-animation-delay: 1714ms;
          animation-delay: 1714ms;
}
.circle-container:nth-child(59) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-59;
          animation-name: move-frames-59;
  -webkit-animation-duration: 35761ms;
          animation-duration: 35761ms;
  -webkit-animation-delay: 8701ms;
          animation-delay: 8701ms;
}
@-webkit-keyframes move-frames-59 {
  from {
    transform: translate3d(86vw, 106vh, 0);
  }
  to {
    transform: translate3d(71vw, -136vh, 0);
  }
}
@keyframes move-frames-59 {
  from {
    transform: translate3d(86vw, 106vh, 0);
  }
  to {
    transform: translate3d(71vw, -136vh, 0);
  }
}
.circle-container:nth-child(59) .circle {
  -webkit-animation-delay: 2988ms;
          animation-delay: 2988ms;
}
.circle-container:nth-child(60) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-60;
          animation-name: move-frames-60;
  -webkit-animation-duration: 29441ms;
          animation-duration: 29441ms;
  -webkit-animation-delay: 2650ms;
          animation-delay: 2650ms;
}
@-webkit-keyframes move-frames-60 {
  from {
    transform: translate3d(6vw, 106vh, 0);
  }
  to {
    transform: translate3d(92vw, -109vh, 0);
  }
}
@keyframes move-frames-60 {
  from {
    transform: translate3d(6vw, 106vh, 0);
  }
  to {
    transform: translate3d(92vw, -109vh, 0);
  }
}
.circle-container:nth-child(60) .circle {
  -webkit-animation-delay: 3229ms;
          animation-delay: 3229ms;
}
.circle-container:nth-child(61) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-61;
          animation-name: move-frames-61;
  -webkit-animation-duration: 30812ms;
          animation-duration: 30812ms;
  -webkit-animation-delay: 17400ms;
          animation-delay: 17400ms;
}
@-webkit-keyframes move-frames-61 {
  from {
    transform: translate3d(13vw, 106vh, 0);
  }
  to {
    transform: translate3d(55vw, -119vh, 0);
  }
}
@keyframes move-frames-61 {
  from {
    transform: translate3d(13vw, 106vh, 0);
  }
  to {
    transform: translate3d(55vw, -119vh, 0);
  }
}
.circle-container:nth-child(61) .circle {
  -webkit-animation-delay: 2472ms;
          animation-delay: 2472ms;
}
.circle-container:nth-child(62) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-62;
          animation-name: move-frames-62;
  -webkit-animation-duration: 35681ms;
          animation-duration: 35681ms;
  -webkit-animation-delay: 20383ms;
          animation-delay: 20383ms;
}
@-webkit-keyframes move-frames-62 {
  from {
    transform: translate3d(72vw, 110vh, 0);
  }
  to {
    transform: translate3d(26vw, -118vh, 0);
  }
}
@keyframes move-frames-62 {
  from {
    transform: translate3d(72vw, 110vh, 0);
  }
  to {
    transform: translate3d(26vw, -118vh, 0);
  }
}
.circle-container:nth-child(62) .circle {
  -webkit-animation-delay: 2404ms;
          animation-delay: 2404ms;
}
.circle-container:nth-child(63) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-63;
          animation-name: move-frames-63;
  -webkit-animation-duration: 33323ms;
          animation-duration: 33323ms;
  -webkit-animation-delay: 34397ms;
          animation-delay: 34397ms;
}
@-webkit-keyframes move-frames-63 {
  from {
    transform: translate3d(49vw, 103vh, 0);
  }
  to {
    transform: translate3d(5vw, -132vh, 0);
  }
}
@keyframes move-frames-63 {
  from {
    transform: translate3d(49vw, 103vh, 0);
  }
  to {
    transform: translate3d(5vw, -132vh, 0);
  }
}
.circle-container:nth-child(63) .circle {
  -webkit-animation-delay: 1523ms;
          animation-delay: 1523ms;
}
.circle-container:nth-child(64) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-64;
          animation-name: move-frames-64;
  -webkit-animation-duration: 29772ms;
          animation-duration: 29772ms;
  -webkit-animation-delay: 19323ms;
          animation-delay: 19323ms;
}
@-webkit-keyframes move-frames-64 {
  from {
    transform: translate3d(21vw, 107vh, 0);
  }
  to {
    transform: translate3d(67vw, -131vh, 0);
  }
}
@keyframes move-frames-64 {
  from {
    transform: translate3d(21vw, 107vh, 0);
  }
  to {
    transform: translate3d(67vw, -131vh, 0);
  }
}
.circle-container:nth-child(64) .circle {
  -webkit-animation-delay: 1807ms;
          animation-delay: 1807ms;
}
.circle-container:nth-child(65) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-65;
          animation-name: move-frames-65;
  -webkit-animation-duration: 32851ms;
          animation-duration: 32851ms;
  -webkit-animation-delay: 13848ms;
          animation-delay: 13848ms;
}
@-webkit-keyframes move-frames-65 {
  from {
    transform: translate3d(82vw, 105vh, 0);
  }
  to {
    transform: translate3d(68vw, -113vh, 0);
  }
}
@keyframes move-frames-65 {
  from {
    transform: translate3d(82vw, 105vh, 0);
  }
  to {
    transform: translate3d(68vw, -113vh, 0);
  }
}
.circle-container:nth-child(65) .circle {
  -webkit-animation-delay: 2955ms;
          animation-delay: 2955ms;
}
.circle-container:nth-child(66) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-66;
          animation-name: move-frames-66;
  -webkit-animation-duration: 33387ms;
          animation-duration: 33387ms;
  -webkit-animation-delay: 33940ms;
          animation-delay: 33940ms;
}
@-webkit-keyframes move-frames-66 {
  from {
    transform: translate3d(93vw, 106vh, 0);
  }
  to {
    transform: translate3d(70vw, -108vh, 0);
  }
}
@keyframes move-frames-66 {
  from {
    transform: translate3d(93vw, 106vh, 0);
  }
  to {
    transform: translate3d(70vw, -108vh, 0);
  }
}
.circle-container:nth-child(66) .circle {
  -webkit-animation-delay: 216ms;
          animation-delay: 216ms;
}
.circle-container:nth-child(67) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-67;
          animation-name: move-frames-67;
  -webkit-animation-duration: 28456ms;
          animation-duration: 28456ms;
  -webkit-animation-delay: 2605ms;
          animation-delay: 2605ms;
}
@-webkit-keyframes move-frames-67 {
  from {
    transform: translate3d(85vw, 104vh, 0);
  }
  to {
    transform: translate3d(94vw, -121vh, 0);
  }
}
@keyframes move-frames-67 {
  from {
    transform: translate3d(85vw, 104vh, 0);
  }
  to {
    transform: translate3d(94vw, -121vh, 0);
  }
}
.circle-container:nth-child(67) .circle {
  -webkit-animation-delay: 3735ms;
          animation-delay: 3735ms;
}
.circle-container:nth-child(68) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-68;
          animation-name: move-frames-68;
  -webkit-animation-duration: 32292ms;
          animation-duration: 32292ms;
  -webkit-animation-delay: 14035ms;
          animation-delay: 14035ms;
}
@-webkit-keyframes move-frames-68 {
  from {
    transform: translate3d(25vw, 109vh, 0);
  }
  to {
    transform: translate3d(30vw, -138vh, 0);
  }
}
@keyframes move-frames-68 {
  from {
    transform: translate3d(25vw, 109vh, 0);
  }
  to {
    transform: translate3d(30vw, -138vh, 0);
  }
}
.circle-container:nth-child(68) .circle {
  -webkit-animation-delay: 3044ms;
          animation-delay: 3044ms;
}
.circle-container:nth-child(69) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-69;
          animation-name: move-frames-69;
  -webkit-animation-duration: 31404ms;
          animation-duration: 31404ms;
  -webkit-animation-delay: 26810ms;
          animation-delay: 26810ms;
}
@-webkit-keyframes move-frames-69 {
  from {
    transform: translate3d(22vw, 110vh, 0);
  }
  to {
    transform: translate3d(59vw, -140vh, 0);
  }
}
@keyframes move-frames-69 {
  from {
    transform: translate3d(22vw, 110vh, 0);
  }
  to {
    transform: translate3d(59vw, -140vh, 0);
  }
}
.circle-container:nth-child(69) .circle {
  -webkit-animation-delay: 1420ms;
          animation-delay: 1420ms;
}
.circle-container:nth-child(70) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-70;
          animation-name: move-frames-70;
  -webkit-animation-duration: 30076ms;
          animation-duration: 30076ms;
  -webkit-animation-delay: 440ms;
          animation-delay: 440ms;
}
@-webkit-keyframes move-frames-70 {
  from {
    transform: translate3d(96vw, 105vh, 0);
  }
  to {
    transform: translate3d(10vw, -115vh, 0);
  }
}
@keyframes move-frames-70 {
  from {
    transform: translate3d(96vw, 105vh, 0);
  }
  to {
    transform: translate3d(10vw, -115vh, 0);
  }
}
.circle-container:nth-child(70) .circle {
  -webkit-animation-delay: 1204ms;
          animation-delay: 1204ms;
}
.circle-container:nth-child(71) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-71;
          animation-name: move-frames-71;
  -webkit-animation-duration: 35186ms;
          animation-duration: 35186ms;
  -webkit-animation-delay: 21784ms;
          animation-delay: 21784ms;
}
@-webkit-keyframes move-frames-71 {
  from {
    transform: translate3d(50vw, 105vh, 0);
  }
  to {
    transform: translate3d(75vw, -114vh, 0);
  }
}
@keyframes move-frames-71 {
  from {
    transform: translate3d(50vw, 105vh, 0);
  }
  to {
    transform: translate3d(75vw, -114vh, 0);
  }
}
.circle-container:nth-child(71) .circle {
  -webkit-animation-delay: 3002ms;
          animation-delay: 3002ms;
}
.circle-container:nth-child(72) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-72;
          animation-name: move-frames-72;
  -webkit-animation-duration: 35160ms;
          animation-duration: 35160ms;
  -webkit-animation-delay: 31761ms;
          animation-delay: 31761ms;
}
@-webkit-keyframes move-frames-72 {
  from {
    transform: translate3d(8vw, 106vh, 0);
  }
  to {
    transform: translate3d(53vw, -108vh, 0);
  }
}
@keyframes move-frames-72 {
  from {
    transform: translate3d(8vw, 106vh, 0);
  }
  to {
    transform: translate3d(53vw, -108vh, 0);
  }
}
.circle-container:nth-child(72) .circle {
  -webkit-animation-delay: 449ms;
          animation-delay: 449ms;
}
.circle-container:nth-child(73) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-73;
          animation-name: move-frames-73;
  -webkit-animation-duration: 31366ms;
          animation-duration: 31366ms;
  -webkit-animation-delay: 8060ms;
          animation-delay: 8060ms;
}
@-webkit-keyframes move-frames-73 {
  from {
    transform: translate3d(11vw, 102vh, 0);
  }
  to {
    transform: translate3d(29vw, -119vh, 0);
  }
}
@keyframes move-frames-73 {
  from {
    transform: translate3d(11vw, 102vh, 0);
  }
  to {
    transform: translate3d(29vw, -119vh, 0);
  }
}
.circle-container:nth-child(73) .circle {
  -webkit-animation-delay: 1628ms;
          animation-delay: 1628ms;
}
.circle-container:nth-child(74) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-74;
          animation-name: move-frames-74;
  -webkit-animation-duration: 31753ms;
          animation-duration: 31753ms;
  -webkit-animation-delay: 19614ms;
          animation-delay: 19614ms;
}
@-webkit-keyframes move-frames-74 {
  from {
    transform: translate3d(50vw, 108vh, 0);
  }
  to {
    transform: translate3d(18vw, -128vh, 0);
  }
}
@keyframes move-frames-74 {
  from {
    transform: translate3d(50vw, 108vh, 0);
  }
  to {
    transform: translate3d(18vw, -128vh, 0);
  }
}
.circle-container:nth-child(74) .circle {
  -webkit-animation-delay: 1347ms;
          animation-delay: 1347ms;
}
.circle-container:nth-child(75) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-75;
          animation-name: move-frames-75;
  -webkit-animation-duration: 33061ms;
          animation-duration: 33061ms;
  -webkit-animation-delay: 21085ms;
          animation-delay: 21085ms;
}
@-webkit-keyframes move-frames-75 {
  from {
    transform: translate3d(98vw, 107vh, 0);
  }
  to {
    transform: translate3d(24vw, -122vh, 0);
  }
}
@keyframes move-frames-75 {
  from {
    transform: translate3d(98vw, 107vh, 0);
  }
  to {
    transform: translate3d(24vw, -122vh, 0);
  }
}
.circle-container:nth-child(75) .circle {
  -webkit-animation-delay: 1449ms;
          animation-delay: 1449ms;
}
.circle-container:nth-child(76) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-76;
          animation-name: move-frames-76;
  -webkit-animation-duration: 29984ms;
          animation-duration: 29984ms;
  -webkit-animation-delay: 9821ms;
          animation-delay: 9821ms;
}
@-webkit-keyframes move-frames-76 {
  from {
    transform: translate3d(20vw, 104vh, 0);
  }
  to {
    transform: translate3d(65vw, -130vh, 0);
  }
}
@keyframes move-frames-76 {
  from {
    transform: translate3d(20vw, 104vh, 0);
  }
  to {
    transform: translate3d(65vw, -130vh, 0);
  }
}
.circle-container:nth-child(76) .circle {
  -webkit-animation-delay: 2999ms;
          animation-delay: 2999ms;
}
.circle-container:nth-child(77) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-77;
          animation-name: move-frames-77;
  -webkit-animation-duration: 32637ms;
          animation-duration: 32637ms;
  -webkit-animation-delay: 25762ms;
          animation-delay: 25762ms;
}
@-webkit-keyframes move-frames-77 {
  from {
    transform: translate3d(64vw, 103vh, 0);
  }
  to {
    transform: translate3d(36vw, -129vh, 0);
  }
}
@keyframes move-frames-77 {
  from {
    transform: translate3d(64vw, 103vh, 0);
  }
  to {
    transform: translate3d(36vw, -129vh, 0);
  }
}
.circle-container:nth-child(77) .circle {
  -webkit-animation-delay: 2740ms;
          animation-delay: 2740ms;
}
.circle-container:nth-child(78) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-78;
          animation-name: move-frames-78;
  -webkit-animation-duration: 36483ms;
          animation-duration: 36483ms;
  -webkit-animation-delay: 33451ms;
          animation-delay: 33451ms;
}
@-webkit-keyframes move-frames-78 {
  from {
    transform: translate3d(16vw, 107vh, 0);
  }
  to {
    transform: translate3d(80vw, -122vh, 0);
  }
}
@keyframes move-frames-78 {
  from {
    transform: translate3d(16vw, 107vh, 0);
  }
  to {
    transform: translate3d(80vw, -122vh, 0);
  }
}
.circle-container:nth-child(78) .circle {
  -webkit-animation-delay: 2316ms;
          animation-delay: 2316ms;
}
.circle-container:nth-child(79) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-79;
          animation-name: move-frames-79;
  -webkit-animation-duration: 33419ms;
          animation-duration: 33419ms;
  -webkit-animation-delay: 13479ms;
          animation-delay: 13479ms;
}
@-webkit-keyframes move-frames-79 {
  from {
    transform: translate3d(95vw, 107vh, 0);
  }
  to {
    transform: translate3d(90vw, -127vh, 0);
  }
}
@keyframes move-frames-79 {
  from {
    transform: translate3d(95vw, 107vh, 0);
  }
  to {
    transform: translate3d(90vw, -127vh, 0);
  }
}
.circle-container:nth-child(79) .circle {
  -webkit-animation-delay: 3055ms;
          animation-delay: 3055ms;
}
.circle-container:nth-child(80) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-80;
          animation-name: move-frames-80;
  -webkit-animation-duration: 35488ms;
          animation-duration: 35488ms;
  -webkit-animation-delay: 4631ms;
          animation-delay: 4631ms;
}
@-webkit-keyframes move-frames-80 {
  from {
    transform: translate3d(64vw, 109vh, 0);
  }
  to {
    transform: translate3d(35vw, -125vh, 0);
  }
}
@keyframes move-frames-80 {
  from {
    transform: translate3d(64vw, 109vh, 0);
  }
  to {
    transform: translate3d(35vw, -125vh, 0);
  }
}
.circle-container:nth-child(80) .circle {
  -webkit-animation-delay: 3060ms;
          animation-delay: 3060ms;
}
.circle-container:nth-child(81) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-81;
          animation-name: move-frames-81;
  -webkit-animation-duration: 36099ms;
          animation-duration: 36099ms;
  -webkit-animation-delay: 29716ms;
          animation-delay: 29716ms;
}
@-webkit-keyframes move-frames-81 {
  from {
    transform: translate3d(45vw, 106vh, 0);
  }
  to {
    transform: translate3d(80vw, -125vh, 0);
  }
}
@keyframes move-frames-81 {
  from {
    transform: translate3d(45vw, 106vh, 0);
  }
  to {
    transform: translate3d(80vw, -125vh, 0);
  }
}
.circle-container:nth-child(81) .circle {
  -webkit-animation-delay: 3300ms;
          animation-delay: 3300ms;
}
.circle-container:nth-child(82) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-82;
          animation-name: move-frames-82;
  -webkit-animation-duration: 32551ms;
          animation-duration: 32551ms;
  -webkit-animation-delay: 23313ms;
          animation-delay: 23313ms;
}
@-webkit-keyframes move-frames-82 {
  from {
    transform: translate3d(15vw, 106vh, 0);
  }
  to {
    transform: translate3d(26vw, -116vh, 0);
  }
}
@keyframes move-frames-82 {
  from {
    transform: translate3d(15vw, 106vh, 0);
  }
  to {
    transform: translate3d(26vw, -116vh, 0);
  }
}
.circle-container:nth-child(82) .circle {
  -webkit-animation-delay: 3976ms;
          animation-delay: 3976ms;
}
.circle-container:nth-child(83) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-83;
          animation-name: move-frames-83;
  -webkit-animation-duration: 35549ms;
          animation-duration: 35549ms;
  -webkit-animation-delay: 32622ms;
          animation-delay: 32622ms;
}
@-webkit-keyframes move-frames-83 {
  from {
    transform: translate3d(68vw, 110vh, 0);
  }
  to {
    transform: translate3d(6vw, -130vh, 0);
  }
}
@keyframes move-frames-83 {
  from {
    transform: translate3d(68vw, 110vh, 0);
  }
  to {
    transform: translate3d(6vw, -130vh, 0);
  }
}
.circle-container:nth-child(83) .circle {
  -webkit-animation-delay: 512ms;
          animation-delay: 512ms;
}
.circle-container:nth-child(84) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-84;
          animation-name: move-frames-84;
  -webkit-animation-duration: 34105ms;
          animation-duration: 34105ms;
  -webkit-animation-delay: 31766ms;
          animation-delay: 31766ms;
}
@-webkit-keyframes move-frames-84 {
  from {
    transform: translate3d(97vw, 109vh, 0);
  }
  to {
    transform: translate3d(7vw, -125vh, 0);
  }
}
@keyframes move-frames-84 {
  from {
    transform: translate3d(97vw, 109vh, 0);
  }
  to {
    transform: translate3d(7vw, -125vh, 0);
  }
}
.circle-container:nth-child(84) .circle {
  -webkit-animation-delay: 2401ms;
          animation-delay: 2401ms;
}
.circle-container:nth-child(85) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-85;
          animation-name: move-frames-85;
  -webkit-animation-duration: 29309ms;
          animation-duration: 29309ms;
  -webkit-animation-delay: 5728ms;
          animation-delay: 5728ms;
}
@-webkit-keyframes move-frames-85 {
  from {
    transform: translate3d(73vw, 110vh, 0);
  }
  to {
    transform: translate3d(23vw, -120vh, 0);
  }
}
@keyframes move-frames-85 {
  from {
    transform: translate3d(73vw, 110vh, 0);
  }
  to {
    transform: translate3d(23vw, -120vh, 0);
  }
}
.circle-container:nth-child(85) .circle {
  -webkit-animation-delay: 2457ms;
          animation-delay: 2457ms;
}
.circle-container:nth-child(86) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-86;
          animation-name: move-frames-86;
  -webkit-animation-duration: 28057ms;
          animation-duration: 28057ms;
  -webkit-animation-delay: 13817ms;
          animation-delay: 13817ms;
}
@-webkit-keyframes move-frames-86 {
  from {
    transform: translate3d(86vw, 110vh, 0);
  }
  to {
    transform: translate3d(100vw, -134vh, 0);
  }
}
@keyframes move-frames-86 {
  from {
    transform: translate3d(86vw, 110vh, 0);
  }
  to {
    transform: translate3d(100vw, -134vh, 0);
  }
}
.circle-container:nth-child(86) .circle {
  -webkit-animation-delay: 136ms;
          animation-delay: 136ms;
}
.circle-container:nth-child(87) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-87;
          animation-name: move-frames-87;
  -webkit-animation-duration: 33054ms;
          animation-duration: 33054ms;
  -webkit-animation-delay: 11663ms;
          animation-delay: 11663ms;
}
@-webkit-keyframes move-frames-87 {
  from {
    transform: translate3d(94vw, 107vh, 0);
  }
  to {
    transform: translate3d(25vw, -117vh, 0);
  }
}
@keyframes move-frames-87 {
  from {
    transform: translate3d(94vw, 107vh, 0);
  }
  to {
    transform: translate3d(25vw, -117vh, 0);
  }
}
.circle-container:nth-child(87) .circle {
  -webkit-animation-delay: 1706ms;
          animation-delay: 1706ms;
}
.circle-container:nth-child(88) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-88;
          animation-name: move-frames-88;
  -webkit-animation-duration: 36097ms;
          animation-duration: 36097ms;
  -webkit-animation-delay: 22898ms;
          animation-delay: 22898ms;
}
@-webkit-keyframes move-frames-88 {
  from {
    transform: translate3d(9vw, 106vh, 0);
  }
  to {
    transform: translate3d(51vw, -129vh, 0);
  }
}
@keyframes move-frames-88 {
  from {
    transform: translate3d(9vw, 106vh, 0);
  }
  to {
    transform: translate3d(51vw, -129vh, 0);
  }
}
.circle-container:nth-child(88) .circle {
  -webkit-animation-delay: 1240ms;
          animation-delay: 1240ms;
}
.circle-container:nth-child(89) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-89;
          animation-name: move-frames-89;
  -webkit-animation-duration: 29940ms;
          animation-duration: 29940ms;
  -webkit-animation-delay: 35258ms;
          animation-delay: 35258ms;
}
@-webkit-keyframes move-frames-89 {
  from {
    transform: translate3d(38vw, 110vh, 0);
  }
  to {
    transform: translate3d(38vw, -128vh, 0);
  }
}
@keyframes move-frames-89 {
  from {
    transform: translate3d(38vw, 110vh, 0);
  }
  to {
    transform: translate3d(38vw, -128vh, 0);
  }
}
.circle-container:nth-child(89) .circle {
  -webkit-animation-delay: 1392ms;
          animation-delay: 1392ms;
}
.circle-container:nth-child(90) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-90;
          animation-name: move-frames-90;
  -webkit-animation-duration: 29544ms;
          animation-duration: 29544ms;
  -webkit-animation-delay: 16011ms;
          animation-delay: 16011ms;
}
@-webkit-keyframes move-frames-90 {
  from {
    transform: translate3d(77vw, 102vh, 0);
  }
  to {
    transform: translate3d(41vw, -112vh, 0);
  }
}
@keyframes move-frames-90 {
  from {
    transform: translate3d(77vw, 102vh, 0);
  }
  to {
    transform: translate3d(41vw, -112vh, 0);
  }
}
.circle-container:nth-child(90) .circle {
  -webkit-animation-delay: 842ms;
          animation-delay: 842ms;
}
.circle-container:nth-child(91) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-91;
          animation-name: move-frames-91;
  -webkit-animation-duration: 35529ms;
          animation-duration: 35529ms;
  -webkit-animation-delay: 29595ms;
          animation-delay: 29595ms;
}
@-webkit-keyframes move-frames-91 {
  from {
    transform: translate3d(33vw, 102vh, 0);
  }
  to {
    transform: translate3d(22vw, -123vh, 0);
  }
}
@keyframes move-frames-91 {
  from {
    transform: translate3d(33vw, 102vh, 0);
  }
  to {
    transform: translate3d(22vw, -123vh, 0);
  }
}
.circle-container:nth-child(91) .circle {
  -webkit-animation-delay: 2813ms;
          animation-delay: 2813ms;
}
.circle-container:nth-child(92) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-92;
          animation-name: move-frames-92;
  -webkit-animation-duration: 29417ms;
          animation-duration: 29417ms;
  -webkit-animation-delay: 22258ms;
          animation-delay: 22258ms;
}
@-webkit-keyframes move-frames-92 {
  from {
    transform: translate3d(70vw, 108vh, 0);
  }
  to {
    transform: translate3d(77vw, -109vh, 0);
  }
}
@keyframes move-frames-92 {
  from {
    transform: translate3d(70vw, 108vh, 0);
  }
  to {
    transform: translate3d(77vw, -109vh, 0);
  }
}
.circle-container:nth-child(92) .circle {
  -webkit-animation-delay: 1987ms;
          animation-delay: 1987ms;
}
.circle-container:nth-child(93) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-93;
          animation-name: move-frames-93;
  -webkit-animation-duration: 34127ms;
          animation-duration: 34127ms;
  -webkit-animation-delay: 6992ms;
          animation-delay: 6992ms;
}
@-webkit-keyframes move-frames-93 {
  from {
    transform: translate3d(36vw, 110vh, 0);
  }
  to {
    transform: translate3d(34vw, -134vh, 0);
  }
}
@keyframes move-frames-93 {
  from {
    transform: translate3d(36vw, 110vh, 0);
  }
  to {
    transform: translate3d(34vw, -134vh, 0);
  }
}
.circle-container:nth-child(93) .circle {
  -webkit-animation-delay: 3600ms;
          animation-delay: 3600ms;
}
.circle-container:nth-child(94) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-94;
          animation-name: move-frames-94;
  -webkit-animation-duration: 28364ms;
          animation-duration: 28364ms;
  -webkit-animation-delay: 36274ms;
          animation-delay: 36274ms;
}
@-webkit-keyframes move-frames-94 {
  from {
    transform: translate3d(98vw, 101vh, 0);
  }
  to {
    transform: translate3d(29vw, -118vh, 0);
  }
}
@keyframes move-frames-94 {
  from {
    transform: translate3d(98vw, 101vh, 0);
  }
  to {
    transform: translate3d(29vw, -118vh, 0);
  }
}
.circle-container:nth-child(94) .circle {
  -webkit-animation-delay: 388ms;
          animation-delay: 388ms;
}
.circle-container:nth-child(95) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-95;
          animation-name: move-frames-95;
  -webkit-animation-duration: 34083ms;
          animation-duration: 34083ms;
  -webkit-animation-delay: 788ms;
          animation-delay: 788ms;
}
@-webkit-keyframes move-frames-95 {
  from {
    transform: translate3d(54vw, 104vh, 0);
  }
  to {
    transform: translate3d(67vw, -128vh, 0);
  }
}
@keyframes move-frames-95 {
  from {
    transform: translate3d(54vw, 104vh, 0);
  }
  to {
    transform: translate3d(67vw, -128vh, 0);
  }
}
.circle-container:nth-child(95) .circle {
  -webkit-animation-delay: 628ms;
          animation-delay: 628ms;
}
.circle-container:nth-child(96) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-96;
          animation-name: move-frames-96;
  -webkit-animation-duration: 31146ms;
          animation-duration: 31146ms;
  -webkit-animation-delay: 5256ms;
          animation-delay: 5256ms;
}
@-webkit-keyframes move-frames-96 {
  from {
    transform: translate3d(12vw, 110vh, 0);
  }
  to {
    transform: translate3d(7vw, -134vh, 0);
  }
}
@keyframes move-frames-96 {
  from {
    transform: translate3d(12vw, 110vh, 0);
  }
  to {
    transform: translate3d(7vw, -134vh, 0);
  }
}
.circle-container:nth-child(96) .circle {
  -webkit-animation-delay: 2725ms;
          animation-delay: 2725ms;
}
.circle-container:nth-child(97) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-97;
          animation-name: move-frames-97;
  -webkit-animation-duration: 31971ms;
          animation-duration: 31971ms;
  -webkit-animation-delay: 4004ms;
          animation-delay: 4004ms;
}
@-webkit-keyframes move-frames-97 {
  from {
    transform: translate3d(75vw, 110vh, 0);
  }
  to {
    transform: translate3d(14vw, -132vh, 0);
  }
}
@keyframes move-frames-97 {
  from {
    transform: translate3d(75vw, 110vh, 0);
  }
  to {
    transform: translate3d(14vw, -132vh, 0);
  }
}
.circle-container:nth-child(97) .circle {
  -webkit-animation-delay: 1457ms;
          animation-delay: 1457ms;
}
.circle-container:nth-child(98) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-98;
          animation-name: move-frames-98;
  -webkit-animation-duration: 35872ms;
          animation-duration: 35872ms;
  -webkit-animation-delay: 23555ms;
          animation-delay: 23555ms;
}
@-webkit-keyframes move-frames-98 {
  from {
    transform: translate3d(10vw, 106vh, 0);
  }
  to {
    transform: translate3d(91vw, -131vh, 0);
  }
}
@keyframes move-frames-98 {
  from {
    transform: translate3d(10vw, 106vh, 0);
  }
  to {
    transform: translate3d(91vw, -131vh, 0);
  }
}
.circle-container:nth-child(98) .circle {
  -webkit-animation-delay: 465ms;
          animation-delay: 465ms;
}
.circle-container:nth-child(99) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-99;
          animation-name: move-frames-99;
  -webkit-animation-duration: 30465ms;
          animation-duration: 30465ms;
  -webkit-animation-delay: 3965ms;
          animation-delay: 3965ms;
}
@-webkit-keyframes move-frames-99 {
  from {
    transform: translate3d(91vw, 104vh, 0);
  }
  to {
    transform: translate3d(30vw, -115vh, 0);
  }
}
@keyframes move-frames-99 {
  from {
    transform: translate3d(91vw, 104vh, 0);
  }
  to {
    transform: translate3d(30vw, -115vh, 0);
  }
}
.circle-container:nth-child(99) .circle {
  -webkit-animation-delay: 2604ms;
          animation-delay: 2604ms;
}
.circle-container:nth-child(100) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-100;
          animation-name: move-frames-100;
  -webkit-animation-duration: 30008ms;
          animation-duration: 30008ms;
  -webkit-animation-delay: 36361ms;
          animation-delay: 36361ms;
}
@-webkit-keyframes move-frames-100 {
  from {
    transform: translate3d(16vw, 104vh, 0);
  }
  to {
    transform: translate3d(53vw, -128vh, 0);
  }
}
@keyframes move-frames-100 {
  from {
    transform: translate3d(16vw, 104vh, 0);
  }
  to {
    transform: translate3d(53vw, -128vh, 0);
  }
}
.circle-container:nth-child(100) .circle {
  -webkit-animation-delay: 2069ms;
          animation-delay: 2069ms;
}
.circle-container:nth-child(101) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-101;
          animation-name: move-frames-101;
  -webkit-animation-duration: 29882ms;
          animation-duration: 29882ms;
  -webkit-animation-delay: 29054ms;
          animation-delay: 29054ms;
}
@-webkit-keyframes move-frames-101 {
  from {
    transform: translate3d(10vw, 108vh, 0);
  }
  to {
    transform: translate3d(91vw, -134vh, 0);
  }
}
@keyframes move-frames-101 {
  from {
    transform: translate3d(10vw, 108vh, 0);
  }
  to {
    transform: translate3d(91vw, -134vh, 0);
  }
}
.circle-container:nth-child(101) .circle {
  -webkit-animation-delay: 3655ms;
          animation-delay: 3655ms;
}
.circle-container:nth-child(102) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-102;
          animation-name: move-frames-102;
  -webkit-animation-duration: 34509ms;
          animation-duration: 34509ms;
  -webkit-animation-delay: 19581ms;
          animation-delay: 19581ms;
}
@-webkit-keyframes move-frames-102 {
  from {
    transform: translate3d(66vw, 103vh, 0);
  }
  to {
    transform: translate3d(63vw, -126vh, 0);
  }
}
@keyframes move-frames-102 {
  from {
    transform: translate3d(66vw, 103vh, 0);
  }
  to {
    transform: translate3d(63vw, -126vh, 0);
  }
}
.circle-container:nth-child(102) .circle {
  -webkit-animation-delay: 2329ms;
          animation-delay: 2329ms;
}
.circle-container:nth-child(103) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-103;
          animation-name: move-frames-103;
  -webkit-animation-duration: 32145ms;
          animation-duration: 32145ms;
  -webkit-animation-delay: 23841ms;
          animation-delay: 23841ms;
}
@-webkit-keyframes move-frames-103 {
  from {
    transform: translate3d(74vw, 109vh, 0);
  }
  to {
    transform: translate3d(36vw, -119vh, 0);
  }
}
@keyframes move-frames-103 {
  from {
    transform: translate3d(74vw, 109vh, 0);
  }
  to {
    transform: translate3d(36vw, -119vh, 0);
  }
}
.circle-container:nth-child(103) .circle {
  -webkit-animation-delay: 3676ms;
          animation-delay: 3676ms;
}
.circle-container:nth-child(104) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-104;
          animation-name: move-frames-104;
  -webkit-animation-duration: 29083ms;
          animation-duration: 29083ms;
  -webkit-animation-delay: 17778ms;
          animation-delay: 17778ms;
}
@-webkit-keyframes move-frames-104 {
  from {
    transform: translate3d(6vw, 105vh, 0);
  }
  to {
    transform: translate3d(51vw, -114vh, 0);
  }
}
@keyframes move-frames-104 {
  from {
    transform: translate3d(6vw, 105vh, 0);
  }
  to {
    transform: translate3d(51vw, -114vh, 0);
  }
}
.circle-container:nth-child(104) .circle {
  -webkit-animation-delay: 2392ms;
          animation-delay: 2392ms;
}
.circle-container:nth-child(105) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-105;
          animation-name: move-frames-105;
  -webkit-animation-duration: 28221ms;
          animation-duration: 28221ms;
  -webkit-animation-delay: 5398ms;
          animation-delay: 5398ms;
}
@-webkit-keyframes move-frames-105 {
  from {
    transform: translate3d(34vw, 107vh, 0);
  }
  to {
    transform: translate3d(72vw, -131vh, 0);
  }
}
@keyframes move-frames-105 {
  from {
    transform: translate3d(34vw, 107vh, 0);
  }
  to {
    transform: translate3d(72vw, -131vh, 0);
  }
}
.circle-container:nth-child(105) .circle {
  -webkit-animation-delay: 2614ms;
          animation-delay: 2614ms;
}
.circle-container:nth-child(106) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-106;
          animation-name: move-frames-106;
  -webkit-animation-duration: 30740ms;
          animation-duration: 30740ms;
  -webkit-animation-delay: 10310ms;
          animation-delay: 10310ms;
}
@-webkit-keyframes move-frames-106 {
  from {
    transform: translate3d(40vw, 104vh, 0);
  }
  to {
    transform: translate3d(46vw, -114vh, 0);
  }
}
@keyframes move-frames-106 {
  from {
    transform: translate3d(40vw, 104vh, 0);
  }
  to {
    transform: translate3d(46vw, -114vh, 0);
  }
}
.circle-container:nth-child(106) .circle {
  -webkit-animation-delay: 1914ms;
          animation-delay: 1914ms;
}
.circle-container:nth-child(107) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-107;
          animation-name: move-frames-107;
  -webkit-animation-duration: 29039ms;
          animation-duration: 29039ms;
  -webkit-animation-delay: 35226ms;
          animation-delay: 35226ms;
}
@-webkit-keyframes move-frames-107 {
  from {
    transform: translate3d(94vw, 107vh, 0);
  }
  to {
    transform: translate3d(22vw, -123vh, 0);
  }
}
@keyframes move-frames-107 {
  from {
    transform: translate3d(94vw, 107vh, 0);
  }
  to {
    transform: translate3d(22vw, -123vh, 0);
  }
}
.circle-container:nth-child(107) .circle {
  -webkit-animation-delay: 1546ms;
          animation-delay: 1546ms;
}
.circle-container:nth-child(108) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-108;
          animation-name: move-frames-108;
  -webkit-animation-duration: 35289ms;
          animation-duration: 35289ms;
  -webkit-animation-delay: 10496ms;
          animation-delay: 10496ms;
}
@-webkit-keyframes move-frames-108 {
  from {
    transform: translate3d(6vw, 101vh, 0);
  }
  to {
    transform: translate3d(24vw, -103vh, 0);
  }
}
@keyframes move-frames-108 {
  from {
    transform: translate3d(6vw, 101vh, 0);
  }
  to {
    transform: translate3d(24vw, -103vh, 0);
  }
}
.circle-container:nth-child(108) .circle {
  -webkit-animation-delay: 748ms;
          animation-delay: 748ms;
}
.circle-container:nth-child(109) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-109;
          animation-name: move-frames-109;
  -webkit-animation-duration: 36980ms;
          animation-duration: 36980ms;
  -webkit-animation-delay: 5541ms;
          animation-delay: 5541ms;
}
@-webkit-keyframes move-frames-109 {
  from {
    transform: translate3d(18vw, 106vh, 0);
  }
  to {
    transform: translate3d(87vw, -113vh, 0);
  }
}
@keyframes move-frames-109 {
  from {
    transform: translate3d(18vw, 106vh, 0);
  }
  to {
    transform: translate3d(87vw, -113vh, 0);
  }
}
.circle-container:nth-child(109) .circle {
  -webkit-animation-delay: 1656ms;
          animation-delay: 1656ms;
}
.circle-container:nth-child(110) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-110;
          animation-name: move-frames-110;
  -webkit-animation-duration: 33614ms;
          animation-duration: 33614ms;
  -webkit-animation-delay: 3995ms;
          animation-delay: 3995ms;
}
@-webkit-keyframes move-frames-110 {
  from {
    transform: translate3d(18vw, 109vh, 0);
  }
  to {
    transform: translate3d(47vw, -117vh, 0);
  }
}
@keyframes move-frames-110 {
  from {
    transform: translate3d(18vw, 109vh, 0);
  }
  to {
    transform: translate3d(47vw, -117vh, 0);
  }
}
.circle-container:nth-child(110) .circle {
  -webkit-animation-delay: 1679ms;
          animation-delay: 1679ms;
}
.circle-container:nth-child(111) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-111;
          animation-name: move-frames-111;
  -webkit-animation-duration: 35566ms;
          animation-duration: 35566ms;
  -webkit-animation-delay: 30274ms;
          animation-delay: 30274ms;
}
@-webkit-keyframes move-frames-111 {
  from {
    transform: translate3d(10vw, 104vh, 0);
  }
  to {
    transform: translate3d(66vw, -127vh, 0);
  }
}
@keyframes move-frames-111 {
  from {
    transform: translate3d(10vw, 104vh, 0);
  }
  to {
    transform: translate3d(66vw, -127vh, 0);
  }
}
.circle-container:nth-child(111) .circle {
  -webkit-animation-delay: 2323ms;
          animation-delay: 2323ms;
}
.circle-container:nth-child(112) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-112;
          animation-name: move-frames-112;
  -webkit-animation-duration: 30575ms;
          animation-duration: 30575ms;
  -webkit-animation-delay: 15993ms;
          animation-delay: 15993ms;
}
@-webkit-keyframes move-frames-112 {
  from {
    transform: translate3d(11vw, 110vh, 0);
  }
  to {
    transform: translate3d(43vw, -124vh, 0);
  }
}
@keyframes move-frames-112 {
  from {
    transform: translate3d(11vw, 110vh, 0);
  }
  to {
    transform: translate3d(43vw, -124vh, 0);
  }
}
.circle-container:nth-child(112) .circle {
  -webkit-animation-delay: 961ms;
          animation-delay: 961ms;
}
.circle-container:nth-child(113) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-113;
          animation-name: move-frames-113;
  -webkit-animation-duration: 33291ms;
          animation-duration: 33291ms;
  -webkit-animation-delay: 634ms;
          animation-delay: 634ms;
}
@-webkit-keyframes move-frames-113 {
  from {
    transform: translate3d(54vw, 107vh, 0);
  }
  to {
    transform: translate3d(1vw, -119vh, 0);
  }
}
@keyframes move-frames-113 {
  from {
    transform: translate3d(54vw, 107vh, 0);
  }
  to {
    transform: translate3d(1vw, -119vh, 0);
  }
}
.circle-container:nth-child(113) .circle {
  -webkit-animation-delay: 1203ms;
          animation-delay: 1203ms;
}
.circle-container:nth-child(114) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-114;
          animation-name: move-frames-114;
  -webkit-animation-duration: 28020ms;
          animation-duration: 28020ms;
  -webkit-animation-delay: 155ms;
          animation-delay: 155ms;
}
@-webkit-keyframes move-frames-114 {
  from {
    transform: translate3d(30vw, 110vh, 0);
  }
  to {
    transform: translate3d(42vw, -127vh, 0);
  }
}
@keyframes move-frames-114 {
  from {
    transform: translate3d(30vw, 110vh, 0);
  }
  to {
    transform: translate3d(42vw, -127vh, 0);
  }
}
.circle-container:nth-child(114) .circle {
  -webkit-animation-delay: 3463ms;
          animation-delay: 3463ms;
}
.circle-container:nth-child(115) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-115;
          animation-name: move-frames-115;
  -webkit-animation-duration: 35701ms;
          animation-duration: 35701ms;
  -webkit-animation-delay: 24643ms;
          animation-delay: 24643ms;
}
@-webkit-keyframes move-frames-115 {
  from {
    transform: translate3d(95vw, 101vh, 0);
  }
  to {
    transform: translate3d(67vw, -105vh, 0);
  }
}
@keyframes move-frames-115 {
  from {
    transform: translate3d(95vw, 101vh, 0);
  }
  to {
    transform: translate3d(67vw, -105vh, 0);
  }
}
.circle-container:nth-child(115) .circle {
  -webkit-animation-delay: 2311ms;
          animation-delay: 2311ms;
}
.circle-container:nth-child(116) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-116;
          animation-name: move-frames-116;
  -webkit-animation-duration: 30903ms;
          animation-duration: 30903ms;
  -webkit-animation-delay: 13744ms;
          animation-delay: 13744ms;
}
@-webkit-keyframes move-frames-116 {
  from {
    transform: translate3d(84vw, 101vh, 0);
  }
  to {
    transform: translate3d(94vw, -111vh, 0);
  }
}
@keyframes move-frames-116 {
  from {
    transform: translate3d(84vw, 101vh, 0);
  }
  to {
    transform: translate3d(94vw, -111vh, 0);
  }
}
.circle-container:nth-child(116) .circle {
  -webkit-animation-delay: 3653ms;
          animation-delay: 3653ms;
}
.circle-container:nth-child(117) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-117;
          animation-name: move-frames-117;
  -webkit-animation-duration: 35799ms;
          animation-duration: 35799ms;
  -webkit-animation-delay: 23552ms;
          animation-delay: 23552ms;
}
@-webkit-keyframes move-frames-117 {
  from {
    transform: translate3d(36vw, 102vh, 0);
  }
  to {
    transform: translate3d(8vw, -130vh, 0);
  }
}
@keyframes move-frames-117 {
  from {
    transform: translate3d(36vw, 102vh, 0);
  }
  to {
    transform: translate3d(8vw, -130vh, 0);
  }
}
.circle-container:nth-child(117) .circle {
  -webkit-animation-delay: 1638ms;
          animation-delay: 1638ms;
}
.circle-container:nth-child(118) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-118;
          animation-name: move-frames-118;
  -webkit-animation-duration: 35756ms;
          animation-duration: 35756ms;
  -webkit-animation-delay: 16840ms;
          animation-delay: 16840ms;
}
@-webkit-keyframes move-frames-118 {
  from {
    transform: translate3d(40vw, 103vh, 0);
  }
  to {
    transform: translate3d(63vw, -122vh, 0);
  }
}
@keyframes move-frames-118 {
  from {
    transform: translate3d(40vw, 103vh, 0);
  }
  to {
    transform: translate3d(63vw, -122vh, 0);
  }
}
.circle-container:nth-child(118) .circle {
  -webkit-animation-delay: 21ms;
          animation-delay: 21ms;
}
.circle-container:nth-child(119) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-119;
          animation-name: move-frames-119;
  -webkit-animation-duration: 34327ms;
          animation-duration: 34327ms;
  -webkit-animation-delay: 3760ms;
          animation-delay: 3760ms;
}
@-webkit-keyframes move-frames-119 {
  from {
    transform: translate3d(34vw, 110vh, 0);
  }
  to {
    transform: translate3d(40vw, -136vh, 0);
  }
}
@keyframes move-frames-119 {
  from {
    transform: translate3d(34vw, 110vh, 0);
  }
  to {
    transform: translate3d(40vw, -136vh, 0);
  }
}
.circle-container:nth-child(119) .circle {
  -webkit-animation-delay: 3860ms;
          animation-delay: 3860ms;
}
.circle-container:nth-child(120) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-120;
          animation-name: move-frames-120;
  -webkit-animation-duration: 31839ms;
          animation-duration: 31839ms;
  -webkit-animation-delay: 15920ms;
          animation-delay: 15920ms;
}
@-webkit-keyframes move-frames-120 {
  from {
    transform: translate3d(68vw, 104vh, 0);
  }
  to {
    transform: translate3d(13vw, -107vh, 0);
  }
}
@keyframes move-frames-120 {
  from {
    transform: translate3d(68vw, 104vh, 0);
  }
  to {
    transform: translate3d(13vw, -107vh, 0);
  }
}
.circle-container:nth-child(120) .circle {
  -webkit-animation-delay: 3156ms;
          animation-delay: 3156ms;
}
.circle-container:nth-child(121) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-121;
          animation-name: move-frames-121;
  -webkit-animation-duration: 36082ms;
          animation-duration: 36082ms;
  -webkit-animation-delay: 21244ms;
          animation-delay: 21244ms;
}
@-webkit-keyframes move-frames-121 {
  from {
    transform: translate3d(31vw, 109vh, 0);
  }
  to {
    transform: translate3d(13vw, -133vh, 0);
  }
}
@keyframes move-frames-121 {
  from {
    transform: translate3d(31vw, 109vh, 0);
  }
  to {
    transform: translate3d(13vw, -133vh, 0);
  }
}
.circle-container:nth-child(121) .circle {
  -webkit-animation-delay: 1209ms;
          animation-delay: 1209ms;
}
.circle-container:nth-child(122) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-122;
          animation-name: move-frames-122;
  -webkit-animation-duration: 28319ms;
          animation-duration: 28319ms;
  -webkit-animation-delay: 3430ms;
          animation-delay: 3430ms;
}
@-webkit-keyframes move-frames-122 {
  from {
    transform: translate3d(43vw, 104vh, 0);
  }
  to {
    transform: translate3d(17vw, -129vh, 0);
  }
}
@keyframes move-frames-122 {
  from {
    transform: translate3d(43vw, 104vh, 0);
  }
  to {
    transform: translate3d(17vw, -129vh, 0);
  }
}
.circle-container:nth-child(122) .circle {
  -webkit-animation-delay: 393ms;
          animation-delay: 393ms;
}
.circle-container:nth-child(123) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-123;
          animation-name: move-frames-123;
  -webkit-animation-duration: 29188ms;
          animation-duration: 29188ms;
  -webkit-animation-delay: 19300ms;
          animation-delay: 19300ms;
}
@-webkit-keyframes move-frames-123 {
  from {
    transform: translate3d(75vw, 108vh, 0);
  }
  to {
    transform: translate3d(60vw, -112vh, 0);
  }
}
@keyframes move-frames-123 {
  from {
    transform: translate3d(75vw, 108vh, 0);
  }
  to {
    transform: translate3d(60vw, -112vh, 0);
  }
}
.circle-container:nth-child(123) .circle {
  -webkit-animation-delay: 1308ms;
          animation-delay: 1308ms;
}
.circle-container:nth-child(124) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-124;
          animation-name: move-frames-124;
  -webkit-animation-duration: 29526ms;
          animation-duration: 29526ms;
  -webkit-animation-delay: 32087ms;
          animation-delay: 32087ms;
}
@-webkit-keyframes move-frames-124 {
  from {
    transform: translate3d(93vw, 108vh, 0);
  }
  to {
    transform: translate3d(21vw, -128vh, 0);
  }
}
@keyframes move-frames-124 {
  from {
    transform: translate3d(93vw, 108vh, 0);
  }
  to {
    transform: translate3d(21vw, -128vh, 0);
  }
}
.circle-container:nth-child(124) .circle {
  -webkit-animation-delay: 2852ms;
          animation-delay: 2852ms;
}
.circle-container:nth-child(125) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-125;
          animation-name: move-frames-125;
  -webkit-animation-duration: 31429ms;
          animation-duration: 31429ms;
  -webkit-animation-delay: 22711ms;
          animation-delay: 22711ms;
}
@-webkit-keyframes move-frames-125 {
  from {
    transform: translate3d(94vw, 102vh, 0);
  }
  to {
    transform: translate3d(55vw, -107vh, 0);
  }
}
@keyframes move-frames-125 {
  from {
    transform: translate3d(94vw, 102vh, 0);
  }
  to {
    transform: translate3d(55vw, -107vh, 0);
  }
}
.circle-container:nth-child(125) .circle {
  -webkit-animation-delay: 2197ms;
          animation-delay: 2197ms;
}
.circle-container:nth-child(126) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-126;
          animation-name: move-frames-126;
  -webkit-animation-duration: 32998ms;
          animation-duration: 32998ms;
  -webkit-animation-delay: 6165ms;
          animation-delay: 6165ms;
}
@-webkit-keyframes move-frames-126 {
  from {
    transform: translate3d(23vw, 106vh, 0);
  }
  to {
    transform: translate3d(69vw, -128vh, 0);
  }
}
@keyframes move-frames-126 {
  from {
    transform: translate3d(23vw, 106vh, 0);
  }
  to {
    transform: translate3d(69vw, -128vh, 0);
  }
}
.circle-container:nth-child(126) .circle {
  -webkit-animation-delay: 1254ms;
          animation-delay: 1254ms;
}
.circle-container:nth-child(127) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-127;
          animation-name: move-frames-127;
  -webkit-animation-duration: 31882ms;
          animation-duration: 31882ms;
  -webkit-animation-delay: 13166ms;
          animation-delay: 13166ms;
}
@-webkit-keyframes move-frames-127 {
  from {
    transform: translate3d(42vw, 110vh, 0);
  }
  to {
    transform: translate3d(45vw, -119vh, 0);
  }
}
@keyframes move-frames-127 {
  from {
    transform: translate3d(42vw, 110vh, 0);
  }
  to {
    transform: translate3d(45vw, -119vh, 0);
  }
}
.circle-container:nth-child(127) .circle {
  -webkit-animation-delay: 2746ms;
          animation-delay: 2746ms;
}
.circle-container:nth-child(128) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-128;
          animation-name: move-frames-128;
  -webkit-animation-duration: 29366ms;
          animation-duration: 29366ms;
  -webkit-animation-delay: 22454ms;
          animation-delay: 22454ms;
}
@-webkit-keyframes move-frames-128 {
  from {
    transform: translate3d(47vw, 104vh, 0);
  }
  to {
    transform: translate3d(82vw, -106vh, 0);
  }
}
@keyframes move-frames-128 {
  from {
    transform: translate3d(47vw, 104vh, 0);
  }
  to {
    transform: translate3d(82vw, -106vh, 0);
  }
}
.circle-container:nth-child(128) .circle {
  -webkit-animation-delay: 2811ms;
          animation-delay: 2811ms;
}
.circle-container:nth-child(129) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-129;
          animation-name: move-frames-129;
  -webkit-animation-duration: 31793ms;
          animation-duration: 31793ms;
  -webkit-animation-delay: 16051ms;
          animation-delay: 16051ms;
}
@-webkit-keyframes move-frames-129 {
  from {
    transform: translate3d(95vw, 103vh, 0);
  }
  to {
    transform: translate3d(29vw, -107vh, 0);
  }
}
@keyframes move-frames-129 {
  from {
    transform: translate3d(95vw, 103vh, 0);
  }
  to {
    transform: translate3d(29vw, -107vh, 0);
  }
}
.circle-container:nth-child(129) .circle {
  -webkit-animation-delay: 185ms;
          animation-delay: 185ms;
}
.circle-container:nth-child(130) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-130;
          animation-name: move-frames-130;
  -webkit-animation-duration: 34957ms;
          animation-duration: 34957ms;
  -webkit-animation-delay: 23198ms;
          animation-delay: 23198ms;
}
@-webkit-keyframes move-frames-130 {
  from {
    transform: translate3d(60vw, 101vh, 0);
  }
  to {
    transform: translate3d(3vw, -113vh, 0);
  }
}
@keyframes move-frames-130 {
  from {
    transform: translate3d(60vw, 101vh, 0);
  }
  to {
    transform: translate3d(3vw, -113vh, 0);
  }
}
.circle-container:nth-child(130) .circle {
  -webkit-animation-delay: 2932ms;
          animation-delay: 2932ms;
}
.circle-container:nth-child(131) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-131;
          animation-name: move-frames-131;
  -webkit-animation-duration: 35720ms;
          animation-duration: 35720ms;
  -webkit-animation-delay: 1043ms;
          animation-delay: 1043ms;
}
@-webkit-keyframes move-frames-131 {
  from {
    transform: translate3d(9vw, 103vh, 0);
  }
  to {
    transform: translate3d(69vw, -130vh, 0);
  }
}
@keyframes move-frames-131 {
  from {
    transform: translate3d(9vw, 103vh, 0);
  }
  to {
    transform: translate3d(69vw, -130vh, 0);
  }
}
.circle-container:nth-child(131) .circle {
  -webkit-animation-delay: 3968ms;
          animation-delay: 3968ms;
}
.circle-container:nth-child(132) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-132;
          animation-name: move-frames-132;
  -webkit-animation-duration: 33297ms;
          animation-duration: 33297ms;
  -webkit-animation-delay: 26393ms;
          animation-delay: 26393ms;
}
@-webkit-keyframes move-frames-132 {
  from {
    transform: translate3d(96vw, 104vh, 0);
  }
  to {
    transform: translate3d(47vw, -119vh, 0);
  }
}
@keyframes move-frames-132 {
  from {
    transform: translate3d(96vw, 104vh, 0);
  }
  to {
    transform: translate3d(47vw, -119vh, 0);
  }
}
.circle-container:nth-child(132) .circle {
  -webkit-animation-delay: 2665ms;
          animation-delay: 2665ms;
}
.circle-container:nth-child(133) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-133;
          animation-name: move-frames-133;
  -webkit-animation-duration: 34173ms;
          animation-duration: 34173ms;
  -webkit-animation-delay: 19706ms;
          animation-delay: 19706ms;
}
@-webkit-keyframes move-frames-133 {
  from {
    transform: translate3d(40vw, 108vh, 0);
  }
  to {
    transform: translate3d(8vw, -116vh, 0);
  }
}
@keyframes move-frames-133 {
  from {
    transform: translate3d(40vw, 108vh, 0);
  }
  to {
    transform: translate3d(8vw, -116vh, 0);
  }
}
.circle-container:nth-child(133) .circle {
  -webkit-animation-delay: 3925ms;
          animation-delay: 3925ms;
}
.circle-container:nth-child(134) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-134;
          animation-name: move-frames-134;
  -webkit-animation-duration: 29646ms;
          animation-duration: 29646ms;
  -webkit-animation-delay: 15768ms;
          animation-delay: 15768ms;
}
@-webkit-keyframes move-frames-134 {
  from {
    transform: translate3d(47vw, 105vh, 0);
  }
  to {
    transform: translate3d(14vw, -123vh, 0);
  }
}
@keyframes move-frames-134 {
  from {
    transform: translate3d(47vw, 105vh, 0);
  }
  to {
    transform: translate3d(14vw, -123vh, 0);
  }
}
.circle-container:nth-child(134) .circle {
  -webkit-animation-delay: 2982ms;
          animation-delay: 2982ms;
}
.circle-container:nth-child(135) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-135;
          animation-name: move-frames-135;
  -webkit-animation-duration: 36438ms;
          animation-duration: 36438ms;
  -webkit-animation-delay: 15756ms;
          animation-delay: 15756ms;
}
@-webkit-keyframes move-frames-135 {
  from {
    transform: translate3d(44vw, 103vh, 0);
  }
  to {
    transform: translate3d(12vw, -129vh, 0);
  }
}
@keyframes move-frames-135 {
  from {
    transform: translate3d(44vw, 103vh, 0);
  }
  to {
    transform: translate3d(12vw, -129vh, 0);
  }
}
.circle-container:nth-child(135) .circle {
  -webkit-animation-delay: 1321ms;
          animation-delay: 1321ms;
}
.circle-container:nth-child(136) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-136;
          animation-name: move-frames-136;
  -webkit-animation-duration: 34694ms;
          animation-duration: 34694ms;
  -webkit-animation-delay: 25501ms;
          animation-delay: 25501ms;
}
@-webkit-keyframes move-frames-136 {
  from {
    transform: translate3d(82vw, 102vh, 0);
  }
  to {
    transform: translate3d(76vw, -112vh, 0);
  }
}
@keyframes move-frames-136 {
  from {
    transform: translate3d(82vw, 102vh, 0);
  }
  to {
    transform: translate3d(76vw, -112vh, 0);
  }
}
.circle-container:nth-child(136) .circle {
  -webkit-animation-delay: 3583ms;
          animation-delay: 3583ms;
}
.circle-container:nth-child(137) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-137;
          animation-name: move-frames-137;
  -webkit-animation-duration: 34815ms;
          animation-duration: 34815ms;
  -webkit-animation-delay: 29243ms;
          animation-delay: 29243ms;
}
@-webkit-keyframes move-frames-137 {
  from {
    transform: translate3d(3vw, 101vh, 0);
  }
  to {
    transform: translate3d(29vw, -103vh, 0);
  }
}
@keyframes move-frames-137 {
  from {
    transform: translate3d(3vw, 101vh, 0);
  }
  to {
    transform: translate3d(29vw, -103vh, 0);
  }
}
.circle-container:nth-child(137) .circle {
  -webkit-animation-delay: 2523ms;
          animation-delay: 2523ms;
}
.circle-container:nth-child(138) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-138;
          animation-name: move-frames-138;
  -webkit-animation-duration: 33686ms;
          animation-duration: 33686ms;
  -webkit-animation-delay: 4229ms;
          animation-delay: 4229ms;
}
@-webkit-keyframes move-frames-138 {
  from {
    transform: translate3d(90vw, 110vh, 0);
  }
  to {
    transform: translate3d(47vw, -131vh, 0);
  }
}
@keyframes move-frames-138 {
  from {
    transform: translate3d(90vw, 110vh, 0);
  }
  to {
    transform: translate3d(47vw, -131vh, 0);
  }
}
.circle-container:nth-child(138) .circle {
  -webkit-animation-delay: 2415ms;
          animation-delay: 2415ms;
}
.circle-container:nth-child(139) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-139;
          animation-name: move-frames-139;
  -webkit-animation-duration: 32216ms;
          animation-duration: 32216ms;
  -webkit-animation-delay: 6892ms;
          animation-delay: 6892ms;
}
@-webkit-keyframes move-frames-139 {
  from {
    transform: translate3d(56vw, 106vh, 0);
  }
  to {
    transform: translate3d(84vw, -120vh, 0);
  }
}
@keyframes move-frames-139 {
  from {
    transform: translate3d(56vw, 106vh, 0);
  }
  to {
    transform: translate3d(84vw, -120vh, 0);
  }
}
.circle-container:nth-child(139) .circle {
  -webkit-animation-delay: 2590ms;
          animation-delay: 2590ms;
}
.circle-container:nth-child(140) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-140;
          animation-name: move-frames-140;
  -webkit-animation-duration: 36978ms;
          animation-duration: 36978ms;
  -webkit-animation-delay: 34197ms;
          animation-delay: 34197ms;
}
@-webkit-keyframes move-frames-140 {
  from {
    transform: translate3d(39vw, 104vh, 0);
  }
  to {
    transform: translate3d(37vw, -111vh, 0);
  }
}
@keyframes move-frames-140 {
  from {
    transform: translate3d(39vw, 104vh, 0);
  }
  to {
    transform: translate3d(37vw, -111vh, 0);
  }
}
.circle-container:nth-child(140) .circle {
  -webkit-animation-delay: 3383ms;
          animation-delay: 3383ms;
}
.circle-container:nth-child(141) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-141;
          animation-name: move-frames-141;
  -webkit-animation-duration: 35912ms;
          animation-duration: 35912ms;
  -webkit-animation-delay: 2624ms;
          animation-delay: 2624ms;
}
@-webkit-keyframes move-frames-141 {
  from {
    transform: translate3d(37vw, 108vh, 0);
  }
  to {
    transform: translate3d(99vw, -135vh, 0);
  }
}
@keyframes move-frames-141 {
  from {
    transform: translate3d(37vw, 108vh, 0);
  }
  to {
    transform: translate3d(99vw, -135vh, 0);
  }
}
.circle-container:nth-child(141) .circle {
  -webkit-animation-delay: 912ms;
          animation-delay: 912ms;
}
.circle-container:nth-child(142) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-142;
          animation-name: move-frames-142;
  -webkit-animation-duration: 35663ms;
          animation-duration: 35663ms;
  -webkit-animation-delay: 32864ms;
          animation-delay: 32864ms;
}
@-webkit-keyframes move-frames-142 {
  from {
    transform: translate3d(84vw, 110vh, 0);
  }
  to {
    transform: translate3d(41vw, -130vh, 0);
  }
}
@keyframes move-frames-142 {
  from {
    transform: translate3d(84vw, 110vh, 0);
  }
  to {
    transform: translate3d(41vw, -130vh, 0);
  }
}
.circle-container:nth-child(142) .circle {
  -webkit-animation-delay: 2027ms;
          animation-delay: 2027ms;
}
.circle-container:nth-child(143) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-143;
          animation-name: move-frames-143;
  -webkit-animation-duration: 30025ms;
          animation-duration: 30025ms;
  -webkit-animation-delay: 13310ms;
          animation-delay: 13310ms;
}
@-webkit-keyframes move-frames-143 {
  from {
    transform: translate3d(59vw, 106vh, 0);
  }
  to {
    transform: translate3d(13vw, -108vh, 0);
  }
}
@keyframes move-frames-143 {
  from {
    transform: translate3d(59vw, 106vh, 0);
  }
  to {
    transform: translate3d(13vw, -108vh, 0);
  }
}
.circle-container:nth-child(143) .circle {
  -webkit-animation-delay: 2242ms;
          animation-delay: 2242ms;
}
.circle-container:nth-child(144) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-144;
          animation-name: move-frames-144;
  -webkit-animation-duration: 28236ms;
          animation-duration: 28236ms;
  -webkit-animation-delay: 16846ms;
          animation-delay: 16846ms;
}
@-webkit-keyframes move-frames-144 {
  from {
    transform: translate3d(21vw, 101vh, 0);
  }
  to {
    transform: translate3d(60vw, -121vh, 0);
  }
}
@keyframes move-frames-144 {
  from {
    transform: translate3d(21vw, 101vh, 0);
  }
  to {
    transform: translate3d(60vw, -121vh, 0);
  }
}
.circle-container:nth-child(144) .circle {
  -webkit-animation-delay: 587ms;
          animation-delay: 587ms;
}
.circle-container:nth-child(145) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-145;
          animation-name: move-frames-145;
  -webkit-animation-duration: 30860ms;
          animation-duration: 30860ms;
  -webkit-animation-delay: 14512ms;
          animation-delay: 14512ms;
}
@-webkit-keyframes move-frames-145 {
  from {
    transform: translate3d(70vw, 107vh, 0);
  }
  to {
    transform: translate3d(38vw, -129vh, 0);
  }
}
@keyframes move-frames-145 {
  from {
    transform: translate3d(70vw, 107vh, 0);
  }
  to {
    transform: translate3d(38vw, -129vh, 0);
  }
}
.circle-container:nth-child(145) .circle {
  -webkit-animation-delay: 2844ms;
          animation-delay: 2844ms;
}
.circle-container:nth-child(146) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-146;
          animation-name: move-frames-146;
  -webkit-animation-duration: 30038ms;
          animation-duration: 30038ms;
  -webkit-animation-delay: 23575ms;
          animation-delay: 23575ms;
}
@-webkit-keyframes move-frames-146 {
  from {
    transform: translate3d(80vw, 108vh, 0);
  }
  to {
    transform: translate3d(27vw, -119vh, 0);
  }
}
@keyframes move-frames-146 {
  from {
    transform: translate3d(80vw, 108vh, 0);
  }
  to {
    transform: translate3d(27vw, -119vh, 0);
  }
}
.circle-container:nth-child(146) .circle {
  -webkit-animation-delay: 1792ms;
          animation-delay: 1792ms;
}
.circle-container:nth-child(147) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-147;
          animation-name: move-frames-147;
  -webkit-animation-duration: 31583ms;
          animation-duration: 31583ms;
  -webkit-animation-delay: 30713ms;
          animation-delay: 30713ms;
}
@-webkit-keyframes move-frames-147 {
  from {
    transform: translate3d(28vw, 103vh, 0);
  }
  to {
    transform: translate3d(6vw, -111vh, 0);
  }
}
@keyframes move-frames-147 {
  from {
    transform: translate3d(28vw, 103vh, 0);
  }
  to {
    transform: translate3d(6vw, -111vh, 0);
  }
}
.circle-container:nth-child(147) .circle {
  -webkit-animation-delay: 2416ms;
          animation-delay: 2416ms;
}
.circle-container:nth-child(148) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-148;
          animation-name: move-frames-148;
  -webkit-animation-duration: 32781ms;
          animation-duration: 32781ms;
  -webkit-animation-delay: 12142ms;
          animation-delay: 12142ms;
}
@-webkit-keyframes move-frames-148 {
  from {
    transform: translate3d(16vw, 107vh, 0);
  }
  to {
    transform: translate3d(60vw, -127vh, 0);
  }
}
@keyframes move-frames-148 {
  from {
    transform: translate3d(16vw, 107vh, 0);
  }
  to {
    transform: translate3d(60vw, -127vh, 0);
  }
}
.circle-container:nth-child(148) .circle {
  -webkit-animation-delay: 1739ms;
          animation-delay: 1739ms;
}
.circle-container:nth-child(149) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-149;
          animation-name: move-frames-149;
  -webkit-animation-duration: 33200ms;
          animation-duration: 33200ms;
  -webkit-animation-delay: 24516ms;
          animation-delay: 24516ms;
}
@-webkit-keyframes move-frames-149 {
  from {
    transform: translate3d(18vw, 104vh, 0);
  }
  to {
    transform: translate3d(67vw, -133vh, 0);
  }
}
@keyframes move-frames-149 {
  from {
    transform: translate3d(18vw, 104vh, 0);
  }
  to {
    transform: translate3d(67vw, -133vh, 0);
  }
}
.circle-container:nth-child(149) .circle {
  -webkit-animation-delay: 2992ms;
          animation-delay: 2992ms;
}
.circle-container:nth-child(150) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-150;
          animation-name: move-frames-150;
  -webkit-animation-duration: 36255ms;
          animation-duration: 36255ms;
  -webkit-animation-delay: 28355ms;
          animation-delay: 28355ms;
}
@-webkit-keyframes move-frames-150 {
  from {
    transform: translate3d(3vw, 107vh, 0);
  }
  to {
    transform: translate3d(72vw, -121vh, 0);
  }
}
@keyframes move-frames-150 {
  from {
    transform: translate3d(3vw, 107vh, 0);
  }
  to {
    transform: translate3d(72vw, -121vh, 0);
  }
}
.circle-container:nth-child(150) .circle {
  -webkit-animation-delay: 3359ms;
          animation-delay: 3359ms;
}
.circle-container:nth-child(151) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-151;
          animation-name: move-frames-151;
  -webkit-animation-duration: 35423ms;
          animation-duration: 35423ms;
  -webkit-animation-delay: 34835ms;
          animation-delay: 34835ms;
}
@-webkit-keyframes move-frames-151 {
  from {
    transform: translate3d(24vw, 101vh, 0);
  }
  to {
    transform: translate3d(34vw, -119vh, 0);
  }
}
@keyframes move-frames-151 {
  from {
    transform: translate3d(24vw, 101vh, 0);
  }
  to {
    transform: translate3d(34vw, -119vh, 0);
  }
}
.circle-container:nth-child(151) .circle {
  -webkit-animation-delay: 2742ms;
          animation-delay: 2742ms;
}
.circle-container:nth-child(152) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-152;
          animation-name: move-frames-152;
  -webkit-animation-duration: 36110ms;
          animation-duration: 36110ms;
  -webkit-animation-delay: 23585ms;
          animation-delay: 23585ms;
}
@-webkit-keyframes move-frames-152 {
  from {
    transform: translate3d(100vw, 104vh, 0);
  }
  to {
    transform: translate3d(95vw, -108vh, 0);
  }
}
@keyframes move-frames-152 {
  from {
    transform: translate3d(100vw, 104vh, 0);
  }
  to {
    transform: translate3d(95vw, -108vh, 0);
  }
}
.circle-container:nth-child(152) .circle {
  -webkit-animation-delay: 566ms;
          animation-delay: 566ms;
}
.circle-container:nth-child(153) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-153;
          animation-name: move-frames-153;
  -webkit-animation-duration: 28819ms;
          animation-duration: 28819ms;
  -webkit-animation-delay: 23371ms;
          animation-delay: 23371ms;
}
@-webkit-keyframes move-frames-153 {
  from {
    transform: translate3d(84vw, 104vh, 0);
  }
  to {
    transform: translate3d(64vw, -129vh, 0);
  }
}
@keyframes move-frames-153 {
  from {
    transform: translate3d(84vw, 104vh, 0);
  }
  to {
    transform: translate3d(64vw, -129vh, 0);
  }
}
.circle-container:nth-child(153) .circle {
  -webkit-animation-delay: 2476ms;
          animation-delay: 2476ms;
}
.circle-container:nth-child(154) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-154;
          animation-name: move-frames-154;
  -webkit-animation-duration: 32209ms;
          animation-duration: 32209ms;
  -webkit-animation-delay: 18370ms;
          animation-delay: 18370ms;
}
@-webkit-keyframes move-frames-154 {
  from {
    transform: translate3d(38vw, 109vh, 0);
  }
  to {
    transform: translate3d(30vw, -116vh, 0);
  }
}
@keyframes move-frames-154 {
  from {
    transform: translate3d(38vw, 109vh, 0);
  }
  to {
    transform: translate3d(30vw, -116vh, 0);
  }
}
.circle-container:nth-child(154) .circle {
  -webkit-animation-delay: 2405ms;
          animation-delay: 2405ms;
}
.circle-container:nth-child(155) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-155;
          animation-name: move-frames-155;
  -webkit-animation-duration: 28676ms;
          animation-duration: 28676ms;
  -webkit-animation-delay: 26828ms;
          animation-delay: 26828ms;
}
@-webkit-keyframes move-frames-155 {
  from {
    transform: translate3d(83vw, 110vh, 0);
  }
  to {
    transform: translate3d(77vw, -123vh, 0);
  }
}
@keyframes move-frames-155 {
  from {
    transform: translate3d(83vw, 110vh, 0);
  }
  to {
    transform: translate3d(77vw, -123vh, 0);
  }
}
.circle-container:nth-child(155) .circle {
  -webkit-animation-delay: 3082ms;
          animation-delay: 3082ms;
}
.circle-container:nth-child(156) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-156;
          animation-name: move-frames-156;
  -webkit-animation-duration: 29127ms;
          animation-duration: 29127ms;
  -webkit-animation-delay: 12084ms;
          animation-delay: 12084ms;
}
@-webkit-keyframes move-frames-156 {
  from {
    transform: translate3d(35vw, 109vh, 0);
  }
  to {
    transform: translate3d(71vw, -138vh, 0);
  }
}
@keyframes move-frames-156 {
  from {
    transform: translate3d(35vw, 109vh, 0);
  }
  to {
    transform: translate3d(71vw, -138vh, 0);
  }
}
.circle-container:nth-child(156) .circle {
  -webkit-animation-delay: 1935ms;
          animation-delay: 1935ms;
}
.circle-container:nth-child(157) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-157;
          animation-name: move-frames-157;
  -webkit-animation-duration: 30615ms;
          animation-duration: 30615ms;
  -webkit-animation-delay: 19464ms;
          animation-delay: 19464ms;
}
@-webkit-keyframes move-frames-157 {
  from {
    transform: translate3d(69vw, 110vh, 0);
  }
  to {
    transform: translate3d(87vw, -128vh, 0);
  }
}
@keyframes move-frames-157 {
  from {
    transform: translate3d(69vw, 110vh, 0);
  }
  to {
    transform: translate3d(87vw, -128vh, 0);
  }
}
.circle-container:nth-child(157) .circle {
  -webkit-animation-delay: 3945ms;
          animation-delay: 3945ms;
}
.circle-container:nth-child(158) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-158;
          animation-name: move-frames-158;
  -webkit-animation-duration: 31574ms;
          animation-duration: 31574ms;
  -webkit-animation-delay: 2676ms;
          animation-delay: 2676ms;
}
@-webkit-keyframes move-frames-158 {
  from {
    transform: translate3d(39vw, 103vh, 0);
  }
  to {
    transform: translate3d(46vw, -106vh, 0);
  }
}
@keyframes move-frames-158 {
  from {
    transform: translate3d(39vw, 103vh, 0);
  }
  to {
    transform: translate3d(46vw, -106vh, 0);
  }
}
.circle-container:nth-child(158) .circle {
  -webkit-animation-delay: 838ms;
          animation-delay: 838ms;
}
.circle-container:nth-child(159) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-159;
          animation-name: move-frames-159;
  -webkit-animation-duration: 29428ms;
          animation-duration: 29428ms;
  -webkit-animation-delay: 28057ms;
          animation-delay: 28057ms;
}
@-webkit-keyframes move-frames-159 {
  from {
    transform: translate3d(30vw, 102vh, 0);
  }
  to {
    transform: translate3d(89vw, -106vh, 0);
  }
}
@keyframes move-frames-159 {
  from {
    transform: translate3d(30vw, 102vh, 0);
  }
  to {
    transform: translate3d(89vw, -106vh, 0);
  }
}
.circle-container:nth-child(159) .circle {
  -webkit-animation-delay: 2073ms;
          animation-delay: 2073ms;
}
.circle-container:nth-child(160) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-160;
          animation-name: move-frames-160;
  -webkit-animation-duration: 33032ms;
          animation-duration: 33032ms;
  -webkit-animation-delay: 9535ms;
          animation-delay: 9535ms;
}
@-webkit-keyframes move-frames-160 {
  from {
    transform: translate3d(40vw, 101vh, 0);
  }
  to {
    transform: translate3d(85vw, -118vh, 0);
  }
}
@keyframes move-frames-160 {
  from {
    transform: translate3d(40vw, 101vh, 0);
  }
  to {
    transform: translate3d(85vw, -118vh, 0);
  }
}
.circle-container:nth-child(160) .circle {
  -webkit-animation-delay: 2005ms;
          animation-delay: 2005ms;
}
.circle-container:nth-child(161) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-161;
          animation-name: move-frames-161;
  -webkit-animation-duration: 34334ms;
          animation-duration: 34334ms;
  -webkit-animation-delay: 9585ms;
          animation-delay: 9585ms;
}
@-webkit-keyframes move-frames-161 {
  from {
    transform: translate3d(5vw, 105vh, 0);
  }
  to {
    transform: translate3d(12vw, -133vh, 0);
  }
}
@keyframes move-frames-161 {
  from {
    transform: translate3d(5vw, 105vh, 0);
  }
  to {
    transform: translate3d(12vw, -133vh, 0);
  }
}
.circle-container:nth-child(161) .circle {
  -webkit-animation-delay: 1914ms;
          animation-delay: 1914ms;
}
.circle-container:nth-child(162) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-162;
          animation-name: move-frames-162;
  -webkit-animation-duration: 29443ms;
          animation-duration: 29443ms;
  -webkit-animation-delay: 24343ms;
          animation-delay: 24343ms;
}
@-webkit-keyframes move-frames-162 {
  from {
    transform: translate3d(37vw, 103vh, 0);
  }
  to {
    transform: translate3d(91vw, -125vh, 0);
  }
}
@keyframes move-frames-162 {
  from {
    transform: translate3d(37vw, 103vh, 0);
  }
  to {
    transform: translate3d(91vw, -125vh, 0);
  }
}
.circle-container:nth-child(162) .circle {
  -webkit-animation-delay: 900ms;
          animation-delay: 900ms;
}
.circle-container:nth-child(163) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-163;
          animation-name: move-frames-163;
  -webkit-animation-duration: 29111ms;
          animation-duration: 29111ms;
  -webkit-animation-delay: 26104ms;
          animation-delay: 26104ms;
}
@-webkit-keyframes move-frames-163 {
  from {
    transform: translate3d(7vw, 108vh, 0);
  }
  to {
    transform: translate3d(45vw, -134vh, 0);
  }
}
@keyframes move-frames-163 {
  from {
    transform: translate3d(7vw, 108vh, 0);
  }
  to {
    transform: translate3d(45vw, -134vh, 0);
  }
}
.circle-container:nth-child(163) .circle {
  -webkit-animation-delay: 3903ms;
          animation-delay: 3903ms;
}
.circle-container:nth-child(164) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-164;
          animation-name: move-frames-164;
  -webkit-animation-duration: 35717ms;
          animation-duration: 35717ms;
  -webkit-animation-delay: 36692ms;
          animation-delay: 36692ms;
}
@-webkit-keyframes move-frames-164 {
  from {
    transform: translate3d(51vw, 106vh, 0);
  }
  to {
    transform: translate3d(3vw, -116vh, 0);
  }
}
@keyframes move-frames-164 {
  from {
    transform: translate3d(51vw, 106vh, 0);
  }
  to {
    transform: translate3d(3vw, -116vh, 0);
  }
}
.circle-container:nth-child(164) .circle {
  -webkit-animation-delay: 2347ms;
          animation-delay: 2347ms;
}
.circle-container:nth-child(165) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-165;
          animation-name: move-frames-165;
  -webkit-animation-duration: 32821ms;
          animation-duration: 32821ms;
  -webkit-animation-delay: 26888ms;
          animation-delay: 26888ms;
}
@-webkit-keyframes move-frames-165 {
  from {
    transform: translate3d(28vw, 104vh, 0);
  }
  to {
    transform: translate3d(19vw, -125vh, 0);
  }
}
@keyframes move-frames-165 {
  from {
    transform: translate3d(28vw, 104vh, 0);
  }
  to {
    transform: translate3d(19vw, -125vh, 0);
  }
}
.circle-container:nth-child(165) .circle {
  -webkit-animation-delay: 2275ms;
          animation-delay: 2275ms;
}
.circle-container:nth-child(166) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-166;
          animation-name: move-frames-166;
  -webkit-animation-duration: 34323ms;
          animation-duration: 34323ms;
  -webkit-animation-delay: 12989ms;
          animation-delay: 12989ms;
}
@-webkit-keyframes move-frames-166 {
  from {
    transform: translate3d(15vw, 108vh, 0);
  }
  to {
    transform: translate3d(31vw, -109vh, 0);
  }
}
@keyframes move-frames-166 {
  from {
    transform: translate3d(15vw, 108vh, 0);
  }
  to {
    transform: translate3d(31vw, -109vh, 0);
  }
}
.circle-container:nth-child(166) .circle {
  -webkit-animation-delay: 31ms;
          animation-delay: 31ms;
}
.circle-container:nth-child(167) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-167;
          animation-name: move-frames-167;
  -webkit-animation-duration: 35366ms;
          animation-duration: 35366ms;
  -webkit-animation-delay: 15674ms;
          animation-delay: 15674ms;
}
@-webkit-keyframes move-frames-167 {
  from {
    transform: translate3d(7vw, 109vh, 0);
  }
  to {
    transform: translate3d(54vw, -137vh, 0);
  }
}
@keyframes move-frames-167 {
  from {
    transform: translate3d(7vw, 109vh, 0);
  }
  to {
    transform: translate3d(54vw, -137vh, 0);
  }
}
.circle-container:nth-child(167) .circle {
  -webkit-animation-delay: 2687ms;
          animation-delay: 2687ms;
}
.circle-container:nth-child(168) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-168;
          animation-name: move-frames-168;
  -webkit-animation-duration: 30961ms;
          animation-duration: 30961ms;
  -webkit-animation-delay: 32235ms;
          animation-delay: 32235ms;
}
@-webkit-keyframes move-frames-168 {
  from {
    transform: translate3d(1vw, 106vh, 0);
  }
  to {
    transform: translate3d(29vw, -108vh, 0);
  }
}
@keyframes move-frames-168 {
  from {
    transform: translate3d(1vw, 106vh, 0);
  }
  to {
    transform: translate3d(29vw, -108vh, 0);
  }
}
.circle-container:nth-child(168) .circle {
  -webkit-animation-delay: 3127ms;
          animation-delay: 3127ms;
}
.circle-container:nth-child(169) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-169;
          animation-name: move-frames-169;
  -webkit-animation-duration: 30880ms;
          animation-duration: 30880ms;
  -webkit-animation-delay: 12821ms;
          animation-delay: 12821ms;
}
@-webkit-keyframes move-frames-169 {
  from {
    transform: translate3d(51vw, 108vh, 0);
  }
  to {
    transform: translate3d(10vw, -132vh, 0);
  }
}
@keyframes move-frames-169 {
  from {
    transform: translate3d(51vw, 108vh, 0);
  }
  to {
    transform: translate3d(10vw, -132vh, 0);
  }
}
.circle-container:nth-child(169) .circle {
  -webkit-animation-delay: 807ms;
          animation-delay: 807ms;
}
.circle-container:nth-child(170) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-170;
          animation-name: move-frames-170;
  -webkit-animation-duration: 36534ms;
          animation-duration: 36534ms;
  -webkit-animation-delay: 20340ms;
          animation-delay: 20340ms;
}
@-webkit-keyframes move-frames-170 {
  from {
    transform: translate3d(64vw, 104vh, 0);
  }
  to {
    transform: translate3d(16vw, -119vh, 0);
  }
}
@keyframes move-frames-170 {
  from {
    transform: translate3d(64vw, 104vh, 0);
  }
  to {
    transform: translate3d(16vw, -119vh, 0);
  }
}
.circle-container:nth-child(170) .circle {
  -webkit-animation-delay: 2357ms;
          animation-delay: 2357ms;
}
.circle-container:nth-child(171) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-171;
          animation-name: move-frames-171;
  -webkit-animation-duration: 36969ms;
          animation-duration: 36969ms;
  -webkit-animation-delay: 143ms;
          animation-delay: 143ms;
}
@-webkit-keyframes move-frames-171 {
  from {
    transform: translate3d(65vw, 108vh, 0);
  }
  to {
    transform: translate3d(44vw, -115vh, 0);
  }
}
@keyframes move-frames-171 {
  from {
    transform: translate3d(65vw, 108vh, 0);
  }
  to {
    transform: translate3d(44vw, -115vh, 0);
  }
}
.circle-container:nth-child(171) .circle {
  -webkit-animation-delay: 1018ms;
          animation-delay: 1018ms;
}
.circle-container:nth-child(172) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-172;
          animation-name: move-frames-172;
  -webkit-animation-duration: 34718ms;
          animation-duration: 34718ms;
  -webkit-animation-delay: 18163ms;
          animation-delay: 18163ms;
}
@-webkit-keyframes move-frames-172 {
  from {
    transform: translate3d(38vw, 108vh, 0);
  }
  to {
    transform: translate3d(71vw, -116vh, 0);
  }
}
@keyframes move-frames-172 {
  from {
    transform: translate3d(38vw, 108vh, 0);
  }
  to {
    transform: translate3d(71vw, -116vh, 0);
  }
}
.circle-container:nth-child(172) .circle {
  -webkit-animation-delay: 817ms;
          animation-delay: 817ms;
}
.circle-container:nth-child(173) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-173;
          animation-name: move-frames-173;
  -webkit-animation-duration: 31345ms;
          animation-duration: 31345ms;
  -webkit-animation-delay: 31868ms;
          animation-delay: 31868ms;
}
@-webkit-keyframes move-frames-173 {
  from {
    transform: translate3d(13vw, 105vh, 0);
  }
  to {
    transform: translate3d(59vw, -109vh, 0);
  }
}
@keyframes move-frames-173 {
  from {
    transform: translate3d(13vw, 105vh, 0);
  }
  to {
    transform: translate3d(59vw, -109vh, 0);
  }
}
.circle-container:nth-child(173) .circle {
  -webkit-animation-delay: 3827ms;
          animation-delay: 3827ms;
}
.circle-container:nth-child(174) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-174;
          animation-name: move-frames-174;
  -webkit-animation-duration: 31983ms;
          animation-duration: 31983ms;
  -webkit-animation-delay: 35954ms;
          animation-delay: 35954ms;
}
@-webkit-keyframes move-frames-174 {
  from {
    transform: translate3d(22vw, 107vh, 0);
  }
  to {
    transform: translate3d(74vw, -115vh, 0);
  }
}
@keyframes move-frames-174 {
  from {
    transform: translate3d(22vw, 107vh, 0);
  }
  to {
    transform: translate3d(74vw, -115vh, 0);
  }
}
.circle-container:nth-child(174) .circle {
  -webkit-animation-delay: 1091ms;
          animation-delay: 1091ms;
}
.circle-container:nth-child(175) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-175;
          animation-name: move-frames-175;
  -webkit-animation-duration: 31180ms;
          animation-duration: 31180ms;
  -webkit-animation-delay: 18416ms;
          animation-delay: 18416ms;
}
@-webkit-keyframes move-frames-175 {
  from {
    transform: translate3d(61vw, 106vh, 0);
  }
  to {
    transform: translate3d(49vw, -108vh, 0);
  }
}
@keyframes move-frames-175 {
  from {
    transform: translate3d(61vw, 106vh, 0);
  }
  to {
    transform: translate3d(49vw, -108vh, 0);
  }
}
.circle-container:nth-child(175) .circle {
  -webkit-animation-delay: 487ms;
          animation-delay: 487ms;
}
.circle-container:nth-child(176) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-176;
          animation-name: move-frames-176;
  -webkit-animation-duration: 35570ms;
          animation-duration: 35570ms;
  -webkit-animation-delay: 20968ms;
          animation-delay: 20968ms;
}
@-webkit-keyframes move-frames-176 {
  from {
    transform: translate3d(34vw, 106vh, 0);
  }
  to {
    transform: translate3d(13vw, -126vh, 0);
  }
}
@keyframes move-frames-176 {
  from {
    transform: translate3d(34vw, 106vh, 0);
  }
  to {
    transform: translate3d(13vw, -126vh, 0);
  }
}
.circle-container:nth-child(176) .circle {
  -webkit-animation-delay: 1127ms;
          animation-delay: 1127ms;
}
.circle-container:nth-child(177) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-177;
          animation-name: move-frames-177;
  -webkit-animation-duration: 32550ms;
          animation-duration: 32550ms;
  -webkit-animation-delay: 370ms;
          animation-delay: 370ms;
}
@-webkit-keyframes move-frames-177 {
  from {
    transform: translate3d(47vw, 106vh, 0);
  }
  to {
    transform: translate3d(50vw, -126vh, 0);
  }
}
@keyframes move-frames-177 {
  from {
    transform: translate3d(47vw, 106vh, 0);
  }
  to {
    transform: translate3d(50vw, -126vh, 0);
  }
}
.circle-container:nth-child(177) .circle {
  -webkit-animation-delay: 2347ms;
          animation-delay: 2347ms;
}
.circle-container:nth-child(178) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-178;
          animation-name: move-frames-178;
  -webkit-animation-duration: 35931ms;
          animation-duration: 35931ms;
  -webkit-animation-delay: 17408ms;
          animation-delay: 17408ms;
}
@-webkit-keyframes move-frames-178 {
  from {
    transform: translate3d(42vw, 108vh, 0);
  }
  to {
    transform: translate3d(5vw, -118vh, 0);
  }
}
@keyframes move-frames-178 {
  from {
    transform: translate3d(42vw, 108vh, 0);
  }
  to {
    transform: translate3d(5vw, -118vh, 0);
  }
}
.circle-container:nth-child(178) .circle {
  -webkit-animation-delay: 1232ms;
          animation-delay: 1232ms;
}
.circle-container:nth-child(179) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-179;
          animation-name: move-frames-179;
  -webkit-animation-duration: 34428ms;
          animation-duration: 34428ms;
  -webkit-animation-delay: 1382ms;
          animation-delay: 1382ms;
}
@-webkit-keyframes move-frames-179 {
  from {
    transform: translate3d(16vw, 102vh, 0);
  }
  to {
    transform: translate3d(86vw, -115vh, 0);
  }
}
@keyframes move-frames-179 {
  from {
    transform: translate3d(16vw, 102vh, 0);
  }
  to {
    transform: translate3d(86vw, -115vh, 0);
  }
}
.circle-container:nth-child(179) .circle {
  -webkit-animation-delay: 3704ms;
          animation-delay: 3704ms;
}
.circle-container:nth-child(180) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-180;
          animation-name: move-frames-180;
  -webkit-animation-duration: 31576ms;
          animation-duration: 31576ms;
  -webkit-animation-delay: 12650ms;
          animation-delay: 12650ms;
}
@-webkit-keyframes move-frames-180 {
  from {
    transform: translate3d(6vw, 104vh, 0);
  }
  to {
    transform: translate3d(22vw, -124vh, 0);
  }
}
@keyframes move-frames-180 {
  from {
    transform: translate3d(6vw, 104vh, 0);
  }
  to {
    transform: translate3d(22vw, -124vh, 0);
  }
}
.circle-container:nth-child(180) .circle {
  -webkit-animation-delay: 3085ms;
          animation-delay: 3085ms;
}
.circle-container:nth-child(181) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-181;
          animation-name: move-frames-181;
  -webkit-animation-duration: 32056ms;
          animation-duration: 32056ms;
  -webkit-animation-delay: 36448ms;
          animation-delay: 36448ms;
}
@-webkit-keyframes move-frames-181 {
  from {
    transform: translate3d(88vw, 106vh, 0);
  }
  to {
    transform: translate3d(75vw, -116vh, 0);
  }
}
@keyframes move-frames-181 {
  from {
    transform: translate3d(88vw, 106vh, 0);
  }
  to {
    transform: translate3d(75vw, -116vh, 0);
  }
}
.circle-container:nth-child(181) .circle {
  -webkit-animation-delay: 2047ms;
          animation-delay: 2047ms;
}
.circle-container:nth-child(182) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-182;
          animation-name: move-frames-182;
  -webkit-animation-duration: 28732ms;
          animation-duration: 28732ms;
  -webkit-animation-delay: 12034ms;
          animation-delay: 12034ms;
}
@-webkit-keyframes move-frames-182 {
  from {
    transform: translate3d(59vw, 102vh, 0);
  }
  to {
    transform: translate3d(54vw, -115vh, 0);
  }
}
@keyframes move-frames-182 {
  from {
    transform: translate3d(59vw, 102vh, 0);
  }
  to {
    transform: translate3d(54vw, -115vh, 0);
  }
}
.circle-container:nth-child(182) .circle {
  -webkit-animation-delay: 634ms;
          animation-delay: 634ms;
}
.circle-container:nth-child(183) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-183;
          animation-name: move-frames-183;
  -webkit-animation-duration: 29554ms;
          animation-duration: 29554ms;
  -webkit-animation-delay: 33710ms;
          animation-delay: 33710ms;
}
@-webkit-keyframes move-frames-183 {
  from {
    transform: translate3d(88vw, 108vh, 0);
  }
  to {
    transform: translate3d(92vw, -128vh, 0);
  }
}
@keyframes move-frames-183 {
  from {
    transform: translate3d(88vw, 108vh, 0);
  }
  to {
    transform: translate3d(92vw, -128vh, 0);
  }
}
.circle-container:nth-child(183) .circle {
  -webkit-animation-delay: 2664ms;
          animation-delay: 2664ms;
}
.circle-container:nth-child(184) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-184;
          animation-name: move-frames-184;
  -webkit-animation-duration: 30069ms;
          animation-duration: 30069ms;
  -webkit-animation-delay: 6173ms;
          animation-delay: 6173ms;
}
@-webkit-keyframes move-frames-184 {
  from {
    transform: translate3d(94vw, 104vh, 0);
  }
  to {
    transform: translate3d(37vw, -118vh, 0);
  }
}
@keyframes move-frames-184 {
  from {
    transform: translate3d(94vw, 104vh, 0);
  }
  to {
    transform: translate3d(37vw, -118vh, 0);
  }
}
.circle-container:nth-child(184) .circle {
  -webkit-animation-delay: 3848ms;
          animation-delay: 3848ms;
}
.circle-container:nth-child(185) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-185;
          animation-name: move-frames-185;
  -webkit-animation-duration: 31718ms;
          animation-duration: 31718ms;
  -webkit-animation-delay: 12616ms;
          animation-delay: 12616ms;
}
@-webkit-keyframes move-frames-185 {
  from {
    transform: translate3d(54vw, 106vh, 0);
  }
  to {
    transform: translate3d(57vw, -136vh, 0);
  }
}
@keyframes move-frames-185 {
  from {
    transform: translate3d(54vw, 106vh, 0);
  }
  to {
    transform: translate3d(57vw, -136vh, 0);
  }
}
.circle-container:nth-child(185) .circle {
  -webkit-animation-delay: 2091ms;
          animation-delay: 2091ms;
}
.circle-container:nth-child(186) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-186;
          animation-name: move-frames-186;
  -webkit-animation-duration: 32706ms;
          animation-duration: 32706ms;
  -webkit-animation-delay: 29328ms;
          animation-delay: 29328ms;
}
@-webkit-keyframes move-frames-186 {
  from {
    transform: translate3d(92vw, 108vh, 0);
  }
  to {
    transform: translate3d(97vw, -124vh, 0);
  }
}
@keyframes move-frames-186 {
  from {
    transform: translate3d(92vw, 108vh, 0);
  }
  to {
    transform: translate3d(97vw, -124vh, 0);
  }
}
.circle-container:nth-child(186) .circle {
  -webkit-animation-delay: 480ms;
          animation-delay: 480ms;
}
.circle-container:nth-child(187) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-187;
          animation-name: move-frames-187;
  -webkit-animation-duration: 32436ms;
          animation-duration: 32436ms;
  -webkit-animation-delay: 1597ms;
          animation-delay: 1597ms;
}
@-webkit-keyframes move-frames-187 {
  from {
    transform: translate3d(12vw, 101vh, 0);
  }
  to {
    transform: translate3d(24vw, -131vh, 0);
  }
}
@keyframes move-frames-187 {
  from {
    transform: translate3d(12vw, 101vh, 0);
  }
  to {
    transform: translate3d(24vw, -131vh, 0);
  }
}
.circle-container:nth-child(187) .circle {
  -webkit-animation-delay: 1935ms;
          animation-delay: 1935ms;
}
.circle-container:nth-child(188) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-188;
          animation-name: move-frames-188;
  -webkit-animation-duration: 33208ms;
          animation-duration: 33208ms;
  -webkit-animation-delay: 13745ms;
          animation-delay: 13745ms;
}
@-webkit-keyframes move-frames-188 {
  from {
    transform: translate3d(6vw, 101vh, 0);
  }
  to {
    transform: translate3d(89vw, -127vh, 0);
  }
}
@keyframes move-frames-188 {
  from {
    transform: translate3d(6vw, 101vh, 0);
  }
  to {
    transform: translate3d(89vw, -127vh, 0);
  }
}
.circle-container:nth-child(188) .circle {
  -webkit-animation-delay: 2046ms;
          animation-delay: 2046ms;
}
.circle-container:nth-child(189) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-189;
          animation-name: move-frames-189;
  -webkit-animation-duration: 30673ms;
          animation-duration: 30673ms;
  -webkit-animation-delay: 21197ms;
          animation-delay: 21197ms;
}
@-webkit-keyframes move-frames-189 {
  from {
    transform: translate3d(48vw, 101vh, 0);
  }
  to {
    transform: translate3d(29vw, -116vh, 0);
  }
}
@keyframes move-frames-189 {
  from {
    transform: translate3d(48vw, 101vh, 0);
  }
  to {
    transform: translate3d(29vw, -116vh, 0);
  }
}
.circle-container:nth-child(189) .circle {
  -webkit-animation-delay: 2430ms;
          animation-delay: 2430ms;
}
.circle-container:nth-child(190) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-190;
          animation-name: move-frames-190;
  -webkit-animation-duration: 30101ms;
          animation-duration: 30101ms;
  -webkit-animation-delay: 25328ms;
          animation-delay: 25328ms;
}
@-webkit-keyframes move-frames-190 {
  from {
    transform: translate3d(69vw, 106vh, 0);
  }
  to {
    transform: translate3d(64vw, -125vh, 0);
  }
}
@keyframes move-frames-190 {
  from {
    transform: translate3d(69vw, 106vh, 0);
  }
  to {
    transform: translate3d(64vw, -125vh, 0);
  }
}
.circle-container:nth-child(190) .circle {
  -webkit-animation-delay: 1512ms;
          animation-delay: 1512ms;
}
.circle-container:nth-child(191) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-191;
          animation-name: move-frames-191;
  -webkit-animation-duration: 28763ms;
          animation-duration: 28763ms;
  -webkit-animation-delay: 4009ms;
          animation-delay: 4009ms;
}
@-webkit-keyframes move-frames-191 {
  from {
    transform: translate3d(72vw, 104vh, 0);
  }
  to {
    transform: translate3d(50vw, -106vh, 0);
  }
}
@keyframes move-frames-191 {
  from {
    transform: translate3d(72vw, 104vh, 0);
  }
  to {
    transform: translate3d(50vw, -106vh, 0);
  }
}
.circle-container:nth-child(191) .circle {
  -webkit-animation-delay: 1944ms;
          animation-delay: 1944ms;
}
.circle-container:nth-child(192) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-192;
          animation-name: move-frames-192;
  -webkit-animation-duration: 34814ms;
          animation-duration: 34814ms;
  -webkit-animation-delay: 27315ms;
          animation-delay: 27315ms;
}
@-webkit-keyframes move-frames-192 {
  from {
    transform: translate3d(77vw, 107vh, 0);
  }
  to {
    transform: translate3d(22vw, -117vh, 0);
  }
}
@keyframes move-frames-192 {
  from {
    transform: translate3d(77vw, 107vh, 0);
  }
  to {
    transform: translate3d(22vw, -117vh, 0);
  }
}
.circle-container:nth-child(192) .circle {
  -webkit-animation-delay: 118ms;
          animation-delay: 118ms;
}
.circle-container:nth-child(193) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-193;
          animation-name: move-frames-193;
  -webkit-animation-duration: 36745ms;
          animation-duration: 36745ms;
  -webkit-animation-delay: 22426ms;
          animation-delay: 22426ms;
}
@-webkit-keyframes move-frames-193 {
  from {
    transform: translate3d(4vw, 109vh, 0);
  }
  to {
    transform: translate3d(67vw, -136vh, 0);
  }
}
@keyframes move-frames-193 {
  from {
    transform: translate3d(4vw, 109vh, 0);
  }
  to {
    transform: translate3d(67vw, -136vh, 0);
  }
}
.circle-container:nth-child(193) .circle {
  -webkit-animation-delay: 2569ms;
          animation-delay: 2569ms;
}
.circle-container:nth-child(194) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-194;
          animation-name: move-frames-194;
  -webkit-animation-duration: 36908ms;
          animation-duration: 36908ms;
  -webkit-animation-delay: 8777ms;
          animation-delay: 8777ms;
}
@-webkit-keyframes move-frames-194 {
  from {
    transform: translate3d(21vw, 101vh, 0);
  }
  to {
    transform: translate3d(3vw, -129vh, 0);
  }
}
@keyframes move-frames-194 {
  from {
    transform: translate3d(21vw, 101vh, 0);
  }
  to {
    transform: translate3d(3vw, -129vh, 0);
  }
}
.circle-container:nth-child(194) .circle {
  -webkit-animation-delay: 2871ms;
          animation-delay: 2871ms;
}
.circle-container:nth-child(195) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-195;
          animation-name: move-frames-195;
  -webkit-animation-duration: 29235ms;
          animation-duration: 29235ms;
  -webkit-animation-delay: 26365ms;
          animation-delay: 26365ms;
}
@-webkit-keyframes move-frames-195 {
  from {
    transform: translate3d(71vw, 108vh, 0);
  }
  to {
    transform: translate3d(80vw, -114vh, 0);
  }
}
@keyframes move-frames-195 {
  from {
    transform: translate3d(71vw, 108vh, 0);
  }
  to {
    transform: translate3d(80vw, -114vh, 0);
  }
}
.circle-container:nth-child(195) .circle {
  -webkit-animation-delay: 3496ms;
          animation-delay: 3496ms;
}
.circle-container:nth-child(196) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-196;
          animation-name: move-frames-196;
  -webkit-animation-duration: 33825ms;
          animation-duration: 33825ms;
  -webkit-animation-delay: 31581ms;
          animation-delay: 31581ms;
}
@-webkit-keyframes move-frames-196 {
  from {
    transform: translate3d(1vw, 108vh, 0);
  }
  to {
    transform: translate3d(30vw, -114vh, 0);
  }
}
@keyframes move-frames-196 {
  from {
    transform: translate3d(1vw, 108vh, 0);
  }
  to {
    transform: translate3d(30vw, -114vh, 0);
  }
}
.circle-container:nth-child(196) .circle {
  -webkit-animation-delay: 3328ms;
          animation-delay: 3328ms;
}
.circle-container:nth-child(197) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-197;
          animation-name: move-frames-197;
  -webkit-animation-duration: 32951ms;
          animation-duration: 32951ms;
  -webkit-animation-delay: 18934ms;
          animation-delay: 18934ms;
}
@-webkit-keyframes move-frames-197 {
  from {
    transform: translate3d(33vw, 107vh, 0);
  }
  to {
    transform: translate3d(46vw, -120vh, 0);
  }
}
@keyframes move-frames-197 {
  from {
    transform: translate3d(33vw, 107vh, 0);
  }
  to {
    transform: translate3d(46vw, -120vh, 0);
  }
}
.circle-container:nth-child(197) .circle {
  -webkit-animation-delay: 2634ms;
          animation-delay: 2634ms;
}
.circle-container:nth-child(198) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-198;
          animation-name: move-frames-198;
  -webkit-animation-duration: 33876ms;
          animation-duration: 33876ms;
  -webkit-animation-delay: 30609ms;
          animation-delay: 30609ms;
}
@-webkit-keyframes move-frames-198 {
  from {
    transform: translate3d(25vw, 107vh, 0);
  }
  to {
    transform: translate3d(48vw, -129vh, 0);
  }
}
@keyframes move-frames-198 {
  from {
    transform: translate3d(25vw, 107vh, 0);
  }
  to {
    transform: translate3d(48vw, -129vh, 0);
  }
}
.circle-container:nth-child(198) .circle {
  -webkit-animation-delay: 1881ms;
          animation-delay: 1881ms;
}
.circle-container:nth-child(199) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-199;
          animation-name: move-frames-199;
  -webkit-animation-duration: 35667ms;
          animation-duration: 35667ms;
  -webkit-animation-delay: 1809ms;
          animation-delay: 1809ms;
}
@-webkit-keyframes move-frames-199 {
  from {
    transform: translate3d(5vw, 104vh, 0);
  }
  to {
    transform: translate3d(15vw, -108vh, 0);
  }
}
@keyframes move-frames-199 {
  from {
    transform: translate3d(5vw, 104vh, 0);
  }
  to {
    transform: translate3d(15vw, -108vh, 0);
  }
}
.circle-container:nth-child(199) .circle {
  -webkit-animation-delay: 2951ms;
          animation-delay: 2951ms;
}
.circle-container:nth-child(200) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-200;
          animation-name: move-frames-200;
  -webkit-animation-duration: 31989ms;
          animation-duration: 31989ms;
  -webkit-animation-delay: 18044ms;
          animation-delay: 18044ms;
}
@-webkit-keyframes move-frames-200 {
  from {
    transform: translate3d(39vw, 110vh, 0);
  }
  to {
    transform: translate3d(1vw, -114vh, 0);
  }
}
@keyframes move-frames-200 {
  from {
    transform: translate3d(39vw, 110vh, 0);
  }
  to {
    transform: translate3d(1vw, -114vh, 0);
  }
}
.circle-container:nth-child(200) .circle {
  -webkit-animation-delay: 2624ms;
          animation-delay: 2624ms;
}

.message {
  position: absolute;
  right: 20px;
  bottom: 10px;
  color: white;
  font-family: "Josefin Slab", serif;
  line-height: 27px;
  font-size: 18px;
  text-align: right;
  pointer-events: none;
  -webkit-animation: message-frames 1.5s ease 5s forwards;
          animation: message-frames 1.5s ease 5s forwards;
  opacity: 0;
}
@-webkit-keyframes message-frames {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes message-frames {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}