* {
    margin: 0;
    padding: 0;
  }
  
  html,
  body {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  
  body {
    background-color: #021027;
  }

  .btn__primary {
    color: #fff;
    background-color: #68c6dd;
    border-color: #68c6dd;
  }

  .body__wrap {
      position: absolute;
      top: 0;
      width: 100%;
      height: 100vh;
      z-index: 999;
  }

  .body__wrap .body__container {
      height: 100vh;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
  }

  .coming__soon {
      padding: 50px 200px;
      background-color: rgba(28, 30, 41, 0.452);
      color: #fff;
      backdrop-filter: blur(5px);
      border: 5px solid rgba(22, 27, 53, 0.37);
  }
  
  .containers {
    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(#9da833, #99b4ff 10%, rgba(153, 255, 255, 0) 56%);
    -webkit-animation: fadein-frames 200ms infinite, scale-frames 2s infinite;
            animation: fadein-frames 200ms infinite, scale-frames 2s infinite;
  }
  @-webkit-keyframes fade-frames {
    0% {
      opacity: 1;
    }
    50% {
      opacity: 0.7;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes fade-frames {
    0% {
      opacity: 1;
    }
    50% {
      opacity: 0.7;
    }
    100% {
      opacity: 1;
    }
  }
  @-webkit-keyframes scale-frames {
    0% {
      transform: scale3d(0.4, 0.4, 1);
    }
    50% {
      transform: scale3d(2.2, 2.2, 1);
    }
    100% {
      transform: scale3d(0.4, 0.4, 1);
    }
  }
  @keyframes scale-frames {
    0% {
      transform: scale3d(0.4, 0.4, 1);
    }
    50% {
      transform: scale3d(2.2, 2.2, 1);
    }
    100% {
      transform: scale3d(0.4, 0.4, 1);
    }
  }
  .circle-container:nth-child(1) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-1;
            animation-name: move-frames-1;
    -webkit-animation-duration: 33362ms;
            animation-duration: 33362ms;
    -webkit-animation-delay: 34430ms;
            animation-delay: 34430ms;
  }
  @-webkit-keyframes move-frames-1 {
    from {
      transform: translate3d(80vw, 102vh, 0);
    }
    to {
      transform: translate3d(12vw, -128vh, 0);
    }
  }
  @keyframes move-frames-1 {
    from {
      transform: translate3d(80vw, 102vh, 0);
    }
    to {
      transform: translate3d(12vw, -128vh, 0);
    }
  }
  .circle-container:nth-child(1) .circle {
    -webkit-animation-delay: 696ms;
            animation-delay: 696ms;
  }
  .circle-container:nth-child(2) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-2;
            animation-name: move-frames-2;
    -webkit-animation-duration: 33808ms;
            animation-duration: 33808ms;
    -webkit-animation-delay: 26488ms;
            animation-delay: 26488ms;
  }
  @-webkit-keyframes move-frames-2 {
    from {
      transform: translate3d(78vw, 102vh, 0);
    }
    to {
      transform: translate3d(95vw, -109vh, 0);
    }
  }
  @keyframes move-frames-2 {
    from {
      transform: translate3d(78vw, 102vh, 0);
    }
    to {
      transform: translate3d(95vw, -109vh, 0);
    }
  }
  .circle-container:nth-child(2) .circle {
    -webkit-animation-delay: 141ms;
            animation-delay: 141ms;
  }
  .circle-container:nth-child(3) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-3;
            animation-name: move-frames-3;
    -webkit-animation-duration: 33669ms;
            animation-duration: 33669ms;
    -webkit-animation-delay: 34447ms;
            animation-delay: 34447ms;
  }
  @-webkit-keyframes move-frames-3 {
    from {
      transform: translate3d(42vw, 105vh, 0);
    }
    to {
      transform: translate3d(6vw, -127vh, 0);
    }
  }
  @keyframes move-frames-3 {
    from {
      transform: translate3d(42vw, 105vh, 0);
    }
    to {
      transform: translate3d(6vw, -127vh, 0);
    }
  }
  .circle-container:nth-child(3) .circle {
    -webkit-animation-delay: 3001ms;
            animation-delay: 3001ms;
  }
  .circle-container:nth-child(4) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-4;
            animation-name: move-frames-4;
    -webkit-animation-duration: 31442ms;
            animation-duration: 31442ms;
    -webkit-animation-delay: 28834ms;
            animation-delay: 28834ms;
  }
  @-webkit-keyframes move-frames-4 {
    from {
      transform: translate3d(21vw, 102vh, 0);
    }
    to {
      transform: translate3d(64vw, -105vh, 0);
    }
  }
  @keyframes move-frames-4 {
    from {
      transform: translate3d(21vw, 102vh, 0);
    }
    to {
      transform: translate3d(64vw, -105vh, 0);
    }
  }
  .circle-container:nth-child(4) .circle {
    -webkit-animation-delay: 1606ms;
            animation-delay: 1606ms;
  }
  .circle-container:nth-child(5) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-5;
            animation-name: move-frames-5;
    -webkit-animation-duration: 32707ms;
            animation-duration: 32707ms;
    -webkit-animation-delay: 24364ms;
            animation-delay: 24364ms;
  }
  @-webkit-keyframes move-frames-5 {
    from {
      transform: translate3d(93vw, 104vh, 0);
    }
    to {
      transform: translate3d(76vw, -130vh, 0);
    }
  }
  @keyframes move-frames-5 {
    from {
      transform: translate3d(93vw, 104vh, 0);
    }
    to {
      transform: translate3d(76vw, -130vh, 0);
    }
  }
  .circle-container:nth-child(5) .circle {
    -webkit-animation-delay: 1043ms;
            animation-delay: 1043ms;
  }
  .circle-container:nth-child(6) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-6;
            animation-name: move-frames-6;
    -webkit-animation-duration: 33198ms;
            animation-duration: 33198ms;
    -webkit-animation-delay: 2986ms;
            animation-delay: 2986ms;
  }
  @-webkit-keyframes move-frames-6 {
    from {
      transform: translate3d(90vw, 105vh, 0);
    }
    to {
      transform: translate3d(82vw, -120vh, 0);
    }
  }
  @keyframes move-frames-6 {
    from {
      transform: translate3d(90vw, 105vh, 0);
    }
    to {
      transform: translate3d(82vw, -120vh, 0);
    }
  }
  .circle-container:nth-child(6) .circle {
    -webkit-animation-delay: 2835ms;
            animation-delay: 2835ms;
  }
  .circle-container:nth-child(7) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-7;
            animation-name: move-frames-7;
    -webkit-animation-duration: 32745ms;
            animation-duration: 32745ms;
    -webkit-animation-delay: 4673ms;
            animation-delay: 4673ms;
  }
  @-webkit-keyframes move-frames-7 {
    from {
      transform: translate3d(85vw, 102vh, 0);
    }
    to {
      transform: translate3d(27vw, -107vh, 0);
    }
  }
  @keyframes move-frames-7 {
    from {
      transform: translate3d(85vw, 102vh, 0);
    }
    to {
      transform: translate3d(27vw, -107vh, 0);
    }
  }
  .circle-container:nth-child(7) .circle {
    -webkit-animation-delay: 3920ms;
            animation-delay: 3920ms;
  }
  .circle-container:nth-child(8) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-8;
            animation-name: move-frames-8;
    -webkit-animation-duration: 28703ms;
            animation-duration: 28703ms;
    -webkit-animation-delay: 31954ms;
            animation-delay: 31954ms;
  }
  @-webkit-keyframes move-frames-8 {
    from {
      transform: translate3d(21vw, 107vh, 0);
    }
    to {
      transform: translate3d(73vw, -121vh, 0);
    }
  }
  @keyframes move-frames-8 {
    from {
      transform: translate3d(21vw, 107vh, 0);
    }
    to {
      transform: translate3d(73vw, -121vh, 0);
    }
  }
  .circle-container:nth-child(8) .circle {
    -webkit-animation-delay: 2649ms;
            animation-delay: 2649ms;
  }
  .circle-container:nth-child(9) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-9;
            animation-name: move-frames-9;
    -webkit-animation-duration: 34691ms;
            animation-duration: 34691ms;
    -webkit-animation-delay: 33157ms;
            animation-delay: 33157ms;
  }
  @-webkit-keyframes move-frames-9 {
    from {
      transform: translate3d(17vw, 107vh, 0);
    }
    to {
      transform: translate3d(70vw, -108vh, 0);
    }
  }
  @keyframes move-frames-9 {
    from {
      transform: translate3d(17vw, 107vh, 0);
    }
    to {
      transform: translate3d(70vw, -108vh, 0);
    }
  }
  .circle-container:nth-child(9) .circle {
    -webkit-animation-delay: 2415ms;
            animation-delay: 2415ms;
  }
  .circle-container:nth-child(10) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-10;
            animation-name: move-frames-10;
    -webkit-animation-duration: 33960ms;
            animation-duration: 33960ms;
    -webkit-animation-delay: 33231ms;
            animation-delay: 33231ms;
  }
  @-webkit-keyframes move-frames-10 {
    from {
      transform: translate3d(63vw, 109vh, 0);
    }
    to {
      transform: translate3d(47vw, -115vh, 0);
    }
  }
  @keyframes move-frames-10 {
    from {
      transform: translate3d(63vw, 109vh, 0);
    }
    to {
      transform: translate3d(47vw, -115vh, 0);
    }
  }
  .circle-container:nth-child(10) .circle {
    -webkit-animation-delay: 1372ms;
            animation-delay: 1372ms;
  }
  .circle-container:nth-child(11) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-11;
            animation-name: move-frames-11;
    -webkit-animation-duration: 28449ms;
            animation-duration: 28449ms;
    -webkit-animation-delay: 14042ms;
            animation-delay: 14042ms;
  }
  @-webkit-keyframes move-frames-11 {
    from {
      transform: translate3d(18vw, 109vh, 0);
    }
    to {
      transform: translate3d(27vw, -118vh, 0);
    }
  }
  @keyframes move-frames-11 {
    from {
      transform: translate3d(18vw, 109vh, 0);
    }
    to {
      transform: translate3d(27vw, -118vh, 0);
    }
  }
  .circle-container:nth-child(11) .circle {
    -webkit-animation-delay: 3489ms;
            animation-delay: 3489ms;
  }
  .circle-container:nth-child(12) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-12;
            animation-name: move-frames-12;
    -webkit-animation-duration: 31140ms;
            animation-duration: 31140ms;
    -webkit-animation-delay: 19206ms;
            animation-delay: 19206ms;
  }
  @-webkit-keyframes move-frames-12 {
    from {
      transform: translate3d(37vw, 103vh, 0);
    }
    to {
      transform: translate3d(8vw, -131vh, 0);
    }
  }
  @keyframes move-frames-12 {
    from {
      transform: translate3d(37vw, 103vh, 0);
    }
    to {
      transform: translate3d(8vw, -131vh, 0);
    }
  }
  .circle-container:nth-child(12) .circle {
    -webkit-animation-delay: 2391ms;
            animation-delay: 2391ms;
  }
  .circle-container:nth-child(13) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-13;
            animation-name: move-frames-13;
    -webkit-animation-duration: 30717ms;
            animation-duration: 30717ms;
    -webkit-animation-delay: 21455ms;
            animation-delay: 21455ms;
  }
  @-webkit-keyframes move-frames-13 {
    from {
      transform: translate3d(93vw, 108vh, 0);
    }
    to {
      transform: translate3d(81vw, -128vh, 0);
    }
  }
  @keyframes move-frames-13 {
    from {
      transform: translate3d(93vw, 108vh, 0);
    }
    to {
      transform: translate3d(81vw, -128vh, 0);
    }
  }
  .circle-container:nth-child(13) .circle {
    -webkit-animation-delay: 2746ms;
            animation-delay: 2746ms;
  }
  .circle-container:nth-child(14) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-14;
            animation-name: move-frames-14;
    -webkit-animation-duration: 36076ms;
            animation-duration: 36076ms;
    -webkit-animation-delay: 599ms;
            animation-delay: 599ms;
  }
  @-webkit-keyframes move-frames-14 {
    from {
      transform: translate3d(47vw, 101vh, 0);
    }
    to {
      transform: translate3d(27vw, -116vh, 0);
    }
  }
  @keyframes move-frames-14 {
    from {
      transform: translate3d(47vw, 101vh, 0);
    }
    to {
      transform: translate3d(27vw, -116vh, 0);
    }
  }
  .circle-container:nth-child(14) .circle {
    -webkit-animation-delay: 3582ms;
            animation-delay: 3582ms;
  }
  .circle-container:nth-child(15) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-15;
            animation-name: move-frames-15;
    -webkit-animation-duration: 36659ms;
            animation-duration: 36659ms;
    -webkit-animation-delay: 28218ms;
            animation-delay: 28218ms;
  }
  @-webkit-keyframes move-frames-15 {
    from {
      transform: translate3d(58vw, 101vh, 0);
    }
    to {
      transform: translate3d(86vw, -103vh, 0);
    }
  }
  @keyframes move-frames-15 {
    from {
      transform: translate3d(58vw, 101vh, 0);
    }
    to {
      transform: translate3d(86vw, -103vh, 0);
    }
  }
  .circle-container:nth-child(15) .circle {
    -webkit-animation-delay: 1385ms;
            animation-delay: 1385ms;
  }
  .circle-container:nth-child(16) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-16;
            animation-name: move-frames-16;
    -webkit-animation-duration: 31098ms;
            animation-duration: 31098ms;
    -webkit-animation-delay: 18790ms;
            animation-delay: 18790ms;
  }
  @-webkit-keyframes move-frames-16 {
    from {
      transform: translate3d(86vw, 109vh, 0);
    }
    to {
      transform: translate3d(55vw, -135vh, 0);
    }
  }
  @keyframes move-frames-16 {
    from {
      transform: translate3d(86vw, 109vh, 0);
    }
    to {
      transform: translate3d(55vw, -135vh, 0);
    }
  }
  .circle-container:nth-child(16) .circle {
    -webkit-animation-delay: 3836ms;
            animation-delay: 3836ms;
  }
  .circle-container:nth-child(17) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-17;
            animation-name: move-frames-17;
    -webkit-animation-duration: 35854ms;
            animation-duration: 35854ms;
    -webkit-animation-delay: 3014ms;
            animation-delay: 3014ms;
  }
  @-webkit-keyframes move-frames-17 {
    from {
      transform: translate3d(100vw, 102vh, 0);
    }
    to {
      transform: translate3d(31vw, -118vh, 0);
    }
  }
  @keyframes move-frames-17 {
    from {
      transform: translate3d(100vw, 102vh, 0);
    }
    to {
      transform: translate3d(31vw, -118vh, 0);
    }
  }
  .circle-container:nth-child(17) .circle {
    -webkit-animation-delay: 2294ms;
            animation-delay: 2294ms;
  }
  .circle-container:nth-child(18) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-18;
            animation-name: move-frames-18;
    -webkit-animation-duration: 35235ms;
            animation-duration: 35235ms;
    -webkit-animation-delay: 28973ms;
            animation-delay: 28973ms;
  }
  @-webkit-keyframes move-frames-18 {
    from {
      transform: translate3d(100vw, 105vh, 0);
    }
    to {
      transform: translate3d(1vw, -116vh, 0);
    }
  }
  @keyframes move-frames-18 {
    from {
      transform: translate3d(100vw, 105vh, 0);
    }
    to {
      transform: translate3d(1vw, -116vh, 0);
    }
  }
  .circle-container:nth-child(18) .circle {
    -webkit-animation-delay: 2799ms;
            animation-delay: 2799ms;
  }
  .circle-container:nth-child(19) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-19;
            animation-name: move-frames-19;
    -webkit-animation-duration: 34355ms;
            animation-duration: 34355ms;
    -webkit-animation-delay: 10842ms;
            animation-delay: 10842ms;
  }
  @-webkit-keyframes move-frames-19 {
    from {
      transform: translate3d(67vw, 101vh, 0);
    }
    to {
      transform: translate3d(58vw, -131vh, 0);
    }
  }
  @keyframes move-frames-19 {
    from {
      transform: translate3d(67vw, 101vh, 0);
    }
    to {
      transform: translate3d(58vw, -131vh, 0);
    }
  }
  .circle-container:nth-child(19) .circle {
    -webkit-animation-delay: 1053ms;
            animation-delay: 1053ms;
  }
  .circle-container:nth-child(20) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-20;
            animation-name: move-frames-20;
    -webkit-animation-duration: 31903ms;
            animation-duration: 31903ms;
    -webkit-animation-delay: 12155ms;
            animation-delay: 12155ms;
  }
  @-webkit-keyframes move-frames-20 {
    from {
      transform: translate3d(66vw, 102vh, 0);
    }
    to {
      transform: translate3d(48vw, -115vh, 0);
    }
  }
  @keyframes move-frames-20 {
    from {
      transform: translate3d(66vw, 102vh, 0);
    }
    to {
      transform: translate3d(48vw, -115vh, 0);
    }
  }
  .circle-container:nth-child(20) .circle {
    -webkit-animation-delay: 2292ms;
            animation-delay: 2292ms;
  }
  .circle-container:nth-child(21) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-21;
            animation-name: move-frames-21;
    -webkit-animation-duration: 34973ms;
            animation-duration: 34973ms;
    -webkit-animation-delay: 24895ms;
            animation-delay: 24895ms;
  }
  @-webkit-keyframes move-frames-21 {
    from {
      transform: translate3d(76vw, 106vh, 0);
    }
    to {
      transform: translate3d(53vw, -111vh, 0);
    }
  }
  @keyframes move-frames-21 {
    from {
      transform: translate3d(76vw, 106vh, 0);
    }
    to {
      transform: translate3d(53vw, -111vh, 0);
    }
  }
  .circle-container:nth-child(21) .circle {
    -webkit-animation-delay: 2459ms;
            animation-delay: 2459ms;
  }
  .circle-container:nth-child(22) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-22;
            animation-name: move-frames-22;
    -webkit-animation-duration: 29620ms;
            animation-duration: 29620ms;
    -webkit-animation-delay: 22277ms;
            animation-delay: 22277ms;
  }
  @-webkit-keyframes move-frames-22 {
    from {
      transform: translate3d(97vw, 101vh, 0);
    }
    to {
      transform: translate3d(21vw, -103vh, 0);
    }
  }
  @keyframes move-frames-22 {
    from {
      transform: translate3d(97vw, 101vh, 0);
    }
    to {
      transform: translate3d(21vw, -103vh, 0);
    }
  }
  .circle-container:nth-child(22) .circle {
    -webkit-animation-delay: 1514ms;
            animation-delay: 1514ms;
  }
  .circle-container:nth-child(23) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-23;
            animation-name: move-frames-23;
    -webkit-animation-duration: 35575ms;
            animation-duration: 35575ms;
    -webkit-animation-delay: 9934ms;
            animation-delay: 9934ms;
  }
  @-webkit-keyframes move-frames-23 {
    from {
      transform: translate3d(2vw, 110vh, 0);
    }
    to {
      transform: translate3d(61vw, -122vh, 0);
    }
  }
  @keyframes move-frames-23 {
    from {
      transform: translate3d(2vw, 110vh, 0);
    }
    to {
      transform: translate3d(61vw, -122vh, 0);
    }
  }
  .circle-container:nth-child(23) .circle {
    -webkit-animation-delay: 2574ms;
            animation-delay: 2574ms;
  }
  .circle-container:nth-child(24) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-24;
            animation-name: move-frames-24;
    -webkit-animation-duration: 34064ms;
            animation-duration: 34064ms;
    -webkit-animation-delay: 31949ms;
            animation-delay: 31949ms;
  }
  @-webkit-keyframes move-frames-24 {
    from {
      transform: translate3d(67vw, 105vh, 0);
    }
    to {
      transform: translate3d(88vw, -130vh, 0);
    }
  }
  @keyframes move-frames-24 {
    from {
      transform: translate3d(67vw, 105vh, 0);
    }
    to {
      transform: translate3d(88vw, -130vh, 0);
    }
  }
  .circle-container:nth-child(24) .circle {
    -webkit-animation-delay: 3010ms;
            animation-delay: 3010ms;
  }
  .circle-container:nth-child(25) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-25;
            animation-name: move-frames-25;
    -webkit-animation-duration: 28594ms;
            animation-duration: 28594ms;
    -webkit-animation-delay: 11888ms;
            animation-delay: 11888ms;
  }
  @-webkit-keyframes move-frames-25 {
    from {
      transform: translate3d(14vw, 101vh, 0);
    }
    to {
      transform: translate3d(19vw, -119vh, 0);
    }
  }
  @keyframes move-frames-25 {
    from {
      transform: translate3d(14vw, 101vh, 0);
    }
    to {
      transform: translate3d(19vw, -119vh, 0);
    }
  }
  .circle-container:nth-child(25) .circle {
    -webkit-animation-delay: 210ms;
            animation-delay: 210ms;
  }
  .circle-container:nth-child(26) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-26;
            animation-name: move-frames-26;
    -webkit-animation-duration: 36216ms;
            animation-duration: 36216ms;
    -webkit-animation-delay: 13955ms;
            animation-delay: 13955ms;
  }
  @-webkit-keyframes move-frames-26 {
    from {
      transform: translate3d(68vw, 108vh, 0);
    }
    to {
      transform: translate3d(21vw, -112vh, 0);
    }
  }
  @keyframes move-frames-26 {
    from {
      transform: translate3d(68vw, 108vh, 0);
    }
    to {
      transform: translate3d(21vw, -112vh, 0);
    }
  }
  .circle-container:nth-child(26) .circle {
    -webkit-animation-delay: 504ms;
            animation-delay: 504ms;
  }
  .circle-container:nth-child(27) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-27;
            animation-name: move-frames-27;
    -webkit-animation-duration: 30007ms;
            animation-duration: 30007ms;
    -webkit-animation-delay: 9480ms;
            animation-delay: 9480ms;
  }
  @-webkit-keyframes move-frames-27 {
    from {
      transform: translate3d(29vw, 109vh, 0);
    }
    to {
      transform: translate3d(15vw, -136vh, 0);
    }
  }
  @keyframes move-frames-27 {
    from {
      transform: translate3d(29vw, 109vh, 0);
    }
    to {
      transform: translate3d(15vw, -136vh, 0);
    }
  }
  .circle-container:nth-child(27) .circle {
    -webkit-animation-delay: 546ms;
            animation-delay: 546ms;
  }
  .circle-container:nth-child(28) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-28;
            animation-name: move-frames-28;
    -webkit-animation-duration: 35048ms;
            animation-duration: 35048ms;
    -webkit-animation-delay: 21873ms;
            animation-delay: 21873ms;
  }
  @-webkit-keyframes move-frames-28 {
    from {
      transform: translate3d(61vw, 109vh, 0);
    }
    to {
      transform: translate3d(77vw, -136vh, 0);
    }
  }
  @keyframes move-frames-28 {
    from {
      transform: translate3d(61vw, 109vh, 0);
    }
    to {
      transform: translate3d(77vw, -136vh, 0);
    }
  }
  .circle-container:nth-child(28) .circle {
    -webkit-animation-delay: 2422ms;
            animation-delay: 2422ms;
  }
  .circle-container:nth-child(29) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-29;
            animation-name: move-frames-29;
    -webkit-animation-duration: 28857ms;
            animation-duration: 28857ms;
    -webkit-animation-delay: 844ms;
            animation-delay: 844ms;
  }
  @-webkit-keyframes move-frames-29 {
    from {
      transform: translate3d(84vw, 109vh, 0);
    }
    to {
      transform: translate3d(18vw, -117vh, 0);
    }
  }
  @keyframes move-frames-29 {
    from {
      transform: translate3d(84vw, 109vh, 0);
    }
    to {
      transform: translate3d(18vw, -117vh, 0);
    }
  }
  .circle-container:nth-child(29) .circle {
    -webkit-animation-delay: 962ms;
            animation-delay: 962ms;
  }
  .circle-container:nth-child(30) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-30;
            animation-name: move-frames-30;
    -webkit-animation-duration: 28790ms;
            animation-duration: 28790ms;
    -webkit-animation-delay: 7420ms;
            animation-delay: 7420ms;
  }
  @-webkit-keyframes move-frames-30 {
    from {
      transform: translate3d(94vw, 109vh, 0);
    }
    to {
      transform: translate3d(3vw, -139vh, 0);
    }
  }
  @keyframes move-frames-30 {
    from {
      transform: translate3d(94vw, 109vh, 0);
    }
    to {
      transform: translate3d(3vw, -139vh, 0);
    }
  }
  .circle-container:nth-child(30) .circle {
    -webkit-animation-delay: 1352ms;
            animation-delay: 1352ms;
  }
  .circle-container:nth-child(31) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-31;
            animation-name: move-frames-31;
    -webkit-animation-duration: 29519ms;
            animation-duration: 29519ms;
    -webkit-animation-delay: 34783ms;
            animation-delay: 34783ms;
  }
  @-webkit-keyframes move-frames-31 {
    from {
      transform: translate3d(13vw, 109vh, 0);
    }
    to {
      transform: translate3d(63vw, -110vh, 0);
    }
  }
  @keyframes move-frames-31 {
    from {
      transform: translate3d(13vw, 109vh, 0);
    }
    to {
      transform: translate3d(63vw, -110vh, 0);
    }
  }
  .circle-container:nth-child(31) .circle {
    -webkit-animation-delay: 1277ms;
            animation-delay: 1277ms;
  }
  .circle-container:nth-child(32) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-32;
            animation-name: move-frames-32;
    -webkit-animation-duration: 34099ms;
            animation-duration: 34099ms;
    -webkit-animation-delay: 36786ms;
            animation-delay: 36786ms;
  }
  @-webkit-keyframes move-frames-32 {
    from {
      transform: translate3d(92vw, 105vh, 0);
    }
    to {
      transform: translate3d(20vw, -113vh, 0);
    }
  }
  @keyframes move-frames-32 {
    from {
      transform: translate3d(92vw, 105vh, 0);
    }
    to {
      transform: translate3d(20vw, -113vh, 0);
    }
  }
  .circle-container:nth-child(32) .circle {
    -webkit-animation-delay: 2821ms;
            animation-delay: 2821ms;
  }
  .circle-container:nth-child(33) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-33;
            animation-name: move-frames-33;
    -webkit-animation-duration: 28171ms;
            animation-duration: 28171ms;
    -webkit-animation-delay: 25414ms;
            animation-delay: 25414ms;
  }
  @-webkit-keyframes move-frames-33 {
    from {
      transform: translate3d(95vw, 109vh, 0);
    }
    to {
      transform: translate3d(32vw, -129vh, 0);
    }
  }
  @keyframes move-frames-33 {
    from {
      transform: translate3d(95vw, 109vh, 0);
    }
    to {
      transform: translate3d(32vw, -129vh, 0);
    }
  }
  .circle-container:nth-child(33) .circle {
    -webkit-animation-delay: 1640ms;
            animation-delay: 1640ms;
  }
  .circle-container:nth-child(34) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-34;
            animation-name: move-frames-34;
    -webkit-animation-duration: 34774ms;
            animation-duration: 34774ms;
    -webkit-animation-delay: 2287ms;
            animation-delay: 2287ms;
  }
  @-webkit-keyframes move-frames-34 {
    from {
      transform: translate3d(7vw, 108vh, 0);
    }
    to {
      transform: translate3d(61vw, -114vh, 0);
    }
  }
  @keyframes move-frames-34 {
    from {
      transform: translate3d(7vw, 108vh, 0);
    }
    to {
      transform: translate3d(61vw, -114vh, 0);
    }
  }
  .circle-container:nth-child(34) .circle {
    -webkit-animation-delay: 1036ms;
            animation-delay: 1036ms;
  }
  .circle-container:nth-child(35) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-35;
            animation-name: move-frames-35;
    -webkit-animation-duration: 31288ms;
            animation-duration: 31288ms;
    -webkit-animation-delay: 29394ms;
            animation-delay: 29394ms;
  }
  @-webkit-keyframes move-frames-35 {
    from {
      transform: translate3d(41vw, 110vh, 0);
    }
    to {
      transform: translate3d(67vw, -132vh, 0);
    }
  }
  @keyframes move-frames-35 {
    from {
      transform: translate3d(41vw, 110vh, 0);
    }
    to {
      transform: translate3d(67vw, -132vh, 0);
    }
  }
  .circle-container:nth-child(35) .circle {
    -webkit-animation-delay: 3465ms;
            animation-delay: 3465ms;
  }
  .circle-container:nth-child(36) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-36;
            animation-name: move-frames-36;
    -webkit-animation-duration: 34739ms;
            animation-duration: 34739ms;
    -webkit-animation-delay: 33752ms;
            animation-delay: 33752ms;
  }
  @-webkit-keyframes move-frames-36 {
    from {
      transform: translate3d(6vw, 102vh, 0);
    }
    to {
      transform: translate3d(34vw, -121vh, 0);
    }
  }
  @keyframes move-frames-36 {
    from {
      transform: translate3d(6vw, 102vh, 0);
    }
    to {
      transform: translate3d(34vw, -121vh, 0);
    }
  }
  .circle-container:nth-child(36) .circle {
    -webkit-animation-delay: 2280ms;
            animation-delay: 2280ms;
  }
  .circle-container:nth-child(37) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-37;
            animation-name: move-frames-37;
    -webkit-animation-duration: 31410ms;
            animation-duration: 31410ms;
    -webkit-animation-delay: 17756ms;
            animation-delay: 17756ms;
  }
  @-webkit-keyframes move-frames-37 {
    from {
      transform: translate3d(57vw, 102vh, 0);
    }
    to {
      transform: translate3d(69vw, -125vh, 0);
    }
  }
  @keyframes move-frames-37 {
    from {
      transform: translate3d(57vw, 102vh, 0);
    }
    to {
      transform: translate3d(69vw, -125vh, 0);
    }
  }
  .circle-container:nth-child(37) .circle {
    -webkit-animation-delay: 285ms;
            animation-delay: 285ms;
  }
  .circle-container:nth-child(38) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-38;
            animation-name: move-frames-38;
    -webkit-animation-duration: 32015ms;
            animation-duration: 32015ms;
    -webkit-animation-delay: 7511ms;
            animation-delay: 7511ms;
  }
  @-webkit-keyframes move-frames-38 {
    from {
      transform: translate3d(33vw, 101vh, 0);
    }
    to {
      transform: translate3d(98vw, -113vh, 0);
    }
  }
  @keyframes move-frames-38 {
    from {
      transform: translate3d(33vw, 101vh, 0);
    }
    to {
      transform: translate3d(98vw, -113vh, 0);
    }
  }
  .circle-container:nth-child(38) .circle {
    -webkit-animation-delay: 585ms;
            animation-delay: 585ms;
  }
  .circle-container:nth-child(39) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-39;
            animation-name: move-frames-39;
    -webkit-animation-duration: 33390ms;
            animation-duration: 33390ms;
    -webkit-animation-delay: 31140ms;
            animation-delay: 31140ms;
  }
  @-webkit-keyframes move-frames-39 {
    from {
      transform: translate3d(8vw, 108vh, 0);
    }
    to {
      transform: translate3d(40vw, -118vh, 0);
    }
  }
  @keyframes move-frames-39 {
    from {
      transform: translate3d(8vw, 108vh, 0);
    }
    to {
      transform: translate3d(40vw, -118vh, 0);
    }
  }
  .circle-container:nth-child(39) .circle {
    -webkit-animation-delay: 702ms;
            animation-delay: 702ms;
  }
  .circle-container:nth-child(40) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-40;
            animation-name: move-frames-40;
    -webkit-animation-duration: 30561ms;
            animation-duration: 30561ms;
    -webkit-animation-delay: 33439ms;
            animation-delay: 33439ms;
  }
  @-webkit-keyframes move-frames-40 {
    from {
      transform: translate3d(72vw, 105vh, 0);
    }
    to {
      transform: translate3d(76vw, -119vh, 0);
    }
  }
  @keyframes move-frames-40 {
    from {
      transform: translate3d(72vw, 105vh, 0);
    }
    to {
      transform: translate3d(76vw, -119vh, 0);
    }
  }
  .circle-container:nth-child(40) .circle {
    -webkit-animation-delay: 3936ms;
            animation-delay: 3936ms;
  }
  .circle-container:nth-child(41) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-41;
            animation-name: move-frames-41;
    -webkit-animation-duration: 32462ms;
            animation-duration: 32462ms;
    -webkit-animation-delay: 35645ms;
            animation-delay: 35645ms;
  }
  @-webkit-keyframes move-frames-41 {
    from {
      transform: translate3d(62vw, 103vh, 0);
    }
    to {
      transform: translate3d(29vw, -130vh, 0);
    }
  }
  @keyframes move-frames-41 {
    from {
      transform: translate3d(62vw, 103vh, 0);
    }
    to {
      transform: translate3d(29vw, -130vh, 0);
    }
  }
  .circle-container:nth-child(41) .circle {
    -webkit-animation-delay: 2624ms;
            animation-delay: 2624ms;
  }
  .circle-container:nth-child(42) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-42;
            animation-name: move-frames-42;
    -webkit-animation-duration: 29804ms;
            animation-duration: 29804ms;
    -webkit-animation-delay: 24555ms;
            animation-delay: 24555ms;
  }
  @-webkit-keyframes move-frames-42 {
    from {
      transform: translate3d(11vw, 101vh, 0);
    }
    to {
      transform: translate3d(6vw, -112vh, 0);
    }
  }
  @keyframes move-frames-42 {
    from {
      transform: translate3d(11vw, 101vh, 0);
    }
    to {
      transform: translate3d(6vw, -112vh, 0);
    }
  }
  .circle-container:nth-child(42) .circle {
    -webkit-animation-delay: 1735ms;
            animation-delay: 1735ms;
  }
  .circle-container:nth-child(43) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-43;
            animation-name: move-frames-43;
    -webkit-animation-duration: 31460ms;
            animation-duration: 31460ms;
    -webkit-animation-delay: 14223ms;
            animation-delay: 14223ms;
  }
  @-webkit-keyframes move-frames-43 {
    from {
      transform: translate3d(86vw, 108vh, 0);
    }
    to {
      transform: translate3d(100vw, -126vh, 0);
    }
  }
  @keyframes move-frames-43 {
    from {
      transform: translate3d(86vw, 108vh, 0);
    }
    to {
      transform: translate3d(100vw, -126vh, 0);
    }
  }
  .circle-container:nth-child(43) .circle {
    -webkit-animation-delay: 665ms;
            animation-delay: 665ms;
  }
  .circle-container:nth-child(44) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-44;
            animation-name: move-frames-44;
    -webkit-animation-duration: 33354ms;
            animation-duration: 33354ms;
    -webkit-animation-delay: 3843ms;
            animation-delay: 3843ms;
  }
  @-webkit-keyframes move-frames-44 {
    from {
      transform: translate3d(58vw, 110vh, 0);
    }
    to {
      transform: translate3d(60vw, -114vh, 0);
    }
  }
  @keyframes move-frames-44 {
    from {
      transform: translate3d(58vw, 110vh, 0);
    }
    to {
      transform: translate3d(60vw, -114vh, 0);
    }
  }
  .circle-container:nth-child(44) .circle {
    -webkit-animation-delay: 3051ms;
            animation-delay: 3051ms;
  }
  .circle-container:nth-child(45) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-45;
            animation-name: move-frames-45;
    -webkit-animation-duration: 35883ms;
            animation-duration: 35883ms;
    -webkit-animation-delay: 21222ms;
            animation-delay: 21222ms;
  }
  @-webkit-keyframes move-frames-45 {
    from {
      transform: translate3d(46vw, 102vh, 0);
    }
    to {
      transform: translate3d(85vw, -103vh, 0);
    }
  }
  @keyframes move-frames-45 {
    from {
      transform: translate3d(46vw, 102vh, 0);
    }
    to {
      transform: translate3d(85vw, -103vh, 0);
    }
  }
  .circle-container:nth-child(45) .circle {
    -webkit-animation-delay: 2104ms;
            animation-delay: 2104ms;
  }
  .circle-container:nth-child(46) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-46;
            animation-name: move-frames-46;
    -webkit-animation-duration: 33600ms;
            animation-duration: 33600ms;
    -webkit-animation-delay: 5228ms;
            animation-delay: 5228ms;
  }
  @-webkit-keyframes move-frames-46 {
    from {
      transform: translate3d(74vw, 102vh, 0);
    }
    to {
      transform: translate3d(2vw, -123vh, 0);
    }
  }
  @keyframes move-frames-46 {
    from {
      transform: translate3d(74vw, 102vh, 0);
    }
    to {
      transform: translate3d(2vw, -123vh, 0);
    }
  }
  .circle-container:nth-child(46) .circle {
    -webkit-animation-delay: 3276ms;
            animation-delay: 3276ms;
  }
  .circle-container:nth-child(47) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-47;
            animation-name: move-frames-47;
    -webkit-animation-duration: 28542ms;
            animation-duration: 28542ms;
    -webkit-animation-delay: 36045ms;
            animation-delay: 36045ms;
  }
  @-webkit-keyframes move-frames-47 {
    from {
      transform: translate3d(53vw, 104vh, 0);
    }
    to {
      transform: translate3d(94vw, -134vh, 0);
    }
  }
  @keyframes move-frames-47 {
    from {
      transform: translate3d(53vw, 104vh, 0);
    }
    to {
      transform: translate3d(94vw, -134vh, 0);
    }
  }
  .circle-container:nth-child(47) .circle {
    -webkit-animation-delay: 2668ms;
            animation-delay: 2668ms;
  }
  .circle-container:nth-child(48) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-48;
            animation-name: move-frames-48;
    -webkit-animation-duration: 31359ms;
            animation-duration: 31359ms;
    -webkit-animation-delay: 19536ms;
            animation-delay: 19536ms;
  }
  @-webkit-keyframes move-frames-48 {
    from {
      transform: translate3d(42vw, 102vh, 0);
    }
    to {
      transform: translate3d(9vw, -109vh, 0);
    }
  }
  @keyframes move-frames-48 {
    from {
      transform: translate3d(42vw, 102vh, 0);
    }
    to {
      transform: translate3d(9vw, -109vh, 0);
    }
  }
  .circle-container:nth-child(48) .circle {
    -webkit-animation-delay: 1930ms;
            animation-delay: 1930ms;
  }
  .circle-container:nth-child(49) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-49;
            animation-name: move-frames-49;
    -webkit-animation-duration: 28164ms;
            animation-duration: 28164ms;
    -webkit-animation-delay: 12434ms;
            animation-delay: 12434ms;
  }
  @-webkit-keyframes move-frames-49 {
    from {
      transform: translate3d(12vw, 107vh, 0);
    }
    to {
      transform: translate3d(95vw, -117vh, 0);
    }
  }
  @keyframes move-frames-49 {
    from {
      transform: translate3d(12vw, 107vh, 0);
    }
    to {
      transform: translate3d(95vw, -117vh, 0);
    }
  }
  .circle-container:nth-child(49) .circle {
    -webkit-animation-delay: 3476ms;
            animation-delay: 3476ms;
  }
  .circle-container:nth-child(50) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-50;
            animation-name: move-frames-50;
    -webkit-animation-duration: 29516ms;
            animation-duration: 29516ms;
    -webkit-animation-delay: 3430ms;
            animation-delay: 3430ms;
  }
  @-webkit-keyframes move-frames-50 {
    from {
      transform: translate3d(12vw, 105vh, 0);
    }
    to {
      transform: translate3d(46vw, -117vh, 0);
    }
  }
  @keyframes move-frames-50 {
    from {
      transform: translate3d(12vw, 105vh, 0);
    }
    to {
      transform: translate3d(46vw, -117vh, 0);
    }
  }
  .circle-container:nth-child(50) .circle {
    -webkit-animation-delay: 2795ms;
            animation-delay: 2795ms;
  }
  .circle-container:nth-child(51) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-51;
            animation-name: move-frames-51;
    -webkit-animation-duration: 36995ms;
            animation-duration: 36995ms;
    -webkit-animation-delay: 23112ms;
            animation-delay: 23112ms;
  }
  @-webkit-keyframes move-frames-51 {
    from {
      transform: translate3d(62vw, 101vh, 0);
    }
    to {
      transform: translate3d(87vw, -115vh, 0);
    }
  }
  @keyframes move-frames-51 {
    from {
      transform: translate3d(62vw, 101vh, 0);
    }
    to {
      transform: translate3d(87vw, -115vh, 0);
    }
  }
  .circle-container:nth-child(51) .circle {
    -webkit-animation-delay: 2350ms;
            animation-delay: 2350ms;
  }
  .circle-container:nth-child(52) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-52;
            animation-name: move-frames-52;
    -webkit-animation-duration: 34815ms;
            animation-duration: 34815ms;
    -webkit-animation-delay: 19361ms;
            animation-delay: 19361ms;
  }
  @-webkit-keyframes move-frames-52 {
    from {
      transform: translate3d(53vw, 101vh, 0);
    }
    to {
      transform: translate3d(34vw, -128vh, 0);
    }
  }
  @keyframes move-frames-52 {
    from {
      transform: translate3d(53vw, 101vh, 0);
    }
    to {
      transform: translate3d(34vw, -128vh, 0);
    }
  }
  .circle-container:nth-child(52) .circle {
    -webkit-animation-delay: 3965ms;
            animation-delay: 3965ms;
  }
  .circle-container:nth-child(53) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-53;
            animation-name: move-frames-53;
    -webkit-animation-duration: 28087ms;
            animation-duration: 28087ms;
    -webkit-animation-delay: 32557ms;
            animation-delay: 32557ms;
  }
  @-webkit-keyframes move-frames-53 {
    from {
      transform: translate3d(59vw, 110vh, 0);
    }
    to {
      transform: translate3d(59vw, -122vh, 0);
    }
  }
  @keyframes move-frames-53 {
    from {
      transform: translate3d(59vw, 110vh, 0);
    }
    to {
      transform: translate3d(59vw, -122vh, 0);
    }
  }
  .circle-container:nth-child(53) .circle {
    -webkit-animation-delay: 1781ms;
            animation-delay: 1781ms;
  }
  .circle-container:nth-child(54) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-54;
            animation-name: move-frames-54;
    -webkit-animation-duration: 30897ms;
            animation-duration: 30897ms;
    -webkit-animation-delay: 22672ms;
            animation-delay: 22672ms;
  }
  @-webkit-keyframes move-frames-54 {
    from {
      transform: translate3d(81vw, 105vh, 0);
    }
    to {
      transform: translate3d(45vw, -116vh, 0);
    }
  }
  @keyframes move-frames-54 {
    from {
      transform: translate3d(81vw, 105vh, 0);
    }
    to {
      transform: translate3d(45vw, -116vh, 0);
    }
  }
  .circle-container:nth-child(54) .circle {
    -webkit-animation-delay: 1559ms;
            animation-delay: 1559ms;
  }
  .circle-container:nth-child(55) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-55;
            animation-name: move-frames-55;
    -webkit-animation-duration: 32997ms;
            animation-duration: 32997ms;
    -webkit-animation-delay: 13699ms;
            animation-delay: 13699ms;
  }
  @-webkit-keyframes move-frames-55 {
    from {
      transform: translate3d(46vw, 108vh, 0);
    }
    to {
      transform: translate3d(19vw, -109vh, 0);
    }
  }
  @keyframes move-frames-55 {
    from {
      transform: translate3d(46vw, 108vh, 0);
    }
    to {
      transform: translate3d(19vw, -109vh, 0);
    }
  }
  .circle-container:nth-child(55) .circle {
    -webkit-animation-delay: 859ms;
            animation-delay: 859ms;
  }
  .circle-container:nth-child(56) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-56;
            animation-name: move-frames-56;
    -webkit-animation-duration: 32054ms;
            animation-duration: 32054ms;
    -webkit-animation-delay: 4577ms;
            animation-delay: 4577ms;
  }
  @-webkit-keyframes move-frames-56 {
    from {
      transform: translate3d(73vw, 110vh, 0);
    }
    to {
      transform: translate3d(21vw, -122vh, 0);
    }
  }
  @keyframes move-frames-56 {
    from {
      transform: translate3d(73vw, 110vh, 0);
    }
    to {
      transform: translate3d(21vw, -122vh, 0);
    }
  }
  .circle-container:nth-child(56) .circle {
    -webkit-animation-delay: 3040ms;
            animation-delay: 3040ms;
  }
  .circle-container:nth-child(57) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-57;
            animation-name: move-frames-57;
    -webkit-animation-duration: 30131ms;
            animation-duration: 30131ms;
    -webkit-animation-delay: 1451ms;
            animation-delay: 1451ms;
  }
  @-webkit-keyframes move-frames-57 {
    from {
      transform: translate3d(9vw, 104vh, 0);
    }
    to {
      transform: translate3d(88vw, -134vh, 0);
    }
  }
  @keyframes move-frames-57 {
    from {
      transform: translate3d(9vw, 104vh, 0);
    }
    to {
      transform: translate3d(88vw, -134vh, 0);
    }
  }
  .circle-container:nth-child(57) .circle {
    -webkit-animation-delay: 489ms;
            animation-delay: 489ms;
  }
  .circle-container:nth-child(58) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-58;
            animation-name: move-frames-58;
    -webkit-animation-duration: 30733ms;
            animation-duration: 30733ms;
    -webkit-animation-delay: 27345ms;
            animation-delay: 27345ms;
  }
  @-webkit-keyframes move-frames-58 {
    from {
      transform: translate3d(53vw, 105vh, 0);
    }
    to {
      transform: translate3d(91vw, -127vh, 0);
    }
  }
  @keyframes move-frames-58 {
    from {
      transform: translate3d(53vw, 105vh, 0);
    }
    to {
      transform: translate3d(91vw, -127vh, 0);
    }
  }
  .circle-container:nth-child(58) .circle {
    -webkit-animation-delay: 624ms;
            animation-delay: 624ms;
  }
  .circle-container:nth-child(59) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-59;
            animation-name: move-frames-59;
    -webkit-animation-duration: 30397ms;
            animation-duration: 30397ms;
    -webkit-animation-delay: 30651ms;
            animation-delay: 30651ms;
  }
  @-webkit-keyframes move-frames-59 {
    from {
      transform: translate3d(52vw, 110vh, 0);
    }
    to {
      transform: translate3d(77vw, -135vh, 0);
    }
  }
  @keyframes move-frames-59 {
    from {
      transform: translate3d(52vw, 110vh, 0);
    }
    to {
      transform: translate3d(77vw, -135vh, 0);
    }
  }
  .circle-container:nth-child(59) .circle {
    -webkit-animation-delay: 1841ms;
            animation-delay: 1841ms;
  }
  .circle-container:nth-child(60) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-60;
            animation-name: move-frames-60;
    -webkit-animation-duration: 34995ms;
            animation-duration: 34995ms;
    -webkit-animation-delay: 34926ms;
            animation-delay: 34926ms;
  }
  @-webkit-keyframes move-frames-60 {
    from {
      transform: translate3d(12vw, 101vh, 0);
    }
    to {
      transform: translate3d(17vw, -123vh, 0);
    }
  }
  @keyframes move-frames-60 {
    from {
      transform: translate3d(12vw, 101vh, 0);
    }
    to {
      transform: translate3d(17vw, -123vh, 0);
    }
  }
  .circle-container:nth-child(60) .circle {
    -webkit-animation-delay: 2523ms;
            animation-delay: 2523ms;
  }
  .circle-container:nth-child(61) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-61;
            animation-name: move-frames-61;
    -webkit-animation-duration: 28204ms;
            animation-duration: 28204ms;
    -webkit-animation-delay: 10262ms;
            animation-delay: 10262ms;
  }
  @-webkit-keyframes move-frames-61 {
    from {
      transform: translate3d(62vw, 105vh, 0);
    }
    to {
      transform: translate3d(20vw, -125vh, 0);
    }
  }
  @keyframes move-frames-61 {
    from {
      transform: translate3d(62vw, 105vh, 0);
    }
    to {
      transform: translate3d(20vw, -125vh, 0);
    }
  }
  .circle-container:nth-child(61) .circle {
    -webkit-animation-delay: 3332ms;
            animation-delay: 3332ms;
  }
  .circle-container:nth-child(62) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-62;
            animation-name: move-frames-62;
    -webkit-animation-duration: 36352ms;
            animation-duration: 36352ms;
    -webkit-animation-delay: 638ms;
            animation-delay: 638ms;
  }
  @-webkit-keyframes move-frames-62 {
    from {
      transform: translate3d(49vw, 105vh, 0);
    }
    to {
      transform: translate3d(99vw, -106vh, 0);
    }
  }
  @keyframes move-frames-62 {
    from {
      transform: translate3d(49vw, 105vh, 0);
    }
    to {
      transform: translate3d(99vw, -106vh, 0);
    }
  }
  .circle-container:nth-child(62) .circle {
    -webkit-animation-delay: 3659ms;
            animation-delay: 3659ms;
  }
  .circle-container:nth-child(63) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-63;
            animation-name: move-frames-63;
    -webkit-animation-duration: 31848ms;
            animation-duration: 31848ms;
    -webkit-animation-delay: 29878ms;
            animation-delay: 29878ms;
  }
  @-webkit-keyframes move-frames-63 {
    from {
      transform: translate3d(60vw, 108vh, 0);
    }
    to {
      transform: translate3d(54vw, -118vh, 0);
    }
  }
  @keyframes move-frames-63 {
    from {
      transform: translate3d(60vw, 108vh, 0);
    }
    to {
      transform: translate3d(54vw, -118vh, 0);
    }
  }
  .circle-container:nth-child(63) .circle {
    -webkit-animation-delay: 1160ms;
            animation-delay: 1160ms;
  }
  .circle-container:nth-child(64) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-64;
            animation-name: move-frames-64;
    -webkit-animation-duration: 33080ms;
            animation-duration: 33080ms;
    -webkit-animation-delay: 31716ms;
            animation-delay: 31716ms;
  }
  @-webkit-keyframes move-frames-64 {
    from {
      transform: translate3d(24vw, 102vh, 0);
    }
    to {
      transform: translate3d(41vw, -124vh, 0);
    }
  }
  @keyframes move-frames-64 {
    from {
      transform: translate3d(24vw, 102vh, 0);
    }
    to {
      transform: translate3d(41vw, -124vh, 0);
    }
  }
  .circle-container:nth-child(64) .circle {
    -webkit-animation-delay: 3127ms;
            animation-delay: 3127ms;
  }
  .circle-container:nth-child(65) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-65;
            animation-name: move-frames-65;
    -webkit-animation-duration: 28698ms;
            animation-duration: 28698ms;
    -webkit-animation-delay: 17322ms;
            animation-delay: 17322ms;
  }
  @-webkit-keyframes move-frames-65 {
    from {
      transform: translate3d(44vw, 105vh, 0);
    }
    to {
      transform: translate3d(86vw, -107vh, 0);
    }
  }
  @keyframes move-frames-65 {
    from {
      transform: translate3d(44vw, 105vh, 0);
    }
    to {
      transform: translate3d(86vw, -107vh, 0);
    }
  }
  .circle-container:nth-child(65) .circle {
    -webkit-animation-delay: 2213ms;
            animation-delay: 2213ms;
  }
  .circle-container:nth-child(66) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-66;
            animation-name: move-frames-66;
    -webkit-animation-duration: 36526ms;
            animation-duration: 36526ms;
    -webkit-animation-delay: 10290ms;
            animation-delay: 10290ms;
  }
  @-webkit-keyframes move-frames-66 {
    from {
      transform: translate3d(23vw, 101vh, 0);
    }
    to {
      transform: translate3d(1vw, -130vh, 0);
    }
  }
  @keyframes move-frames-66 {
    from {
      transform: translate3d(23vw, 101vh, 0);
    }
    to {
      transform: translate3d(1vw, -130vh, 0);
    }
  }
  .circle-container:nth-child(66) .circle {
    -webkit-animation-delay: 1495ms;
            animation-delay: 1495ms;
  }
  .circle-container:nth-child(67) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-67;
            animation-name: move-frames-67;
    -webkit-animation-duration: 33916ms;
            animation-duration: 33916ms;
    -webkit-animation-delay: 20827ms;
            animation-delay: 20827ms;
  }
  @-webkit-keyframes move-frames-67 {
    from {
      transform: translate3d(42vw, 108vh, 0);
    }
    to {
      transform: translate3d(2vw, -125vh, 0);
    }
  }
  @keyframes move-frames-67 {
    from {
      transform: translate3d(42vw, 108vh, 0);
    }
    to {
      transform: translate3d(2vw, -125vh, 0);
    }
  }
  .circle-container:nth-child(67) .circle {
    -webkit-animation-delay: 3454ms;
            animation-delay: 3454ms;
  }
  .circle-container:nth-child(68) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-68;
            animation-name: move-frames-68;
    -webkit-animation-duration: 31405ms;
            animation-duration: 31405ms;
    -webkit-animation-delay: 6865ms;
            animation-delay: 6865ms;
  }
  @-webkit-keyframes move-frames-68 {
    from {
      transform: translate3d(74vw, 105vh, 0);
    }
    to {
      transform: translate3d(16vw, -116vh, 0);
    }
  }
  @keyframes move-frames-68 {
    from {
      transform: translate3d(74vw, 105vh, 0);
    }
    to {
      transform: translate3d(16vw, -116vh, 0);
    }
  }
  .circle-container:nth-child(68) .circle {
    -webkit-animation-delay: 2731ms;
            animation-delay: 2731ms;
  }
  .circle-container:nth-child(69) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-69;
            animation-name: move-frames-69;
    -webkit-animation-duration: 28095ms;
            animation-duration: 28095ms;
    -webkit-animation-delay: 28902ms;
            animation-delay: 28902ms;
  }
  @-webkit-keyframes move-frames-69 {
    from {
      transform: translate3d(82vw, 101vh, 0);
    }
    to {
      transform: translate3d(51vw, -116vh, 0);
    }
  }
  @keyframes move-frames-69 {
    from {
      transform: translate3d(82vw, 101vh, 0);
    }
    to {
      transform: translate3d(51vw, -116vh, 0);
    }
  }
  .circle-container:nth-child(69) .circle {
    -webkit-animation-delay: 1465ms;
            animation-delay: 1465ms;
  }
  .circle-container:nth-child(70) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-70;
            animation-name: move-frames-70;
    -webkit-animation-duration: 35198ms;
            animation-duration: 35198ms;
    -webkit-animation-delay: 30343ms;
            animation-delay: 30343ms;
  }
  @-webkit-keyframes move-frames-70 {
    from {
      transform: translate3d(9vw, 101vh, 0);
    }
    to {
      transform: translate3d(26vw, -118vh, 0);
    }
  }
  @keyframes move-frames-70 {
    from {
      transform: translate3d(9vw, 101vh, 0);
    }
    to {
      transform: translate3d(26vw, -118vh, 0);
    }
  }
  .circle-container:nth-child(70) .circle {
    -webkit-animation-delay: 823ms;
            animation-delay: 823ms;
  }
  .circle-container:nth-child(71) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-71;
            animation-name: move-frames-71;
    -webkit-animation-duration: 31108ms;
            animation-duration: 31108ms;
    -webkit-animation-delay: 28724ms;
            animation-delay: 28724ms;
  }
  @-webkit-keyframes move-frames-71 {
    from {
      transform: translate3d(76vw, 108vh, 0);
    }
    to {
      transform: translate3d(43vw, -126vh, 0);
    }
  }
  @keyframes move-frames-71 {
    from {
      transform: translate3d(76vw, 108vh, 0);
    }
    to {
      transform: translate3d(43vw, -126vh, 0);
    }
  }
  .circle-container:nth-child(71) .circle {
    -webkit-animation-delay: 2580ms;
            animation-delay: 2580ms;
  }
  .circle-container:nth-child(72) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-72;
            animation-name: move-frames-72;
    -webkit-animation-duration: 34818ms;
            animation-duration: 34818ms;
    -webkit-animation-delay: 16306ms;
            animation-delay: 16306ms;
  }
  @-webkit-keyframes move-frames-72 {
    from {
      transform: translate3d(93vw, 109vh, 0);
    }
    to {
      transform: translate3d(21vw, -120vh, 0);
    }
  }
  @keyframes move-frames-72 {
    from {
      transform: translate3d(93vw, 109vh, 0);
    }
    to {
      transform: translate3d(21vw, -120vh, 0);
    }
  }
  .circle-container:nth-child(72) .circle {
    -webkit-animation-delay: 617ms;
            animation-delay: 617ms;
  }
  .circle-container:nth-child(73) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-73;
            animation-name: move-frames-73;
    -webkit-animation-duration: 35550ms;
            animation-duration: 35550ms;
    -webkit-animation-delay: 12086ms;
            animation-delay: 12086ms;
  }
  @-webkit-keyframes move-frames-73 {
    from {
      transform: translate3d(72vw, 102vh, 0);
    }
    to {
      transform: translate3d(52vw, -127vh, 0);
    }
  }
  @keyframes move-frames-73 {
    from {
      transform: translate3d(72vw, 102vh, 0);
    }
    to {
      transform: translate3d(52vw, -127vh, 0);
    }
  }
  .circle-container:nth-child(73) .circle {
    -webkit-animation-delay: 3774ms;
            animation-delay: 3774ms;
  }
  .circle-container:nth-child(74) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-74;
            animation-name: move-frames-74;
    -webkit-animation-duration: 29605ms;
            animation-duration: 29605ms;
    -webkit-animation-delay: 12855ms;
            animation-delay: 12855ms;
  }
  @-webkit-keyframes move-frames-74 {
    from {
      transform: translate3d(44vw, 105vh, 0);
    }
    to {
      transform: translate3d(35vw, -122vh, 0);
    }
  }
  @keyframes move-frames-74 {
    from {
      transform: translate3d(44vw, 105vh, 0);
    }
    to {
      transform: translate3d(35vw, -122vh, 0);
    }
  }
  .circle-container:nth-child(74) .circle {
    -webkit-animation-delay: 1622ms;
            animation-delay: 1622ms;
  }
  .circle-container:nth-child(75) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-75;
            animation-name: move-frames-75;
    -webkit-animation-duration: 36172ms;
            animation-duration: 36172ms;
    -webkit-animation-delay: 12949ms;
            animation-delay: 12949ms;
  }
  @-webkit-keyframes move-frames-75 {
    from {
      transform: translate3d(91vw, 104vh, 0);
    }
    to {
      transform: translate3d(62vw, -110vh, 0);
    }
  }
  @keyframes move-frames-75 {
    from {
      transform: translate3d(91vw, 104vh, 0);
    }
    to {
      transform: translate3d(62vw, -110vh, 0);
    }
  }
  .circle-container:nth-child(75) .circle {
    -webkit-animation-delay: 3592ms;
            animation-delay: 3592ms;
  }
  .circle-container:nth-child(76) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-76;
            animation-name: move-frames-76;
    -webkit-animation-duration: 31406ms;
            animation-duration: 31406ms;
    -webkit-animation-delay: 24250ms;
            animation-delay: 24250ms;
  }
  @-webkit-keyframes move-frames-76 {
    from {
      transform: translate3d(29vw, 108vh, 0);
    }
    to {
      transform: translate3d(56vw, -114vh, 0);
    }
  }
  @keyframes move-frames-76 {
    from {
      transform: translate3d(29vw, 108vh, 0);
    }
    to {
      transform: translate3d(56vw, -114vh, 0);
    }
  }
  .circle-container:nth-child(76) .circle {
    -webkit-animation-delay: 884ms;
            animation-delay: 884ms;
  }
  .circle-container:nth-child(77) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-77;
            animation-name: move-frames-77;
    -webkit-animation-duration: 31595ms;
            animation-duration: 31595ms;
    -webkit-animation-delay: 10364ms;
            animation-delay: 10364ms;
  }
  @-webkit-keyframes move-frames-77 {
    from {
      transform: translate3d(36vw, 102vh, 0);
    }
    to {
      transform: translate3d(96vw, -119vh, 0);
    }
  }
  @keyframes move-frames-77 {
    from {
      transform: translate3d(36vw, 102vh, 0);
    }
    to {
      transform: translate3d(96vw, -119vh, 0);
    }
  }
  .circle-container:nth-child(77) .circle {
    -webkit-animation-delay: 1095ms;
            animation-delay: 1095ms;
  }
  .circle-container:nth-child(78) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-78;
            animation-name: move-frames-78;
    -webkit-animation-duration: 32990ms;
            animation-duration: 32990ms;
    -webkit-animation-delay: 35895ms;
            animation-delay: 35895ms;
  }
  @-webkit-keyframes move-frames-78 {
    from {
      transform: translate3d(58vw, 105vh, 0);
    }
    to {
      transform: translate3d(52vw, -130vh, 0);
    }
  }
  @keyframes move-frames-78 {
    from {
      transform: translate3d(58vw, 105vh, 0);
    }
    to {
      transform: translate3d(52vw, -130vh, 0);
    }
  }
  .circle-container:nth-child(78) .circle {
    -webkit-animation-delay: 2880ms;
            animation-delay: 2880ms;
  }
  .circle-container:nth-child(79) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-79;
            animation-name: move-frames-79;
    -webkit-animation-duration: 31664ms;
            animation-duration: 31664ms;
    -webkit-animation-delay: 10977ms;
            animation-delay: 10977ms;
  }
  @-webkit-keyframes move-frames-79 {
    from {
      transform: translate3d(93vw, 107vh, 0);
    }
    to {
      transform: translate3d(53vw, -124vh, 0);
    }
  }
  @keyframes move-frames-79 {
    from {
      transform: translate3d(93vw, 107vh, 0);
    }
    to {
      transform: translate3d(53vw, -124vh, 0);
    }
  }
  .circle-container:nth-child(79) .circle {
    -webkit-animation-delay: 1480ms;
            animation-delay: 1480ms;
  }
  .circle-container:nth-child(80) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-80;
            animation-name: move-frames-80;
    -webkit-animation-duration: 29779ms;
            animation-duration: 29779ms;
    -webkit-animation-delay: 14471ms;
            animation-delay: 14471ms;
  }
  @-webkit-keyframes move-frames-80 {
    from {
      transform: translate3d(88vw, 110vh, 0);
    }
    to {
      transform: translate3d(15vw, -111vh, 0);
    }
  }
  @keyframes move-frames-80 {
    from {
      transform: translate3d(88vw, 110vh, 0);
    }
    to {
      transform: translate3d(15vw, -111vh, 0);
    }
  }
  .circle-container:nth-child(80) .circle {
    -webkit-animation-delay: 2218ms;
            animation-delay: 2218ms;
  }
  .circle-container:nth-child(81) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-81;
            animation-name: move-frames-81;
    -webkit-animation-duration: 31521ms;
            animation-duration: 31521ms;
    -webkit-animation-delay: 30784ms;
            animation-delay: 30784ms;
  }
  @-webkit-keyframes move-frames-81 {
    from {
      transform: translate3d(30vw, 109vh, 0);
    }
    to {
      transform: translate3d(45vw, -113vh, 0);
    }
  }
  @keyframes move-frames-81 {
    from {
      transform: translate3d(30vw, 109vh, 0);
    }
    to {
      transform: translate3d(45vw, -113vh, 0);
    }
  }
  .circle-container:nth-child(81) .circle {
    -webkit-animation-delay: 2383ms;
            animation-delay: 2383ms;
  }
  .circle-container:nth-child(82) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-82;
            animation-name: move-frames-82;
    -webkit-animation-duration: 29171ms;
            animation-duration: 29171ms;
    -webkit-animation-delay: 17178ms;
            animation-delay: 17178ms;
  }
  @-webkit-keyframes move-frames-82 {
    from {
      transform: translate3d(95vw, 101vh, 0);
    }
    to {
      transform: translate3d(61vw, -102vh, 0);
    }
  }
  @keyframes move-frames-82 {
    from {
      transform: translate3d(95vw, 101vh, 0);
    }
    to {
      transform: translate3d(61vw, -102vh, 0);
    }
  }
  .circle-container:nth-child(82) .circle {
    -webkit-animation-delay: 1395ms;
            animation-delay: 1395ms;
  }
  .circle-container:nth-child(83) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-83;
            animation-name: move-frames-83;
    -webkit-animation-duration: 28010ms;
            animation-duration: 28010ms;
    -webkit-animation-delay: 30556ms;
            animation-delay: 30556ms;
  }
  @-webkit-keyframes move-frames-83 {
    from {
      transform: translate3d(99vw, 110vh, 0);
    }
    to {
      transform: translate3d(18vw, -128vh, 0);
    }
  }
  @keyframes move-frames-83 {
    from {
      transform: translate3d(99vw, 110vh, 0);
    }
    to {
      transform: translate3d(18vw, -128vh, 0);
    }
  }
  .circle-container:nth-child(83) .circle {
    -webkit-animation-delay: 720ms;
            animation-delay: 720ms;
  }
  .circle-container:nth-child(84) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-84;
            animation-name: move-frames-84;
    -webkit-animation-duration: 28746ms;
            animation-duration: 28746ms;
    -webkit-animation-delay: 33157ms;
            animation-delay: 33157ms;
  }
  @-webkit-keyframes move-frames-84 {
    from {
      transform: translate3d(36vw, 106vh, 0);
    }
    to {
      transform: translate3d(75vw, -117vh, 0);
    }
  }
  @keyframes move-frames-84 {
    from {
      transform: translate3d(36vw, 106vh, 0);
    }
    to {
      transform: translate3d(75vw, -117vh, 0);
    }
  }
  .circle-container:nth-child(84) .circle {
    -webkit-animation-delay: 90ms;
            animation-delay: 90ms;
  }
  .circle-container:nth-child(85) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-85;
            animation-name: move-frames-85;
    -webkit-animation-duration: 29753ms;
            animation-duration: 29753ms;
    -webkit-animation-delay: 23151ms;
            animation-delay: 23151ms;
  }
  @-webkit-keyframes move-frames-85 {
    from {
      transform: translate3d(29vw, 103vh, 0);
    }
    to {
      transform: translate3d(13vw, -131vh, 0);
    }
  }
  @keyframes move-frames-85 {
    from {
      transform: translate3d(29vw, 103vh, 0);
    }
    to {
      transform: translate3d(13vw, -131vh, 0);
    }
  }
  .circle-container:nth-child(85) .circle {
    -webkit-animation-delay: 2899ms;
            animation-delay: 2899ms;
  }
  .circle-container:nth-child(86) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-86;
            animation-name: move-frames-86;
    -webkit-animation-duration: 28432ms;
            animation-duration: 28432ms;
    -webkit-animation-delay: 17858ms;
            animation-delay: 17858ms;
  }
  @-webkit-keyframes move-frames-86 {
    from {
      transform: translate3d(98vw, 105vh, 0);
    }
    to {
      transform: translate3d(15vw, -131vh, 0);
    }
  }
  @keyframes move-frames-86 {
    from {
      transform: translate3d(98vw, 105vh, 0);
    }
    to {
      transform: translate3d(15vw, -131vh, 0);
    }
  }
  .circle-container:nth-child(86) .circle {
    -webkit-animation-delay: 2173ms;
            animation-delay: 2173ms;
  }
  .circle-container:nth-child(87) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-87;
            animation-name: move-frames-87;
    -webkit-animation-duration: 34388ms;
            animation-duration: 34388ms;
    -webkit-animation-delay: 27968ms;
            animation-delay: 27968ms;
  }
  @-webkit-keyframes move-frames-87 {
    from {
      transform: translate3d(73vw, 104vh, 0);
    }
    to {
      transform: translate3d(98vw, -112vh, 0);
    }
  }
  @keyframes move-frames-87 {
    from {
      transform: translate3d(73vw, 104vh, 0);
    }
    to {
      transform: translate3d(98vw, -112vh, 0);
    }
  }
  .circle-container:nth-child(87) .circle {
    -webkit-animation-delay: 2189ms;
            animation-delay: 2189ms;
  }
  .circle-container:nth-child(88) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-88;
            animation-name: move-frames-88;
    -webkit-animation-duration: 28464ms;
            animation-duration: 28464ms;
    -webkit-animation-delay: 4740ms;
            animation-delay: 4740ms;
  }
  @-webkit-keyframes move-frames-88 {
    from {
      transform: translate3d(38vw, 102vh, 0);
    }
    to {
      transform: translate3d(2vw, -124vh, 0);
    }
  }
  @keyframes move-frames-88 {
    from {
      transform: translate3d(38vw, 102vh, 0);
    }
    to {
      transform: translate3d(2vw, -124vh, 0);
    }
  }
  .circle-container:nth-child(88) .circle {
    -webkit-animation-delay: 2637ms;
            animation-delay: 2637ms;
  }
  .circle-container:nth-child(89) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-89;
            animation-name: move-frames-89;
    -webkit-animation-duration: 28978ms;
            animation-duration: 28978ms;
    -webkit-animation-delay: 10896ms;
            animation-delay: 10896ms;
  }
  @-webkit-keyframes move-frames-89 {
    from {
      transform: translate3d(50vw, 109vh, 0);
    }
    to {
      transform: translate3d(72vw, -113vh, 0);
    }
  }
  @keyframes move-frames-89 {
    from {
      transform: translate3d(50vw, 109vh, 0);
    }
    to {
      transform: translate3d(72vw, -113vh, 0);
    }
  }
  .circle-container:nth-child(89) .circle {
    -webkit-animation-delay: 964ms;
            animation-delay: 964ms;
  }
  .circle-container:nth-child(90) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-90;
            animation-name: move-frames-90;
    -webkit-animation-duration: 35886ms;
            animation-duration: 35886ms;
    -webkit-animation-delay: 23504ms;
            animation-delay: 23504ms;
  }
  @-webkit-keyframes move-frames-90 {
    from {
      transform: translate3d(40vw, 103vh, 0);
    }
    to {
      transform: translate3d(10vw, -130vh, 0);
    }
  }
  @keyframes move-frames-90 {
    from {
      transform: translate3d(40vw, 103vh, 0);
    }
    to {
      transform: translate3d(10vw, -130vh, 0);
    }
  }
  .circle-container:nth-child(90) .circle {
    -webkit-animation-delay: 36ms;
            animation-delay: 36ms;
  }
  .circle-container:nth-child(91) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-91;
            animation-name: move-frames-91;
    -webkit-animation-duration: 29943ms;
            animation-duration: 29943ms;
    -webkit-animation-delay: 7599ms;
            animation-delay: 7599ms;
  }
  @-webkit-keyframes move-frames-91 {
    from {
      transform: translate3d(26vw, 106vh, 0);
    }
    to {
      transform: translate3d(92vw, -125vh, 0);
    }
  }
  @keyframes move-frames-91 {
    from {
      transform: translate3d(26vw, 106vh, 0);
    }
    to {
      transform: translate3d(92vw, -125vh, 0);
    }
  }
  .circle-container:nth-child(91) .circle {
    -webkit-animation-delay: 2455ms;
            animation-delay: 2455ms;
  }
  .circle-container:nth-child(92) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-92;
            animation-name: move-frames-92;
    -webkit-animation-duration: 29025ms;
            animation-duration: 29025ms;
    -webkit-animation-delay: 7338ms;
            animation-delay: 7338ms;
  }
  @-webkit-keyframes move-frames-92 {
    from {
      transform: translate3d(36vw, 108vh, 0);
    }
    to {
      transform: translate3d(43vw, -130vh, 0);
    }
  }
  @keyframes move-frames-92 {
    from {
      transform: translate3d(36vw, 108vh, 0);
    }
    to {
      transform: translate3d(43vw, -130vh, 0);
    }
  }
  .circle-container:nth-child(92) .circle {
    -webkit-animation-delay: 3489ms;
            animation-delay: 3489ms;
  }
  .circle-container:nth-child(93) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-93;
            animation-name: move-frames-93;
    -webkit-animation-duration: 28154ms;
            animation-duration: 28154ms;
    -webkit-animation-delay: 23128ms;
            animation-delay: 23128ms;
  }
  @-webkit-keyframes move-frames-93 {
    from {
      transform: translate3d(66vw, 105vh, 0);
    }
    to {
      transform: translate3d(27vw, -122vh, 0);
    }
  }
  @keyframes move-frames-93 {
    from {
      transform: translate3d(66vw, 105vh, 0);
    }
    to {
      transform: translate3d(27vw, -122vh, 0);
    }
  }
  .circle-container:nth-child(93) .circle {
    -webkit-animation-delay: 2478ms;
            animation-delay: 2478ms;
  }
  .circle-container:nth-child(94) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-94;
            animation-name: move-frames-94;
    -webkit-animation-duration: 31078ms;
            animation-duration: 31078ms;
    -webkit-animation-delay: 6974ms;
            animation-delay: 6974ms;
  }
  @-webkit-keyframes move-frames-94 {
    from {
      transform: translate3d(67vw, 107vh, 0);
    }
    to {
      transform: translate3d(91vw, -136vh, 0);
    }
  }
  @keyframes move-frames-94 {
    from {
      transform: translate3d(67vw, 107vh, 0);
    }
    to {
      transform: translate3d(91vw, -136vh, 0);
    }
  }
  .circle-container:nth-child(94) .circle {
    -webkit-animation-delay: 3935ms;
            animation-delay: 3935ms;
  }
  .circle-container:nth-child(95) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-95;
            animation-name: move-frames-95;
    -webkit-animation-duration: 31207ms;
            animation-duration: 31207ms;
    -webkit-animation-delay: 31088ms;
            animation-delay: 31088ms;
  }
  @-webkit-keyframes move-frames-95 {
    from {
      transform: translate3d(21vw, 105vh, 0);
    }
    to {
      transform: translate3d(49vw, -113vh, 0);
    }
  }
  @keyframes move-frames-95 {
    from {
      transform: translate3d(21vw, 105vh, 0);
    }
    to {
      transform: translate3d(49vw, -113vh, 0);
    }
  }
  .circle-container:nth-child(95) .circle {
    -webkit-animation-delay: 171ms;
            animation-delay: 171ms;
  }
  .circle-container:nth-child(96) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-96;
            animation-name: move-frames-96;
    -webkit-animation-duration: 36303ms;
            animation-duration: 36303ms;
    -webkit-animation-delay: 29031ms;
            animation-delay: 29031ms;
  }
  @-webkit-keyframes move-frames-96 {
    from {
      transform: translate3d(24vw, 104vh, 0);
    }
    to {
      transform: translate3d(22vw, -109vh, 0);
    }
  }
  @keyframes move-frames-96 {
    from {
      transform: translate3d(24vw, 104vh, 0);
    }
    to {
      transform: translate3d(22vw, -109vh, 0);
    }
  }
  .circle-container:nth-child(96) .circle {
    -webkit-animation-delay: 1152ms;
            animation-delay: 1152ms;
  }
  .circle-container:nth-child(97) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-97;
            animation-name: move-frames-97;
    -webkit-animation-duration: 30898ms;
            animation-duration: 30898ms;
    -webkit-animation-delay: 3903ms;
            animation-delay: 3903ms;
  }
  @-webkit-keyframes move-frames-97 {
    from {
      transform: translate3d(46vw, 105vh, 0);
    }
    to {
      transform: translate3d(77vw, -127vh, 0);
    }
  }
  @keyframes move-frames-97 {
    from {
      transform: translate3d(46vw, 105vh, 0);
    }
    to {
      transform: translate3d(77vw, -127vh, 0);
    }
  }
  .circle-container:nth-child(97) .circle {
    -webkit-animation-delay: 2057ms;
            animation-delay: 2057ms;
  }
  .circle-container:nth-child(98) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-98;
            animation-name: move-frames-98;
    -webkit-animation-duration: 29911ms;
            animation-duration: 29911ms;
    -webkit-animation-delay: 29806ms;
            animation-delay: 29806ms;
  }
  @-webkit-keyframes move-frames-98 {
    from {
      transform: translate3d(48vw, 109vh, 0);
    }
    to {
      transform: translate3d(82vw, -131vh, 0);
    }
  }
  @keyframes move-frames-98 {
    from {
      transform: translate3d(48vw, 109vh, 0);
    }
    to {
      transform: translate3d(82vw, -131vh, 0);
    }
  }
  .circle-container:nth-child(98) .circle {
    -webkit-animation-delay: 293ms;
            animation-delay: 293ms;
  }
  .circle-container:nth-child(99) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-99;
            animation-name: move-frames-99;
    -webkit-animation-duration: 30969ms;
            animation-duration: 30969ms;
    -webkit-animation-delay: 7216ms;
            animation-delay: 7216ms;
  }
  @-webkit-keyframes move-frames-99 {
    from {
      transform: translate3d(89vw, 105vh, 0);
    }
    to {
      transform: translate3d(11vw, -118vh, 0);
    }
  }
  @keyframes move-frames-99 {
    from {
      transform: translate3d(89vw, 105vh, 0);
    }
    to {
      transform: translate3d(11vw, -118vh, 0);
    }
  }
  .circle-container:nth-child(99) .circle {
    -webkit-animation-delay: 3028ms;
            animation-delay: 3028ms;
  }
  .circle-container:nth-child(100) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-100;
            animation-name: move-frames-100;
    -webkit-animation-duration: 34683ms;
            animation-duration: 34683ms;
    -webkit-animation-delay: 7708ms;
            animation-delay: 7708ms;
  }
  @-webkit-keyframes move-frames-100 {
    from {
      transform: translate3d(10vw, 104vh, 0);
    }
    to {
      transform: translate3d(59vw, -114vh, 0);
    }
  }
  @keyframes move-frames-100 {
    from {
      transform: translate3d(10vw, 104vh, 0);
    }
    to {
      transform: translate3d(59vw, -114vh, 0);
    }
  }
  .circle-container:nth-child(100) .circle {
    -webkit-animation-delay: 1730ms;
            animation-delay: 1730ms;
  }
  .circle-container:nth-child(101) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-101;
            animation-name: move-frames-101;
    -webkit-animation-duration: 31164ms;
            animation-duration: 31164ms;
    -webkit-animation-delay: 8699ms;
            animation-delay: 8699ms;
  }
  @-webkit-keyframes move-frames-101 {
    from {
      transform: translate3d(100vw, 101vh, 0);
    }
    to {
      transform: translate3d(56vw, -118vh, 0);
    }
  }
  @keyframes move-frames-101 {
    from {
      transform: translate3d(100vw, 101vh, 0);
    }
    to {
      transform: translate3d(56vw, -118vh, 0);
    }
  }
  .circle-container:nth-child(101) .circle {
    -webkit-animation-delay: 3038ms;
            animation-delay: 3038ms;
  }
  .circle-container:nth-child(102) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-102;
            animation-name: move-frames-102;
    -webkit-animation-duration: 36860ms;
            animation-duration: 36860ms;
    -webkit-animation-delay: 6818ms;
            animation-delay: 6818ms;
  }
  @-webkit-keyframes move-frames-102 {
    from {
      transform: translate3d(1vw, 105vh, 0);
    }
    to {
      transform: translate3d(63vw, -119vh, 0);
    }
  }
  @keyframes move-frames-102 {
    from {
      transform: translate3d(1vw, 105vh, 0);
    }
    to {
      transform: translate3d(63vw, -119vh, 0);
    }
  }
  .circle-container:nth-child(102) .circle {
    -webkit-animation-delay: 1265ms;
            animation-delay: 1265ms;
  }
  .circle-container:nth-child(103) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-103;
            animation-name: move-frames-103;
    -webkit-animation-duration: 33895ms;
            animation-duration: 33895ms;
    -webkit-animation-delay: 17029ms;
            animation-delay: 17029ms;
  }
  @-webkit-keyframes move-frames-103 {
    from {
      transform: translate3d(68vw, 106vh, 0);
    }
    to {
      transform: translate3d(50vw, -107vh, 0);
    }
  }
  @keyframes move-frames-103 {
    from {
      transform: translate3d(68vw, 106vh, 0);
    }
    to {
      transform: translate3d(50vw, -107vh, 0);
    }
  }
  .circle-container:nth-child(103) .circle {
    -webkit-animation-delay: 1056ms;
            animation-delay: 1056ms;
  }
  .circle-container:nth-child(104) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-104;
            animation-name: move-frames-104;
    -webkit-animation-duration: 30223ms;
            animation-duration: 30223ms;
    -webkit-animation-delay: 22238ms;
            animation-delay: 22238ms;
  }
  @-webkit-keyframes move-frames-104 {
    from {
      transform: translate3d(24vw, 102vh, 0);
    }
    to {
      transform: translate3d(53vw, -104vh, 0);
    }
  }
  @keyframes move-frames-104 {
    from {
      transform: translate3d(24vw, 102vh, 0);
    }
    to {
      transform: translate3d(53vw, -104vh, 0);
    }
  }
  .circle-container:nth-child(104) .circle {
    -webkit-animation-delay: 2148ms;
            animation-delay: 2148ms;
  }
  .circle-container:nth-child(105) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-105;
            animation-name: move-frames-105;
    -webkit-animation-duration: 35592ms;
            animation-duration: 35592ms;
    -webkit-animation-delay: 6007ms;
            animation-delay: 6007ms;
  }
  @-webkit-keyframes move-frames-105 {
    from {
      transform: translate3d(69vw, 108vh, 0);
    }
    to {
      transform: translate3d(68vw, -130vh, 0);
    }
  }
  @keyframes move-frames-105 {
    from {
      transform: translate3d(69vw, 108vh, 0);
    }
    to {
      transform: translate3d(68vw, -130vh, 0);
    }
  }
  .circle-container:nth-child(105) .circle {
    -webkit-animation-delay: 269ms;
            animation-delay: 269ms;
  }
  .circle-container:nth-child(106) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-106;
            animation-name: move-frames-106;
    -webkit-animation-duration: 28914ms;
            animation-duration: 28914ms;
    -webkit-animation-delay: 24713ms;
            animation-delay: 24713ms;
  }
  @-webkit-keyframes move-frames-106 {
    from {
      transform: translate3d(37vw, 108vh, 0);
    }
    to {
      transform: translate3d(83vw, -111vh, 0);
    }
  }
  @keyframes move-frames-106 {
    from {
      transform: translate3d(37vw, 108vh, 0);
    }
    to {
      transform: translate3d(83vw, -111vh, 0);
    }
  }
  .circle-container:nth-child(106) .circle {
    -webkit-animation-delay: 3382ms;
            animation-delay: 3382ms;
  }
  .circle-container:nth-child(107) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-107;
            animation-name: move-frames-107;
    -webkit-animation-duration: 33283ms;
            animation-duration: 33283ms;
    -webkit-animation-delay: 27143ms;
            animation-delay: 27143ms;
  }
  @-webkit-keyframes move-frames-107 {
    from {
      transform: translate3d(26vw, 105vh, 0);
    }
    to {
      transform: translate3d(65vw, -134vh, 0);
    }
  }
  @keyframes move-frames-107 {
    from {
      transform: translate3d(26vw, 105vh, 0);
    }
    to {
      transform: translate3d(65vw, -134vh, 0);
    }
  }
  .circle-container:nth-child(107) .circle {
    -webkit-animation-delay: 1043ms;
            animation-delay: 1043ms;
  }
  .circle-container:nth-child(108) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-108;
            animation-name: move-frames-108;
    -webkit-animation-duration: 30467ms;
            animation-duration: 30467ms;
    -webkit-animation-delay: 27349ms;
            animation-delay: 27349ms;
  }
  @-webkit-keyframes move-frames-108 {
    from {
      transform: translate3d(13vw, 104vh, 0);
    }
    to {
      transform: translate3d(46vw, -127vh, 0);
    }
  }
  @keyframes move-frames-108 {
    from {
      transform: translate3d(13vw, 104vh, 0);
    }
    to {
      transform: translate3d(46vw, -127vh, 0);
    }
  }
  .circle-container:nth-child(108) .circle {
    -webkit-animation-delay: 2732ms;
            animation-delay: 2732ms;
  }
  .circle-container:nth-child(109) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-109;
            animation-name: move-frames-109;
    -webkit-animation-duration: 35949ms;
            animation-duration: 35949ms;
    -webkit-animation-delay: 23539ms;
            animation-delay: 23539ms;
  }
  @-webkit-keyframes move-frames-109 {
    from {
      transform: translate3d(52vw, 109vh, 0);
    }
    to {
      transform: translate3d(60vw, -128vh, 0);
    }
  }
  @keyframes move-frames-109 {
    from {
      transform: translate3d(52vw, 109vh, 0);
    }
    to {
      transform: translate3d(60vw, -128vh, 0);
    }
  }
  .circle-container:nth-child(109) .circle {
    -webkit-animation-delay: 3406ms;
            animation-delay: 3406ms;
  }
  .circle-container:nth-child(110) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-110;
            animation-name: move-frames-110;
    -webkit-animation-duration: 33251ms;
            animation-duration: 33251ms;
    -webkit-animation-delay: 33706ms;
            animation-delay: 33706ms;
  }
  @-webkit-keyframes move-frames-110 {
    from {
      transform: translate3d(55vw, 109vh, 0);
    }
    to {
      transform: translate3d(32vw, -133vh, 0);
    }
  }
  @keyframes move-frames-110 {
    from {
      transform: translate3d(55vw, 109vh, 0);
    }
    to {
      transform: translate3d(32vw, -133vh, 0);
    }
  }
  .circle-container:nth-child(110) .circle {
    -webkit-animation-delay: 3947ms;
            animation-delay: 3947ms;
  }
  .circle-container:nth-child(111) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-111;
            animation-name: move-frames-111;
    -webkit-animation-duration: 30150ms;
            animation-duration: 30150ms;
    -webkit-animation-delay: 17054ms;
            animation-delay: 17054ms;
  }
  @-webkit-keyframes move-frames-111 {
    from {
      transform: translate3d(41vw, 109vh, 0);
    }
    to {
      transform: translate3d(65vw, -120vh, 0);
    }
  }
  @keyframes move-frames-111 {
    from {
      transform: translate3d(41vw, 109vh, 0);
    }
    to {
      transform: translate3d(65vw, -120vh, 0);
    }
  }
  .circle-container:nth-child(111) .circle {
    -webkit-animation-delay: 314ms;
            animation-delay: 314ms;
  }
  .circle-container:nth-child(112) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-112;
            animation-name: move-frames-112;
    -webkit-animation-duration: 33780ms;
            animation-duration: 33780ms;
    -webkit-animation-delay: 11101ms;
            animation-delay: 11101ms;
  }
  @-webkit-keyframes move-frames-112 {
    from {
      transform: translate3d(11vw, 109vh, 0);
    }
    to {
      transform: translate3d(66vw, -112vh, 0);
    }
  }
  @keyframes move-frames-112 {
    from {
      transform: translate3d(11vw, 109vh, 0);
    }
    to {
      transform: translate3d(66vw, -112vh, 0);
    }
  }
  .circle-container:nth-child(112) .circle {
    -webkit-animation-delay: 1878ms;
            animation-delay: 1878ms;
  }
  .circle-container:nth-child(113) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-113;
            animation-name: move-frames-113;
    -webkit-animation-duration: 31667ms;
            animation-duration: 31667ms;
    -webkit-animation-delay: 7428ms;
            animation-delay: 7428ms;
  }
  @-webkit-keyframes move-frames-113 {
    from {
      transform: translate3d(65vw, 101vh, 0);
    }
    to {
      transform: translate3d(89vw, -120vh, 0);
    }
  }
  @keyframes move-frames-113 {
    from {
      transform: translate3d(65vw, 101vh, 0);
    }
    to {
      transform: translate3d(89vw, -120vh, 0);
    }
  }
  .circle-container:nth-child(113) .circle {
    -webkit-animation-delay: 2213ms;
            animation-delay: 2213ms;
  }
  .circle-container:nth-child(114) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-114;
            animation-name: move-frames-114;
    -webkit-animation-duration: 32123ms;
            animation-duration: 32123ms;
    -webkit-animation-delay: 30856ms;
            animation-delay: 30856ms;
  }
  @-webkit-keyframes move-frames-114 {
    from {
      transform: translate3d(69vw, 103vh, 0);
    }
    to {
      transform: translate3d(71vw, -125vh, 0);
    }
  }
  @keyframes move-frames-114 {
    from {
      transform: translate3d(69vw, 103vh, 0);
    }
    to {
      transform: translate3d(71vw, -125vh, 0);
    }
  }
  .circle-container:nth-child(114) .circle {
    -webkit-animation-delay: 1613ms;
            animation-delay: 1613ms;
  }
  .circle-container:nth-child(115) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-115;
            animation-name: move-frames-115;
    -webkit-animation-duration: 31460ms;
            animation-duration: 31460ms;
    -webkit-animation-delay: 55ms;
            animation-delay: 55ms;
  }
  @-webkit-keyframes move-frames-115 {
    from {
      transform: translate3d(89vw, 110vh, 0);
    }
    to {
      transform: translate3d(99vw, -113vh, 0);
    }
  }
  @keyframes move-frames-115 {
    from {
      transform: translate3d(89vw, 110vh, 0);
    }
    to {
      transform: translate3d(99vw, -113vh, 0);
    }
  }
  .circle-container:nth-child(115) .circle {
    -webkit-animation-delay: 2038ms;
            animation-delay: 2038ms;
  }
  .circle-container:nth-child(116) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-116;
            animation-name: move-frames-116;
    -webkit-animation-duration: 28597ms;
            animation-duration: 28597ms;
    -webkit-animation-delay: 15229ms;
            animation-delay: 15229ms;
  }
  @-webkit-keyframes move-frames-116 {
    from {
      transform: translate3d(68vw, 103vh, 0);
    }
    to {
      transform: translate3d(64vw, -122vh, 0);
    }
  }
  @keyframes move-frames-116 {
    from {
      transform: translate3d(68vw, 103vh, 0);
    }
    to {
      transform: translate3d(64vw, -122vh, 0);
    }
  }
  .circle-container:nth-child(116) .circle {
    -webkit-animation-delay: 2841ms;
            animation-delay: 2841ms;
  }
  .circle-container:nth-child(117) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-117;
            animation-name: move-frames-117;
    -webkit-animation-duration: 29361ms;
            animation-duration: 29361ms;
    -webkit-animation-delay: 14677ms;
            animation-delay: 14677ms;
  }
  @-webkit-keyframes move-frames-117 {
    from {
      transform: translate3d(84vw, 103vh, 0);
    }
    to {
      transform: translate3d(74vw, -117vh, 0);
    }
  }
  @keyframes move-frames-117 {
    from {
      transform: translate3d(84vw, 103vh, 0);
    }
    to {
      transform: translate3d(74vw, -117vh, 0);
    }
  }
  .circle-container:nth-child(117) .circle {
    -webkit-animation-delay: 2825ms;
            animation-delay: 2825ms;
  }
  .circle-container:nth-child(118) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-118;
            animation-name: move-frames-118;
    -webkit-animation-duration: 30076ms;
            animation-duration: 30076ms;
    -webkit-animation-delay: 16476ms;
            animation-delay: 16476ms;
  }
  @-webkit-keyframes move-frames-118 {
    from {
      transform: translate3d(54vw, 109vh, 0);
    }
    to {
      transform: translate3d(90vw, -132vh, 0);
    }
  }
  @keyframes move-frames-118 {
    from {
      transform: translate3d(54vw, 109vh, 0);
    }
    to {
      transform: translate3d(90vw, -132vh, 0);
    }
  }
  .circle-container:nth-child(118) .circle {
    -webkit-animation-delay: 483ms;
            animation-delay: 483ms;
  }
  .circle-container:nth-child(119) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-119;
            animation-name: move-frames-119;
    -webkit-animation-duration: 31193ms;
            animation-duration: 31193ms;
    -webkit-animation-delay: 17667ms;
            animation-delay: 17667ms;
  }
  @-webkit-keyframes move-frames-119 {
    from {
      transform: translate3d(79vw, 104vh, 0);
    }
    to {
      transform: translate3d(62vw, -129vh, 0);
    }
  }
  @keyframes move-frames-119 {
    from {
      transform: translate3d(79vw, 104vh, 0);
    }
    to {
      transform: translate3d(62vw, -129vh, 0);
    }
  }
  .circle-container:nth-child(119) .circle {
    -webkit-animation-delay: 44ms;
            animation-delay: 44ms;
  }
  .circle-container:nth-child(120) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-120;
            animation-name: move-frames-120;
    -webkit-animation-duration: 30242ms;
            animation-duration: 30242ms;
    -webkit-animation-delay: 35478ms;
            animation-delay: 35478ms;
  }
  @-webkit-keyframes move-frames-120 {
    from {
      transform: translate3d(38vw, 101vh, 0);
    }
    to {
      transform: translate3d(12vw, -128vh, 0);
    }
  }
  @keyframes move-frames-120 {
    from {
      transform: translate3d(38vw, 101vh, 0);
    }
    to {
      transform: translate3d(12vw, -128vh, 0);
    }
  }
  .circle-container:nth-child(120) .circle {
    -webkit-animation-delay: 2135ms;
            animation-delay: 2135ms;
  }
  .circle-container:nth-child(121) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-121;
            animation-name: move-frames-121;
    -webkit-animation-duration: 31169ms;
            animation-duration: 31169ms;
    -webkit-animation-delay: 3650ms;
            animation-delay: 3650ms;
  }
  @-webkit-keyframes move-frames-121 {
    from {
      transform: translate3d(62vw, 108vh, 0);
    }
    to {
      transform: translate3d(17vw, -121vh, 0);
    }
  }
  @keyframes move-frames-121 {
    from {
      transform: translate3d(62vw, 108vh, 0);
    }
    to {
      transform: translate3d(17vw, -121vh, 0);
    }
  }
  .circle-container:nth-child(121) .circle {
    -webkit-animation-delay: 1504ms;
            animation-delay: 1504ms;
  }
  .circle-container:nth-child(122) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-122;
            animation-name: move-frames-122;
    -webkit-animation-duration: 29552ms;
            animation-duration: 29552ms;
    -webkit-animation-delay: 18688ms;
            animation-delay: 18688ms;
  }
  @-webkit-keyframes move-frames-122 {
    from {
      transform: translate3d(38vw, 109vh, 0);
    }
    to {
      transform: translate3d(41vw, -120vh, 0);
    }
  }
  @keyframes move-frames-122 {
    from {
      transform: translate3d(38vw, 109vh, 0);
    }
    to {
      transform: translate3d(41vw, -120vh, 0);
    }
  }
  .circle-container:nth-child(122) .circle {
    -webkit-animation-delay: 25ms;
            animation-delay: 25ms;
  }
  .circle-container:nth-child(123) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-123;
            animation-name: move-frames-123;
    -webkit-animation-duration: 30921ms;
            animation-duration: 30921ms;
    -webkit-animation-delay: 30341ms;
            animation-delay: 30341ms;
  }
  @-webkit-keyframes move-frames-123 {
    from {
      transform: translate3d(97vw, 110vh, 0);
    }
    to {
      transform: translate3d(52vw, -132vh, 0);
    }
  }
  @keyframes move-frames-123 {
    from {
      transform: translate3d(97vw, 110vh, 0);
    }
    to {
      transform: translate3d(52vw, -132vh, 0);
    }
  }
  .circle-container:nth-child(123) .circle {
    -webkit-animation-delay: 494ms;
            animation-delay: 494ms;
  }
  .circle-container:nth-child(124) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-124;
            animation-name: move-frames-124;
    -webkit-animation-duration: 32623ms;
            animation-duration: 32623ms;
    -webkit-animation-delay: 14695ms;
            animation-delay: 14695ms;
  }
  @-webkit-keyframes move-frames-124 {
    from {
      transform: translate3d(34vw, 106vh, 0);
    }
    to {
      transform: translate3d(43vw, -120vh, 0);
    }
  }
  @keyframes move-frames-124 {
    from {
      transform: translate3d(34vw, 106vh, 0);
    }
    to {
      transform: translate3d(43vw, -120vh, 0);
    }
  }
  .circle-container:nth-child(124) .circle {
    -webkit-animation-delay: 968ms;
            animation-delay: 968ms;
  }
  .circle-container:nth-child(125) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-125;
            animation-name: move-frames-125;
    -webkit-animation-duration: 32353ms;
            animation-duration: 32353ms;
    -webkit-animation-delay: 7953ms;
            animation-delay: 7953ms;
  }
  @-webkit-keyframes move-frames-125 {
    from {
      transform: translate3d(66vw, 105vh, 0);
    }
    to {
      transform: translate3d(34vw, -123vh, 0);
    }
  }
  @keyframes move-frames-125 {
    from {
      transform: translate3d(66vw, 105vh, 0);
    }
    to {
      transform: translate3d(34vw, -123vh, 0);
    }
  }
  .circle-container:nth-child(125) .circle {
    -webkit-animation-delay: 3206ms;
            animation-delay: 3206ms;
  }
  .circle-container:nth-child(126) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-126;
            animation-name: move-frames-126;
    -webkit-animation-duration: 34146ms;
            animation-duration: 34146ms;
    -webkit-animation-delay: 7478ms;
            animation-delay: 7478ms;
  }
  @-webkit-keyframes move-frames-126 {
    from {
      transform: translate3d(28vw, 103vh, 0);
    }
    to {
      transform: translate3d(21vw, -125vh, 0);
    }
  }
  @keyframes move-frames-126 {
    from {
      transform: translate3d(28vw, 103vh, 0);
    }
    to {
      transform: translate3d(21vw, -125vh, 0);
    }
  }
  .circle-container:nth-child(126) .circle {
    -webkit-animation-delay: 2167ms;
            animation-delay: 2167ms;
  }
  .circle-container:nth-child(127) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-127;
            animation-name: move-frames-127;
    -webkit-animation-duration: 31564ms;
            animation-duration: 31564ms;
    -webkit-animation-delay: 19411ms;
            animation-delay: 19411ms;
  }
  @-webkit-keyframes move-frames-127 {
    from {
      transform: translate3d(41vw, 108vh, 0);
    }
    to {
      transform: translate3d(62vw, -112vh, 0);
    }
  }
  @keyframes move-frames-127 {
    from {
      transform: translate3d(41vw, 108vh, 0);
    }
    to {
      transform: translate3d(62vw, -112vh, 0);
    }
  }
  .circle-container:nth-child(127) .circle {
    -webkit-animation-delay: 3889ms;
            animation-delay: 3889ms;
  }
  .circle-container:nth-child(128) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-128;
            animation-name: move-frames-128;
    -webkit-animation-duration: 34118ms;
            animation-duration: 34118ms;
    -webkit-animation-delay: 8181ms;
            animation-delay: 8181ms;
  }
  @-webkit-keyframes move-frames-128 {
    from {
      transform: translate3d(20vw, 102vh, 0);
    }
    to {
      transform: translate3d(47vw, -126vh, 0);
    }
  }
  @keyframes move-frames-128 {
    from {
      transform: translate3d(20vw, 102vh, 0);
    }
    to {
      transform: translate3d(47vw, -126vh, 0);
    }
  }
  .circle-container:nth-child(128) .circle {
    -webkit-animation-delay: 1062ms;
            animation-delay: 1062ms;
  }
  .circle-container:nth-child(129) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-129;
            animation-name: move-frames-129;
    -webkit-animation-duration: 35040ms;
            animation-duration: 35040ms;
    -webkit-animation-delay: 2400ms;
            animation-delay: 2400ms;
  }
  @-webkit-keyframes move-frames-129 {
    from {
      transform: translate3d(87vw, 108vh, 0);
    }
    to {
      transform: translate3d(8vw, -130vh, 0);
    }
  }
  @keyframes move-frames-129 {
    from {
      transform: translate3d(87vw, 108vh, 0);
    }
    to {
      transform: translate3d(8vw, -130vh, 0);
    }
  }
  .circle-container:nth-child(129) .circle {
    -webkit-animation-delay: 3821ms;
            animation-delay: 3821ms;
  }
  .circle-container:nth-child(130) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-130;
            animation-name: move-frames-130;
    -webkit-animation-duration: 32339ms;
            animation-duration: 32339ms;
    -webkit-animation-delay: 10395ms;
            animation-delay: 10395ms;
  }
  @-webkit-keyframes move-frames-130 {
    from {
      transform: translate3d(64vw, 109vh, 0);
    }
    to {
      transform: translate3d(59vw, -122vh, 0);
    }
  }
  @keyframes move-frames-130 {
    from {
      transform: translate3d(64vw, 109vh, 0);
    }
    to {
      transform: translate3d(59vw, -122vh, 0);
    }
  }
  .circle-container:nth-child(130) .circle {
    -webkit-animation-delay: 989ms;
            animation-delay: 989ms;
  }
  .circle-container:nth-child(131) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-131;
            animation-name: move-frames-131;
    -webkit-animation-duration: 33868ms;
            animation-duration: 33868ms;
    -webkit-animation-delay: 4691ms;
            animation-delay: 4691ms;
  }
  @-webkit-keyframes move-frames-131 {
    from {
      transform: translate3d(70vw, 102vh, 0);
    }
    to {
      transform: translate3d(81vw, -131vh, 0);
    }
  }
  @keyframes move-frames-131 {
    from {
      transform: translate3d(70vw, 102vh, 0);
    }
    to {
      transform: translate3d(81vw, -131vh, 0);
    }
  }
  .circle-container:nth-child(131) .circle {
    -webkit-animation-delay: 438ms;
            animation-delay: 438ms;
  }
  .circle-container:nth-child(132) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-132;
            animation-name: move-frames-132;
    -webkit-animation-duration: 36803ms;
            animation-duration: 36803ms;
    -webkit-animation-delay: 12807ms;
            animation-delay: 12807ms;
  }
  @-webkit-keyframes move-frames-132 {
    from {
      transform: translate3d(26vw, 109vh, 0);
    }
    to {
      transform: translate3d(88vw, -135vh, 0);
    }
  }
  @keyframes move-frames-132 {
    from {
      transform: translate3d(26vw, 109vh, 0);
    }
    to {
      transform: translate3d(88vw, -135vh, 0);
    }
  }
  .circle-container:nth-child(132) .circle {
    -webkit-animation-delay: 2533ms;
            animation-delay: 2533ms;
  }
  .circle-container:nth-child(133) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-133;
            animation-name: move-frames-133;
    -webkit-animation-duration: 30223ms;
            animation-duration: 30223ms;
    -webkit-animation-delay: 19616ms;
            animation-delay: 19616ms;
  }
  @-webkit-keyframes move-frames-133 {
    from {
      transform: translate3d(60vw, 105vh, 0);
    }
    to {
      transform: translate3d(24vw, -106vh, 0);
    }
  }
  @keyframes move-frames-133 {
    from {
      transform: translate3d(60vw, 105vh, 0);
    }
    to {
      transform: translate3d(24vw, -106vh, 0);
    }
  }
  .circle-container:nth-child(133) .circle {
    -webkit-animation-delay: 2160ms;
            animation-delay: 2160ms;
  }
  .circle-container:nth-child(134) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-134;
            animation-name: move-frames-134;
    -webkit-animation-duration: 28667ms;
            animation-duration: 28667ms;
    -webkit-animation-delay: 4047ms;
            animation-delay: 4047ms;
  }
  @-webkit-keyframes move-frames-134 {
    from {
      transform: translate3d(17vw, 110vh, 0);
    }
    to {
      transform: translate3d(82vw, -128vh, 0);
    }
  }
  @keyframes move-frames-134 {
    from {
      transform: translate3d(17vw, 110vh, 0);
    }
    to {
      transform: translate3d(82vw, -128vh, 0);
    }
  }
  .circle-container:nth-child(134) .circle {
    -webkit-animation-delay: 1956ms;
            animation-delay: 1956ms;
  }
  .circle-container:nth-child(135) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-135;
            animation-name: move-frames-135;
    -webkit-animation-duration: 29310ms;
            animation-duration: 29310ms;
    -webkit-animation-delay: 6393ms;
            animation-delay: 6393ms;
  }
  @-webkit-keyframes move-frames-135 {
    from {
      transform: translate3d(4vw, 103vh, 0);
    }
    to {
      transform: translate3d(29vw, -112vh, 0);
    }
  }
  @keyframes move-frames-135 {
    from {
      transform: translate3d(4vw, 103vh, 0);
    }
    to {
      transform: translate3d(29vw, -112vh, 0);
    }
  }
  .circle-container:nth-child(135) .circle {
    -webkit-animation-delay: 3820ms;
            animation-delay: 3820ms;
  }
  .circle-container:nth-child(136) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-136;
            animation-name: move-frames-136;
    -webkit-animation-duration: 34818ms;
            animation-duration: 34818ms;
    -webkit-animation-delay: 34069ms;
            animation-delay: 34069ms;
  }
  @-webkit-keyframes move-frames-136 {
    from {
      transform: translate3d(67vw, 109vh, 0);
    }
    to {
      transform: translate3d(35vw, -136vh, 0);
    }
  }
  @keyframes move-frames-136 {
    from {
      transform: translate3d(67vw, 109vh, 0);
    }
    to {
      transform: translate3d(35vw, -136vh, 0);
    }
  }
  .circle-container:nth-child(136) .circle {
    -webkit-animation-delay: 832ms;
            animation-delay: 832ms;
  }
  .circle-container:nth-child(137) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-137;
            animation-name: move-frames-137;
    -webkit-animation-duration: 28231ms;
            animation-duration: 28231ms;
    -webkit-animation-delay: 35931ms;
            animation-delay: 35931ms;
  }
  @-webkit-keyframes move-frames-137 {
    from {
      transform: translate3d(93vw, 107vh, 0);
    }
    to {
      transform: translate3d(8vw, -111vh, 0);
    }
  }
  @keyframes move-frames-137 {
    from {
      transform: translate3d(93vw, 107vh, 0);
    }
    to {
      transform: translate3d(8vw, -111vh, 0);
    }
  }
  .circle-container:nth-child(137) .circle {
    -webkit-animation-delay: 671ms;
            animation-delay: 671ms;
  }
  .circle-container:nth-child(138) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-138;
            animation-name: move-frames-138;
    -webkit-animation-duration: 31163ms;
            animation-duration: 31163ms;
    -webkit-animation-delay: 22186ms;
            animation-delay: 22186ms;
  }
  @-webkit-keyframes move-frames-138 {
    from {
      transform: translate3d(29vw, 110vh, 0);
    }
    to {
      transform: translate3d(50vw, -133vh, 0);
    }
  }
  @keyframes move-frames-138 {
    from {
      transform: translate3d(29vw, 110vh, 0);
    }
    to {
      transform: translate3d(50vw, -133vh, 0);
    }
  }
  .circle-container:nth-child(138) .circle {
    -webkit-animation-delay: 3437ms;
            animation-delay: 3437ms;
  }
  .circle-container:nth-child(139) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-139;
            animation-name: move-frames-139;
    -webkit-animation-duration: 28095ms;
            animation-duration: 28095ms;
    -webkit-animation-delay: 11339ms;
            animation-delay: 11339ms;
  }
  @-webkit-keyframes move-frames-139 {
    from {
      transform: translate3d(15vw, 110vh, 0);
    }
    to {
      transform: translate3d(51vw, -118vh, 0);
    }
  }
  @keyframes move-frames-139 {
    from {
      transform: translate3d(15vw, 110vh, 0);
    }
    to {
      transform: translate3d(51vw, -118vh, 0);
    }
  }
  .circle-container:nth-child(139) .circle {
    -webkit-animation-delay: 3061ms;
            animation-delay: 3061ms;
  }
  .circle-container:nth-child(140) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-140;
            animation-name: move-frames-140;
    -webkit-animation-duration: 32670ms;
            animation-duration: 32670ms;
    -webkit-animation-delay: 4655ms;
            animation-delay: 4655ms;
  }
  @-webkit-keyframes move-frames-140 {
    from {
      transform: translate3d(22vw, 101vh, 0);
    }
    to {
      transform: translate3d(69vw, -124vh, 0);
    }
  }
  @keyframes move-frames-140 {
    from {
      transform: translate3d(22vw, 101vh, 0);
    }
    to {
      transform: translate3d(69vw, -124vh, 0);
    }
  }
  .circle-container:nth-child(140) .circle {
    -webkit-animation-delay: 3367ms;
            animation-delay: 3367ms;
  }
  .circle-container:nth-child(141) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-141;
            animation-name: move-frames-141;
    -webkit-animation-duration: 29587ms;
            animation-duration: 29587ms;
    -webkit-animation-delay: 22120ms;
            animation-delay: 22120ms;
  }
  @-webkit-keyframes move-frames-141 {
    from {
      transform: translate3d(42vw, 106vh, 0);
    }
    to {
      transform: translate3d(79vw, -130vh, 0);
    }
  }
  @keyframes move-frames-141 {
    from {
      transform: translate3d(42vw, 106vh, 0);
    }
    to {
      transform: translate3d(79vw, -130vh, 0);
    }
  }
  .circle-container:nth-child(141) .circle {
    -webkit-animation-delay: 2082ms;
            animation-delay: 2082ms;
  }
  .circle-container:nth-child(142) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-142;
            animation-name: move-frames-142;
    -webkit-animation-duration: 31636ms;
            animation-duration: 31636ms;
    -webkit-animation-delay: 23286ms;
            animation-delay: 23286ms;
  }
  @-webkit-keyframes move-frames-142 {
    from {
      transform: translate3d(96vw, 103vh, 0);
    }
    to {
      transform: translate3d(98vw, -107vh, 0);
    }
  }
  @keyframes move-frames-142 {
    from {
      transform: translate3d(96vw, 103vh, 0);
    }
    to {
      transform: translate3d(98vw, -107vh, 0);
    }
  }
  .circle-container:nth-child(142) .circle {
    -webkit-animation-delay: 746ms;
            animation-delay: 746ms;
  }
  .circle-container:nth-child(143) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-143;
            animation-name: move-frames-143;
    -webkit-animation-duration: 29505ms;
            animation-duration: 29505ms;
    -webkit-animation-delay: 17179ms;
            animation-delay: 17179ms;
  }
  @-webkit-keyframes move-frames-143 {
    from {
      transform: translate3d(3vw, 110vh, 0);
    }
    to {
      transform: translate3d(47vw, -129vh, 0);
    }
  }
  @keyframes move-frames-143 {
    from {
      transform: translate3d(3vw, 110vh, 0);
    }
    to {
      transform: translate3d(47vw, -129vh, 0);
    }
  }
  .circle-container:nth-child(143) .circle {
    -webkit-animation-delay: 3475ms;
            animation-delay: 3475ms;
  }
  .circle-container:nth-child(144) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-144;
            animation-name: move-frames-144;
    -webkit-animation-duration: 30516ms;
            animation-duration: 30516ms;
    -webkit-animation-delay: 9509ms;
            animation-delay: 9509ms;
  }
  @-webkit-keyframes move-frames-144 {
    from {
      transform: translate3d(30vw, 106vh, 0);
    }
    to {
      transform: translate3d(11vw, -122vh, 0);
    }
  }
  @keyframes move-frames-144 {
    from {
      transform: translate3d(30vw, 106vh, 0);
    }
    to {
      transform: translate3d(11vw, -122vh, 0);
    }
  }
  .circle-container:nth-child(144) .circle {
    -webkit-animation-delay: 3435ms;
            animation-delay: 3435ms;
  }
  .circle-container:nth-child(145) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-145;
            animation-name: move-frames-145;
    -webkit-animation-duration: 34199ms;
            animation-duration: 34199ms;
    -webkit-animation-delay: 27469ms;
            animation-delay: 27469ms;
  }
  @-webkit-keyframes move-frames-145 {
    from {
      transform: translate3d(96vw, 107vh, 0);
    }
    to {
      transform: translate3d(22vw, -136vh, 0);
    }
  }
  @keyframes move-frames-145 {
    from {
      transform: translate3d(96vw, 107vh, 0);
    }
    to {
      transform: translate3d(22vw, -136vh, 0);
    }
  }
  .circle-container:nth-child(145) .circle {
    -webkit-animation-delay: 1069ms;
            animation-delay: 1069ms;
  }
  .circle-container:nth-child(146) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-146;
            animation-name: move-frames-146;
    -webkit-animation-duration: 35265ms;
            animation-duration: 35265ms;
    -webkit-animation-delay: 14386ms;
            animation-delay: 14386ms;
  }
  @-webkit-keyframes move-frames-146 {
    from {
      transform: translate3d(19vw, 108vh, 0);
    }
    to {
      transform: translate3d(51vw, -118vh, 0);
    }
  }
  @keyframes move-frames-146 {
    from {
      transform: translate3d(19vw, 108vh, 0);
    }
    to {
      transform: translate3d(51vw, -118vh, 0);
    }
  }
  .circle-container:nth-child(146) .circle {
    -webkit-animation-delay: 2977ms;
            animation-delay: 2977ms;
  }
  .circle-container:nth-child(147) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-147;
            animation-name: move-frames-147;
    -webkit-animation-duration: 30761ms;
            animation-duration: 30761ms;
    -webkit-animation-delay: 3956ms;
            animation-delay: 3956ms;
  }
  @-webkit-keyframes move-frames-147 {
    from {
      transform: translate3d(67vw, 110vh, 0);
    }
    to {
      transform: translate3d(68vw, -130vh, 0);
    }
  }
  @keyframes move-frames-147 {
    from {
      transform: translate3d(67vw, 110vh, 0);
    }
    to {
      transform: translate3d(68vw, -130vh, 0);
    }
  }
  .circle-container:nth-child(147) .circle {
    -webkit-animation-delay: 2310ms;
            animation-delay: 2310ms;
  }
  .circle-container:nth-child(148) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-148;
            animation-name: move-frames-148;
    -webkit-animation-duration: 35210ms;
            animation-duration: 35210ms;
    -webkit-animation-delay: 12194ms;
            animation-delay: 12194ms;
  }
  @-webkit-keyframes move-frames-148 {
    from {
      transform: translate3d(42vw, 110vh, 0);
    }
    to {
      transform: translate3d(31vw, -113vh, 0);
    }
  }
  @keyframes move-frames-148 {
    from {
      transform: translate3d(42vw, 110vh, 0);
    }
    to {
      transform: translate3d(31vw, -113vh, 0);
    }
  }
  .circle-container:nth-child(148) .circle {
    -webkit-animation-delay: 966ms;
            animation-delay: 966ms;
  }
  .circle-container:nth-child(149) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-149;
            animation-name: move-frames-149;
    -webkit-animation-duration: 31533ms;
            animation-duration: 31533ms;
    -webkit-animation-delay: 5437ms;
            animation-delay: 5437ms;
  }
  @-webkit-keyframes move-frames-149 {
    from {
      transform: translate3d(30vw, 110vh, 0);
    }
    to {
      transform: translate3d(84vw, -119vh, 0);
    }
  }
  @keyframes move-frames-149 {
    from {
      transform: translate3d(30vw, 110vh, 0);
    }
    to {
      transform: translate3d(84vw, -119vh, 0);
    }
  }
  .circle-container:nth-child(149) .circle {
    -webkit-animation-delay: 333ms;
            animation-delay: 333ms;
  }
  .circle-container:nth-child(150) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-150;
            animation-name: move-frames-150;
    -webkit-animation-duration: 28796ms;
            animation-duration: 28796ms;
    -webkit-animation-delay: 22156ms;
            animation-delay: 22156ms;
  }
  @-webkit-keyframes move-frames-150 {
    from {
      transform: translate3d(73vw, 110vh, 0);
    }
    to {
      transform: translate3d(60vw, -135vh, 0);
    }
  }
  @keyframes move-frames-150 {
    from {
      transform: translate3d(73vw, 110vh, 0);
    }
    to {
      transform: translate3d(60vw, -135vh, 0);
    }
  }
  .circle-container:nth-child(150) .circle {
    -webkit-animation-delay: 1766ms;
            animation-delay: 1766ms;
  }
  .circle-container:nth-child(151) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-151;
            animation-name: move-frames-151;
    -webkit-animation-duration: 30001ms;
            animation-duration: 30001ms;
    -webkit-animation-delay: 25614ms;
            animation-delay: 25614ms;
  }
  @-webkit-keyframes move-frames-151 {
    from {
      transform: translate3d(13vw, 109vh, 0);
    }
    to {
      transform: translate3d(49vw, -139vh, 0);
    }
  }
  @keyframes move-frames-151 {
    from {
      transform: translate3d(13vw, 109vh, 0);
    }
    to {
      transform: translate3d(49vw, -139vh, 0);
    }
  }
  .circle-container:nth-child(151) .circle {
    -webkit-animation-delay: 2015ms;
            animation-delay: 2015ms;
  }
  .circle-container:nth-child(152) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-152;
            animation-name: move-frames-152;
    -webkit-animation-duration: 31986ms;
            animation-duration: 31986ms;
    -webkit-animation-delay: 13707ms;
            animation-delay: 13707ms;
  }
  @-webkit-keyframes move-frames-152 {
    from {
      transform: translate3d(86vw, 107vh, 0);
    }
    to {
      transform: translate3d(39vw, -122vh, 0);
    }
  }
  @keyframes move-frames-152 {
    from {
      transform: translate3d(86vw, 107vh, 0);
    }
    to {
      transform: translate3d(39vw, -122vh, 0);
    }
  }
  .circle-container:nth-child(152) .circle {
    -webkit-animation-delay: 1792ms;
            animation-delay: 1792ms;
  }
  .circle-container:nth-child(153) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-153;
            animation-name: move-frames-153;
    -webkit-animation-duration: 29019ms;
            animation-duration: 29019ms;
    -webkit-animation-delay: 11102ms;
            animation-delay: 11102ms;
  }
  @-webkit-keyframes move-frames-153 {
    from {
      transform: translate3d(66vw, 104vh, 0);
    }
    to {
      transform: translate3d(67vw, -115vh, 0);
    }
  }
  @keyframes move-frames-153 {
    from {
      transform: translate3d(66vw, 104vh, 0);
    }
    to {
      transform: translate3d(67vw, -115vh, 0);
    }
  }
  .circle-container:nth-child(153) .circle {
    -webkit-animation-delay: 1744ms;
            animation-delay: 1744ms;
  }
  .circle-container:nth-child(154) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-154;
            animation-name: move-frames-154;
    -webkit-animation-duration: 35576ms;
            animation-duration: 35576ms;
    -webkit-animation-delay: 6498ms;
            animation-delay: 6498ms;
  }
  @-webkit-keyframes move-frames-154 {
    from {
      transform: translate3d(56vw, 102vh, 0);
    }
    to {
      transform: translate3d(41vw, -105vh, 0);
    }
  }
  @keyframes move-frames-154 {
    from {
      transform: translate3d(56vw, 102vh, 0);
    }
    to {
      transform: translate3d(41vw, -105vh, 0);
    }
  }
  .circle-container:nth-child(154) .circle {
    -webkit-animation-delay: 1180ms;
            animation-delay: 1180ms;
  }
  .circle-container:nth-child(155) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-155;
            animation-name: move-frames-155;
    -webkit-animation-duration: 29196ms;
            animation-duration: 29196ms;
    -webkit-animation-delay: 22884ms;
            animation-delay: 22884ms;
  }
  @-webkit-keyframes move-frames-155 {
    from {
      transform: translate3d(46vw, 106vh, 0);
    }
    to {
      transform: translate3d(39vw, -112vh, 0);
    }
  }
  @keyframes move-frames-155 {
    from {
      transform: translate3d(46vw, 106vh, 0);
    }
    to {
      transform: translate3d(39vw, -112vh, 0);
    }
  }
  .circle-container:nth-child(155) .circle {
    -webkit-animation-delay: 2828ms;
            animation-delay: 2828ms;
  }
  .circle-container:nth-child(156) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-156;
            animation-name: move-frames-156;
    -webkit-animation-duration: 35190ms;
            animation-duration: 35190ms;
    -webkit-animation-delay: 7380ms;
            animation-delay: 7380ms;
  }
  @-webkit-keyframes move-frames-156 {
    from {
      transform: translate3d(39vw, 108vh, 0);
    }
    to {
      transform: translate3d(12vw, -120vh, 0);
    }
  }
  @keyframes move-frames-156 {
    from {
      transform: translate3d(39vw, 108vh, 0);
    }
    to {
      transform: translate3d(12vw, -120vh, 0);
    }
  }
  .circle-container:nth-child(156) .circle {
    -webkit-animation-delay: 590ms;
            animation-delay: 590ms;
  }
  .circle-container:nth-child(157) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-157;
            animation-name: move-frames-157;
    -webkit-animation-duration: 33278ms;
            animation-duration: 33278ms;
    -webkit-animation-delay: 10008ms;
            animation-delay: 10008ms;
  }
  @-webkit-keyframes move-frames-157 {
    from {
      transform: translate3d(53vw, 109vh, 0);
    }
    to {
      transform: translate3d(45vw, -124vh, 0);
    }
  }
  @keyframes move-frames-157 {
    from {
      transform: translate3d(53vw, 109vh, 0);
    }
    to {
      transform: translate3d(45vw, -124vh, 0);
    }
  }
  .circle-container:nth-child(157) .circle {
    -webkit-animation-delay: 2429ms;
            animation-delay: 2429ms;
  }
  .circle-container:nth-child(158) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-158;
            animation-name: move-frames-158;
    -webkit-animation-duration: 31492ms;
            animation-duration: 31492ms;
    -webkit-animation-delay: 36317ms;
            animation-delay: 36317ms;
  }
  @-webkit-keyframes move-frames-158 {
    from {
      transform: translate3d(29vw, 109vh, 0);
    }
    to {
      transform: translate3d(36vw, -137vh, 0);
    }
  }
  @keyframes move-frames-158 {
    from {
      transform: translate3d(29vw, 109vh, 0);
    }
    to {
      transform: translate3d(36vw, -137vh, 0);
    }
  }
  .circle-container:nth-child(158) .circle {
    -webkit-animation-delay: 2564ms;
            animation-delay: 2564ms;
  }
  .circle-container:nth-child(159) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-159;
            animation-name: move-frames-159;
    -webkit-animation-duration: 31861ms;
            animation-duration: 31861ms;
    -webkit-animation-delay: 31861ms;
            animation-delay: 31861ms;
  }
  @-webkit-keyframes move-frames-159 {
    from {
      transform: translate3d(68vw, 107vh, 0);
    }
    to {
      transform: translate3d(95vw, -131vh, 0);
    }
  }
  @keyframes move-frames-159 {
    from {
      transform: translate3d(68vw, 107vh, 0);
    }
    to {
      transform: translate3d(95vw, -131vh, 0);
    }
  }
  .circle-container:nth-child(159) .circle {
    -webkit-animation-delay: 3654ms;
            animation-delay: 3654ms;
  }
  .circle-container:nth-child(160) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-160;
            animation-name: move-frames-160;
    -webkit-animation-duration: 31490ms;
            animation-duration: 31490ms;
    -webkit-animation-delay: 31862ms;
            animation-delay: 31862ms;
  }
  @-webkit-keyframes move-frames-160 {
    from {
      transform: translate3d(58vw, 107vh, 0);
    }
    to {
      transform: translate3d(23vw, -134vh, 0);
    }
  }
  @keyframes move-frames-160 {
    from {
      transform: translate3d(58vw, 107vh, 0);
    }
    to {
      transform: translate3d(23vw, -134vh, 0);
    }
  }
  .circle-container:nth-child(160) .circle {
    -webkit-animation-delay: 1515ms;
            animation-delay: 1515ms;
  }
  .circle-container:nth-child(161) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-161;
            animation-name: move-frames-161;
    -webkit-animation-duration: 28689ms;
            animation-duration: 28689ms;
    -webkit-animation-delay: 21868ms;
            animation-delay: 21868ms;
  }
  @-webkit-keyframes move-frames-161 {
    from {
      transform: translate3d(16vw, 104vh, 0);
    }
    to {
      transform: translate3d(47vw, -107vh, 0);
    }
  }
  @keyframes move-frames-161 {
    from {
      transform: translate3d(16vw, 104vh, 0);
    }
    to {
      transform: translate3d(47vw, -107vh, 0);
    }
  }
  .circle-container:nth-child(161) .circle {
    -webkit-animation-delay: 2224ms;
            animation-delay: 2224ms;
  }
  .circle-container:nth-child(162) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-162;
            animation-name: move-frames-162;
    -webkit-animation-duration: 33625ms;
            animation-duration: 33625ms;
    -webkit-animation-delay: 7664ms;
            animation-delay: 7664ms;
  }
  @-webkit-keyframes move-frames-162 {
    from {
      transform: translate3d(86vw, 107vh, 0);
    }
    to {
      transform: translate3d(13vw, -114vh, 0);
    }
  }
  @keyframes move-frames-162 {
    from {
      transform: translate3d(86vw, 107vh, 0);
    }
    to {
      transform: translate3d(13vw, -114vh, 0);
    }
  }
  .circle-container:nth-child(162) .circle {
    -webkit-animation-delay: 1299ms;
            animation-delay: 1299ms;
  }
  .circle-container:nth-child(163) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-163;
            animation-name: move-frames-163;
    -webkit-animation-duration: 32399ms;
            animation-duration: 32399ms;
    -webkit-animation-delay: 15557ms;
            animation-delay: 15557ms;
  }
  @-webkit-keyframes move-frames-163 {
    from {
      transform: translate3d(62vw, 102vh, 0);
    }
    to {
      transform: translate3d(95vw, -103vh, 0);
    }
  }
  @keyframes move-frames-163 {
    from {
      transform: translate3d(62vw, 102vh, 0);
    }
    to {
      transform: translate3d(95vw, -103vh, 0);
    }
  }
  .circle-container:nth-child(163) .circle {
    -webkit-animation-delay: 2077ms;
            animation-delay: 2077ms;
  }
  .circle-container:nth-child(164) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-164;
            animation-name: move-frames-164;
    -webkit-animation-duration: 28640ms;
            animation-duration: 28640ms;
    -webkit-animation-delay: 15813ms;
            animation-delay: 15813ms;
  }
  @-webkit-keyframes move-frames-164 {
    from {
      transform: translate3d(77vw, 107vh, 0);
    }
    to {
      transform: translate3d(62vw, -115vh, 0);
    }
  }
  @keyframes move-frames-164 {
    from {
      transform: translate3d(77vw, 107vh, 0);
    }
    to {
      transform: translate3d(62vw, -115vh, 0);
    }
  }
  .circle-container:nth-child(164) .circle {
    -webkit-animation-delay: 1897ms;
            animation-delay: 1897ms;
  }
  .circle-container:nth-child(165) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-165;
            animation-name: move-frames-165;
    -webkit-animation-duration: 31014ms;
            animation-duration: 31014ms;
    -webkit-animation-delay: 288ms;
            animation-delay: 288ms;
  }
  @-webkit-keyframes move-frames-165 {
    from {
      transform: translate3d(90vw, 102vh, 0);
    }
    to {
      transform: translate3d(16vw, -108vh, 0);
    }
  }
  @keyframes move-frames-165 {
    from {
      transform: translate3d(90vw, 102vh, 0);
    }
    to {
      transform: translate3d(16vw, -108vh, 0);
    }
  }
  .circle-container:nth-child(165) .circle {
    -webkit-animation-delay: 2825ms;
            animation-delay: 2825ms;
  }
  .circle-container:nth-child(166) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-166;
            animation-name: move-frames-166;
    -webkit-animation-duration: 28825ms;
            animation-duration: 28825ms;
    -webkit-animation-delay: 21724ms;
            animation-delay: 21724ms;
  }
  @-webkit-keyframes move-frames-166 {
    from {
      transform: translate3d(19vw, 109vh, 0);
    }
    to {
      transform: translate3d(40vw, -126vh, 0);
    }
  }
  @keyframes move-frames-166 {
    from {
      transform: translate3d(19vw, 109vh, 0);
    }
    to {
      transform: translate3d(40vw, -126vh, 0);
    }
  }
  .circle-container:nth-child(166) .circle {
    -webkit-animation-delay: 3029ms;
            animation-delay: 3029ms;
  }
  .circle-container:nth-child(167) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-167;
            animation-name: move-frames-167;
    -webkit-animation-duration: 31103ms;
            animation-duration: 31103ms;
    -webkit-animation-delay: 15498ms;
            animation-delay: 15498ms;
  }
  @-webkit-keyframes move-frames-167 {
    from {
      transform: translate3d(28vw, 107vh, 0);
    }
    to {
      transform: translate3d(11vw, -116vh, 0);
    }
  }
  @keyframes move-frames-167 {
    from {
      transform: translate3d(28vw, 107vh, 0);
    }
    to {
      transform: translate3d(11vw, -116vh, 0);
    }
  }
  .circle-container:nth-child(167) .circle {
    -webkit-animation-delay: 2447ms;
            animation-delay: 2447ms;
  }
  .circle-container:nth-child(168) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-168;
            animation-name: move-frames-168;
    -webkit-animation-duration: 36131ms;
            animation-duration: 36131ms;
    -webkit-animation-delay: 28226ms;
            animation-delay: 28226ms;
  }
  @-webkit-keyframes move-frames-168 {
    from {
      transform: translate3d(51vw, 105vh, 0);
    }
    to {
      transform: translate3d(28vw, -119vh, 0);
    }
  }
  @keyframes move-frames-168 {
    from {
      transform: translate3d(51vw, 105vh, 0);
    }
    to {
      transform: translate3d(28vw, -119vh, 0);
    }
  }
  .circle-container:nth-child(168) .circle {
    -webkit-animation-delay: 3832ms;
            animation-delay: 3832ms;
  }
  .circle-container:nth-child(169) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-169;
            animation-name: move-frames-169;
    -webkit-animation-duration: 34614ms;
            animation-duration: 34614ms;
    -webkit-animation-delay: 4521ms;
            animation-delay: 4521ms;
  }
  @-webkit-keyframes move-frames-169 {
    from {
      transform: translate3d(85vw, 107vh, 0);
    }
    to {
      transform: translate3d(56vw, -129vh, 0);
    }
  }
  @keyframes move-frames-169 {
    from {
      transform: translate3d(85vw, 107vh, 0);
    }
    to {
      transform: translate3d(56vw, -129vh, 0);
    }
  }
  .circle-container:nth-child(169) .circle {
    -webkit-animation-delay: 2721ms;
            animation-delay: 2721ms;
  }
  .circle-container:nth-child(170) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-170;
            animation-name: move-frames-170;
    -webkit-animation-duration: 32470ms;
            animation-duration: 32470ms;
    -webkit-animation-delay: 13884ms;
            animation-delay: 13884ms;
  }
  @-webkit-keyframes move-frames-170 {
    from {
      transform: translate3d(74vw, 108vh, 0);
    }
    to {
      transform: translate3d(58vw, -109vh, 0);
    }
  }
  @keyframes move-frames-170 {
    from {
      transform: translate3d(74vw, 108vh, 0);
    }
    to {
      transform: translate3d(58vw, -109vh, 0);
    }
  }
  .circle-container:nth-child(170) .circle {
    -webkit-animation-delay: 1830ms;
            animation-delay: 1830ms;
  }
  .circle-container:nth-child(171) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-171;
            animation-name: move-frames-171;
    -webkit-animation-duration: 34697ms;
            animation-duration: 34697ms;
    -webkit-animation-delay: 36139ms;
            animation-delay: 36139ms;
  }
  @-webkit-keyframes move-frames-171 {
    from {
      transform: translate3d(82vw, 106vh, 0);
    }
    to {
      transform: translate3d(5vw, -132vh, 0);
    }
  }
  @keyframes move-frames-171 {
    from {
      transform: translate3d(82vw, 106vh, 0);
    }
    to {
      transform: translate3d(5vw, -132vh, 0);
    }
  }
  .circle-container:nth-child(171) .circle {
    -webkit-animation-delay: 1000ms;
            animation-delay: 1000ms;
  }
  .circle-container:nth-child(172) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-172;
            animation-name: move-frames-172;
    -webkit-animation-duration: 33408ms;
            animation-duration: 33408ms;
    -webkit-animation-delay: 24591ms;
            animation-delay: 24591ms;
  }
  @-webkit-keyframes move-frames-172 {
    from {
      transform: translate3d(66vw, 104vh, 0);
    }
    to {
      transform: translate3d(8vw, -105vh, 0);
    }
  }
  @keyframes move-frames-172 {
    from {
      transform: translate3d(66vw, 104vh, 0);
    }
    to {
      transform: translate3d(8vw, -105vh, 0);
    }
  }
  .circle-container:nth-child(172) .circle {
    -webkit-animation-delay: 1982ms;
            animation-delay: 1982ms;
  }
  .circle-container:nth-child(173) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-173;
            animation-name: move-frames-173;
    -webkit-animation-duration: 29005ms;
            animation-duration: 29005ms;
    -webkit-animation-delay: 17117ms;
            animation-delay: 17117ms;
  }
  @-webkit-keyframes move-frames-173 {
    from {
      transform: translate3d(69vw, 101vh, 0);
    }
    to {
      transform: translate3d(84vw, -116vh, 0);
    }
  }
  @keyframes move-frames-173 {
    from {
      transform: translate3d(69vw, 101vh, 0);
    }
    to {
      transform: translate3d(84vw, -116vh, 0);
    }
  }
  .circle-container:nth-child(173) .circle {
    -webkit-animation-delay: 547ms;
            animation-delay: 547ms;
  }
  .circle-container:nth-child(174) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-174;
            animation-name: move-frames-174;
    -webkit-animation-duration: 32128ms;
            animation-duration: 32128ms;
    -webkit-animation-delay: 1850ms;
            animation-delay: 1850ms;
  }
  @-webkit-keyframes move-frames-174 {
    from {
      transform: translate3d(9vw, 108vh, 0);
    }
    to {
      transform: translate3d(57vw, -111vh, 0);
    }
  }
  @keyframes move-frames-174 {
    from {
      transform: translate3d(9vw, 108vh, 0);
    }
    to {
      transform: translate3d(57vw, -111vh, 0);
    }
  }
  .circle-container:nth-child(174) .circle {
    -webkit-animation-delay: 2668ms;
            animation-delay: 2668ms;
  }
  .circle-container:nth-child(175) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-175;
            animation-name: move-frames-175;
    -webkit-animation-duration: 29432ms;
            animation-duration: 29432ms;
    -webkit-animation-delay: 34721ms;
            animation-delay: 34721ms;
  }
  @-webkit-keyframes move-frames-175 {
    from {
      transform: translate3d(16vw, 101vh, 0);
    }
    to {
      transform: translate3d(92vw, -105vh, 0);
    }
  }
  @keyframes move-frames-175 {
    from {
      transform: translate3d(16vw, 101vh, 0);
    }
    to {
      transform: translate3d(92vw, -105vh, 0);
    }
  }
  .circle-container:nth-child(175) .circle {
    -webkit-animation-delay: 3998ms;
            animation-delay: 3998ms;
  }
  .circle-container:nth-child(176) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-176;
            animation-name: move-frames-176;
    -webkit-animation-duration: 34917ms;
            animation-duration: 34917ms;
    -webkit-animation-delay: 587ms;
            animation-delay: 587ms;
  }
  @-webkit-keyframes move-frames-176 {
    from {
      transform: translate3d(18vw, 103vh, 0);
    }
    to {
      transform: translate3d(26vw, -114vh, 0);
    }
  }
  @keyframes move-frames-176 {
    from {
      transform: translate3d(18vw, 103vh, 0);
    }
    to {
      transform: translate3d(26vw, -114vh, 0);
    }
  }
  .circle-container:nth-child(176) .circle {
    -webkit-animation-delay: 2326ms;
            animation-delay: 2326ms;
  }
  .circle-container:nth-child(177) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-177;
            animation-name: move-frames-177;
    -webkit-animation-duration: 32991ms;
            animation-duration: 32991ms;
    -webkit-animation-delay: 2689ms;
            animation-delay: 2689ms;
  }
  @-webkit-keyframes move-frames-177 {
    from {
      transform: translate3d(71vw, 104vh, 0);
    }
    to {
      transform: translate3d(23vw, -132vh, 0);
    }
  }
  @keyframes move-frames-177 {
    from {
      transform: translate3d(71vw, 104vh, 0);
    }
    to {
      transform: translate3d(23vw, -132vh, 0);
    }
  }
  .circle-container:nth-child(177) .circle {
    -webkit-animation-delay: 1873ms;
            animation-delay: 1873ms;
  }
  .circle-container:nth-child(178) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-178;
            animation-name: move-frames-178;
    -webkit-animation-duration: 32908ms;
            animation-duration: 32908ms;
    -webkit-animation-delay: 17850ms;
            animation-delay: 17850ms;
  }
  @-webkit-keyframes move-frames-178 {
    from {
      transform: translate3d(46vw, 102vh, 0);
    }
    to {
      transform: translate3d(75vw, -128vh, 0);
    }
  }
  @keyframes move-frames-178 {
    from {
      transform: translate3d(46vw, 102vh, 0);
    }
    to {
      transform: translate3d(75vw, -128vh, 0);
    }
  }
  .circle-container:nth-child(178) .circle {
    -webkit-animation-delay: 343ms;
            animation-delay: 343ms;
  }
  .circle-container:nth-child(179) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-179;
            animation-name: move-frames-179;
    -webkit-animation-duration: 30780ms;
            animation-duration: 30780ms;
    -webkit-animation-delay: 7284ms;
            animation-delay: 7284ms;
  }
  @-webkit-keyframes move-frames-179 {
    from {
      transform: translate3d(63vw, 101vh, 0);
    }
    to {
      transform: translate3d(72vw, -114vh, 0);
    }
  }
  @keyframes move-frames-179 {
    from {
      transform: translate3d(63vw, 101vh, 0);
    }
    to {
      transform: translate3d(72vw, -114vh, 0);
    }
  }
  .circle-container:nth-child(179) .circle {
    -webkit-animation-delay: 1062ms;
            animation-delay: 1062ms;
  }
  .circle-container:nth-child(180) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-180;
            animation-name: move-frames-180;
    -webkit-animation-duration: 36951ms;
            animation-duration: 36951ms;
    -webkit-animation-delay: 23841ms;
            animation-delay: 23841ms;
  }
  @-webkit-keyframes move-frames-180 {
    from {
      transform: translate3d(59vw, 105vh, 0);
    }
    to {
      transform: translate3d(36vw, -114vh, 0);
    }
  }
  @keyframes move-frames-180 {
    from {
      transform: translate3d(59vw, 105vh, 0);
    }
    to {
      transform: translate3d(36vw, -114vh, 0);
    }
  }
  .circle-container:nth-child(180) .circle {
    -webkit-animation-delay: 1794ms;
            animation-delay: 1794ms;
  }
  .circle-container:nth-child(181) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-181;
            animation-name: move-frames-181;
    -webkit-animation-duration: 31716ms;
            animation-duration: 31716ms;
    -webkit-animation-delay: 36074ms;
            animation-delay: 36074ms;
  }
  @-webkit-keyframes move-frames-181 {
    from {
      transform: translate3d(42vw, 102vh, 0);
    }
    to {
      transform: translate3d(25vw, -128vh, 0);
    }
  }
  @keyframes move-frames-181 {
    from {
      transform: translate3d(42vw, 102vh, 0);
    }
    to {
      transform: translate3d(25vw, -128vh, 0);
    }
  }
  .circle-container:nth-child(181) .circle {
    -webkit-animation-delay: 3820ms;
            animation-delay: 3820ms;
  }
  .circle-container:nth-child(182) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-182;
            animation-name: move-frames-182;
    -webkit-animation-duration: 34188ms;
            animation-duration: 34188ms;
    -webkit-animation-delay: 34271ms;
            animation-delay: 34271ms;
  }
  @-webkit-keyframes move-frames-182 {
    from {
      transform: translate3d(19vw, 102vh, 0);
    }
    to {
      transform: translate3d(89vw, -110vh, 0);
    }
  }
  @keyframes move-frames-182 {
    from {
      transform: translate3d(19vw, 102vh, 0);
    }
    to {
      transform: translate3d(89vw, -110vh, 0);
    }
  }
  .circle-container:nth-child(182) .circle {
    -webkit-animation-delay: 1401ms;
            animation-delay: 1401ms;
  }
  .circle-container:nth-child(183) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-183;
            animation-name: move-frames-183;
    -webkit-animation-duration: 36603ms;
            animation-duration: 36603ms;
    -webkit-animation-delay: 22313ms;
            animation-delay: 22313ms;
  }
  @-webkit-keyframes move-frames-183 {
    from {
      transform: translate3d(89vw, 105vh, 0);
    }
    to {
      transform: translate3d(6vw, -116vh, 0);
    }
  }
  @keyframes move-frames-183 {
    from {
      transform: translate3d(89vw, 105vh, 0);
    }
    to {
      transform: translate3d(6vw, -116vh, 0);
    }
  }
  .circle-container:nth-child(183) .circle {
    -webkit-animation-delay: 1134ms;
            animation-delay: 1134ms;
  }
  .circle-container:nth-child(184) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-184;
            animation-name: move-frames-184;
    -webkit-animation-duration: 32913ms;
            animation-duration: 32913ms;
    -webkit-animation-delay: 23416ms;
            animation-delay: 23416ms;
  }
  @-webkit-keyframes move-frames-184 {
    from {
      transform: translate3d(85vw, 107vh, 0);
    }
    to {
      transform: translate3d(86vw, -128vh, 0);
    }
  }
  @keyframes move-frames-184 {
    from {
      transform: translate3d(85vw, 107vh, 0);
    }
    to {
      transform: translate3d(86vw, -128vh, 0);
    }
  }
  .circle-container:nth-child(184) .circle {
    -webkit-animation-delay: 1800ms;
            animation-delay: 1800ms;
  }
  .circle-container:nth-child(185) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-185;
            animation-name: move-frames-185;
    -webkit-animation-duration: 28078ms;
            animation-duration: 28078ms;
    -webkit-animation-delay: 34330ms;
            animation-delay: 34330ms;
  }
  @-webkit-keyframes move-frames-185 {
    from {
      transform: translate3d(25vw, 110vh, 0);
    }
    to {
      transform: translate3d(45vw, -125vh, 0);
    }
  }
  @keyframes move-frames-185 {
    from {
      transform: translate3d(25vw, 110vh, 0);
    }
    to {
      transform: translate3d(45vw, -125vh, 0);
    }
  }
  .circle-container:nth-child(185) .circle {
    -webkit-animation-delay: 3837ms;
            animation-delay: 3837ms;
  }
  .circle-container:nth-child(186) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-186;
            animation-name: move-frames-186;
    -webkit-animation-duration: 30699ms;
            animation-duration: 30699ms;
    -webkit-animation-delay: 31186ms;
            animation-delay: 31186ms;
  }
  @-webkit-keyframes move-frames-186 {
    from {
      transform: translate3d(95vw, 108vh, 0);
    }
    to {
      transform: translate3d(58vw, -137vh, 0);
    }
  }
  @keyframes move-frames-186 {
    from {
      transform: translate3d(95vw, 108vh, 0);
    }
    to {
      transform: translate3d(58vw, -137vh, 0);
    }
  }
  .circle-container:nth-child(186) .circle {
    -webkit-animation-delay: 3427ms;
            animation-delay: 3427ms;
  }
  .circle-container:nth-child(187) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-187;
            animation-name: move-frames-187;
    -webkit-animation-duration: 35852ms;
            animation-duration: 35852ms;
    -webkit-animation-delay: 17667ms;
            animation-delay: 17667ms;
  }
  @-webkit-keyframes move-frames-187 {
    from {
      transform: translate3d(46vw, 102vh, 0);
    }
    to {
      transform: translate3d(92vw, -125vh, 0);
    }
  }
  @keyframes move-frames-187 {
    from {
      transform: translate3d(46vw, 102vh, 0);
    }
    to {
      transform: translate3d(92vw, -125vh, 0);
    }
  }
  .circle-container:nth-child(187) .circle {
    -webkit-animation-delay: 1353ms;
            animation-delay: 1353ms;
  }
  .circle-container:nth-child(188) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-188;
            animation-name: move-frames-188;
    -webkit-animation-duration: 32759ms;
            animation-duration: 32759ms;
    -webkit-animation-delay: 34548ms;
            animation-delay: 34548ms;
  }
  @-webkit-keyframes move-frames-188 {
    from {
      transform: translate3d(42vw, 107vh, 0);
    }
    to {
      transform: translate3d(89vw, -127vh, 0);
    }
  }
  @keyframes move-frames-188 {
    from {
      transform: translate3d(42vw, 107vh, 0);
    }
    to {
      transform: translate3d(89vw, -127vh, 0);
    }
  }
  .circle-container:nth-child(188) .circle {
    -webkit-animation-delay: 285ms;
            animation-delay: 285ms;
  }
  .circle-container:nth-child(189) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-189;
            animation-name: move-frames-189;
    -webkit-animation-duration: 30108ms;
            animation-duration: 30108ms;
    -webkit-animation-delay: 26991ms;
            animation-delay: 26991ms;
  }
  @-webkit-keyframes move-frames-189 {
    from {
      transform: translate3d(29vw, 108vh, 0);
    }
    to {
      transform: translate3d(99vw, -128vh, 0);
    }
  }
  @keyframes move-frames-189 {
    from {
      transform: translate3d(29vw, 108vh, 0);
    }
    to {
      transform: translate3d(99vw, -128vh, 0);
    }
  }
  .circle-container:nth-child(189) .circle {
    -webkit-animation-delay: 3491ms;
            animation-delay: 3491ms;
  }
  .circle-container:nth-child(190) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-190;
            animation-name: move-frames-190;
    -webkit-animation-duration: 31066ms;
            animation-duration: 31066ms;
    -webkit-animation-delay: 13342ms;
            animation-delay: 13342ms;
  }
  @-webkit-keyframes move-frames-190 {
    from {
      transform: translate3d(16vw, 104vh, 0);
    }
    to {
      transform: translate3d(2vw, -122vh, 0);
    }
  }
  @keyframes move-frames-190 {
    from {
      transform: translate3d(16vw, 104vh, 0);
    }
    to {
      transform: translate3d(2vw, -122vh, 0);
    }
  }
  .circle-container:nth-child(190) .circle {
    -webkit-animation-delay: 471ms;
            animation-delay: 471ms;
  }
  .circle-container:nth-child(191) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-191;
            animation-name: move-frames-191;
    -webkit-animation-duration: 29344ms;
            animation-duration: 29344ms;
    -webkit-animation-delay: 537ms;
            animation-delay: 537ms;
  }
  @-webkit-keyframes move-frames-191 {
    from {
      transform: translate3d(83vw, 108vh, 0);
    }
    to {
      transform: translate3d(62vw, -112vh, 0);
    }
  }
  @keyframes move-frames-191 {
    from {
      transform: translate3d(83vw, 108vh, 0);
    }
    to {
      transform: translate3d(62vw, -112vh, 0);
    }
  }
  .circle-container:nth-child(191) .circle {
    -webkit-animation-delay: 2608ms;
            animation-delay: 2608ms;
  }
  .circle-container:nth-child(192) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-192;
            animation-name: move-frames-192;
    -webkit-animation-duration: 31088ms;
            animation-duration: 31088ms;
    -webkit-animation-delay: 26699ms;
            animation-delay: 26699ms;
  }
  @-webkit-keyframes move-frames-192 {
    from {
      transform: translate3d(7vw, 105vh, 0);
    }
    to {
      transform: translate3d(18vw, -124vh, 0);
    }
  }
  @keyframes move-frames-192 {
    from {
      transform: translate3d(7vw, 105vh, 0);
    }
    to {
      transform: translate3d(18vw, -124vh, 0);
    }
  }
  .circle-container:nth-child(192) .circle {
    -webkit-animation-delay: 2295ms;
            animation-delay: 2295ms;
  }
  .circle-container:nth-child(193) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-193;
            animation-name: move-frames-193;
    -webkit-animation-duration: 29179ms;
            animation-duration: 29179ms;
    -webkit-animation-delay: 671ms;
            animation-delay: 671ms;
  }
  @-webkit-keyframes move-frames-193 {
    from {
      transform: translate3d(91vw, 105vh, 0);
    }
    to {
      transform: translate3d(97vw, -128vh, 0);
    }
  }
  @keyframes move-frames-193 {
    from {
      transform: translate3d(91vw, 105vh, 0);
    }
    to {
      transform: translate3d(97vw, -128vh, 0);
    }
  }
  .circle-container:nth-child(193) .circle {
    -webkit-animation-delay: 268ms;
            animation-delay: 268ms;
  }
  .circle-container:nth-child(194) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-194;
            animation-name: move-frames-194;
    -webkit-animation-duration: 29370ms;
            animation-duration: 29370ms;
    -webkit-animation-delay: 14682ms;
            animation-delay: 14682ms;
  }
  @-webkit-keyframes move-frames-194 {
    from {
      transform: translate3d(17vw, 106vh, 0);
    }
    to {
      transform: translate3d(100vw, -134vh, 0);
    }
  }
  @keyframes move-frames-194 {
    from {
      transform: translate3d(17vw, 106vh, 0);
    }
    to {
      transform: translate3d(100vw, -134vh, 0);
    }
  }
  .circle-container:nth-child(194) .circle {
    -webkit-animation-delay: 2956ms;
            animation-delay: 2956ms;
  }
  .circle-container:nth-child(195) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-195;
            animation-name: move-frames-195;
    -webkit-animation-duration: 29991ms;
            animation-duration: 29991ms;
    -webkit-animation-delay: 15156ms;
            animation-delay: 15156ms;
  }
  @-webkit-keyframes move-frames-195 {
    from {
      transform: translate3d(27vw, 107vh, 0);
    }
    to {
      transform: translate3d(37vw, -135vh, 0);
    }
  }
  @keyframes move-frames-195 {
    from {
      transform: translate3d(27vw, 107vh, 0);
    }
    to {
      transform: translate3d(37vw, -135vh, 0);
    }
  }
  .circle-container:nth-child(195) .circle {
    -webkit-animation-delay: 1591ms;
            animation-delay: 1591ms;
  }
  .circle-container:nth-child(196) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-196;
            animation-name: move-frames-196;
    -webkit-animation-duration: 30090ms;
            animation-duration: 30090ms;
    -webkit-animation-delay: 8650ms;
            animation-delay: 8650ms;
  }
  @-webkit-keyframes move-frames-196 {
    from {
      transform: translate3d(74vw, 106vh, 0);
    }
    to {
      transform: translate3d(32vw, -120vh, 0);
    }
  }
  @keyframes move-frames-196 {
    from {
      transform: translate3d(74vw, 106vh, 0);
    }
    to {
      transform: translate3d(32vw, -120vh, 0);
    }
  }
  .circle-container:nth-child(196) .circle {
    -webkit-animation-delay: 359ms;
            animation-delay: 359ms;
  }
  .circle-container:nth-child(197) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-197;
            animation-name: move-frames-197;
    -webkit-animation-duration: 34441ms;
            animation-duration: 34441ms;
    -webkit-animation-delay: 5743ms;
            animation-delay: 5743ms;
  }
  @-webkit-keyframes move-frames-197 {
    from {
      transform: translate3d(37vw, 106vh, 0);
    }
    to {
      transform: translate3d(56vw, -110vh, 0);
    }
  }
  @keyframes move-frames-197 {
    from {
      transform: translate3d(37vw, 106vh, 0);
    }
    to {
      transform: translate3d(56vw, -110vh, 0);
    }
  }
  .circle-container:nth-child(197) .circle {
    -webkit-animation-delay: 1264ms;
            animation-delay: 1264ms;
  }
  .circle-container:nth-child(198) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-198;
            animation-name: move-frames-198;
    -webkit-animation-duration: 34163ms;
            animation-duration: 34163ms;
    -webkit-animation-delay: 13665ms;
            animation-delay: 13665ms;
  }
  @-webkit-keyframes move-frames-198 {
    from {
      transform: translate3d(23vw, 108vh, 0);
    }
    to {
      transform: translate3d(77vw, -121vh, 0);
    }
  }
  @keyframes move-frames-198 {
    from {
      transform: translate3d(23vw, 108vh, 0);
    }
    to {
      transform: translate3d(77vw, -121vh, 0);
    }
  }
  .circle-container:nth-child(198) .circle {
    -webkit-animation-delay: 639ms;
            animation-delay: 639ms;
  }
  .circle-container:nth-child(199) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-199;
            animation-name: move-frames-199;
    -webkit-animation-duration: 32014ms;
            animation-duration: 32014ms;
    -webkit-animation-delay: 13321ms;
            animation-delay: 13321ms;
  }
  @-webkit-keyframes move-frames-199 {
    from {
      transform: translate3d(21vw, 105vh, 0);
    }
    to {
      transform: translate3d(6vw, -111vh, 0);
    }
  }
  @keyframes move-frames-199 {
    from {
      transform: translate3d(21vw, 105vh, 0);
    }
    to {
      transform: translate3d(6vw, -111vh, 0);
    }
  }
  .circle-container:nth-child(199) .circle {
    -webkit-animation-delay: 468ms;
            animation-delay: 468ms;
  }
  .circle-container:nth-child(200) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-200;
            animation-name: move-frames-200;
    -webkit-animation-duration: 36552ms;
            animation-duration: 36552ms;
    -webkit-animation-delay: 22567ms;
            animation-delay: 22567ms;
  }
  @-webkit-keyframes move-frames-200 {
    from {
      transform: translate3d(39vw, 106vh, 0);
    }
    to {
      transform: translate3d(23vw, -121vh, 0);
    }
  }
  @keyframes move-frames-200 {
    from {
      transform: translate3d(39vw, 106vh, 0);
    }
    to {
      transform: translate3d(23vw, -121vh, 0);
    }
  }
  .circle-container:nth-child(200) .circle {
    -webkit-animation-delay: 3165ms;
            animation-delay: 3165ms;
  }
  
  .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;
    }
  }

  
  /* media query */
  @media(min-width: 769px) {
    .coming__soon {
        padding: 70px 200px;
    }
  }
  
  @media(min-width: 575px) and (max-width: 768px) {
    .coming__soon {
        padding: 50px 100px;
    }
  }

  @media(max-width: 574px){
    .coming__soon {
        padding: 50px 50px;
    }
  }