
.contactSection .animatedcontainer {
    position: absolute;
    margin-left: -10%;
    height: 100%;
    width: 100%;
    overflow: hidden;
  }

.background {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    -webkit-mask-image: radial-gradient(white 0%, white 30%, transparent 80%, transparent);
            mask-image: radial-gradient(white 0%, white 30%, transparent 80%, transparent);
  }
  
  .circle-container {
    position: absolute;
    transform: translateY(-10vh);
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  .circle-container .circle {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    mix-blend-mode: screen;
    background-image: radial-gradient(#99ffff, #99ffff 10%, rgba(153, 255, 255, 0) 56%);
    -webkit-animation: fadein-frames 200ms infinite, scale-frames 2s infinite;
            animation: fadein-frames 200ms infinite, scale-frames 2s infinite;
  }
  @-webkit-keyframes fade-frames {
    0% {
      opacity: 1;
    }
    50% {
      opacity: 0.7;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes fade-frames {
    0% {
      opacity: 1;
    }
    50% {
      opacity: 0.7;
    }
    100% {
      opacity: 1;
    }
  }
  @-webkit-keyframes scale-frames {
    0% {
      transform: scale3d(0.4, 0.4, 1);
    }
    50% {
      transform: scale3d(2.2, 2.2, 1);
    }
    100% {
      transform: scale3d(0.4, 0.4, 1);
    }
  }
  @keyframes scale-frames {
    0% {
      transform: scale3d(0.4, 0.4, 1);
    }
    50% {
      transform: scale3d(2.2, 2.2, 1);
    }
    100% {
      transform: scale3d(0.4, 0.4, 1);
    }
  }
  .circle-container:nth-child(1) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-1;
            animation-name: move-frames-1;
    -webkit-animation-duration: 36417ms;
            animation-duration: 36417ms;
    -webkit-animation-delay: 28695ms;
            animation-delay: 28695ms;
  }
  @-webkit-keyframes move-frames-1 {
    from {
      transform: translate3d(95vw, 105vh, 0);
    }
    to {
      transform: translate3d(1vw, -110vh, 0);
    }
  }
  @keyframes move-frames-1 {
    from {
      transform: translate3d(95vw, 105vh, 0);
    }
    to {
      transform: translate3d(1vw, -110vh, 0);
    }
  }
  .circle-container:nth-child(1) .circle {
    -webkit-animation-delay: 2563ms;
            animation-delay: 2563ms;
  }
  .circle-container:nth-child(2) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-2;
            animation-name: move-frames-2;
    -webkit-animation-duration: 34376ms;
            animation-duration: 34376ms;
    -webkit-animation-delay: 18171ms;
            animation-delay: 18171ms;
  }
  @-webkit-keyframes move-frames-2 {
    from {
      transform: translate3d(95vw, 109vh, 0);
    }
    to {
      transform: translate3d(41vw, -119vh, 0);
    }
  }
  @keyframes move-frames-2 {
    from {
      transform: translate3d(95vw, 109vh, 0);
    }
    to {
      transform: translate3d(41vw, -119vh, 0);
    }
  }
  .circle-container:nth-child(2) .circle {
    -webkit-animation-delay: 3052ms;
            animation-delay: 3052ms;
  }
  .circle-container:nth-child(3) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-3;
            animation-name: move-frames-3;
    -webkit-animation-duration: 34195ms;
            animation-duration: 34195ms;
    -webkit-animation-delay: 35763ms;
            animation-delay: 35763ms;
  }
  @-webkit-keyframes move-frames-3 {
    from {
      transform: translate3d(51vw, 107vh, 0);
    }
    to {
      transform: translate3d(2vw, -131vh, 0);
    }
  }
  @keyframes move-frames-3 {
    from {
      transform: translate3d(51vw, 107vh, 0);
    }
    to {
      transform: translate3d(2vw, -131vh, 0);
    }
  }
  .circle-container:nth-child(3) .circle {
    -webkit-animation-delay: 32ms;
            animation-delay: 32ms;
  }
  .circle-container:nth-child(4) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-4;
            animation-name: move-frames-4;
    -webkit-animation-duration: 35970ms;
            animation-duration: 35970ms;
    -webkit-animation-delay: 23576ms;
            animation-delay: 23576ms;
  }
  @-webkit-keyframes move-frames-4 {
    from {
      transform: translate3d(70vw, 104vh, 0);
    }
    to {
      transform: translate3d(38vw, -118vh, 0);
    }
  }
  @keyframes move-frames-4 {
    from {
      transform: translate3d(70vw, 104vh, 0);
    }
    to {
      transform: translate3d(38vw, -118vh, 0);
    }
  }
  .circle-container:nth-child(4) .circle {
    -webkit-animation-delay: 2592ms;
            animation-delay: 2592ms;
  }
  .circle-container:nth-child(5) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-5;
            animation-name: move-frames-5;
    -webkit-animation-duration: 32020ms;
            animation-duration: 32020ms;
    -webkit-animation-delay: 8833ms;
            animation-delay: 8833ms;
  }
  @-webkit-keyframes move-frames-5 {
    from {
      transform: translate3d(53vw, 108vh, 0);
    }
    to {
      transform: translate3d(42vw, -136vh, 0);
    }
  }
  @keyframes move-frames-5 {
    from {
      transform: translate3d(53vw, 108vh, 0);
    }
    to {
      transform: translate3d(42vw, -136vh, 0);
    }
  }
  .circle-container:nth-child(5) .circle {
    -webkit-animation-delay: 1815ms;
            animation-delay: 1815ms;
  }
  .circle-container:nth-child(6) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-6;
            animation-name: move-frames-6;
    -webkit-animation-duration: 28869ms;
            animation-duration: 28869ms;
    -webkit-animation-delay: 12491ms;
            animation-delay: 12491ms;
  }
  @-webkit-keyframes move-frames-6 {
    from {
      transform: translate3d(22vw, 105vh, 0);
    }
    to {
      transform: translate3d(5vw, -108vh, 0);
    }
  }
  @keyframes move-frames-6 {
    from {
      transform: translate3d(22vw, 105vh, 0);
    }
    to {
      transform: translate3d(5vw, -108vh, 0);
    }
  }
  .circle-container:nth-child(6) .circle {
    -webkit-animation-delay: 584ms;
            animation-delay: 584ms;
  }
  .circle-container:nth-child(7) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-7;
            animation-name: move-frames-7;
    -webkit-animation-duration: 33943ms;
            animation-duration: 33943ms;
    -webkit-animation-delay: 34237ms;
            animation-delay: 34237ms;
  }
  @-webkit-keyframes move-frames-7 {
    from {
      transform: translate3d(59vw, 103vh, 0);
    }
    to {
      transform: translate3d(26vw, -131vh, 0);
    }
  }
  @keyframes move-frames-7 {
    from {
      transform: translate3d(59vw, 103vh, 0);
    }
    to {
      transform: translate3d(26vw, -131vh, 0);
    }
  }
  .circle-container:nth-child(7) .circle {
    -webkit-animation-delay: 2777ms;
            animation-delay: 2777ms;
  }
  .circle-container:nth-child(8) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-8;
            animation-name: move-frames-8;
    -webkit-animation-duration: 36818ms;
            animation-duration: 36818ms;
    -webkit-animation-delay: 18652ms;
            animation-delay: 18652ms;
  }
  @-webkit-keyframes move-frames-8 {
    from {
      transform: translate3d(55vw, 102vh, 0);
    }
    to {
      transform: translate3d(90vw, -128vh, 0);
    }
  }
  @keyframes move-frames-8 {
    from {
      transform: translate3d(55vw, 102vh, 0);
    }
    to {
      transform: translate3d(90vw, -128vh, 0);
    }
  }
  .circle-container:nth-child(8) .circle {
    -webkit-animation-delay: 1758ms;
            animation-delay: 1758ms;
  }
  .circle-container:nth-child(9) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-9;
            animation-name: move-frames-9;
    -webkit-animation-duration: 32334ms;
            animation-duration: 32334ms;
    -webkit-animation-delay: 26703ms;
            animation-delay: 26703ms;
  }
  @-webkit-keyframes move-frames-9 {
    from {
      transform: translate3d(13vw, 108vh, 0);
    }
    to {
      transform: translate3d(1vw, -133vh, 0);
    }
  }
  @keyframes move-frames-9 {
    from {
      transform: translate3d(13vw, 108vh, 0);
    }
    to {
      transform: translate3d(1vw, -133vh, 0);
    }
  }
  .circle-container:nth-child(9) .circle {
    -webkit-animation-delay: 819ms;
            animation-delay: 819ms;
  }
  .circle-container:nth-child(10) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-10;
            animation-name: move-frames-10;
    -webkit-animation-duration: 36983ms;
            animation-duration: 36983ms;
    -webkit-animation-delay: 15746ms;
            animation-delay: 15746ms;
  }
  @-webkit-keyframes move-frames-10 {
    from {
      transform: translate3d(68vw, 107vh, 0);
    }
    to {
      transform: translate3d(65vw, -128vh, 0);
    }
  }
  @keyframes move-frames-10 {
    from {
      transform: translate3d(68vw, 107vh, 0);
    }
    to {
      transform: translate3d(65vw, -128vh, 0);
    }
  }
  .circle-container:nth-child(10) .circle {
    -webkit-animation-delay: 2223ms;
            animation-delay: 2223ms;
  }
  .circle-container:nth-child(11) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-11;
            animation-name: move-frames-11;
    -webkit-animation-duration: 29234ms;
            animation-duration: 29234ms;
    -webkit-animation-delay: 36869ms;
            animation-delay: 36869ms;
  }
  @-webkit-keyframes move-frames-11 {
    from {
      transform: translate3d(91vw, 103vh, 0);
    }
    to {
      transform: translate3d(51vw, -113vh, 0);
    }
  }
  @keyframes move-frames-11 {
    from {
      transform: translate3d(91vw, 103vh, 0);
    }
    to {
      transform: translate3d(51vw, -113vh, 0);
    }
  }
  .circle-container:nth-child(11) .circle {
    -webkit-animation-delay: 872ms;
            animation-delay: 872ms;
  }
  .circle-container:nth-child(12) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-12;
            animation-name: move-frames-12;
    -webkit-animation-duration: 32950ms;
            animation-duration: 32950ms;
    -webkit-animation-delay: 26310ms;
            animation-delay: 26310ms;
  }
  @-webkit-keyframes move-frames-12 {
    from {
      transform: translate3d(59vw, 110vh, 0);
    }
    to {
      transform: translate3d(35vw, -140vh, 0);
    }
  }
  @keyframes move-frames-12 {
    from {
      transform: translate3d(59vw, 110vh, 0);
    }
    to {
      transform: translate3d(35vw, -140vh, 0);
    }
  }
  .circle-container:nth-child(12) .circle {
    -webkit-animation-delay: 1090ms;
            animation-delay: 1090ms;
  }
  .circle-container:nth-child(13) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-13;
            animation-name: move-frames-13;
    -webkit-animation-duration: 33796ms;
            animation-duration: 33796ms;
    -webkit-animation-delay: 2250ms;
            animation-delay: 2250ms;
  }
  @-webkit-keyframes move-frames-13 {
    from {
      transform: translate3d(49vw, 106vh, 0);
    }
    to {
      transform: translate3d(22vw, -125vh, 0);
    }
  }
  @keyframes move-frames-13 {
    from {
      transform: translate3d(49vw, 106vh, 0);
    }
    to {
      transform: translate3d(22vw, -125vh, 0);
    }
  }
  .circle-container:nth-child(13) .circle {
    -webkit-animation-delay: 3839ms;
            animation-delay: 3839ms;
  }
  .circle-container:nth-child(14) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-14;
            animation-name: move-frames-14;
    -webkit-animation-duration: 32143ms;
            animation-duration: 32143ms;
    -webkit-animation-delay: 16676ms;
            animation-delay: 16676ms;
  }
  @-webkit-keyframes move-frames-14 {
    from {
      transform: translate3d(92vw, 106vh, 0);
    }
    to {
      transform: translate3d(87vw, -115vh, 0);
    }
  }
  @keyframes move-frames-14 {
    from {
      transform: translate3d(92vw, 106vh, 0);
    }
    to {
      transform: translate3d(87vw, -115vh, 0);
    }
  }
  .circle-container:nth-child(14) .circle {
    -webkit-animation-delay: 237ms;
            animation-delay: 237ms;
  }
  .circle-container:nth-child(15) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-15;
            animation-name: move-frames-15;
    -webkit-animation-duration: 34631ms;
            animation-duration: 34631ms;
    -webkit-animation-delay: 16391ms;
            animation-delay: 16391ms;
  }
  @-webkit-keyframes move-frames-15 {
    from {
      transform: translate3d(76vw, 105vh, 0);
    }
    to {
      transform: translate3d(47vw, -117vh, 0);
    }
  }
  @keyframes move-frames-15 {
    from {
      transform: translate3d(76vw, 105vh, 0);
    }
    to {
      transform: translate3d(47vw, -117vh, 0);
    }
  }
  .circle-container:nth-child(15) .circle {
    -webkit-animation-delay: 1819ms;
            animation-delay: 1819ms;
  }
  .circle-container:nth-child(16) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-16;
            animation-name: move-frames-16;
    -webkit-animation-duration: 34795ms;
            animation-duration: 34795ms;
    -webkit-animation-delay: 32495ms;
            animation-delay: 32495ms;
  }
  @-webkit-keyframes move-frames-16 {
    from {
      transform: translate3d(73vw, 107vh, 0);
    }
    to {
      transform: translate3d(14vw, -134vh, 0);
    }
  }
  @keyframes move-frames-16 {
    from {
      transform: translate3d(73vw, 107vh, 0);
    }
    to {
      transform: translate3d(14vw, -134vh, 0);
    }
  }
  .circle-container:nth-child(16) .circle {
    -webkit-animation-delay: 3766ms;
            animation-delay: 3766ms;
  }
  .circle-container:nth-child(17) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-17;
            animation-name: move-frames-17;
    -webkit-animation-duration: 34647ms;
            animation-duration: 34647ms;
    -webkit-animation-delay: 31954ms;
            animation-delay: 31954ms;
  }
  @-webkit-keyframes move-frames-17 {
    from {
      transform: translate3d(99vw, 109vh, 0);
    }
    to {
      transform: translate3d(88vw, -122vh, 0);
    }
  }
  @keyframes move-frames-17 {
    from {
      transform: translate3d(99vw, 109vh, 0);
    }
    to {
      transform: translate3d(88vw, -122vh, 0);
    }
  }
  .circle-container:nth-child(17) .circle {
    -webkit-animation-delay: 1958ms;
            animation-delay: 1958ms;
  }
  .circle-container:nth-child(18) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-18;
            animation-name: move-frames-18;
    -webkit-animation-duration: 35034ms;
            animation-duration: 35034ms;
    -webkit-animation-delay: 22496ms;
            animation-delay: 22496ms;
  }
  @-webkit-keyframes move-frames-18 {
    from {
      transform: translate3d(38vw, 110vh, 0);
    }
    to {
      transform: translate3d(42vw, -124vh, 0);
    }
  }
  @keyframes move-frames-18 {
    from {
      transform: translate3d(38vw, 110vh, 0);
    }
    to {
      transform: translate3d(42vw, -124vh, 0);
    }
  }
  .circle-container:nth-child(18) .circle {
    -webkit-animation-delay: 198ms;
            animation-delay: 198ms;
  }
  .circle-container:nth-child(19) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-19;
            animation-name: move-frames-19;
    -webkit-animation-duration: 33487ms;
            animation-duration: 33487ms;
    -webkit-animation-delay: 19362ms;
            animation-delay: 19362ms;
  }
  @-webkit-keyframes move-frames-19 {
    from {
      transform: translate3d(37vw, 107vh, 0);
    }
    to {
      transform: translate3d(18vw, -121vh, 0);
    }
  }
  @keyframes move-frames-19 {
    from {
      transform: translate3d(37vw, 107vh, 0);
    }
    to {
      transform: translate3d(18vw, -121vh, 0);
    }
  }
  .circle-container:nth-child(19) .circle {
    -webkit-animation-delay: 1427ms;
            animation-delay: 1427ms;
  }
  .circle-container:nth-child(20) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-20;
            animation-name: move-frames-20;
    -webkit-animation-duration: 30220ms;
            animation-duration: 30220ms;
    -webkit-animation-delay: 11767ms;
            animation-delay: 11767ms;
  }
  @-webkit-keyframes move-frames-20 {
    from {
      transform: translate3d(61vw, 109vh, 0);
    }
    to {
      transform: translate3d(17vw, -133vh, 0);
    }
  }
  @keyframes move-frames-20 {
    from {
      transform: translate3d(61vw, 109vh, 0);
    }
    to {
      transform: translate3d(17vw, -133vh, 0);
    }
  }
  .circle-container:nth-child(20) .circle {
    -webkit-animation-delay: 278ms;
            animation-delay: 278ms;
  }
  .circle-container:nth-child(21) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-21;
            animation-name: move-frames-21;
    -webkit-animation-duration: 33301ms;
            animation-duration: 33301ms;
    -webkit-animation-delay: 1049ms;
            animation-delay: 1049ms;
  }
  @-webkit-keyframes move-frames-21 {
    from {
      transform: translate3d(42vw, 102vh, 0);
    }
    to {
      transform: translate3d(78vw, -103vh, 0);
    }
  }
  @keyframes move-frames-21 {
    from {
      transform: translate3d(42vw, 102vh, 0);
    }
    to {
      transform: translate3d(78vw, -103vh, 0);
    }
  }
  .circle-container:nth-child(21) .circle {
    -webkit-animation-delay: 964ms;
            animation-delay: 964ms;
  }
  .circle-container:nth-child(22) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-22;
            animation-name: move-frames-22;
    -webkit-animation-duration: 36926ms;
            animation-duration: 36926ms;
    -webkit-animation-delay: 8523ms;
            animation-delay: 8523ms;
  }
  @-webkit-keyframes move-frames-22 {
    from {
      transform: translate3d(64vw, 107vh, 0);
    }
    to {
      transform: translate3d(33vw, -136vh, 0);
    }
  }
  @keyframes move-frames-22 {
    from {
      transform: translate3d(64vw, 107vh, 0);
    }
    to {
      transform: translate3d(33vw, -136vh, 0);
    }
  }
  .circle-container:nth-child(22) .circle {
    -webkit-animation-delay: 3846ms;
            animation-delay: 3846ms;
  }
  .circle-container:nth-child(23) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-23;
            animation-name: move-frames-23;
    -webkit-animation-duration: 28119ms;
            animation-duration: 28119ms;
    -webkit-animation-delay: 24559ms;
            animation-delay: 24559ms;
  }
  @-webkit-keyframes move-frames-23 {
    from {
      transform: translate3d(9vw, 105vh, 0);
    }
    to {
      transform: translate3d(53vw, -118vh, 0);
    }
  }
  @keyframes move-frames-23 {
    from {
      transform: translate3d(9vw, 105vh, 0);
    }
    to {
      transform: translate3d(53vw, -118vh, 0);
    }
  }
  .circle-container:nth-child(23) .circle {
    -webkit-animation-delay: 759ms;
            animation-delay: 759ms;
  }
  .circle-container:nth-child(24) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-24;
            animation-name: move-frames-24;
    -webkit-animation-duration: 33968ms;
            animation-duration: 33968ms;
    -webkit-animation-delay: 34957ms;
            animation-delay: 34957ms;
  }
  @-webkit-keyframes move-frames-24 {
    from {
      transform: translate3d(57vw, 101vh, 0);
    }
    to {
      transform: translate3d(8vw, -108vh, 0);
    }
  }
  @keyframes move-frames-24 {
    from {
      transform: translate3d(57vw, 101vh, 0);
    }
    to {
      transform: translate3d(8vw, -108vh, 0);
    }
  }
  .circle-container:nth-child(24) .circle {
    -webkit-animation-delay: 466ms;
            animation-delay: 466ms;
  }
  .circle-container:nth-child(25) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-25;
            animation-name: move-frames-25;
    -webkit-animation-duration: 32389ms;
            animation-duration: 32389ms;
    -webkit-animation-delay: 23228ms;
            animation-delay: 23228ms;
  }
  @-webkit-keyframes move-frames-25 {
    from {
      transform: translate3d(93vw, 102vh, 0);
    }
    to {
      transform: translate3d(100vw, -111vh, 0);
    }
  }
  @keyframes move-frames-25 {
    from {
      transform: translate3d(93vw, 102vh, 0);
    }
    to {
      transform: translate3d(100vw, -111vh, 0);
    }
  }
  .circle-container:nth-child(25) .circle {
    -webkit-animation-delay: 3655ms;
            animation-delay: 3655ms;
  }
  .circle-container:nth-child(26) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-26;
            animation-name: move-frames-26;
    -webkit-animation-duration: 30407ms;
            animation-duration: 30407ms;
    -webkit-animation-delay: 18346ms;
            animation-delay: 18346ms;
  }
  @-webkit-keyframes move-frames-26 {
    from {
      transform: translate3d(26vw, 104vh, 0);
    }
    to {
      transform: translate3d(18vw, -122vh, 0);
    }
  }
  @keyframes move-frames-26 {
    from {
      transform: translate3d(26vw, 104vh, 0);
    }
    to {
      transform: translate3d(18vw, -122vh, 0);
    }
  }
  .circle-container:nth-child(26) .circle {
    -webkit-animation-delay: 44ms;
            animation-delay: 44ms;
  }
  .circle-container:nth-child(27) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-27;
            animation-name: move-frames-27;
    -webkit-animation-duration: 31012ms;
            animation-duration: 31012ms;
    -webkit-animation-delay: 29368ms;
            animation-delay: 29368ms;
  }
  @-webkit-keyframes move-frames-27 {
    from {
      transform: translate3d(98vw, 110vh, 0);
    }
    to {
      transform: translate3d(65vw, -119vh, 0);
    }
  }
  @keyframes move-frames-27 {
    from {
      transform: translate3d(98vw, 110vh, 0);
    }
    to {
      transform: translate3d(65vw, -119vh, 0);
    }
  }
  .circle-container:nth-child(27) .circle {
    -webkit-animation-delay: 2706ms;
            animation-delay: 2706ms;
  }
  .circle-container:nth-child(28) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-28;
            animation-name: move-frames-28;
    -webkit-animation-duration: 34665ms;
            animation-duration: 34665ms;
    -webkit-animation-delay: 17622ms;
            animation-delay: 17622ms;
  }
  @-webkit-keyframes move-frames-28 {
    from {
      transform: translate3d(50vw, 101vh, 0);
    }
    to {
      transform: translate3d(3vw, -122vh, 0);
    }
  }
  @keyframes move-frames-28 {
    from {
      transform: translate3d(50vw, 101vh, 0);
    }
    to {
      transform: translate3d(3vw, -122vh, 0);
    }
  }
  .circle-container:nth-child(28) .circle {
    -webkit-animation-delay: 3131ms;
            animation-delay: 3131ms;
  }
  .circle-container:nth-child(29) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-29;
            animation-name: move-frames-29;
    -webkit-animation-duration: 30212ms;
            animation-duration: 30212ms;
    -webkit-animation-delay: 31340ms;
            animation-delay: 31340ms;
  }
  @-webkit-keyframes move-frames-29 {
    from {
      transform: translate3d(46vw, 106vh, 0);
    }
    to {
      transform: translate3d(3vw, -125vh, 0);
    }
  }
  @keyframes move-frames-29 {
    from {
      transform: translate3d(46vw, 106vh, 0);
    }
    to {
      transform: translate3d(3vw, -125vh, 0);
    }
  }
  .circle-container:nth-child(29) .circle {
    -webkit-animation-delay: 261ms;
            animation-delay: 261ms;
  }
  .circle-container:nth-child(30) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-30;
            animation-name: move-frames-30;
    -webkit-animation-duration: 30495ms;
            animation-duration: 30495ms;
    -webkit-animation-delay: 12120ms;
            animation-delay: 12120ms;
  }
  @-webkit-keyframes move-frames-30 {
    from {
      transform: translate3d(15vw, 104vh, 0);
    }
    to {
      transform: translate3d(69vw, -114vh, 0);
    }
  }
  @keyframes move-frames-30 {
    from {
      transform: translate3d(15vw, 104vh, 0);
    }
    to {
      transform: translate3d(69vw, -114vh, 0);
    }
  }
  .circle-container:nth-child(30) .circle {
    -webkit-animation-delay: 3324ms;
            animation-delay: 3324ms;
  }
  .circle-container:nth-child(31) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-31;
            animation-name: move-frames-31;
    -webkit-animation-duration: 30062ms;
            animation-duration: 30062ms;
    -webkit-animation-delay: 271ms;
            animation-delay: 271ms;
  }
  @-webkit-keyframes move-frames-31 {
    from {
      transform: translate3d(87vw, 107vh, 0);
    }
    to {
      transform: translate3d(27vw, -109vh, 0);
    }
  }
  @keyframes move-frames-31 {
    from {
      transform: translate3d(87vw, 107vh, 0);
    }
    to {
      transform: translate3d(27vw, -109vh, 0);
    }
  }
  .circle-container:nth-child(31) .circle {
    -webkit-animation-delay: 3228ms;
            animation-delay: 3228ms;
  }
  .circle-container:nth-child(32) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-32;
            animation-name: move-frames-32;
    -webkit-animation-duration: 29887ms;
            animation-duration: 29887ms;
    -webkit-animation-delay: 19663ms;
            animation-delay: 19663ms;
  }
  @-webkit-keyframes move-frames-32 {
    from {
      transform: translate3d(44vw, 102vh, 0);
    }
    to {
      transform: translate3d(52vw, -106vh, 0);
    }
  }
  @keyframes move-frames-32 {
    from {
      transform: translate3d(44vw, 102vh, 0);
    }
    to {
      transform: translate3d(52vw, -106vh, 0);
    }
  }
  .circle-container:nth-child(32) .circle {
    -webkit-animation-delay: 3153ms;
            animation-delay: 3153ms;
  }
  .circle-container:nth-child(33) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-33;
            animation-name: move-frames-33;
    -webkit-animation-duration: 29173ms;
            animation-duration: 29173ms;
    -webkit-animation-delay: 839ms;
            animation-delay: 839ms;
  }
  @-webkit-keyframes move-frames-33 {
    from {
      transform: translate3d(78vw, 104vh, 0);
    }
    to {
      transform: translate3d(3vw, -130vh, 0);
    }
  }
  @keyframes move-frames-33 {
    from {
      transform: translate3d(78vw, 104vh, 0);
    }
    to {
      transform: translate3d(3vw, -130vh, 0);
    }
  }
  .circle-container:nth-child(33) .circle {
    -webkit-animation-delay: 3178ms;
            animation-delay: 3178ms;
  }
  .circle-container:nth-child(34) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-34;
            animation-name: move-frames-34;
    -webkit-animation-duration: 28141ms;
            animation-duration: 28141ms;
    -webkit-animation-delay: 12536ms;
            animation-delay: 12536ms;
  }
  @-webkit-keyframes move-frames-34 {
    from {
      transform: translate3d(50vw, 104vh, 0);
    }
    to {
      transform: translate3d(93vw, -116vh, 0);
    }
  }
  @keyframes move-frames-34 {
    from {
      transform: translate3d(50vw, 104vh, 0);
    }
    to {
      transform: translate3d(93vw, -116vh, 0);
    }
  }
  .circle-container:nth-child(34) .circle {
    -webkit-animation-delay: 80ms;
            animation-delay: 80ms;
  }
  .circle-container:nth-child(35) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-35;
            animation-name: move-frames-35;
    -webkit-animation-duration: 29414ms;
            animation-duration: 29414ms;
    -webkit-animation-delay: 3544ms;
            animation-delay: 3544ms;
  }
  @-webkit-keyframes move-frames-35 {
    from {
      transform: translate3d(68vw, 103vh, 0);
    }
    to {
      transform: translate3d(59vw, -113vh, 0);
    }
  }
  @keyframes move-frames-35 {
    from {
      transform: translate3d(68vw, 103vh, 0);
    }
    to {
      transform: translate3d(59vw, -113vh, 0);
    }
  }
  .circle-container:nth-child(35) .circle {
    -webkit-animation-delay: 2892ms;
            animation-delay: 2892ms;
  }
  .circle-container:nth-child(36) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-36;
            animation-name: move-frames-36;
    -webkit-animation-duration: 32028ms;
            animation-duration: 32028ms;
    -webkit-animation-delay: 6260ms;
            animation-delay: 6260ms;
  }
  @-webkit-keyframes move-frames-36 {
    from {
      transform: translate3d(64vw, 103vh, 0);
    }
    to {
      transform: translate3d(7vw, -123vh, 0);
    }
  }
  @keyframes move-frames-36 {
    from {
      transform: translate3d(64vw, 103vh, 0);
    }
    to {
      transform: translate3d(7vw, -123vh, 0);
    }
  }
  .circle-container:nth-child(36) .circle {
    -webkit-animation-delay: 2140ms;
            animation-delay: 2140ms;
  }
  .circle-container:nth-child(37) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-37;
            animation-name: move-frames-37;
    -webkit-animation-duration: 34700ms;
            animation-duration: 34700ms;
    -webkit-animation-delay: 24731ms;
            animation-delay: 24731ms;
  }
  @-webkit-keyframes move-frames-37 {
    from {
      transform: translate3d(53vw, 105vh, 0);
    }
    to {
      transform: translate3d(45vw, -119vh, 0);
    }
  }
  @keyframes move-frames-37 {
    from {
      transform: translate3d(53vw, 105vh, 0);
    }
    to {
      transform: translate3d(45vw, -119vh, 0);
    }
  }
  .circle-container:nth-child(37) .circle {
    -webkit-animation-delay: 1604ms;
            animation-delay: 1604ms;
  }
  .circle-container:nth-child(38) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-38;
            animation-name: move-frames-38;
    -webkit-animation-duration: 33267ms;
            animation-duration: 33267ms;
    -webkit-animation-delay: 840ms;
            animation-delay: 840ms;
  }
  @-webkit-keyframes move-frames-38 {
    from {
      transform: translate3d(84vw, 110vh, 0);
    }
    to {
      transform: translate3d(99vw, -122vh, 0);
    }
  }
  @keyframes move-frames-38 {
    from {
      transform: translate3d(84vw, 110vh, 0);
    }
    to {
      transform: translate3d(99vw, -122vh, 0);
    }
  }
  .circle-container:nth-child(38) .circle {
    -webkit-animation-delay: 3341ms;
            animation-delay: 3341ms;
  }
  .circle-container:nth-child(39) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-39;
            animation-name: move-frames-39;
    -webkit-animation-duration: 32912ms;
            animation-duration: 32912ms;
    -webkit-animation-delay: 25532ms;
            animation-delay: 25532ms;
  }
  @-webkit-keyframes move-frames-39 {
    from {
      transform: translate3d(28vw, 106vh, 0);
    }
    to {
      transform: translate3d(32vw, -111vh, 0);
    }
  }
  @keyframes move-frames-39 {
    from {
      transform: translate3d(28vw, 106vh, 0);
    }
    to {
      transform: translate3d(32vw, -111vh, 0);
    }
  }
  .circle-container:nth-child(39) .circle {
    -webkit-animation-delay: 2545ms;
            animation-delay: 2545ms;
  }
  .circle-container:nth-child(40) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-40;
            animation-name: move-frames-40;
    -webkit-animation-duration: 30441ms;
            animation-duration: 30441ms;
    -webkit-animation-delay: 25946ms;
            animation-delay: 25946ms;
  }
  @-webkit-keyframes move-frames-40 {
    from {
      transform: translate3d(48vw, 105vh, 0);
    }
    to {
      transform: translate3d(19vw, -109vh, 0);
    }
  }
  @keyframes move-frames-40 {
    from {
      transform: translate3d(48vw, 105vh, 0);
    }
    to {
      transform: translate3d(19vw, -109vh, 0);
    }
  }
  .circle-container:nth-child(40) .circle {
    -webkit-animation-delay: 1481ms;
            animation-delay: 1481ms;
  }
  .circle-container:nth-child(41) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-41;
            animation-name: move-frames-41;
    -webkit-animation-duration: 34136ms;
            animation-duration: 34136ms;
    -webkit-animation-delay: 15658ms;
            animation-delay: 15658ms;
  }
  @-webkit-keyframes move-frames-41 {
    from {
      transform: translate3d(50vw, 107vh, 0);
    }
    to {
      transform: translate3d(34vw, -108vh, 0);
    }
  }
  @keyframes move-frames-41 {
    from {
      transform: translate3d(50vw, 107vh, 0);
    }
    to {
      transform: translate3d(34vw, -108vh, 0);
    }
  }
  .circle-container:nth-child(41) .circle {
    -webkit-animation-delay: 1742ms;
            animation-delay: 1742ms;
  }
  .circle-container:nth-child(42) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-42;
            animation-name: move-frames-42;
    -webkit-animation-duration: 30614ms;
            animation-duration: 30614ms;
    -webkit-animation-delay: 14466ms;
            animation-delay: 14466ms;
  }
  @-webkit-keyframes move-frames-42 {
    from {
      transform: translate3d(58vw, 103vh, 0);
    }
    to {
      transform: translate3d(51vw, -112vh, 0);
    }
  }
  @keyframes move-frames-42 {
    from {
      transform: translate3d(58vw, 103vh, 0);
    }
    to {
      transform: translate3d(51vw, -112vh, 0);
    }
  }
  .circle-container:nth-child(42) .circle {
    -webkit-animation-delay: 1047ms;
            animation-delay: 1047ms;
  }
  .circle-container:nth-child(43) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-43;
            animation-name: move-frames-43;
    -webkit-animation-duration: 34371ms;
            animation-duration: 34371ms;
    -webkit-animation-delay: 29201ms;
            animation-delay: 29201ms;
  }
  @-webkit-keyframes move-frames-43 {
    from {
      transform: translate3d(89vw, 105vh, 0);
    }
    to {
      transform: translate3d(99vw, -107vh, 0);
    }
  }
  @keyframes move-frames-43 {
    from {
      transform: translate3d(89vw, 105vh, 0);
    }
    to {
      transform: translate3d(99vw, -107vh, 0);
    }
  }
  .circle-container:nth-child(43) .circle {
    -webkit-animation-delay: 1159ms;
            animation-delay: 1159ms;
  }
  .circle-container:nth-child(44) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-44;
            animation-name: move-frames-44;
    -webkit-animation-duration: 32574ms;
            animation-duration: 32574ms;
    -webkit-animation-delay: 4642ms;
            animation-delay: 4642ms;
  }
  @-webkit-keyframes move-frames-44 {
    from {
      transform: translate3d(72vw, 109vh, 0);
    }
    to {
      transform: translate3d(89vw, -120vh, 0);
    }
  }
  @keyframes move-frames-44 {
    from {
      transform: translate3d(72vw, 109vh, 0);
    }
    to {
      transform: translate3d(89vw, -120vh, 0);
    }
  }
  .circle-container:nth-child(44) .circle {
    -webkit-animation-delay: 234ms;
            animation-delay: 234ms;
  }
  .circle-container:nth-child(45) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-45;
            animation-name: move-frames-45;
    -webkit-animation-duration: 28371ms;
            animation-duration: 28371ms;
    -webkit-animation-delay: 19819ms;
            animation-delay: 19819ms;
  }
  @-webkit-keyframes move-frames-45 {
    from {
      transform: translate3d(1vw, 104vh, 0);
    }
    to {
      transform: translate3d(77vw, -121vh, 0);
    }
  }
  @keyframes move-frames-45 {
    from {
      transform: translate3d(1vw, 104vh, 0);
    }
    to {
      transform: translate3d(77vw, -121vh, 0);
    }
  }
  .circle-container:nth-child(45) .circle {
    -webkit-animation-delay: 1684ms;
            animation-delay: 1684ms;
  }
  .circle-container:nth-child(46) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-46;
            animation-name: move-frames-46;
    -webkit-animation-duration: 36559ms;
            animation-duration: 36559ms;
    -webkit-animation-delay: 4438ms;
            animation-delay: 4438ms;
  }
  @-webkit-keyframes move-frames-46 {
    from {
      transform: translate3d(78vw, 107vh, 0);
    }
    to {
      transform: translate3d(38vw, -130vh, 0);
    }
  }
  @keyframes move-frames-46 {
    from {
      transform: translate3d(78vw, 107vh, 0);
    }
    to {
      transform: translate3d(38vw, -130vh, 0);
    }
  }
  .circle-container:nth-child(46) .circle {
    -webkit-animation-delay: 2382ms;
            animation-delay: 2382ms;
  }
  .circle-container:nth-child(47) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-47;
            animation-name: move-frames-47;
    -webkit-animation-duration: 30746ms;
            animation-duration: 30746ms;
    -webkit-animation-delay: 18074ms;
            animation-delay: 18074ms;
  }
  @-webkit-keyframes move-frames-47 {
    from {
      transform: translate3d(77vw, 105vh, 0);
    }
    to {
      transform: translate3d(85vw, -121vh, 0);
    }
  }
  @keyframes move-frames-47 {
    from {
      transform: translate3d(77vw, 105vh, 0);
    }
    to {
      transform: translate3d(85vw, -121vh, 0);
    }
  }
  .circle-container:nth-child(47) .circle {
    -webkit-animation-delay: 1470ms;
            animation-delay: 1470ms;
  }
  .circle-container:nth-child(48) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-48;
            animation-name: move-frames-48;
    -webkit-animation-duration: 30296ms;
            animation-duration: 30296ms;
    -webkit-animation-delay: 6279ms;
            animation-delay: 6279ms;
  }
  @-webkit-keyframes move-frames-48 {
    from {
      transform: translate3d(25vw, 104vh, 0);
    }
    to {
      transform: translate3d(48vw, -106vh, 0);
    }
  }
  @keyframes move-frames-48 {
    from {
      transform: translate3d(25vw, 104vh, 0);
    }
    to {
      transform: translate3d(48vw, -106vh, 0);
    }
  }
  .circle-container:nth-child(48) .circle {
    -webkit-animation-delay: 1223ms;
            animation-delay: 1223ms;
  }
  .circle-container:nth-child(49) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-49;
            animation-name: move-frames-49;
    -webkit-animation-duration: 36714ms;
            animation-duration: 36714ms;
    -webkit-animation-delay: 30993ms;
            animation-delay: 30993ms;
  }
  @-webkit-keyframes move-frames-49 {
    from {
      transform: translate3d(6vw, 105vh, 0);
    }
    to {
      transform: translate3d(70vw, -128vh, 0);
    }
  }
  @keyframes move-frames-49 {
    from {
      transform: translate3d(6vw, 105vh, 0);
    }
    to {
      transform: translate3d(70vw, -128vh, 0);
    }
  }
  .circle-container:nth-child(49) .circle {
    -webkit-animation-delay: 1742ms;
            animation-delay: 1742ms;
  }
  .circle-container:nth-child(50) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-50;
            animation-name: move-frames-50;
    -webkit-animation-duration: 32410ms;
            animation-duration: 32410ms;
    -webkit-animation-delay: 5159ms;
            animation-delay: 5159ms;
  }
  @-webkit-keyframes move-frames-50 {
    from {
      transform: translate3d(99vw, 109vh, 0);
    }
    to {
      transform: translate3d(82vw, -110vh, 0);
    }
  }
  @keyframes move-frames-50 {
    from {
      transform: translate3d(99vw, 109vh, 0);
    }
    to {
      transform: translate3d(82vw, -110vh, 0);
    }
  }
  .circle-container:nth-child(50) .circle {
    -webkit-animation-delay: 249ms;
            animation-delay: 249ms;
  }
  .circle-container:nth-child(51) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-51;
            animation-name: move-frames-51;
    -webkit-animation-duration: 31956ms;
            animation-duration: 31956ms;
    -webkit-animation-delay: 19504ms;
            animation-delay: 19504ms;
  }
  @-webkit-keyframes move-frames-51 {
    from {
      transform: translate3d(80vw, 110vh, 0);
    }
    to {
      transform: translate3d(15vw, -140vh, 0);
    }
  }
  @keyframes move-frames-51 {
    from {
      transform: translate3d(80vw, 110vh, 0);
    }
    to {
      transform: translate3d(15vw, -140vh, 0);
    }
  }
  .circle-container:nth-child(51) .circle {
    -webkit-animation-delay: 170ms;
            animation-delay: 170ms;
  }
  .circle-container:nth-child(52) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-52;
            animation-name: move-frames-52;
    -webkit-animation-duration: 30364ms;
            animation-duration: 30364ms;
    -webkit-animation-delay: 7616ms;
            animation-delay: 7616ms;
  }
  @-webkit-keyframes move-frames-52 {
    from {
      transform: translate3d(27vw, 101vh, 0);
    }
    to {
      transform: translate3d(96vw, -110vh, 0);
    }
  }
  @keyframes move-frames-52 {
    from {
      transform: translate3d(27vw, 101vh, 0);
    }
    to {
      transform: translate3d(96vw, -110vh, 0);
    }
  }
  .circle-container:nth-child(52) .circle {
    -webkit-animation-delay: 3331ms;
            animation-delay: 3331ms;
  }
  .circle-container:nth-child(53) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-53;
            animation-name: move-frames-53;
    -webkit-animation-duration: 32974ms;
            animation-duration: 32974ms;
    -webkit-animation-delay: 15859ms;
            animation-delay: 15859ms;
  }
  @-webkit-keyframes move-frames-53 {
    from {
      transform: translate3d(67vw, 105vh, 0);
    }
    to {
      transform: translate3d(4vw, -112vh, 0);
    }
  }
  @keyframes move-frames-53 {
    from {
      transform: translate3d(67vw, 105vh, 0);
    }
    to {
      transform: translate3d(4vw, -112vh, 0);
    }
  }
  .circle-container:nth-child(53) .circle {
    -webkit-animation-delay: 801ms;
            animation-delay: 801ms;
  }
  .circle-container:nth-child(54) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-54;
            animation-name: move-frames-54;
    -webkit-animation-duration: 28519ms;
            animation-duration: 28519ms;
    -webkit-animation-delay: 15300ms;
            animation-delay: 15300ms;
  }
  @-webkit-keyframes move-frames-54 {
    from {
      transform: translate3d(57vw, 110vh, 0);
    }
    to {
      transform: translate3d(32vw, -126vh, 0);
    }
  }
  @keyframes move-frames-54 {
    from {
      transform: translate3d(57vw, 110vh, 0);
    }
    to {
      transform: translate3d(32vw, -126vh, 0);
    }
  }
  .circle-container:nth-child(54) .circle {
    -webkit-animation-delay: 396ms;
            animation-delay: 396ms;
  }
  .circle-container:nth-child(55) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-55;
            animation-name: move-frames-55;
    -webkit-animation-duration: 29554ms;
            animation-duration: 29554ms;
    -webkit-animation-delay: 4418ms;
            animation-delay: 4418ms;
  }
  @-webkit-keyframes move-frames-55 {
    from {
      transform: translate3d(14vw, 109vh, 0);
    }
    to {
      transform: translate3d(42vw, -123vh, 0);
    }
  }
  @keyframes move-frames-55 {
    from {
      transform: translate3d(14vw, 109vh, 0);
    }
    to {
      transform: translate3d(42vw, -123vh, 0);
    }
  }
  .circle-container:nth-child(55) .circle {
    -webkit-animation-delay: 3728ms;
            animation-delay: 3728ms;
  }
  .circle-container:nth-child(56) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-56;
            animation-name: move-frames-56;
    -webkit-animation-duration: 35963ms;
            animation-duration: 35963ms;
    -webkit-animation-delay: 36843ms;
            animation-delay: 36843ms;
  }
  @-webkit-keyframes move-frames-56 {
    from {
      transform: translate3d(84vw, 101vh, 0);
    }
    to {
      transform: translate3d(82vw, -104vh, 0);
    }
  }
  @keyframes move-frames-56 {
    from {
      transform: translate3d(84vw, 101vh, 0);
    }
    to {
      transform: translate3d(82vw, -104vh, 0);
    }
  }
  .circle-container:nth-child(56) .circle {
    -webkit-animation-delay: 1951ms;
            animation-delay: 1951ms;
  }
  .circle-container:nth-child(57) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-57;
            animation-name: move-frames-57;
    -webkit-animation-duration: 32794ms;
            animation-duration: 32794ms;
    -webkit-animation-delay: 10204ms;
            animation-delay: 10204ms;
  }
  @-webkit-keyframes move-frames-57 {
    from {
      transform: translate3d(83vw, 102vh, 0);
    }
    to {
      transform: translate3d(85vw, -121vh, 0);
    }
  }
  @keyframes move-frames-57 {
    from {
      transform: translate3d(83vw, 102vh, 0);
    }
    to {
      transform: translate3d(85vw, -121vh, 0);
    }
  }
  .circle-container:nth-child(57) .circle {
    -webkit-animation-delay: 675ms;
            animation-delay: 675ms;
  }
  .circle-container:nth-child(58) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-58;
            animation-name: move-frames-58;
    -webkit-animation-duration: 36256ms;
            animation-duration: 36256ms;
    -webkit-animation-delay: 507ms;
            animation-delay: 507ms;
  }
  @-webkit-keyframes move-frames-58 {
    from {
      transform: translate3d(50vw, 104vh, 0);
    }
    to {
      transform: translate3d(60vw, -130vh, 0);
    }
  }
  @keyframes move-frames-58 {
    from {
      transform: translate3d(50vw, 104vh, 0);
    }
    to {
      transform: translate3d(60vw, -130vh, 0);
    }
  }
  .circle-container:nth-child(58) .circle {
    -webkit-animation-delay: 812ms;
            animation-delay: 812ms;
  }
  .circle-container:nth-child(59) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-59;
            animation-name: move-frames-59;
    -webkit-animation-duration: 35009ms;
            animation-duration: 35009ms;
    -webkit-animation-delay: 4613ms;
            animation-delay: 4613ms;
  }
  @-webkit-keyframes move-frames-59 {
    from {
      transform: translate3d(30vw, 104vh, 0);
    }
    to {
      transform: translate3d(73vw, -120vh, 0);
    }
  }
  @keyframes move-frames-59 {
    from {
      transform: translate3d(30vw, 104vh, 0);
    }
    to {
      transform: translate3d(73vw, -120vh, 0);
    }
  }
  .circle-container:nth-child(59) .circle {
    -webkit-animation-delay: 200ms;
            animation-delay: 200ms;
  }
  .circle-container:nth-child(60) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-60;
            animation-name: move-frames-60;
    -webkit-animation-duration: 34161ms;
            animation-duration: 34161ms;
    -webkit-animation-delay: 16801ms;
            animation-delay: 16801ms;
  }
  @-webkit-keyframes move-frames-60 {
    from {
      transform: translate3d(94vw, 106vh, 0);
    }
    to {
      transform: translate3d(9vw, -121vh, 0);
    }
  }
  @keyframes move-frames-60 {
    from {
      transform: translate3d(94vw, 106vh, 0);
    }
    to {
      transform: translate3d(9vw, -121vh, 0);
    }
  }
  .circle-container:nth-child(60) .circle {
    -webkit-animation-delay: 1536ms;
            animation-delay: 1536ms;
  }
  .circle-container:nth-child(61) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-61;
            animation-name: move-frames-61;
    -webkit-animation-duration: 34785ms;
            animation-duration: 34785ms;
    -webkit-animation-delay: 10443ms;
            animation-delay: 10443ms;
  }
  @-webkit-keyframes move-frames-61 {
    from {
      transform: translate3d(56vw, 105vh, 0);
    }
    to {
      transform: translate3d(60vw, -107vh, 0);
    }
  }
  @keyframes move-frames-61 {
    from {
      transform: translate3d(56vw, 105vh, 0);
    }
    to {
      transform: translate3d(60vw, -107vh, 0);
    }
  }
  .circle-container:nth-child(61) .circle {
    -webkit-animation-delay: 3579ms;
            animation-delay: 3579ms;
  }
  .circle-container:nth-child(62) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-62;
            animation-name: move-frames-62;
    -webkit-animation-duration: 36792ms;
            animation-duration: 36792ms;
    -webkit-animation-delay: 26070ms;
            animation-delay: 26070ms;
  }
  @-webkit-keyframes move-frames-62 {
    from {
      transform: translate3d(69vw, 106vh, 0);
    }
    to {
      transform: translate3d(54vw, -111vh, 0);
    }
  }
  @keyframes move-frames-62 {
    from {
      transform: translate3d(69vw, 106vh, 0);
    }
    to {
      transform: translate3d(54vw, -111vh, 0);
    }
  }
  .circle-container:nth-child(62) .circle {
    -webkit-animation-delay: 2186ms;
            animation-delay: 2186ms;
  }
  .circle-container:nth-child(63) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-63;
            animation-name: move-frames-63;
    -webkit-animation-duration: 35709ms;
            animation-duration: 35709ms;
    -webkit-animation-delay: 14139ms;
            animation-delay: 14139ms;
  }
  @-webkit-keyframes move-frames-63 {
    from {
      transform: translate3d(44vw, 104vh, 0);
    }
    to {
      transform: translate3d(54vw, -115vh, 0);
    }
  }
  @keyframes move-frames-63 {
    from {
      transform: translate3d(44vw, 104vh, 0);
    }
    to {
      transform: translate3d(54vw, -115vh, 0);
    }
  }
  .circle-container:nth-child(63) .circle {
    -webkit-animation-delay: 3167ms;
            animation-delay: 3167ms;
  }
  .circle-container:nth-child(64) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-64;
            animation-name: move-frames-64;
    -webkit-animation-duration: 33787ms;
            animation-duration: 33787ms;
    -webkit-animation-delay: 1873ms;
            animation-delay: 1873ms;
  }
  @-webkit-keyframes move-frames-64 {
    from {
      transform: translate3d(58vw, 107vh, 0);
    }
    to {
      transform: translate3d(21vw, -135vh, 0);
    }
  }
  @keyframes move-frames-64 {
    from {
      transform: translate3d(58vw, 107vh, 0);
    }
    to {
      transform: translate3d(21vw, -135vh, 0);
    }
  }
  .circle-container:nth-child(64) .circle {
    -webkit-animation-delay: 2871ms;
            animation-delay: 2871ms;
  }
  .circle-container:nth-child(65) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-65;
            animation-name: move-frames-65;
    -webkit-animation-duration: 31072ms;
            animation-duration: 31072ms;
    -webkit-animation-delay: 12482ms;
            animation-delay: 12482ms;
  }
  @-webkit-keyframes move-frames-65 {
    from {
      transform: translate3d(14vw, 108vh, 0);
    }
    to {
      transform: translate3d(74vw, -121vh, 0);
    }
  }
  @keyframes move-frames-65 {
    from {
      transform: translate3d(14vw, 108vh, 0);
    }
    to {
      transform: translate3d(74vw, -121vh, 0);
    }
  }
  .circle-container:nth-child(65) .circle {
    -webkit-animation-delay: 828ms;
            animation-delay: 828ms;
  }
  .circle-container:nth-child(66) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-66;
            animation-name: move-frames-66;
    -webkit-animation-duration: 28491ms;
            animation-duration: 28491ms;
    -webkit-animation-delay: 13420ms;
            animation-delay: 13420ms;
  }
  @-webkit-keyframes move-frames-66 {
    from {
      transform: translate3d(77vw, 109vh, 0);
    }
    to {
      transform: translate3d(8vw, -132vh, 0);
    }
  }
  @keyframes move-frames-66 {
    from {
      transform: translate3d(77vw, 109vh, 0);
    }
    to {
      transform: translate3d(8vw, -132vh, 0);
    }
  }
  .circle-container:nth-child(66) .circle {
    -webkit-animation-delay: 3616ms;
            animation-delay: 3616ms;
  }
  .circle-container:nth-child(67) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-67;
            animation-name: move-frames-67;
    -webkit-animation-duration: 32447ms;
            animation-duration: 32447ms;
    -webkit-animation-delay: 12570ms;
            animation-delay: 12570ms;
  }
  @-webkit-keyframes move-frames-67 {
    from {
      transform: translate3d(92vw, 105vh, 0);
    }
    to {
      transform: translate3d(10vw, -120vh, 0);
    }
  }
  @keyframes move-frames-67 {
    from {
      transform: translate3d(92vw, 105vh, 0);
    }
    to {
      transform: translate3d(10vw, -120vh, 0);
    }
  }
  .circle-container:nth-child(67) .circle {
    -webkit-animation-delay: 1703ms;
            animation-delay: 1703ms;
  }
  .circle-container:nth-child(68) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-68;
            animation-name: move-frames-68;
    -webkit-animation-duration: 36991ms;
            animation-duration: 36991ms;
    -webkit-animation-delay: 31413ms;
            animation-delay: 31413ms;
  }
  @-webkit-keyframes move-frames-68 {
    from {
      transform: translate3d(63vw, 102vh, 0);
    }
    to {
      transform: translate3d(85vw, -125vh, 0);
    }
  }
  @keyframes move-frames-68 {
    from {
      transform: translate3d(63vw, 102vh, 0);
    }
    to {
      transform: translate3d(85vw, -125vh, 0);
    }
  }
  .circle-container:nth-child(68) .circle {
    -webkit-animation-delay: 2257ms;
            animation-delay: 2257ms;
  }
  .circle-container:nth-child(69) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-69;
            animation-name: move-frames-69;
    -webkit-animation-duration: 30776ms;
            animation-duration: 30776ms;
    -webkit-animation-delay: 23096ms;
            animation-delay: 23096ms;
  }
  @-webkit-keyframes move-frames-69 {
    from {
      transform: translate3d(79vw, 102vh, 0);
    }
    to {
      transform: translate3d(96vw, -104vh, 0);
    }
  }
  @keyframes move-frames-69 {
    from {
      transform: translate3d(79vw, 102vh, 0);
    }
    to {
      transform: translate3d(96vw, -104vh, 0);
    }
  }
  .circle-container:nth-child(69) .circle {
    -webkit-animation-delay: 1327ms;
            animation-delay: 1327ms;
  }
  .circle-container:nth-child(70) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-70;
            animation-name: move-frames-70;
    -webkit-animation-duration: 33284ms;
            animation-duration: 33284ms;
    -webkit-animation-delay: 14802ms;
            animation-delay: 14802ms;
  }
  @-webkit-keyframes move-frames-70 {
    from {
      transform: translate3d(64vw, 106vh, 0);
    }
    to {
      transform: translate3d(73vw, -120vh, 0);
    }
  }
  @keyframes move-frames-70 {
    from {
      transform: translate3d(64vw, 106vh, 0);
    }
    to {
      transform: translate3d(73vw, -120vh, 0);
    }
  }
  .circle-container:nth-child(70) .circle {
    -webkit-animation-delay: 1219ms;
            animation-delay: 1219ms;
  }
  .circle-container:nth-child(71) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-71;
            animation-name: move-frames-71;
    -webkit-animation-duration: 28638ms;
            animation-duration: 28638ms;
    -webkit-animation-delay: 26676ms;
            animation-delay: 26676ms;
  }
  @-webkit-keyframes move-frames-71 {
    from {
      transform: translate3d(33vw, 106vh, 0);
    }
    to {
      transform: translate3d(25vw, -108vh, 0);
    }
  }
  @keyframes move-frames-71 {
    from {
      transform: translate3d(33vw, 106vh, 0);
    }
    to {
      transform: translate3d(25vw, -108vh, 0);
    }
  }
  .circle-container:nth-child(71) .circle {
    -webkit-animation-delay: 221ms;
            animation-delay: 221ms;
  }
  .circle-container:nth-child(72) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-72;
            animation-name: move-frames-72;
    -webkit-animation-duration: 30336ms;
            animation-duration: 30336ms;
    -webkit-animation-delay: 15055ms;
            animation-delay: 15055ms;
  }
  @-webkit-keyframes move-frames-72 {
    from {
      transform: translate3d(13vw, 110vh, 0);
    }
    to {
      transform: translate3d(38vw, -130vh, 0);
    }
  }
  @keyframes move-frames-72 {
    from {
      transform: translate3d(13vw, 110vh, 0);
    }
    to {
      transform: translate3d(38vw, -130vh, 0);
    }
  }
  .circle-container:nth-child(72) .circle {
    -webkit-animation-delay: 1549ms;
            animation-delay: 1549ms;
  }
  .circle-container:nth-child(73) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-73;
            animation-name: move-frames-73;
    -webkit-animation-duration: 30719ms;
            animation-duration: 30719ms;
    -webkit-animation-delay: 14927ms;
            animation-delay: 14927ms;
  }
  @-webkit-keyframes move-frames-73 {
    from {
      transform: translate3d(87vw, 105vh, 0);
    }
    to {
      transform: translate3d(69vw, -132vh, 0);
    }
  }
  @keyframes move-frames-73 {
    from {
      transform: translate3d(87vw, 105vh, 0);
    }
    to {
      transform: translate3d(69vw, -132vh, 0);
    }
  }
  .circle-container:nth-child(73) .circle {
    -webkit-animation-delay: 976ms;
            animation-delay: 976ms;
  }
  .circle-container:nth-child(74) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-74;
            animation-name: move-frames-74;
    -webkit-animation-duration: 35932ms;
            animation-duration: 35932ms;
    -webkit-animation-delay: 4526ms;
            animation-delay: 4526ms;
  }
  @-webkit-keyframes move-frames-74 {
    from {
      transform: translate3d(31vw, 108vh, 0);
    }
    to {
      transform: translate3d(56vw, -137vh, 0);
    }
  }
  @keyframes move-frames-74 {
    from {
      transform: translate3d(31vw, 108vh, 0);
    }
    to {
      transform: translate3d(56vw, -137vh, 0);
    }
  }
  .circle-container:nth-child(74) .circle {
    -webkit-animation-delay: 2591ms;
            animation-delay: 2591ms;
  }
  .circle-container:nth-child(75) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-75;
            animation-name: move-frames-75;
    -webkit-animation-duration: 34884ms;
            animation-duration: 34884ms;
    -webkit-animation-delay: 28613ms;
            animation-delay: 28613ms;
  }
  @-webkit-keyframes move-frames-75 {
    from {
      transform: translate3d(41vw, 106vh, 0);
    }
    to {
      transform: translate3d(46vw, -109vh, 0);
    }
  }
  @keyframes move-frames-75 {
    from {
      transform: translate3d(41vw, 106vh, 0);
    }
    to {
      transform: translate3d(46vw, -109vh, 0);
    }
  }
  .circle-container:nth-child(75) .circle {
    -webkit-animation-delay: 2349ms;
            animation-delay: 2349ms;
  }
  .circle-container:nth-child(76) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-76;
            animation-name: move-frames-76;
    -webkit-animation-duration: 34993ms;
            animation-duration: 34993ms;
    -webkit-animation-delay: 22721ms;
            animation-delay: 22721ms;
  }
  @-webkit-keyframes move-frames-76 {
    from {
      transform: translate3d(66vw, 103vh, 0);
    }
    to {
      transform: translate3d(77vw, -114vh, 0);
    }
  }
  @keyframes move-frames-76 {
    from {
      transform: translate3d(66vw, 103vh, 0);
    }
    to {
      transform: translate3d(77vw, -114vh, 0);
    }
  }
  .circle-container:nth-child(76) .circle {
    -webkit-animation-delay: 3639ms;
            animation-delay: 3639ms;
  }
  .circle-container:nth-child(77) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-77;
            animation-name: move-frames-77;
    -webkit-animation-duration: 32224ms;
            animation-duration: 32224ms;
    -webkit-animation-delay: 25235ms;
            animation-delay: 25235ms;
  }
  @-webkit-keyframes move-frames-77 {
    from {
      transform: translate3d(2vw, 110vh, 0);
    }
    to {
      transform: translate3d(1vw, -117vh, 0);
    }
  }
  @keyframes move-frames-77 {
    from {
      transform: translate3d(2vw, 110vh, 0);
    }
    to {
      transform: translate3d(1vw, -117vh, 0);
    }
  }
  .circle-container:nth-child(77) .circle {
    -webkit-animation-delay: 144ms;
            animation-delay: 144ms;
  }
  .circle-container:nth-child(78) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-78;
            animation-name: move-frames-78;
    -webkit-animation-duration: 36861ms;
            animation-duration: 36861ms;
    -webkit-animation-delay: 17919ms;
            animation-delay: 17919ms;
  }
  @-webkit-keyframes move-frames-78 {
    from {
      transform: translate3d(9vw, 110vh, 0);
    }
    to {
      transform: translate3d(84vw, -125vh, 0);
    }
  }
  @keyframes move-frames-78 {
    from {
      transform: translate3d(9vw, 110vh, 0);
    }
    to {
      transform: translate3d(84vw, -125vh, 0);
    }
  }
  .circle-container:nth-child(78) .circle {
    -webkit-animation-delay: 3961ms;
            animation-delay: 3961ms;
  }
  .circle-container:nth-child(79) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-79;
            animation-name: move-frames-79;
    -webkit-animation-duration: 36691ms;
            animation-duration: 36691ms;
    -webkit-animation-delay: 19561ms;
            animation-delay: 19561ms;
  }
  @-webkit-keyframes move-frames-79 {
    from {
      transform: translate3d(58vw, 103vh, 0);
    }
    to {
      transform: translate3d(47vw, -122vh, 0);
    }
  }
  @keyframes move-frames-79 {
    from {
      transform: translate3d(58vw, 103vh, 0);
    }
    to {
      transform: translate3d(47vw, -122vh, 0);
    }
  }
  .circle-container:nth-child(79) .circle {
    -webkit-animation-delay: 545ms;
            animation-delay: 545ms;
  }
  .circle-container:nth-child(80) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-80;
            animation-name: move-frames-80;
    -webkit-animation-duration: 36908ms;
            animation-duration: 36908ms;
    -webkit-animation-delay: 22771ms;
            animation-delay: 22771ms;
  }
  @-webkit-keyframes move-frames-80 {
    from {
      transform: translate3d(94vw, 101vh, 0);
    }
    to {
      transform: translate3d(40vw, -107vh, 0);
    }
  }
  @keyframes move-frames-80 {
    from {
      transform: translate3d(94vw, 101vh, 0);
    }
    to {
      transform: translate3d(40vw, -107vh, 0);
    }
  }
  .circle-container:nth-child(80) .circle {
    -webkit-animation-delay: 249ms;
            animation-delay: 249ms;
  }
  .circle-container:nth-child(81) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-81;
            animation-name: move-frames-81;
    -webkit-animation-duration: 29019ms;
            animation-duration: 29019ms;
    -webkit-animation-delay: 13975ms;
            animation-delay: 13975ms;
  }
  @-webkit-keyframes move-frames-81 {
    from {
      transform: translate3d(43vw, 108vh, 0);
    }
    to {
      transform: translate3d(81vw, -113vh, 0);
    }
  }
  @keyframes move-frames-81 {
    from {
      transform: translate3d(43vw, 108vh, 0);
    }
    to {
      transform: translate3d(81vw, -113vh, 0);
    }
  }
  .circle-container:nth-child(81) .circle {
    -webkit-animation-delay: 935ms;
            animation-delay: 935ms;
  }
  .circle-container:nth-child(82) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-82;
            animation-name: move-frames-82;
    -webkit-animation-duration: 28873ms;
            animation-duration: 28873ms;
    -webkit-animation-delay: 9914ms;
            animation-delay: 9914ms;
  }
  @-webkit-keyframes move-frames-82 {
    from {
      transform: translate3d(42vw, 109vh, 0);
    }
    to {
      transform: translate3d(15vw, -116vh, 0);
    }
  }
  @keyframes move-frames-82 {
    from {
      transform: translate3d(42vw, 109vh, 0);
    }
    to {
      transform: translate3d(15vw, -116vh, 0);
    }
  }
  .circle-container:nth-child(82) .circle {
    -webkit-animation-delay: 2629ms;
            animation-delay: 2629ms;
  }
  .circle-container:nth-child(83) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-83;
            animation-name: move-frames-83;
    -webkit-animation-duration: 32020ms;
            animation-duration: 32020ms;
    -webkit-animation-delay: 7789ms;
            animation-delay: 7789ms;
  }
  @-webkit-keyframes move-frames-83 {
    from {
      transform: translate3d(12vw, 108vh, 0);
    }
    to {
      transform: translate3d(40vw, -133vh, 0);
    }
  }
  @keyframes move-frames-83 {
    from {
      transform: translate3d(12vw, 108vh, 0);
    }
    to {
      transform: translate3d(40vw, -133vh, 0);
    }
  }
  .circle-container:nth-child(83) .circle {
    -webkit-animation-delay: 1188ms;
            animation-delay: 1188ms;
  }
  .circle-container:nth-child(84) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-84;
            animation-name: move-frames-84;
    -webkit-animation-duration: 36514ms;
            animation-duration: 36514ms;
    -webkit-animation-delay: 32293ms;
            animation-delay: 32293ms;
  }
  @-webkit-keyframes move-frames-84 {
    from {
      transform: translate3d(89vw, 103vh, 0);
    }
    to {
      transform: translate3d(10vw, -112vh, 0);
    }
  }
  @keyframes move-frames-84 {
    from {
      transform: translate3d(89vw, 103vh, 0);
    }
    to {
      transform: translate3d(10vw, -112vh, 0);
    }
  }
  .circle-container:nth-child(84) .circle {
    -webkit-animation-delay: 2328ms;
            animation-delay: 2328ms;
  }
  .circle-container:nth-child(85) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-85;
            animation-name: move-frames-85;
    -webkit-animation-duration: 32473ms;
            animation-duration: 32473ms;
    -webkit-animation-delay: 23366ms;
            animation-delay: 23366ms;
  }
  @-webkit-keyframes move-frames-85 {
    from {
      transform: translate3d(46vw, 101vh, 0);
    }
    to {
      transform: translate3d(47vw, -125vh, 0);
    }
  }
  @keyframes move-frames-85 {
    from {
      transform: translate3d(46vw, 101vh, 0);
    }
    to {
      transform: translate3d(47vw, -125vh, 0);
    }
  }
  .circle-container:nth-child(85) .circle {
    -webkit-animation-delay: 516ms;
            animation-delay: 516ms;
  }
  .circle-container:nth-child(86) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-86;
            animation-name: move-frames-86;
    -webkit-animation-duration: 30382ms;
            animation-duration: 30382ms;
    -webkit-animation-delay: 24847ms;
            animation-delay: 24847ms;
  }
  @-webkit-keyframes move-frames-86 {
    from {
      transform: translate3d(38vw, 108vh, 0);
    }
    to {
      transform: translate3d(32vw, -125vh, 0);
    }
  }
  @keyframes move-frames-86 {
    from {
      transform: translate3d(38vw, 108vh, 0);
    }
    to {
      transform: translate3d(32vw, -125vh, 0);
    }
  }
  .circle-container:nth-child(86) .circle {
    -webkit-animation-delay: 2437ms;
            animation-delay: 2437ms;
  }
  .circle-container:nth-child(87) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-87;
            animation-name: move-frames-87;
    -webkit-animation-duration: 33907ms;
            animation-duration: 33907ms;
    -webkit-animation-delay: 14957ms;
            animation-delay: 14957ms;
  }
  @-webkit-keyframes move-frames-87 {
    from {
      transform: translate3d(15vw, 102vh, 0);
    }
    to {
      transform: translate3d(7vw, -109vh, 0);
    }
  }
  @keyframes move-frames-87 {
    from {
      transform: translate3d(15vw, 102vh, 0);
    }
    to {
      transform: translate3d(7vw, -109vh, 0);
    }
  }
  .circle-container:nth-child(87) .circle {
    -webkit-animation-delay: 1360ms;
            animation-delay: 1360ms;
  }
  .circle-container:nth-child(88) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-88;
            animation-name: move-frames-88;
    -webkit-animation-duration: 35245ms;
            animation-duration: 35245ms;
    -webkit-animation-delay: 7079ms;
            animation-delay: 7079ms;
  }
  @-webkit-keyframes move-frames-88 {
    from {
      transform: translate3d(85vw, 103vh, 0);
    }
    to {
      transform: translate3d(64vw, -121vh, 0);
    }
  }
  @keyframes move-frames-88 {
    from {
      transform: translate3d(85vw, 103vh, 0);
    }
    to {
      transform: translate3d(64vw, -121vh, 0);
    }
  }
  .circle-container:nth-child(88) .circle {
    -webkit-animation-delay: 725ms;
            animation-delay: 725ms;
  }
  .circle-container:nth-child(89) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-89;
            animation-name: move-frames-89;
    -webkit-animation-duration: 31104ms;
            animation-duration: 31104ms;
    -webkit-animation-delay: 10601ms;
            animation-delay: 10601ms;
  }
  @-webkit-keyframes move-frames-89 {
    from {
      transform: translate3d(23vw, 109vh, 0);
    }
    to {
      transform: translate3d(64vw, -138vh, 0);
    }
  }
  @keyframes move-frames-89 {
    from {
      transform: translate3d(23vw, 109vh, 0);
    }
    to {
      transform: translate3d(64vw, -138vh, 0);
    }
  }
  .circle-container:nth-child(89) .circle {
    -webkit-animation-delay: 2470ms;
            animation-delay: 2470ms;
  }
  .circle-container:nth-child(90) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-90;
            animation-name: move-frames-90;
    -webkit-animation-duration: 33549ms;
            animation-duration: 33549ms;
    -webkit-animation-delay: 14722ms;
            animation-delay: 14722ms;
  }
  @-webkit-keyframes move-frames-90 {
    from {
      transform: translate3d(53vw, 104vh, 0);
    }
    to {
      transform: translate3d(67vw, -130vh, 0);
    }
  }
  @keyframes move-frames-90 {
    from {
      transform: translate3d(53vw, 104vh, 0);
    }
    to {
      transform: translate3d(67vw, -130vh, 0);
    }
  }
  .circle-container:nth-child(90) .circle {
    -webkit-animation-delay: 821ms;
            animation-delay: 821ms;
  }
  .circle-container:nth-child(91) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-91;
            animation-name: move-frames-91;
    -webkit-animation-duration: 29596ms;
            animation-duration: 29596ms;
    -webkit-animation-delay: 9350ms;
            animation-delay: 9350ms;
  }
  @-webkit-keyframes move-frames-91 {
    from {
      transform: translate3d(97vw, 101vh, 0);
    }
    to {
      transform: translate3d(63vw, -111vh, 0);
    }
  }
  @keyframes move-frames-91 {
    from {
      transform: translate3d(97vw, 101vh, 0);
    }
    to {
      transform: translate3d(63vw, -111vh, 0);
    }
  }
  .circle-container:nth-child(91) .circle {
    -webkit-animation-delay: 174ms;
            animation-delay: 174ms;
  }
  .circle-container:nth-child(92) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-92;
            animation-name: move-frames-92;
    -webkit-animation-duration: 29213ms;
            animation-duration: 29213ms;
    -webkit-animation-delay: 5557ms;
            animation-delay: 5557ms;
  }
  @-webkit-keyframes move-frames-92 {
    from {
      transform: translate3d(98vw, 104vh, 0);
    }
    to {
      transform: translate3d(8vw, -128vh, 0);
    }
  }
  @keyframes move-frames-92 {
    from {
      transform: translate3d(98vw, 104vh, 0);
    }
    to {
      transform: translate3d(8vw, -128vh, 0);
    }
  }
  .circle-container:nth-child(92) .circle {
    -webkit-animation-delay: 1026ms;
            animation-delay: 1026ms;
  }
  .circle-container:nth-child(93) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-93;
            animation-name: move-frames-93;
    -webkit-animation-duration: 28987ms;
            animation-duration: 28987ms;
    -webkit-animation-delay: 18722ms;
            animation-delay: 18722ms;
  }
  @-webkit-keyframes move-frames-93 {
    from {
      transform: translate3d(75vw, 102vh, 0);
    }
    to {
      transform: translate3d(47vw, -120vh, 0);
    }
  }
  @keyframes move-frames-93 {
    from {
      transform: translate3d(75vw, 102vh, 0);
    }
    to {
      transform: translate3d(47vw, -120vh, 0);
    }
  }
  .circle-container:nth-child(93) .circle {
    -webkit-animation-delay: 151ms;
            animation-delay: 151ms;
  }
  .circle-container:nth-child(94) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-94;
            animation-name: move-frames-94;
    -webkit-animation-duration: 33279ms;
            animation-duration: 33279ms;
    -webkit-animation-delay: 427ms;
            animation-delay: 427ms;
  }
  @-webkit-keyframes move-frames-94 {
    from {
      transform: translate3d(10vw, 104vh, 0);
    }
    to {
      transform: translate3d(17vw, -107vh, 0);
    }
  }
  @keyframes move-frames-94 {
    from {
      transform: translate3d(10vw, 104vh, 0);
    }
    to {
      transform: translate3d(17vw, -107vh, 0);
    }
  }
  .circle-container:nth-child(94) .circle {
    -webkit-animation-delay: 1869ms;
            animation-delay: 1869ms;
  }
  .circle-container:nth-child(95) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-95;
            animation-name: move-frames-95;
    -webkit-animation-duration: 29403ms;
            animation-duration: 29403ms;
    -webkit-animation-delay: 553ms;
            animation-delay: 553ms;
  }
  @-webkit-keyframes move-frames-95 {
    from {
      transform: translate3d(71vw, 108vh, 0);
    }
    to {
      transform: translate3d(55vw, -138vh, 0);
    }
  }
  @keyframes move-frames-95 {
    from {
      transform: translate3d(71vw, 108vh, 0);
    }
    to {
      transform: translate3d(55vw, -138vh, 0);
    }
  }
  .circle-container:nth-child(95) .circle {
    -webkit-animation-delay: 311ms;
            animation-delay: 311ms;
  }
  .circle-container:nth-child(96) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-96;
            animation-name: move-frames-96;
    -webkit-animation-duration: 34770ms;
            animation-duration: 34770ms;
    -webkit-animation-delay: 34259ms;
            animation-delay: 34259ms;
  }
  @-webkit-keyframes move-frames-96 {
    from {
      transform: translate3d(18vw, 101vh, 0);
    }
    to {
      transform: translate3d(46vw, -106vh, 0);
    }
  }
  @keyframes move-frames-96 {
    from {
      transform: translate3d(18vw, 101vh, 0);
    }
    to {
      transform: translate3d(46vw, -106vh, 0);
    }
  }
  .circle-container:nth-child(96) .circle {
    -webkit-animation-delay: 1483ms;
            animation-delay: 1483ms;
  }
  .circle-container:nth-child(97) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-97;
            animation-name: move-frames-97;
    -webkit-animation-duration: 31779ms;
            animation-duration: 31779ms;
    -webkit-animation-delay: 19172ms;
            animation-delay: 19172ms;
  }
  @-webkit-keyframes move-frames-97 {
    from {
      transform: translate3d(71vw, 109vh, 0);
    }
    to {
      transform: translate3d(58vw, -128vh, 0);
    }
  }
  @keyframes move-frames-97 {
    from {
      transform: translate3d(71vw, 109vh, 0);
    }
    to {
      transform: translate3d(58vw, -128vh, 0);
    }
  }
  .circle-container:nth-child(97) .circle {
    -webkit-animation-delay: 1457ms;
            animation-delay: 1457ms;
  }
  .circle-container:nth-child(98) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-98;
            animation-name: move-frames-98;
    -webkit-animation-duration: 35130ms;
            animation-duration: 35130ms;
    -webkit-animation-delay: 26497ms;
            animation-delay: 26497ms;
  }
  @-webkit-keyframes move-frames-98 {
    from {
      transform: translate3d(25vw, 105vh, 0);
    }
    to {
      transform: translate3d(90vw, -125vh, 0);
    }
  }
  @keyframes move-frames-98 {
    from {
      transform: translate3d(25vw, 105vh, 0);
    }
    to {
      transform: translate3d(90vw, -125vh, 0);
    }
  }
  .circle-container:nth-child(98) .circle {
    -webkit-animation-delay: 2348ms;
            animation-delay: 2348ms;
  }
  .circle-container:nth-child(99) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-99;
            animation-name: move-frames-99;
    -webkit-animation-duration: 33816ms;
            animation-duration: 33816ms;
    -webkit-animation-delay: 9507ms;
            animation-delay: 9507ms;
  }
  @-webkit-keyframes move-frames-99 {
    from {
      transform: translate3d(54vw, 105vh, 0);
    }
    to {
      transform: translate3d(86vw, -134vh, 0);
    }
  }
  @keyframes move-frames-99 {
    from {
      transform: translate3d(54vw, 105vh, 0);
    }
    to {
      transform: translate3d(86vw, -134vh, 0);
    }
  }
  .circle-container:nth-child(99) .circle {
    -webkit-animation-delay: 1080ms;
            animation-delay: 1080ms;
  }
  .circle-container:nth-child(100) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-100;
            animation-name: move-frames-100;
    -webkit-animation-duration: 31823ms;
            animation-duration: 31823ms;
    -webkit-animation-delay: 935ms;
            animation-delay: 935ms;
  }
  @-webkit-keyframes move-frames-100 {
    from {
      transform: translate3d(84vw, 101vh, 0);
    }
    to {
      transform: translate3d(13vw, -126vh, 0);
    }
  }
  @keyframes move-frames-100 {
    from {
      transform: translate3d(84vw, 101vh, 0);
    }
    to {
      transform: translate3d(13vw, -126vh, 0);
    }
  }
  .circle-container:nth-child(100) .circle {
    -webkit-animation-delay: 3538ms;
            animation-delay: 3538ms;
  }
  .circle-container:nth-child(101) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-101;
            animation-name: move-frames-101;
    -webkit-animation-duration: 29793ms;
            animation-duration: 29793ms;
    -webkit-animation-delay: 13380ms;
            animation-delay: 13380ms;
  }
  @-webkit-keyframes move-frames-101 {
    from {
      transform: translate3d(90vw, 108vh, 0);
    }
    to {
      transform: translate3d(6vw, -123vh, 0);
    }
  }
  @keyframes move-frames-101 {
    from {
      transform: translate3d(90vw, 108vh, 0);
    }
    to {
      transform: translate3d(6vw, -123vh, 0);
    }
  }
  .circle-container:nth-child(101) .circle {
    -webkit-animation-delay: 2997ms;
            animation-delay: 2997ms;
  }
  .circle-container:nth-child(102) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-102;
            animation-name: move-frames-102;
    -webkit-animation-duration: 33063ms;
            animation-duration: 33063ms;
    -webkit-animation-delay: 9282ms;
            animation-delay: 9282ms;
  }
  @-webkit-keyframes move-frames-102 {
    from {
      transform: translate3d(67vw, 109vh, 0);
    }
    to {
      transform: translate3d(87vw, -111vh, 0);
    }
  }
  @keyframes move-frames-102 {
    from {
      transform: translate3d(67vw, 109vh, 0);
    }
    to {
      transform: translate3d(87vw, -111vh, 0);
    }
  }
  .circle-container:nth-child(102) .circle {
    -webkit-animation-delay: 3474ms;
            animation-delay: 3474ms;
  }
  .circle-container:nth-child(103) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-103;
            animation-name: move-frames-103;
    -webkit-animation-duration: 36586ms;
            animation-duration: 36586ms;
    -webkit-animation-delay: 15009ms;
            animation-delay: 15009ms;
  }
  @-webkit-keyframes move-frames-103 {
    from {
      transform: translate3d(20vw, 103vh, 0);
    }
    to {
      transform: translate3d(90vw, -133vh, 0);
    }
  }
  @keyframes move-frames-103 {
    from {
      transform: translate3d(20vw, 103vh, 0);
    }
    to {
      transform: translate3d(90vw, -133vh, 0);
    }
  }
  .circle-container:nth-child(103) .circle {
    -webkit-animation-delay: 3438ms;
            animation-delay: 3438ms;
  }
  .circle-container:nth-child(104) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-104;
            animation-name: move-frames-104;
    -webkit-animation-duration: 34021ms;
            animation-duration: 34021ms;
    -webkit-animation-delay: 3710ms;
            animation-delay: 3710ms;
  }
  @-webkit-keyframes move-frames-104 {
    from {
      transform: translate3d(27vw, 110vh, 0);
    }
    to {
      transform: translate3d(37vw, -113vh, 0);
    }
  }
  @keyframes move-frames-104 {
    from {
      transform: translate3d(27vw, 110vh, 0);
    }
    to {
      transform: translate3d(37vw, -113vh, 0);
    }
  }
  .circle-container:nth-child(104) .circle {
    -webkit-animation-delay: 3157ms;
            animation-delay: 3157ms;
  }
  .circle-container:nth-child(105) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-105;
            animation-name: move-frames-105;
    -webkit-animation-duration: 33115ms;
            animation-duration: 33115ms;
    -webkit-animation-delay: 12553ms;
            animation-delay: 12553ms;
  }
  @-webkit-keyframes move-frames-105 {
    from {
      transform: translate3d(100vw, 103vh, 0);
    }
    to {
      transform: translate3d(25vw, -126vh, 0);
    }
  }
  @keyframes move-frames-105 {
    from {
      transform: translate3d(100vw, 103vh, 0);
    }
    to {
      transform: translate3d(25vw, -126vh, 0);
    }
  }
  .circle-container:nth-child(105) .circle {
    -webkit-animation-delay: 378ms;
            animation-delay: 378ms;
  }
  .circle-container:nth-child(106) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-106;
            animation-name: move-frames-106;
    -webkit-animation-duration: 31908ms;
            animation-duration: 31908ms;
    -webkit-animation-delay: 23982ms;
            animation-delay: 23982ms;
  }
  @-webkit-keyframes move-frames-106 {
    from {
      transform: translate3d(36vw, 106vh, 0);
    }
    to {
      transform: translate3d(45vw, -109vh, 0);
    }
  }
  @keyframes move-frames-106 {
    from {
      transform: translate3d(36vw, 106vh, 0);
    }
    to {
      transform: translate3d(45vw, -109vh, 0);
    }
  }
  .circle-container:nth-child(106) .circle {
    -webkit-animation-delay: 2000ms;
            animation-delay: 2000ms;
  }
  .circle-container:nth-child(107) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-107;
            animation-name: move-frames-107;
    -webkit-animation-duration: 34395ms;
            animation-duration: 34395ms;
    -webkit-animation-delay: 1182ms;
            animation-delay: 1182ms;
  }
  @-webkit-keyframes move-frames-107 {
    from {
      transform: translate3d(27vw, 109vh, 0);
    }
    to {
      transform: translate3d(85vw, -120vh, 0);
    }
  }
  @keyframes move-frames-107 {
    from {
      transform: translate3d(27vw, 109vh, 0);
    }
    to {
      transform: translate3d(85vw, -120vh, 0);
    }
  }
  .circle-container:nth-child(107) .circle {
    -webkit-animation-delay: 1785ms;
            animation-delay: 1785ms;
  }
  .circle-container:nth-child(108) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-108;
            animation-name: move-frames-108;
    -webkit-animation-duration: 31096ms;
            animation-duration: 31096ms;
    -webkit-animation-delay: 3101ms;
            animation-delay: 3101ms;
  }
  @-webkit-keyframes move-frames-108 {
    from {
      transform: translate3d(7vw, 107vh, 0);
    }
    to {
      transform: translate3d(93vw, -123vh, 0);
    }
  }
  @keyframes move-frames-108 {
    from {
      transform: translate3d(7vw, 107vh, 0);
    }
    to {
      transform: translate3d(93vw, -123vh, 0);
    }
  }
  .circle-container:nth-child(108) .circle {
    -webkit-animation-delay: 181ms;
            animation-delay: 181ms;
  }
  .circle-container:nth-child(109) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-109;
            animation-name: move-frames-109;
    -webkit-animation-duration: 34029ms;
            animation-duration: 34029ms;
    -webkit-animation-delay: 35444ms;
            animation-delay: 35444ms;
  }
  @-webkit-keyframes move-frames-109 {
    from {
      transform: translate3d(89vw, 103vh, 0);
    }
    to {
      transform: translate3d(6vw, -119vh, 0);
    }
  }
  @keyframes move-frames-109 {
    from {
      transform: translate3d(89vw, 103vh, 0);
    }
    to {
      transform: translate3d(6vw, -119vh, 0);
    }
  }
  .circle-container:nth-child(109) .circle {
    -webkit-animation-delay: 1627ms;
            animation-delay: 1627ms;
  }
  .circle-container:nth-child(110) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-110;
            animation-name: move-frames-110;
    -webkit-animation-duration: 33987ms;
            animation-duration: 33987ms;
    -webkit-animation-delay: 5141ms;
            animation-delay: 5141ms;
  }
  @-webkit-keyframes move-frames-110 {
    from {
      transform: translate3d(16vw, 104vh, 0);
    }
    to {
      transform: translate3d(94vw, -125vh, 0);
    }
  }
  @keyframes move-frames-110 {
    from {
      transform: translate3d(16vw, 104vh, 0);
    }
    to {
      transform: translate3d(94vw, -125vh, 0);
    }
  }
  .circle-container:nth-child(110) .circle {
    -webkit-animation-delay: 1127ms;
            animation-delay: 1127ms;
  }
  .circle-container:nth-child(111) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-111;
            animation-name: move-frames-111;
    -webkit-animation-duration: 36170ms;
            animation-duration: 36170ms;
    -webkit-animation-delay: 20973ms;
            animation-delay: 20973ms;
  }
  @-webkit-keyframes move-frames-111 {
    from {
      transform: translate3d(22vw, 103vh, 0);
    }
    to {
      transform: translate3d(94vw, -124vh, 0);
    }
  }
  @keyframes move-frames-111 {
    from {
      transform: translate3d(22vw, 103vh, 0);
    }
    to {
      transform: translate3d(94vw, -124vh, 0);
    }
  }
  .circle-container:nth-child(111) .circle {
    -webkit-animation-delay: 1104ms;
            animation-delay: 1104ms;
  }
  .circle-container:nth-child(112) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-112;
            animation-name: move-frames-112;
    -webkit-animation-duration: 34424ms;
            animation-duration: 34424ms;
    -webkit-animation-delay: 7039ms;
            animation-delay: 7039ms;
  }
  @-webkit-keyframes move-frames-112 {
    from {
      transform: translate3d(90vw, 101vh, 0);
    }
    to {
      transform: translate3d(48vw, -102vh, 0);
    }
  }
  @keyframes move-frames-112 {
    from {
      transform: translate3d(90vw, 101vh, 0);
    }
    to {
      transform: translate3d(48vw, -102vh, 0);
    }
  }
  .circle-container:nth-child(112) .circle {
    -webkit-animation-delay: 2295ms;
            animation-delay: 2295ms;
  }
  .circle-container:nth-child(113) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-113;
            animation-name: move-frames-113;
    -webkit-animation-duration: 31647ms;
            animation-duration: 31647ms;
    -webkit-animation-delay: 1758ms;
            animation-delay: 1758ms;
  }
  @-webkit-keyframes move-frames-113 {
    from {
      transform: translate3d(90vw, 101vh, 0);
    }
    to {
      transform: translate3d(47vw, -102vh, 0);
    }
  }
  @keyframes move-frames-113 {
    from {
      transform: translate3d(90vw, 101vh, 0);
    }
    to {
      transform: translate3d(47vw, -102vh, 0);
    }
  }
  .circle-container:nth-child(113) .circle {
    -webkit-animation-delay: 3100ms;
            animation-delay: 3100ms;
  }
  .circle-container:nth-child(114) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-114;
            animation-name: move-frames-114;
    -webkit-animation-duration: 33316ms;
            animation-duration: 33316ms;
    -webkit-animation-delay: 27622ms;
            animation-delay: 27622ms;
  }
  @-webkit-keyframes move-frames-114 {
    from {
      transform: translate3d(15vw, 104vh, 0);
    }
    to {
      transform: translate3d(68vw, -133vh, 0);
    }
  }
  @keyframes move-frames-114 {
    from {
      transform: translate3d(15vw, 104vh, 0);
    }
    to {
      transform: translate3d(68vw, -133vh, 0);
    }
  }
  .circle-container:nth-child(114) .circle {
    -webkit-animation-delay: 912ms;
            animation-delay: 912ms;
  }
  .circle-container:nth-child(115) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-115;
            animation-name: move-frames-115;
    -webkit-animation-duration: 31664ms;
            animation-duration: 31664ms;
    -webkit-animation-delay: 24333ms;
            animation-delay: 24333ms;
  }
  @-webkit-keyframes move-frames-115 {
    from {
      transform: translate3d(25vw, 103vh, 0);
    }
    to {
      transform: translate3d(44vw, -109vh, 0);
    }
  }
  @keyframes move-frames-115 {
    from {
      transform: translate3d(25vw, 103vh, 0);
    }
    to {
      transform: translate3d(44vw, -109vh, 0);
    }
  }
  .circle-container:nth-child(115) .circle {
    -webkit-animation-delay: 2113ms;
            animation-delay: 2113ms;
  }
  .circle-container:nth-child(116) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-116;
            animation-name: move-frames-116;
    -webkit-animation-duration: 33002ms;
            animation-duration: 33002ms;
    -webkit-animation-delay: 14165ms;
            animation-delay: 14165ms;
  }
  @-webkit-keyframes move-frames-116 {
    from {
      transform: translate3d(8vw, 105vh, 0);
    }
    to {
      transform: translate3d(43vw, -119vh, 0);
    }
  }
  @keyframes move-frames-116 {
    from {
      transform: translate3d(8vw, 105vh, 0);
    }
    to {
      transform: translate3d(43vw, -119vh, 0);
    }
  }
  .circle-container:nth-child(116) .circle {
    -webkit-animation-delay: 3615ms;
            animation-delay: 3615ms;
  }
  .circle-container:nth-child(117) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-117;
            animation-name: move-frames-117;
    -webkit-animation-duration: 31380ms;
            animation-duration: 31380ms;
    -webkit-animation-delay: 12502ms;
            animation-delay: 12502ms;
  }
  @-webkit-keyframes move-frames-117 {
    from {
      transform: translate3d(45vw, 105vh, 0);
    }
    to {
      transform: translate3d(30vw, -131vh, 0);
    }
  }
  @keyframes move-frames-117 {
    from {
      transform: translate3d(45vw, 105vh, 0);
    }
    to {
      transform: translate3d(30vw, -131vh, 0);
    }
  }
  .circle-container:nth-child(117) .circle {
    -webkit-animation-delay: 3884ms;
            animation-delay: 3884ms;
  }
  .circle-container:nth-child(118) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-118;
            animation-name: move-frames-118;
    -webkit-animation-duration: 29539ms;
            animation-duration: 29539ms;
    -webkit-animation-delay: 540ms;
            animation-delay: 540ms;
  }
  @-webkit-keyframes move-frames-118 {
    from {
      transform: translate3d(73vw, 107vh, 0);
    }
    to {
      transform: translate3d(19vw, -116vh, 0);
    }
  }
  @keyframes move-frames-118 {
    from {
      transform: translate3d(73vw, 107vh, 0);
    }
    to {
      transform: translate3d(19vw, -116vh, 0);
    }
  }
  .circle-container:nth-child(118) .circle {
    -webkit-animation-delay: 3799ms;
            animation-delay: 3799ms;
  }
  .circle-container:nth-child(119) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-119;
            animation-name: move-frames-119;
    -webkit-animation-duration: 36085ms;
            animation-duration: 36085ms;
    -webkit-animation-delay: 24241ms;
            animation-delay: 24241ms;
  }
  @-webkit-keyframes move-frames-119 {
    from {
      transform: translate3d(71vw, 103vh, 0);
    }
    to {
      transform: translate3d(47vw, -116vh, 0);
    }
  }
  @keyframes move-frames-119 {
    from {
      transform: translate3d(71vw, 103vh, 0);
    }
    to {
      transform: translate3d(47vw, -116vh, 0);
    }
  }
  .circle-container:nth-child(119) .circle {
    -webkit-animation-delay: 3716ms;
            animation-delay: 3716ms;
  }
  .circle-container:nth-child(120) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-120;
            animation-name: move-frames-120;
    -webkit-animation-duration: 30145ms;
            animation-duration: 30145ms;
    -webkit-animation-delay: 28227ms;
            animation-delay: 28227ms;
  }
  @-webkit-keyframes move-frames-120 {
    from {
      transform: translate3d(81vw, 104vh, 0);
    }
    to {
      transform: translate3d(83vw, -130vh, 0);
    }
  }
  @keyframes move-frames-120 {
    from {
      transform: translate3d(81vw, 104vh, 0);
    }
    to {
      transform: translate3d(83vw, -130vh, 0);
    }
  }
  .circle-container:nth-child(120) .circle {
    -webkit-animation-delay: 396ms;
            animation-delay: 396ms;
  }
  .circle-container:nth-child(121) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-121;
            animation-name: move-frames-121;
    -webkit-animation-duration: 34794ms;
            animation-duration: 34794ms;
    -webkit-animation-delay: 26840ms;
            animation-delay: 26840ms;
  }
  @-webkit-keyframes move-frames-121 {
    from {
      transform: translate3d(58vw, 105vh, 0);
    }
    to {
      transform: translate3d(80vw, -121vh, 0);
    }
  }
  @keyframes move-frames-121 {
    from {
      transform: translate3d(58vw, 105vh, 0);
    }
    to {
      transform: translate3d(80vw, -121vh, 0);
    }
  }
  .circle-container:nth-child(121) .circle {
    -webkit-animation-delay: 1186ms;
            animation-delay: 1186ms;
  }
  .circle-container:nth-child(122) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-122;
            animation-name: move-frames-122;
    -webkit-animation-duration: 32296ms;
            animation-duration: 32296ms;
    -webkit-animation-delay: 23131ms;
            animation-delay: 23131ms;
  }
  @-webkit-keyframes move-frames-122 {
    from {
      transform: translate3d(78vw, 105vh, 0);
    }
    to {
      transform: translate3d(100vw, -118vh, 0);
    }
  }
  @keyframes move-frames-122 {
    from {
      transform: translate3d(78vw, 105vh, 0);
    }
    to {
      transform: translate3d(100vw, -118vh, 0);
    }
  }
  .circle-container:nth-child(122) .circle {
    -webkit-animation-delay: 932ms;
            animation-delay: 932ms;
  }
  .circle-container:nth-child(123) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-123;
            animation-name: move-frames-123;
    -webkit-animation-duration: 34189ms;
            animation-duration: 34189ms;
    -webkit-animation-delay: 22096ms;
            animation-delay: 22096ms;
  }
  @-webkit-keyframes move-frames-123 {
    from {
      transform: translate3d(89vw, 106vh, 0);
    }
    to {
      transform: translate3d(71vw, -135vh, 0);
    }
  }
  @keyframes move-frames-123 {
    from {
      transform: translate3d(89vw, 106vh, 0);
    }
    to {
      transform: translate3d(71vw, -135vh, 0);
    }
  }
  .circle-container:nth-child(123) .circle {
    -webkit-animation-delay: 1899ms;
            animation-delay: 1899ms;
  }
  .circle-container:nth-child(124) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-124;
            animation-name: move-frames-124;
    -webkit-animation-duration: 30246ms;
            animation-duration: 30246ms;
    -webkit-animation-delay: 32066ms;
            animation-delay: 32066ms;
  }
  @-webkit-keyframes move-frames-124 {
    from {
      transform: translate3d(52vw, 110vh, 0);
    }
    to {
      transform: translate3d(20vw, -121vh, 0);
    }
  }
  @keyframes move-frames-124 {
    from {
      transform: translate3d(52vw, 110vh, 0);
    }
    to {
      transform: translate3d(20vw, -121vh, 0);
    }
  }
  .circle-container:nth-child(124) .circle {
    -webkit-animation-delay: 2948ms;
            animation-delay: 2948ms;
  }
  .circle-container:nth-child(125) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-125;
            animation-name: move-frames-125;
    -webkit-animation-duration: 30577ms;
            animation-duration: 30577ms;
    -webkit-animation-delay: 23487ms;
            animation-delay: 23487ms;
  }
  @-webkit-keyframes move-frames-125 {
    from {
      transform: translate3d(100vw, 109vh, 0);
    }
    to {
      transform: translate3d(59vw, -112vh, 0);
    }
  }
  @keyframes move-frames-125 {
    from {
      transform: translate3d(100vw, 109vh, 0);
    }
    to {
      transform: translate3d(59vw, -112vh, 0);
    }
  }
  .circle-container:nth-child(125) .circle {
    -webkit-animation-delay: 1295ms;
            animation-delay: 1295ms;
  }
  .circle-container:nth-child(126) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-126;
            animation-name: move-frames-126;
    -webkit-animation-duration: 31725ms;
            animation-duration: 31725ms;
    -webkit-animation-delay: 22725ms;
            animation-delay: 22725ms;
  }
  @-webkit-keyframes move-frames-126 {
    from {
      transform: translate3d(37vw, 107vh, 0);
    }
    to {
      transform: translate3d(17vw, -137vh, 0);
    }
  }
  @keyframes move-frames-126 {
    from {
      transform: translate3d(37vw, 107vh, 0);
    }
    to {
      transform: translate3d(17vw, -137vh, 0);
    }
  }
  .circle-container:nth-child(126) .circle {
    -webkit-animation-delay: 3079ms;
            animation-delay: 3079ms;
  }
  .circle-container:nth-child(127) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-127;
            animation-name: move-frames-127;
    -webkit-animation-duration: 34782ms;
            animation-duration: 34782ms;
    -webkit-animation-delay: 5916ms;
            animation-delay: 5916ms;
  }
  @-webkit-keyframes move-frames-127 {
    from {
      transform: translate3d(76vw, 101vh, 0);
    }
    to {
      transform: translate3d(10vw, -104vh, 0);
    }
  }
  @keyframes move-frames-127 {
    from {
      transform: translate3d(76vw, 101vh, 0);
    }
    to {
      transform: translate3d(10vw, -104vh, 0);
    }
  }
  .circle-container:nth-child(127) .circle {
    -webkit-animation-delay: 3067ms;
            animation-delay: 3067ms;
  }
  .circle-container:nth-child(128) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-128;
            animation-name: move-frames-128;
    -webkit-animation-duration: 29205ms;
            animation-duration: 29205ms;
    -webkit-animation-delay: 7678ms;
            animation-delay: 7678ms;
  }
  @-webkit-keyframes move-frames-128 {
    from {
      transform: translate3d(57vw, 108vh, 0);
    }
    to {
      transform: translate3d(42vw, -129vh, 0);
    }
  }
  @keyframes move-frames-128 {
    from {
      transform: translate3d(57vw, 108vh, 0);
    }
    to {
      transform: translate3d(42vw, -129vh, 0);
    }
  }
  .circle-container:nth-child(128) .circle {
    -webkit-animation-delay: 2861ms;
            animation-delay: 2861ms;
  }
  .circle-container:nth-child(129) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-129;
            animation-name: move-frames-129;
    -webkit-animation-duration: 28558ms;
            animation-duration: 28558ms;
    -webkit-animation-delay: 18768ms;
            animation-delay: 18768ms;
  }
  @-webkit-keyframes move-frames-129 {
    from {
      transform: translate3d(38vw, 101vh, 0);
    }
    to {
      transform: translate3d(74vw, -105vh, 0);
    }
  }
  @keyframes move-frames-129 {
    from {
      transform: translate3d(38vw, 101vh, 0);
    }
    to {
      transform: translate3d(74vw, -105vh, 0);
    }
  }
  .circle-container:nth-child(129) .circle {
    -webkit-animation-delay: 2783ms;
            animation-delay: 2783ms;
  }
  .circle-container:nth-child(130) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-130;
            animation-name: move-frames-130;
    -webkit-animation-duration: 31635ms;
            animation-duration: 31635ms;
    -webkit-animation-delay: 31202ms;
            animation-delay: 31202ms;
  }
  @-webkit-keyframes move-frames-130 {
    from {
      transform: translate3d(20vw, 109vh, 0);
    }
    to {
      transform: translate3d(20vw, -130vh, 0);
    }
  }
  @keyframes move-frames-130 {
    from {
      transform: translate3d(20vw, 109vh, 0);
    }
    to {
      transform: translate3d(20vw, -130vh, 0);
    }
  }
  .circle-container:nth-child(130) .circle {
    -webkit-animation-delay: 3681ms;
            animation-delay: 3681ms;
  }
  .circle-container:nth-child(131) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-131;
            animation-name: move-frames-131;
    -webkit-animation-duration: 34935ms;
            animation-duration: 34935ms;
    -webkit-animation-delay: 14569ms;
            animation-delay: 14569ms;
  }
  @-webkit-keyframes move-frames-131 {
    from {
      transform: translate3d(72vw, 109vh, 0);
    }
    to {
      transform: translate3d(71vw, -122vh, 0);
    }
  }
  @keyframes move-frames-131 {
    from {
      transform: translate3d(72vw, 109vh, 0);
    }
    to {
      transform: translate3d(71vw, -122vh, 0);
    }
  }
  .circle-container:nth-child(131) .circle {
    -webkit-animation-delay: 1501ms;
            animation-delay: 1501ms;
  }
  .circle-container:nth-child(132) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-132;
            animation-name: move-frames-132;
    -webkit-animation-duration: 30440ms;
            animation-duration: 30440ms;
    -webkit-animation-delay: 12159ms;
            animation-delay: 12159ms;
  }
  @-webkit-keyframes move-frames-132 {
    from {
      transform: translate3d(92vw, 101vh, 0);
    }
    to {
      transform: translate3d(46vw, -123vh, 0);
    }
  }
  @keyframes move-frames-132 {
    from {
      transform: translate3d(92vw, 101vh, 0);
    }
    to {
      transform: translate3d(46vw, -123vh, 0);
    }
  }
  .circle-container:nth-child(132) .circle {
    -webkit-animation-delay: 3450ms;
            animation-delay: 3450ms;
  }
  .circle-container:nth-child(133) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-133;
            animation-name: move-frames-133;
    -webkit-animation-duration: 33034ms;
            animation-duration: 33034ms;
    -webkit-animation-delay: 31201ms;
            animation-delay: 31201ms;
  }
  @-webkit-keyframes move-frames-133 {
    from {
      transform: translate3d(98vw, 104vh, 0);
    }
    to {
      transform: translate3d(89vw, -129vh, 0);
    }
  }
  @keyframes move-frames-133 {
    from {
      transform: translate3d(98vw, 104vh, 0);
    }
    to {
      transform: translate3d(89vw, -129vh, 0);
    }
  }
  .circle-container:nth-child(133) .circle {
    -webkit-animation-delay: 2734ms;
            animation-delay: 2734ms;
  }
  .circle-container:nth-child(134) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-134;
            animation-name: move-frames-134;
    -webkit-animation-duration: 35261ms;
            animation-duration: 35261ms;
    -webkit-animation-delay: 3071ms;
            animation-delay: 3071ms;
  }
  @-webkit-keyframes move-frames-134 {
    from {
      transform: translate3d(42vw, 106vh, 0);
    }
    to {
      transform: translate3d(57vw, -112vh, 0);
    }
  }
  @keyframes move-frames-134 {
    from {
      transform: translate3d(42vw, 106vh, 0);
    }
    to {
      transform: translate3d(57vw, -112vh, 0);
    }
  }
  .circle-container:nth-child(134) .circle {
    -webkit-animation-delay: 2423ms;
            animation-delay: 2423ms;
  }
  .circle-container:nth-child(135) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-135;
            animation-name: move-frames-135;
    -webkit-animation-duration: 36367ms;
            animation-duration: 36367ms;
    -webkit-animation-delay: 29490ms;
            animation-delay: 29490ms;
  }
  @-webkit-keyframes move-frames-135 {
    from {
      transform: translate3d(68vw, 107vh, 0);
    }
    to {
      transform: translate3d(14vw, -118vh, 0);
    }
  }
  @keyframes move-frames-135 {
    from {
      transform: translate3d(68vw, 107vh, 0);
    }
    to {
      transform: translate3d(14vw, -118vh, 0);
    }
  }
  .circle-container:nth-child(135) .circle {
    -webkit-animation-delay: 3091ms;
            animation-delay: 3091ms;
  }
  .circle-container:nth-child(136) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-136;
            animation-name: move-frames-136;
    -webkit-animation-duration: 30572ms;
            animation-duration: 30572ms;
    -webkit-animation-delay: 33215ms;
            animation-delay: 33215ms;
  }
  @-webkit-keyframes move-frames-136 {
    from {
      transform: translate3d(81vw, 105vh, 0);
    }
    to {
      transform: translate3d(20vw, -113vh, 0);
    }
  }
  @keyframes move-frames-136 {
    from {
      transform: translate3d(81vw, 105vh, 0);
    }
    to {
      transform: translate3d(20vw, -113vh, 0);
    }
  }
  .circle-container:nth-child(136) .circle {
    -webkit-animation-delay: 3642ms;
            animation-delay: 3642ms;
  }
  .circle-container:nth-child(137) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-137;
            animation-name: move-frames-137;
    -webkit-animation-duration: 33545ms;
            animation-duration: 33545ms;
    -webkit-animation-delay: 8624ms;
            animation-delay: 8624ms;
  }
  @-webkit-keyframes move-frames-137 {
    from {
      transform: translate3d(19vw, 102vh, 0);
    }
    to {
      transform: translate3d(88vw, -113vh, 0);
    }
  }
  @keyframes move-frames-137 {
    from {
      transform: translate3d(19vw, 102vh, 0);
    }
    to {
      transform: translate3d(88vw, -113vh, 0);
    }
  }
  .circle-container:nth-child(137) .circle {
    -webkit-animation-delay: 3943ms;
            animation-delay: 3943ms;
  }
  .circle-container:nth-child(138) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-138;
            animation-name: move-frames-138;
    -webkit-animation-duration: 29806ms;
            animation-duration: 29806ms;
    -webkit-animation-delay: 27200ms;
            animation-delay: 27200ms;
  }
  @-webkit-keyframes move-frames-138 {
    from {
      transform: translate3d(93vw, 108vh, 0);
    }
    to {
      transform: translate3d(73vw, -126vh, 0);
    }
  }
  @keyframes move-frames-138 {
    from {
      transform: translate3d(93vw, 108vh, 0);
    }
    to {
      transform: translate3d(73vw, -126vh, 0);
    }
  }
  .circle-container:nth-child(138) .circle {
    -webkit-animation-delay: 2673ms;
            animation-delay: 2673ms;
  }
  .circle-container:nth-child(139) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-139;
            animation-name: move-frames-139;
    -webkit-animation-duration: 28941ms;
            animation-duration: 28941ms;
    -webkit-animation-delay: 989ms;
            animation-delay: 989ms;
  }
  @-webkit-keyframes move-frames-139 {
    from {
      transform: translate3d(43vw, 110vh, 0);
    }
    to {
      transform: translate3d(73vw, -127vh, 0);
    }
  }
  @keyframes move-frames-139 {
    from {
      transform: translate3d(43vw, 110vh, 0);
    }
    to {
      transform: translate3d(73vw, -127vh, 0);
    }
  }
  .circle-container:nth-child(139) .circle {
    -webkit-animation-delay: 1063ms;
            animation-delay: 1063ms;
  }
  .circle-container:nth-child(140) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-140;
            animation-name: move-frames-140;
    -webkit-animation-duration: 36458ms;
            animation-duration: 36458ms;
    -webkit-animation-delay: 31552ms;
            animation-delay: 31552ms;
  }
  @-webkit-keyframes move-frames-140 {
    from {
      transform: translate3d(83vw, 108vh, 0);
    }
    to {
      transform: translate3d(86vw, -115vh, 0);
    }
  }
  @keyframes move-frames-140 {
    from {
      transform: translate3d(83vw, 108vh, 0);
    }
    to {
      transform: translate3d(86vw, -115vh, 0);
    }
  }
  .circle-container:nth-child(140) .circle {
    -webkit-animation-delay: 307ms;
            animation-delay: 307ms;
  }
  .circle-container:nth-child(141) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-141;
            animation-name: move-frames-141;
    -webkit-animation-duration: 28957ms;
            animation-duration: 28957ms;
    -webkit-animation-delay: 33620ms;
            animation-delay: 33620ms;
  }
  @-webkit-keyframes move-frames-141 {
    from {
      transform: translate3d(2vw, 103vh, 0);
    }
    to {
      transform: translate3d(72vw, -109vh, 0);
    }
  }
  @keyframes move-frames-141 {
    from {
      transform: translate3d(2vw, 103vh, 0);
    }
    to {
      transform: translate3d(72vw, -109vh, 0);
    }
  }
  .circle-container:nth-child(141) .circle {
    -webkit-animation-delay: 2558ms;
            animation-delay: 2558ms;
  }
  .circle-container:nth-child(142) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-142;
            animation-name: move-frames-142;
    -webkit-animation-duration: 34552ms;
            animation-duration: 34552ms;
    -webkit-animation-delay: 15910ms;
            animation-delay: 15910ms;
  }
  @-webkit-keyframes move-frames-142 {
    from {
      transform: translate3d(9vw, 101vh, 0);
    }
    to {
      transform: translate3d(86vw, -113vh, 0);
    }
  }
  @keyframes move-frames-142 {
    from {
      transform: translate3d(9vw, 101vh, 0);
    }
    to {
      transform: translate3d(86vw, -113vh, 0);
    }
  }
  .circle-container:nth-child(142) .circle {
    -webkit-animation-delay: 62ms;
            animation-delay: 62ms;
  }
  .circle-container:nth-child(143) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-143;
            animation-name: move-frames-143;
    -webkit-animation-duration: 35099ms;
            animation-duration: 35099ms;
    -webkit-animation-delay: 30170ms;
            animation-delay: 30170ms;
  }
  @-webkit-keyframes move-frames-143 {
    from {
      transform: translate3d(56vw, 106vh, 0);
    }
    to {
      transform: translate3d(72vw, -124vh, 0);
    }
  }
  @keyframes move-frames-143 {
    from {
      transform: translate3d(56vw, 106vh, 0);
    }
    to {
      transform: translate3d(72vw, -124vh, 0);
    }
  }
  .circle-container:nth-child(143) .circle {
    -webkit-animation-delay: 2172ms;
            animation-delay: 2172ms;
  }
  .circle-container:nth-child(144) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-144;
            animation-name: move-frames-144;
    -webkit-animation-duration: 29511ms;
            animation-duration: 29511ms;
    -webkit-animation-delay: 17137ms;
            animation-delay: 17137ms;
  }
  @-webkit-keyframes move-frames-144 {
    from {
      transform: translate3d(16vw, 105vh, 0);
    }
    to {
      transform: translate3d(30vw, -112vh, 0);
    }
  }
  @keyframes move-frames-144 {
    from {
      transform: translate3d(16vw, 105vh, 0);
    }
    to {
      transform: translate3d(30vw, -112vh, 0);
    }
  }
  .circle-container:nth-child(144) .circle {
    -webkit-animation-delay: 3584ms;
            animation-delay: 3584ms;
  }
  .circle-container:nth-child(145) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-145;
            animation-name: move-frames-145;
    -webkit-animation-duration: 28707ms;
            animation-duration: 28707ms;
    -webkit-animation-delay: 27182ms;
            animation-delay: 27182ms;
  }
  @-webkit-keyframes move-frames-145 {
    from {
      transform: translate3d(49vw, 102vh, 0);
    }
    to {
      transform: translate3d(68vw, -114vh, 0);
    }
  }
  @keyframes move-frames-145 {
    from {
      transform: translate3d(49vw, 102vh, 0);
    }
    to {
      transform: translate3d(68vw, -114vh, 0);
    }
  }
  .circle-container:nth-child(145) .circle {
    -webkit-animation-delay: 2951ms;
            animation-delay: 2951ms;
  }
  .circle-container:nth-child(146) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-146;
            animation-name: move-frames-146;
    -webkit-animation-duration: 32906ms;
            animation-duration: 32906ms;
    -webkit-animation-delay: 11434ms;
            animation-delay: 11434ms;
  }
  @-webkit-keyframes move-frames-146 {
    from {
      transform: translate3d(64vw, 104vh, 0);
    }
    to {
      transform: translate3d(10vw, -129vh, 0);
    }
  }
  @keyframes move-frames-146 {
    from {
      transform: translate3d(64vw, 104vh, 0);
    }
    to {
      transform: translate3d(10vw, -129vh, 0);
    }
  }
  .circle-container:nth-child(146) .circle {
    -webkit-animation-delay: 2008ms;
            animation-delay: 2008ms;
  }
  .circle-container:nth-child(147) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-147;
            animation-name: move-frames-147;
    -webkit-animation-duration: 35820ms;
            animation-duration: 35820ms;
    -webkit-animation-delay: 25517ms;
            animation-delay: 25517ms;
  }
  @-webkit-keyframes move-frames-147 {
    from {
      transform: translate3d(49vw, 106vh, 0);
    }
    to {
      transform: translate3d(32vw, -122vh, 0);
    }
  }
  @keyframes move-frames-147 {
    from {
      transform: translate3d(49vw, 106vh, 0);
    }
    to {
      transform: translate3d(32vw, -122vh, 0);
    }
  }
  .circle-container:nth-child(147) .circle {
    -webkit-animation-delay: 1495ms;
            animation-delay: 1495ms;
  }
  .circle-container:nth-child(148) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-148;
            animation-name: move-frames-148;
    -webkit-animation-duration: 34113ms;
            animation-duration: 34113ms;
    -webkit-animation-delay: 30586ms;
            animation-delay: 30586ms;
  }
  @-webkit-keyframes move-frames-148 {
    from {
      transform: translate3d(14vw, 105vh, 0);
    }
    to {
      transform: translate3d(53vw, -110vh, 0);
    }
  }
  @keyframes move-frames-148 {
    from {
      transform: translate3d(14vw, 105vh, 0);
    }
    to {
      transform: translate3d(53vw, -110vh, 0);
    }
  }
  .circle-container:nth-child(148) .circle {
    -webkit-animation-delay: 2284ms;
            animation-delay: 2284ms;
  }
  .circle-container:nth-child(149) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-149;
            animation-name: move-frames-149;
    -webkit-animation-duration: 34372ms;
            animation-duration: 34372ms;
    -webkit-animation-delay: 20868ms;
            animation-delay: 20868ms;
  }
  @-webkit-keyframes move-frames-149 {
    from {
      transform: translate3d(84vw, 103vh, 0);
    }
    to {
      transform: translate3d(50vw, -114vh, 0);
    }
  }
  @keyframes move-frames-149 {
    from {
      transform: translate3d(84vw, 103vh, 0);
    }
    to {
      transform: translate3d(50vw, -114vh, 0);
    }
  }
  .circle-container:nth-child(149) .circle {
    -webkit-animation-delay: 2837ms;
            animation-delay: 2837ms;
  }
  .circle-container:nth-child(150) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-150;
            animation-name: move-frames-150;
    -webkit-animation-duration: 33840ms;
            animation-duration: 33840ms;
    -webkit-animation-delay: 30928ms;
            animation-delay: 30928ms;
  }
  @-webkit-keyframes move-frames-150 {
    from {
      transform: translate3d(43vw, 107vh, 0);
    }
    to {
      transform: translate3d(61vw, -111vh, 0);
    }
  }
  @keyframes move-frames-150 {
    from {
      transform: translate3d(43vw, 107vh, 0);
    }
    to {
      transform: translate3d(61vw, -111vh, 0);
    }
  }
  .circle-container:nth-child(150) .circle {
    -webkit-animation-delay: 1457ms;
            animation-delay: 1457ms;
  }
  .circle-container:nth-child(151) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-151;
            animation-name: move-frames-151;
    -webkit-animation-duration: 33445ms;
            animation-duration: 33445ms;
    -webkit-animation-delay: 16320ms;
            animation-delay: 16320ms;
  }
  @-webkit-keyframes move-frames-151 {
    from {
      transform: translate3d(39vw, 103vh, 0);
    }
    to {
      transform: translate3d(60vw, -121vh, 0);
    }
  }
  @keyframes move-frames-151 {
    from {
      transform: translate3d(39vw, 103vh, 0);
    }
    to {
      transform: translate3d(60vw, -121vh, 0);
    }
  }
  .circle-container:nth-child(151) .circle {
    -webkit-animation-delay: 552ms;
            animation-delay: 552ms;
  }
  .circle-container:nth-child(152) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-152;
            animation-name: move-frames-152;
    -webkit-animation-duration: 32550ms;
            animation-duration: 32550ms;
    -webkit-animation-delay: 35674ms;
            animation-delay: 35674ms;
  }
  @-webkit-keyframes move-frames-152 {
    from {
      transform: translate3d(98vw, 108vh, 0);
    }
    to {
      transform: translate3d(90vw, -136vh, 0);
    }
  }
  @keyframes move-frames-152 {
    from {
      transform: translate3d(98vw, 108vh, 0);
    }
    to {
      transform: translate3d(90vw, -136vh, 0);
    }
  }
  .circle-container:nth-child(152) .circle {
    -webkit-animation-delay: 3608ms;
            animation-delay: 3608ms;
  }
  .circle-container:nth-child(153) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-153;
            animation-name: move-frames-153;
    -webkit-animation-duration: 31687ms;
            animation-duration: 31687ms;
    -webkit-animation-delay: 9255ms;
            animation-delay: 9255ms;
  }
  @-webkit-keyframes move-frames-153 {
    from {
      transform: translate3d(11vw, 101vh, 0);
    }
    to {
      transform: translate3d(39vw, -127vh, 0);
    }
  }
  @keyframes move-frames-153 {
    from {
      transform: translate3d(11vw, 101vh, 0);
    }
    to {
      transform: translate3d(39vw, -127vh, 0);
    }
  }
  .circle-container:nth-child(153) .circle {
    -webkit-animation-delay: 1456ms;
            animation-delay: 1456ms;
  }
  .circle-container:nth-child(154) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-154;
            animation-name: move-frames-154;
    -webkit-animation-duration: 36716ms;
            animation-duration: 36716ms;
    -webkit-animation-delay: 34466ms;
            animation-delay: 34466ms;
  }
  @-webkit-keyframes move-frames-154 {
    from {
      transform: translate3d(81vw, 101vh, 0);
    }
    to {
      transform: translate3d(65vw, -104vh, 0);
    }
  }
  @keyframes move-frames-154 {
    from {
      transform: translate3d(81vw, 101vh, 0);
    }
    to {
      transform: translate3d(65vw, -104vh, 0);
    }
  }
  .circle-container:nth-child(154) .circle {
    -webkit-animation-delay: 2511ms;
            animation-delay: 2511ms;
  }
  .circle-container:nth-child(155) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-155;
            animation-name: move-frames-155;
    -webkit-animation-duration: 28677ms;
            animation-duration: 28677ms;
    -webkit-animation-delay: 31080ms;
            animation-delay: 31080ms;
  }
  @-webkit-keyframes move-frames-155 {
    from {
      transform: translate3d(1vw, 103vh, 0);
    }
    to {
      transform: translate3d(75vw, -127vh, 0);
    }
  }
  @keyframes move-frames-155 {
    from {
      transform: translate3d(1vw, 103vh, 0);
    }
    to {
      transform: translate3d(75vw, -127vh, 0);
    }
  }
  .circle-container:nth-child(155) .circle {
    -webkit-animation-delay: 1241ms;
            animation-delay: 1241ms;
  }
  .circle-container:nth-child(156) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-156;
            animation-name: move-frames-156;
    -webkit-animation-duration: 36103ms;
            animation-duration: 36103ms;
    -webkit-animation-delay: 32244ms;
            animation-delay: 32244ms;
  }
  @-webkit-keyframes move-frames-156 {
    from {
      transform: translate3d(97vw, 110vh, 0);
    }
    to {
      transform: translate3d(49vw, -115vh, 0);
    }
  }
  @keyframes move-frames-156 {
    from {
      transform: translate3d(97vw, 110vh, 0);
    }
    to {
      transform: translate3d(49vw, -115vh, 0);
    }
  }
  .circle-container:nth-child(156) .circle {
    -webkit-animation-delay: 1294ms;
            animation-delay: 1294ms;
  }
  .circle-container:nth-child(157) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-157;
            animation-name: move-frames-157;
    -webkit-animation-duration: 33282ms;
            animation-duration: 33282ms;
    -webkit-animation-delay: 9674ms;
            animation-delay: 9674ms;
  }
  @-webkit-keyframes move-frames-157 {
    from {
      transform: translate3d(30vw, 104vh, 0);
    }
    to {
      transform: translate3d(38vw, -106vh, 0);
    }
  }
  @keyframes move-frames-157 {
    from {
      transform: translate3d(30vw, 104vh, 0);
    }
    to {
      transform: translate3d(38vw, -106vh, 0);
    }
  }
  .circle-container:nth-child(157) .circle {
    -webkit-animation-delay: 3759ms;
            animation-delay: 3759ms;
  }
  .circle-container:nth-child(158) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-158;
            animation-name: move-frames-158;
    -webkit-animation-duration: 30321ms;
            animation-duration: 30321ms;
    -webkit-animation-delay: 97ms;
            animation-delay: 97ms;
  }
  @-webkit-keyframes move-frames-158 {
    from {
      transform: translate3d(1vw, 103vh, 0);
    }
    to {
      transform: translate3d(27vw, -111vh, 0);
    }
  }
  @keyframes move-frames-158 {
    from {
      transform: translate3d(1vw, 103vh, 0);
    }
    to {
      transform: translate3d(27vw, -111vh, 0);
    }
  }
  .circle-container:nth-child(158) .circle {
    -webkit-animation-delay: 3919ms;
            animation-delay: 3919ms;
  }
  .circle-container:nth-child(159) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-159;
            animation-name: move-frames-159;
    -webkit-animation-duration: 28948ms;
            animation-duration: 28948ms;
    -webkit-animation-delay: 21952ms;
            animation-delay: 21952ms;
  }
  @-webkit-keyframes move-frames-159 {
    from {
      transform: translate3d(19vw, 104vh, 0);
    }
    to {
      transform: translate3d(15vw, -114vh, 0);
    }
  }
  @keyframes move-frames-159 {
    from {
      transform: translate3d(19vw, 104vh, 0);
    }
    to {
      transform: translate3d(15vw, -114vh, 0);
    }
  }
  .circle-container:nth-child(159) .circle {
    -webkit-animation-delay: 1423ms;
            animation-delay: 1423ms;
  }
  .circle-container:nth-child(160) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-160;
            animation-name: move-frames-160;
    -webkit-animation-duration: 32738ms;
            animation-duration: 32738ms;
    -webkit-animation-delay: 29773ms;
            animation-delay: 29773ms;
  }
  @-webkit-keyframes move-frames-160 {
    from {
      transform: translate3d(37vw, 109vh, 0);
    }
    to {
      transform: translate3d(44vw, -137vh, 0);
    }
  }
  @keyframes move-frames-160 {
    from {
      transform: translate3d(37vw, 109vh, 0);
    }
    to {
      transform: translate3d(44vw, -137vh, 0);
    }
  }
  .circle-container:nth-child(160) .circle {
    -webkit-animation-delay: 1879ms;
            animation-delay: 1879ms;
  }
  .circle-container:nth-child(161) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-161;
            animation-name: move-frames-161;
    -webkit-animation-duration: 36847ms;
            animation-duration: 36847ms;
    -webkit-animation-delay: 35793ms;
            animation-delay: 35793ms;
  }
  @-webkit-keyframes move-frames-161 {
    from {
      transform: translate3d(18vw, 103vh, 0);
    }
    to {
      transform: translate3d(20vw, -124vh, 0);
    }
  }
  @keyframes move-frames-161 {
    from {
      transform: translate3d(18vw, 103vh, 0);
    }
    to {
      transform: translate3d(20vw, -124vh, 0);
    }
  }
  .circle-container:nth-child(161) .circle {
    -webkit-animation-delay: 3242ms;
            animation-delay: 3242ms;
  }
  .circle-container:nth-child(162) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-162;
            animation-name: move-frames-162;
    -webkit-animation-duration: 30948ms;
            animation-duration: 30948ms;
    -webkit-animation-delay: 14724ms;
            animation-delay: 14724ms;
  }
  @-webkit-keyframes move-frames-162 {
    from {
      transform: translate3d(30vw, 108vh, 0);
    }
    to {
      transform: translate3d(88vw, -117vh, 0);
    }
  }
  @keyframes move-frames-162 {
    from {
      transform: translate3d(30vw, 108vh, 0);
    }
    to {
      transform: translate3d(88vw, -117vh, 0);
    }
  }
  .circle-container:nth-child(162) .circle {
    -webkit-animation-delay: 2083ms;
            animation-delay: 2083ms;
  }
  .circle-container:nth-child(163) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-163;
            animation-name: move-frames-163;
    -webkit-animation-duration: 34766ms;
            animation-duration: 34766ms;
    -webkit-animation-delay: 5159ms;
            animation-delay: 5159ms;
  }
  @-webkit-keyframes move-frames-163 {
    from {
      transform: translate3d(14vw, 107vh, 0);
    }
    to {
      transform: translate3d(73vw, -120vh, 0);
    }
  }
  @keyframes move-frames-163 {
    from {
      transform: translate3d(14vw, 107vh, 0);
    }
    to {
      transform: translate3d(73vw, -120vh, 0);
    }
  }
  .circle-container:nth-child(163) .circle {
    -webkit-animation-delay: 602ms;
            animation-delay: 602ms;
  }
  .circle-container:nth-child(164) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-164;
            animation-name: move-frames-164;
    -webkit-animation-duration: 33598ms;
            animation-duration: 33598ms;
    -webkit-animation-delay: 22925ms;
            animation-delay: 22925ms;
  }
  @-webkit-keyframes move-frames-164 {
    from {
      transform: translate3d(98vw, 108vh, 0);
    }
    to {
      transform: translate3d(73vw, -114vh, 0);
    }
  }
  @keyframes move-frames-164 {
    from {
      transform: translate3d(98vw, 108vh, 0);
    }
    to {
      transform: translate3d(73vw, -114vh, 0);
    }
  }
  .circle-container:nth-child(164) .circle {
    -webkit-animation-delay: 3279ms;
            animation-delay: 3279ms;
  }
  .circle-container:nth-child(165) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-165;
            animation-name: move-frames-165;
    -webkit-animation-duration: 29942ms;
            animation-duration: 29942ms;
    -webkit-animation-delay: 29545ms;
            animation-delay: 29545ms;
  }
  @-webkit-keyframes move-frames-165 {
    from {
      transform: translate3d(4vw, 105vh, 0);
    }
    to {
      transform: translate3d(78vw, -120vh, 0);
    }
  }
  @keyframes move-frames-165 {
    from {
      transform: translate3d(4vw, 105vh, 0);
    }
    to {
      transform: translate3d(78vw, -120vh, 0);
    }
  }
  .circle-container:nth-child(165) .circle {
    -webkit-animation-delay: 244ms;
            animation-delay: 244ms;
  }
  .circle-container:nth-child(166) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-166;
            animation-name: move-frames-166;
    -webkit-animation-duration: 31909ms;
            animation-duration: 31909ms;
    -webkit-animation-delay: 30714ms;
            animation-delay: 30714ms;
  }
  @-webkit-keyframes move-frames-166 {
    from {
      transform: translate3d(63vw, 103vh, 0);
    }
    to {
      transform: translate3d(34vw, -115vh, 0);
    }
  }
  @keyframes move-frames-166 {
    from {
      transform: translate3d(63vw, 103vh, 0);
    }
    to {
      transform: translate3d(34vw, -115vh, 0);
    }
  }
  .circle-container:nth-child(166) .circle {
    -webkit-animation-delay: 462ms;
            animation-delay: 462ms;
  }
  .circle-container:nth-child(167) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-167;
            animation-name: move-frames-167;
    -webkit-animation-duration: 28054ms;
            animation-duration: 28054ms;
    -webkit-animation-delay: 33944ms;
            animation-delay: 33944ms;
  }
  @-webkit-keyframes move-frames-167 {
    from {
      transform: translate3d(44vw, 104vh, 0);
    }
    to {
      transform: translate3d(50vw, -112vh, 0);
    }
  }
  @keyframes move-frames-167 {
    from {
      transform: translate3d(44vw, 104vh, 0);
    }
    to {
      transform: translate3d(50vw, -112vh, 0);
    }
  }
  .circle-container:nth-child(167) .circle {
    -webkit-animation-delay: 3550ms;
            animation-delay: 3550ms;
  }
  .circle-container:nth-child(168) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-168;
            animation-name: move-frames-168;
    -webkit-animation-duration: 32538ms;
            animation-duration: 32538ms;
    -webkit-animation-delay: 23641ms;
            animation-delay: 23641ms;
  }
  @-webkit-keyframes move-frames-168 {
    from {
      transform: translate3d(59vw, 101vh, 0);
    }
    to {
      transform: translate3d(66vw, -106vh, 0);
    }
  }
  @keyframes move-frames-168 {
    from {
      transform: translate3d(59vw, 101vh, 0);
    }
    to {
      transform: translate3d(66vw, -106vh, 0);
    }
  }
  .circle-container:nth-child(168) .circle {
    -webkit-animation-delay: 136ms;
            animation-delay: 136ms;
  }
  .circle-container:nth-child(169) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-169;
            animation-name: move-frames-169;
    -webkit-animation-duration: 29366ms;
            animation-duration: 29366ms;
    -webkit-animation-delay: 16178ms;
            animation-delay: 16178ms;
  }
  @-webkit-keyframes move-frames-169 {
    from {
      transform: translate3d(64vw, 110vh, 0);
    }
    to {
      transform: translate3d(93vw, -137vh, 0);
    }
  }
  @keyframes move-frames-169 {
    from {
      transform: translate3d(64vw, 110vh, 0);
    }
    to {
      transform: translate3d(93vw, -137vh, 0);
    }
  }
  .circle-container:nth-child(169) .circle {
    -webkit-animation-delay: 1960ms;
            animation-delay: 1960ms;
  }
  .circle-container:nth-child(170) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-170;
            animation-name: move-frames-170;
    -webkit-animation-duration: 30187ms;
            animation-duration: 30187ms;
    -webkit-animation-delay: 18073ms;
            animation-delay: 18073ms;
  }
  @-webkit-keyframes move-frames-170 {
    from {
      transform: translate3d(4vw, 101vh, 0);
    }
    to {
      transform: translate3d(67vw, -105vh, 0);
    }
  }
  @keyframes move-frames-170 {
    from {
      transform: translate3d(4vw, 101vh, 0);
    }
    to {
      transform: translate3d(67vw, -105vh, 0);
    }
  }
  .circle-container:nth-child(170) .circle {
    -webkit-animation-delay: 226ms;
            animation-delay: 226ms;
  }
  .circle-container:nth-child(171) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-171;
            animation-name: move-frames-171;
    -webkit-animation-duration: 30715ms;
            animation-duration: 30715ms;
    -webkit-animation-delay: 10162ms;
            animation-delay: 10162ms;
  }
  @-webkit-keyframes move-frames-171 {
    from {
      transform: translate3d(87vw, 102vh, 0);
    }
    to {
      transform: translate3d(9vw, -128vh, 0);
    }
  }
  @keyframes move-frames-171 {
    from {
      transform: translate3d(87vw, 102vh, 0);
    }
    to {
      transform: translate3d(9vw, -128vh, 0);
    }
  }
  .circle-container:nth-child(171) .circle {
    -webkit-animation-delay: 1421ms;
            animation-delay: 1421ms;
  }
  .circle-container:nth-child(172) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-172;
            animation-name: move-frames-172;
    -webkit-animation-duration: 32626ms;
            animation-duration: 32626ms;
    -webkit-animation-delay: 23557ms;
            animation-delay: 23557ms;
  }
  @-webkit-keyframes move-frames-172 {
    from {
      transform: translate3d(19vw, 107vh, 0);
    }
    to {
      transform: translate3d(20vw, -136vh, 0);
    }
  }
  @keyframes move-frames-172 {
    from {
      transform: translate3d(19vw, 107vh, 0);
    }
    to {
      transform: translate3d(20vw, -136vh, 0);
    }
  }
  .circle-container:nth-child(172) .circle {
    -webkit-animation-delay: 3066ms;
            animation-delay: 3066ms;
  }
  .circle-container:nth-child(173) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-173;
            animation-name: move-frames-173;
    -webkit-animation-duration: 31705ms;
            animation-duration: 31705ms;
    -webkit-animation-delay: 19094ms;
            animation-delay: 19094ms;
  }
  @-webkit-keyframes move-frames-173 {
    from {
      transform: translate3d(16vw, 109vh, 0);
    }
    to {
      transform: translate3d(8vw, -125vh, 0);
    }
  }
  @keyframes move-frames-173 {
    from {
      transform: translate3d(16vw, 109vh, 0);
    }
    to {
      transform: translate3d(8vw, -125vh, 0);
    }
  }
  .circle-container:nth-child(173) .circle {
    -webkit-animation-delay: 3502ms;
            animation-delay: 3502ms;
  }
  .circle-container:nth-child(174) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-174;
            animation-name: move-frames-174;
    -webkit-animation-duration: 36053ms;
            animation-duration: 36053ms;
    -webkit-animation-delay: 6443ms;
            animation-delay: 6443ms;
  }
  @-webkit-keyframes move-frames-174 {
    from {
      transform: translate3d(91vw, 101vh, 0);
    }
    to {
      transform: translate3d(54vw, -112vh, 0);
    }
  }
  @keyframes move-frames-174 {
    from {
      transform: translate3d(91vw, 101vh, 0);
    }
    to {
      transform: translate3d(54vw, -112vh, 0);
    }
  }
  .circle-container:nth-child(174) .circle {
    -webkit-animation-delay: 363ms;
            animation-delay: 363ms;
  }
  .circle-container:nth-child(175) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-175;
            animation-name: move-frames-175;
    -webkit-animation-duration: 29952ms;
            animation-duration: 29952ms;
    -webkit-animation-delay: 25907ms;
            animation-delay: 25907ms;
  }
  @-webkit-keyframes move-frames-175 {
    from {
      transform: translate3d(12vw, 106vh, 0);
    }
    to {
      transform: translate3d(48vw, -136vh, 0);
    }
  }
  @keyframes move-frames-175 {
    from {
      transform: translate3d(12vw, 106vh, 0);
    }
    to {
      transform: translate3d(48vw, -136vh, 0);
    }
  }
  .circle-container:nth-child(175) .circle {
    -webkit-animation-delay: 2843ms;
            animation-delay: 2843ms;
  }
  .circle-container:nth-child(176) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-176;
            animation-name: move-frames-176;
    -webkit-animation-duration: 28199ms;
            animation-duration: 28199ms;
    -webkit-animation-delay: 26259ms;
            animation-delay: 26259ms;
  }
  @-webkit-keyframes move-frames-176 {
    from {
      transform: translate3d(21vw, 107vh, 0);
    }
    to {
      transform: translate3d(15vw, -111vh, 0);
    }
  }
  @keyframes move-frames-176 {
    from {
      transform: translate3d(21vw, 107vh, 0);
    }
    to {
      transform: translate3d(15vw, -111vh, 0);
    }
  }
  .circle-container:nth-child(176) .circle {
    -webkit-animation-delay: 1214ms;
            animation-delay: 1214ms;
  }
  .circle-container:nth-child(177) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-177;
            animation-name: move-frames-177;
    -webkit-animation-duration: 32212ms;
            animation-duration: 32212ms;
    -webkit-animation-delay: 17936ms;
            animation-delay: 17936ms;
  }
  @-webkit-keyframes move-frames-177 {
    from {
      transform: translate3d(90vw, 105vh, 0);
    }
    to {
      transform: translate3d(2vw, -121vh, 0);
    }
  }
  @keyframes move-frames-177 {
    from {
      transform: translate3d(90vw, 105vh, 0);
    }
    to {
      transform: translate3d(2vw, -121vh, 0);
    }
  }
  .circle-container:nth-child(177) .circle {
    -webkit-animation-delay: 2606ms;
            animation-delay: 2606ms;
  }
  .circle-container:nth-child(178) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-178;
            animation-name: move-frames-178;
    -webkit-animation-duration: 35987ms;
            animation-duration: 35987ms;
    -webkit-animation-delay: 9270ms;
            animation-delay: 9270ms;
  }
  @-webkit-keyframes move-frames-178 {
    from {
      transform: translate3d(90vw, 107vh, 0);
    }
    to {
      transform: translate3d(79vw, -132vh, 0);
    }
  }
  @keyframes move-frames-178 {
    from {
      transform: translate3d(90vw, 107vh, 0);
    }
    to {
      transform: translate3d(79vw, -132vh, 0);
    }
  }
  .circle-container:nth-child(178) .circle {
    -webkit-animation-delay: 201ms;
            animation-delay: 201ms;
  }
  .circle-container:nth-child(179) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-179;
            animation-name: move-frames-179;
    -webkit-animation-duration: 35632ms;
            animation-duration: 35632ms;
    -webkit-animation-delay: 28419ms;
            animation-delay: 28419ms;
  }
  @-webkit-keyframes move-frames-179 {
    from {
      transform: translate3d(27vw, 106vh, 0);
    }
    to {
      transform: translate3d(46vw, -135vh, 0);
    }
  }
  @keyframes move-frames-179 {
    from {
      transform: translate3d(27vw, 106vh, 0);
    }
    to {
      transform: translate3d(46vw, -135vh, 0);
    }
  }
  .circle-container:nth-child(179) .circle {
    -webkit-animation-delay: 2995ms;
            animation-delay: 2995ms;
  }
  .circle-container:nth-child(180) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-180;
            animation-name: move-frames-180;
    -webkit-animation-duration: 34903ms;
            animation-duration: 34903ms;
    -webkit-animation-delay: 29823ms;
            animation-delay: 29823ms;
  }
  @-webkit-keyframes move-frames-180 {
    from {
      transform: translate3d(48vw, 105vh, 0);
    }
    to {
      transform: translate3d(35vw, -127vh, 0);
    }
  }
  @keyframes move-frames-180 {
    from {
      transform: translate3d(48vw, 105vh, 0);
    }
    to {
      transform: translate3d(35vw, -127vh, 0);
    }
  }
  .circle-container:nth-child(180) .circle {
    -webkit-animation-delay: 3257ms;
            animation-delay: 3257ms;
  }
  .circle-container:nth-child(181) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-181;
            animation-name: move-frames-181;
    -webkit-animation-duration: 35159ms;
            animation-duration: 35159ms;
    -webkit-animation-delay: 23003ms;
            animation-delay: 23003ms;
  }
  @-webkit-keyframes move-frames-181 {
    from {
      transform: translate3d(70vw, 105vh, 0);
    }
    to {
      transform: translate3d(60vw, -128vh, 0);
    }
  }
  @keyframes move-frames-181 {
    from {
      transform: translate3d(70vw, 105vh, 0);
    }
    to {
      transform: translate3d(60vw, -128vh, 0);
    }
  }
  .circle-container:nth-child(181) .circle {
    -webkit-animation-delay: 106ms;
            animation-delay: 106ms;
  }
  .circle-container:nth-child(182) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-182;
            animation-name: move-frames-182;
    -webkit-animation-duration: 30048ms;
            animation-duration: 30048ms;
    -webkit-animation-delay: 22598ms;
            animation-delay: 22598ms;
  }
  @-webkit-keyframes move-frames-182 {
    from {
      transform: translate3d(15vw, 109vh, 0);
    }
    to {
      transform: translate3d(69vw, -133vh, 0);
    }
  }
  @keyframes move-frames-182 {
    from {
      transform: translate3d(15vw, 109vh, 0);
    }
    to {
      transform: translate3d(69vw, -133vh, 0);
    }
  }
  .circle-container:nth-child(182) .circle {
    -webkit-animation-delay: 3829ms;
            animation-delay: 3829ms;
  }
  .circle-container:nth-child(183) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-183;
            animation-name: move-frames-183;
    -webkit-animation-duration: 32353ms;
            animation-duration: 32353ms;
    -webkit-animation-delay: 9273ms;
            animation-delay: 9273ms;
  }
  @-webkit-keyframes move-frames-183 {
    from {
      transform: translate3d(50vw, 109vh, 0);
    }
    to {
      transform: translate3d(72vw, -114vh, 0);
    }
  }
  @keyframes move-frames-183 {
    from {
      transform: translate3d(50vw, 109vh, 0);
    }
    to {
      transform: translate3d(72vw, -114vh, 0);
    }
  }
  .circle-container:nth-child(183) .circle {
    -webkit-animation-delay: 454ms;
            animation-delay: 454ms;
  }
  .circle-container:nth-child(184) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-184;
            animation-name: move-frames-184;
    -webkit-animation-duration: 35675ms;
            animation-duration: 35675ms;
    -webkit-animation-delay: 30764ms;
            animation-delay: 30764ms;
  }
  @-webkit-keyframes move-frames-184 {
    from {
      transform: translate3d(79vw, 106vh, 0);
    }
    to {
      transform: translate3d(41vw, -107vh, 0);
    }
  }
  @keyframes move-frames-184 {
    from {
      transform: translate3d(79vw, 106vh, 0);
    }
    to {
      transform: translate3d(41vw, -107vh, 0);
    }
  }
  .circle-container:nth-child(184) .circle {
    -webkit-animation-delay: 1457ms;
            animation-delay: 1457ms;
  }
  .circle-container:nth-child(185) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-185;
            animation-name: move-frames-185;
    -webkit-animation-duration: 28700ms;
            animation-duration: 28700ms;
    -webkit-animation-delay: 36533ms;
            animation-delay: 36533ms;
  }
  @-webkit-keyframes move-frames-185 {
    from {
      transform: translate3d(5vw, 109vh, 0);
    }
    to {
      transform: translate3d(98vw, -124vh, 0);
    }
  }
  @keyframes move-frames-185 {
    from {
      transform: translate3d(5vw, 109vh, 0);
    }
    to {
      transform: translate3d(98vw, -124vh, 0);
    }
  }
  .circle-container:nth-child(185) .circle {
    -webkit-animation-delay: 1631ms;
            animation-delay: 1631ms;
  }
  .circle-container:nth-child(186) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-186;
            animation-name: move-frames-186;
    -webkit-animation-duration: 32589ms;
            animation-duration: 32589ms;
    -webkit-animation-delay: 1793ms;
            animation-delay: 1793ms;
  }
  @-webkit-keyframes move-frames-186 {
    from {
      transform: translate3d(43vw, 108vh, 0);
    }
    to {
      transform: translate3d(100vw, -111vh, 0);
    }
  }
  @keyframes move-frames-186 {
    from {
      transform: translate3d(43vw, 108vh, 0);
    }
    to {
      transform: translate3d(100vw, -111vh, 0);
    }
  }
  .circle-container:nth-child(186) .circle {
    -webkit-animation-delay: 3266ms;
            animation-delay: 3266ms;
  }
  .circle-container:nth-child(187) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-187;
            animation-name: move-frames-187;
    -webkit-animation-duration: 36484ms;
            animation-duration: 36484ms;
    -webkit-animation-delay: 27449ms;
            animation-delay: 27449ms;
  }
  @-webkit-keyframes move-frames-187 {
    from {
      transform: translate3d(17vw, 106vh, 0);
    }
    to {
      transform: translate3d(52vw, -120vh, 0);
    }
  }
  @keyframes move-frames-187 {
    from {
      transform: translate3d(17vw, 106vh, 0);
    }
    to {
      transform: translate3d(52vw, -120vh, 0);
    }
  }
  .circle-container:nth-child(187) .circle {
    -webkit-animation-delay: 1535ms;
            animation-delay: 1535ms;
  }
  .circle-container:nth-child(188) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-188;
            animation-name: move-frames-188;
    -webkit-animation-duration: 35007ms;
            animation-duration: 35007ms;
    -webkit-animation-delay: 32995ms;
            animation-delay: 32995ms;
  }
  @-webkit-keyframes move-frames-188 {
    from {
      transform: translate3d(83vw, 108vh, 0);
    }
    to {
      transform: translate3d(61vw, -120vh, 0);
    }
  }
  @keyframes move-frames-188 {
    from {
      transform: translate3d(83vw, 108vh, 0);
    }
    to {
      transform: translate3d(61vw, -120vh, 0);
    }
  }
  .circle-container:nth-child(188) .circle {
    -webkit-animation-delay: 3502ms;
            animation-delay: 3502ms;
  }
  .circle-container:nth-child(189) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-189;
            animation-name: move-frames-189;
    -webkit-animation-duration: 32152ms;
            animation-duration: 32152ms;
    -webkit-animation-delay: 9297ms;
            animation-delay: 9297ms;
  }
  @-webkit-keyframes move-frames-189 {
    from {
      transform: translate3d(78vw, 108vh, 0);
    }
    to {
      transform: translate3d(91vw, -111vh, 0);
    }
  }
  @keyframes move-frames-189 {
    from {
      transform: translate3d(78vw, 108vh, 0);
    }
    to {
      transform: translate3d(91vw, -111vh, 0);
    }
  }
  .circle-container:nth-child(189) .circle {
    -webkit-animation-delay: 2471ms;
            animation-delay: 2471ms;
  }
  .circle-container:nth-child(190) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-190;
            animation-name: move-frames-190;
    -webkit-animation-duration: 36746ms;
            animation-duration: 36746ms;
    -webkit-animation-delay: 9562ms;
            animation-delay: 9562ms;
  }
  @-webkit-keyframes move-frames-190 {
    from {
      transform: translate3d(98vw, 102vh, 0);
    }
    to {
      transform: translate3d(75vw, -111vh, 0);
    }
  }
  @keyframes move-frames-190 {
    from {
      transform: translate3d(98vw, 102vh, 0);
    }
    to {
      transform: translate3d(75vw, -111vh, 0);
    }
  }
  .circle-container:nth-child(190) .circle {
    -webkit-animation-delay: 1001ms;
            animation-delay: 1001ms;
  }
  .circle-container:nth-child(191) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-191;
            animation-name: move-frames-191;
    -webkit-animation-duration: 34739ms;
            animation-duration: 34739ms;
    -webkit-animation-delay: 7317ms;
            animation-delay: 7317ms;
  }
  @-webkit-keyframes move-frames-191 {
    from {
      transform: translate3d(47vw, 108vh, 0);
    }
    to {
      transform: translate3d(29vw, -110vh, 0);
    }
  }
  @keyframes move-frames-191 {
    from {
      transform: translate3d(47vw, 108vh, 0);
    }
    to {
      transform: translate3d(29vw, -110vh, 0);
    }
  }
  .circle-container:nth-child(191) .circle {
    -webkit-animation-delay: 2452ms;
            animation-delay: 2452ms;
  }
  .circle-container:nth-child(192) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-192;
            animation-name: move-frames-192;
    -webkit-animation-duration: 32728ms;
            animation-duration: 32728ms;
    -webkit-animation-delay: 28691ms;
            animation-delay: 28691ms;
  }
  @-webkit-keyframes move-frames-192 {
    from {
      transform: translate3d(8vw, 104vh, 0);
    }
    to {
      transform: translate3d(46vw, -122vh, 0);
    }
  }
  @keyframes move-frames-192 {
    from {
      transform: translate3d(8vw, 104vh, 0);
    }
    to {
      transform: translate3d(46vw, -122vh, 0);
    }
  }
  .circle-container:nth-child(192) .circle {
    -webkit-animation-delay: 3090ms;
            animation-delay: 3090ms;
  }
  .circle-container:nth-child(193) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-193;
            animation-name: move-frames-193;
    -webkit-animation-duration: 28298ms;
            animation-duration: 28298ms;
    -webkit-animation-delay: 7248ms;
            animation-delay: 7248ms;
  }
  @-webkit-keyframes move-frames-193 {
    from {
      transform: translate3d(36vw, 106vh, 0);
    }
    to {
      transform: translate3d(56vw, -129vh, 0);
    }
  }
  @keyframes move-frames-193 {
    from {
      transform: translate3d(36vw, 106vh, 0);
    }
    to {
      transform: translate3d(56vw, -129vh, 0);
    }
  }
  .circle-container:nth-child(193) .circle {
    -webkit-animation-delay: 1468ms;
            animation-delay: 1468ms;
  }
  .circle-container:nth-child(194) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-194;
            animation-name: move-frames-194;
    -webkit-animation-duration: 29027ms;
            animation-duration: 29027ms;
    -webkit-animation-delay: 5819ms;
            animation-delay: 5819ms;
  }
  @-webkit-keyframes move-frames-194 {
    from {
      transform: translate3d(18vw, 105vh, 0);
    }
    to {
      transform: translate3d(66vw, -116vh, 0);
    }
  }
  @keyframes move-frames-194 {
    from {
      transform: translate3d(18vw, 105vh, 0);
    }
    to {
      transform: translate3d(66vw, -116vh, 0);
    }
  }
  .circle-container:nth-child(194) .circle {
    -webkit-animation-delay: 616ms;
            animation-delay: 616ms;
  }
  .circle-container:nth-child(195) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-195;
            animation-name: move-frames-195;
    -webkit-animation-duration: 29807ms;
            animation-duration: 29807ms;
    -webkit-animation-delay: 36694ms;
            animation-delay: 36694ms;
  }
  @-webkit-keyframes move-frames-195 {
    from {
      transform: translate3d(4vw, 103vh, 0);
    }
    to {
      transform: translate3d(60vw, -112vh, 0);
    }
  }
  @keyframes move-frames-195 {
    from {
      transform: translate3d(4vw, 103vh, 0);
    }
    to {
      transform: translate3d(60vw, -112vh, 0);
    }
  }
  .circle-container:nth-child(195) .circle {
    -webkit-animation-delay: 1921ms;
            animation-delay: 1921ms;
  }
  .circle-container:nth-child(196) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-196;
            animation-name: move-frames-196;
    -webkit-animation-duration: 31559ms;
            animation-duration: 31559ms;
    -webkit-animation-delay: 35690ms;
            animation-delay: 35690ms;
  }
  @-webkit-keyframes move-frames-196 {
    from {
      transform: translate3d(28vw, 103vh, 0);
    }
    to {
      transform: translate3d(36vw, -114vh, 0);
    }
  }
  @keyframes move-frames-196 {
    from {
      transform: translate3d(28vw, 103vh, 0);
    }
    to {
      transform: translate3d(36vw, -114vh, 0);
    }
  }
  .circle-container:nth-child(196) .circle {
    -webkit-animation-delay: 190ms;
            animation-delay: 190ms;
  }
  .circle-container:nth-child(197) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-197;
            animation-name: move-frames-197;
    -webkit-animation-duration: 31003ms;
            animation-duration: 31003ms;
    -webkit-animation-delay: 32335ms;
            animation-delay: 32335ms;
  }
  @-webkit-keyframes move-frames-197 {
    from {
      transform: translate3d(29vw, 104vh, 0);
    }
    to {
      transform: translate3d(75vw, -105vh, 0);
    }
  }
  @keyframes move-frames-197 {
    from {
      transform: translate3d(29vw, 104vh, 0);
    }
    to {
      transform: translate3d(75vw, -105vh, 0);
    }
  }
  .circle-container:nth-child(197) .circle {
    -webkit-animation-delay: 1761ms;
            animation-delay: 1761ms;
  }
  .circle-container:nth-child(198) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-198;
            animation-name: move-frames-198;
    -webkit-animation-duration: 33375ms;
            animation-duration: 33375ms;
    -webkit-animation-delay: 17373ms;
            animation-delay: 17373ms;
  }
  @-webkit-keyframes move-frames-198 {
    from {
      transform: translate3d(64vw, 110vh, 0);
    }
    to {
      transform: translate3d(40vw, -122vh, 0);
    }
  }
  @keyframes move-frames-198 {
    from {
      transform: translate3d(64vw, 110vh, 0);
    }
    to {
      transform: translate3d(40vw, -122vh, 0);
    }
  }
  .circle-container:nth-child(198) .circle {
    -webkit-animation-delay: 2162ms;
            animation-delay: 2162ms;
  }
  .circle-container:nth-child(199) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-199;
            animation-name: move-frames-199;
    -webkit-animation-duration: 31224ms;
            animation-duration: 31224ms;
    -webkit-animation-delay: 15211ms;
            animation-delay: 15211ms;
  }
  @-webkit-keyframes move-frames-199 {
    from {
      transform: translate3d(55vw, 104vh, 0);
    }
    to {
      transform: translate3d(42vw, -108vh, 0);
    }
  }
  @keyframes move-frames-199 {
    from {
      transform: translate3d(55vw, 104vh, 0);
    }
    to {
      transform: translate3d(42vw, -108vh, 0);
    }
  }
  .circle-container:nth-child(199) .circle {
    -webkit-animation-delay: 1542ms;
            animation-delay: 1542ms;
  }
  .circle-container:nth-child(200) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-200;
            animation-name: move-frames-200;
    -webkit-animation-duration: 35775ms;
            animation-duration: 35775ms;
    -webkit-animation-delay: 22754ms;
            animation-delay: 22754ms;
  }
  @-webkit-keyframes move-frames-200 {
    from {
      transform: translate3d(6vw, 107vh, 0);
    }
    to {
      transform: translate3d(62vw, -129vh, 0);
    }
  }
  @keyframes move-frames-200 {
    from {
      transform: translate3d(6vw, 107vh, 0);
    }
    to {
      transform: translate3d(62vw, -129vh, 0);
    }
  }
  .circle-container:nth-child(200) .circle {
    -webkit-animation-delay: 2811ms;
            animation-delay: 2811ms;
  }
  
  .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;
    }
  }