
.cover_container {
    overflow: hidden;
    position: relative;
  }
  
  .circle-container {
    position: absolute;
    transform: translateY(140vh);
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    z-index: -99;
  }
  .circle-container .circle {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    mix-blend-mode: screen;
    background-color: #F4ECDC;
    animation: fadein-frames 200ms infinite, scale-frames 2s infinite;
  }
  @keyframes fade-frames {
    0% {
      opacity: 1;
    }
    50% {
      opacity: 0.7;
    }
    100% {
      opacity: 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: 6px;
    height: 6px;
    animation-name: move-frames-1;
    animation-duration: 28979ms;
    animation-delay: 29099ms;
  }
  @keyframes move-frames-1 {
    from {
      transform: translate3d(88vw, 105vh, 0);
    }
    to {
      transform: translate3d(48vw, -108vh, 0);
    }
  }
  .circle-container:nth-child(1) .circle {
    animation-delay: 3493ms;
  }
  .circle-container:nth-child(2) {
    width: 6px;
    height: 6px;
    animation-name: move-frames-2;
    animation-duration: 29510ms;
    animation-delay: 16030ms;
  }
  @keyframes move-frames-2 {
    from {
      transform: translate3d(71vw, 105vh, 0);
    }
    to {
      transform: translate3d(69vw, -115vh, 0);
    }
  }
  .circle-container:nth-child(2) .circle {
    animation-delay: 424ms;
  }
  .circle-container:nth-child(3) {
    width: 7px;
    height: 7px;
    animation-name: move-frames-3;
    animation-duration: 33044ms;
    animation-delay: 18268ms;
  }
  @keyframes move-frames-3 {
    from {
      transform: translate3d(24vw, 105vh, 0);
    }
    to {
      transform: translate3d(12vw, -124vh, 0);
    }
  }
  .circle-container:nth-child(3) .circle {
    animation-delay: 2706ms;
  }
  .circle-container:nth-child(4) {
    width: 6px;
    height: 6px;
    animation-name: move-frames-4;
    animation-duration: 30886ms;
    animation-delay: 26514ms;
  }
  @keyframes move-frames-4 {
    from {
      transform: translate3d(73vw, 103vh, 0);
    }
    to {
      transform: translate3d(37vw, -109vh, 0);
    }
  }
  .circle-container:nth-child(4) .circle {
    animation-delay: 1762ms;
  }
  .circle-container:nth-child(5) {
    width: 7px;
    height: 7px;
    animation-name: move-frames-5;
    animation-duration: 33380ms;
    animation-delay: 25024ms;
  }
  @keyframes move-frames-5 {
    from {
      transform: translate3d(14vw, 108vh, 0);
    }
    to {
      transform: translate3d(83vw, -121vh, 0);
    }
  }
  .circle-container:nth-child(5) .circle {
    animation-delay: 1428ms;
  }
  .circle-container:nth-child(6) {
    width: 7px;
    height: 7px;
    animation-name: move-frames-6;
    animation-duration: 34277ms;
    animation-delay: 32405ms;
  }
  @keyframes move-frames-6 {
    from {
      transform: translate3d(72vw, 101vh, 0);
    }
    to {
      transform: translate3d(58vw, -120vh, 0);
    }
  }
  .circle-container:nth-child(6) .circle {
    animation-delay: 3595ms;
  }
  .circle-container:nth-child(7) {
    width: 3px;
    height: 3px;
    animation-name: move-frames-7;
    animation-duration: 29042ms;
    animation-delay: 25324ms;
  }
  @keyframes move-frames-7 {
    from {
      transform: translate3d(91vw, 108vh, 0);
    }
    to {
      transform: translate3d(67vw, -114vh, 0);
    }
  }
  .circle-container:nth-child(7) .circle {
    animation-delay: 114ms;
  }
  .circle-container:nth-child(8) {
    width: 6px;
    height: 6px;
    animation-name: move-frames-8;
    animation-duration: 35998ms;
    animation-delay: 5295ms;
  }
  @keyframes move-frames-8 {
    from {
      transform: translate3d(48vw, 106vh, 0);
    }
    to {
      transform: translate3d(8vw, -117vh, 0);
    }
  }
  .circle-container:nth-child(8) .circle {
    animation-delay: 738ms;
  }
  .circle-container:nth-child(9) {
    width: 5px;
    height: 5px;
    animation-name: move-frames-9;
    animation-duration: 32609ms;
    animation-delay: 13951ms;
  }
  @keyframes move-frames-9 {
    from {
      transform: translate3d(14vw, 104vh, 0);
    }
    to {
      transform: translate3d(74vw, -106vh, 0);
    }
  }
  .circle-container:nth-child(9) .circle {
    animation-delay: 2373ms;
  }
  .circle-container:nth-child(10) {
    width: 5px;
    height: 5px;
    animation-name: move-frames-10;
    animation-duration: 28665ms;
    animation-delay: 24384ms;
  }
  @keyframes move-frames-10 {
    from {
      transform: translate3d(7vw, 109vh, 0);
    }
    to {
      transform: translate3d(35vw, -113vh, 0);
    }
  }
  .circle-container:nth-child(10) .circle {
    animation-delay: 1396ms;
  }
  .circle-container:nth-child(11) {
    width: 8px;
    height: 8px;
    animation-name: move-frames-11;
    animation-duration: 35737ms;
    animation-delay: 20295ms;
  }
  @keyframes move-frames-11 {
    from {
      transform: translate3d(90vw, 109vh, 0);
    }
    to {
      transform: translate3d(87vw, -137vh, 0);
    }
  }
  .circle-container:nth-child(11) .circle {
    animation-delay: 505ms;
  }
  .circle-container:nth-child(12) {
    width: 4px;
    height: 4px;
    animation-name: move-frames-12;
    animation-duration: 28994ms;
    animation-delay: 29186ms;
  }
  @keyframes move-frames-12 {
    from {
      transform: translate3d(60vw, 106vh, 0);
    }
    to {
      transform: translate3d(62vw, -121vh, 0);
    }
  }
  .circle-container:nth-child(12) .circle {
    animation-delay: 595ms;
  }
  .circle-container:nth-child(13) {
    width: 7px;
    height: 7px;
    animation-name: move-frames-13;
    animation-duration: 28141ms;
    animation-delay: 6468ms;
  }
  @keyframes move-frames-13 {
    from {
      transform: translate3d(69vw, 110vh, 0);
    }
    to {
      transform: translate3d(25vw, -137vh, 0);
    }
  }
  .circle-container:nth-child(13) .circle {
    animation-delay: 1182ms;
  }
  .circle-container:nth-child(14) {
    width: 6px;
    height: 6px;
    animation-name: move-frames-14;
    animation-duration: 36407ms;
    animation-delay: 17178ms;
  }
  @keyframes move-frames-14 {
    from {
      transform: translate3d(67vw, 103vh, 0);
    }
    to {
      transform: translate3d(24vw, -125vh, 0);
    }
  }
  .circle-container:nth-child(14) .circle {
    animation-delay: 2068ms;
  }
  .circle-container:nth-child(15) {
    width: 1px;
    height: 1px;
    animation-name: move-frames-15;
    animation-duration: 34474ms;
    animation-delay: 14969ms;
  }
  @keyframes move-frames-15 {
    from {
      transform: translate3d(1vw, 106vh, 0);
    }
    to {
      transform: translate3d(91vw, -118vh, 0);
    }
  }
  .circle-container:nth-child(15) .circle {
    animation-delay: 2201ms;
  }
  .circle-container:nth-child(16) {
    width: 4px;
    height: 4px;
    animation-name: move-frames-16;
    animation-duration: 31092ms;
    animation-delay: 35023ms;
  }
  @keyframes move-frames-16 {
    from {
      transform: translate3d(82vw, 105vh, 0);
    }
    to {
      transform: translate3d(52vw, -125vh, 0);
    }
  }
  .circle-container:nth-child(16) .circle {
    animation-delay: 2826ms;
  }
  .circle-container:nth-child(17) {
    width: 5px;
    height: 5px;
    animation-name: move-frames-17;
    animation-duration: 35410ms;
    animation-delay: 30446ms;
  }
  @keyframes move-frames-17 {
    from {
      transform: translate3d(69vw, 106vh, 0);
    }
    to {
      transform: translate3d(11vw, -109vh, 0);
    }
  }
  .circle-container:nth-child(17) .circle {
    animation-delay: 2210ms;
  }
  .circle-container:nth-child(18) {
    width: 6px;
    height: 6px;
    animation-name: move-frames-18;
    animation-duration: 35904ms;
    animation-delay: 2836ms;
  }
  @keyframes move-frames-18 {
    from {
      transform: translate3d(39vw, 109vh, 0);
    }
    to {
      transform: translate3d(83vw, -134vh, 0);
    }
  }
  .circle-container:nth-child(18) .circle {
    animation-delay: 3587ms;
  }
  .circle-container:nth-child(19) {
    width: 3px;
    height: 3px;
    animation-name: move-frames-19;
    animation-duration: 29838ms;
    animation-delay: 25996ms;
  }
  @keyframes move-frames-19 {
    from {
      transform: translate3d(37vw, 101vh, 0);
    }
    to {
      transform: translate3d(58vw, -119vh, 0);
    }
  }
  .circle-container:nth-child(19) .circle {
    animation-delay: 3335ms;
  }
  .circle-container:nth-child(20) {
    width: 7px;
    height: 7px;
    animation-name: move-frames-20;
    animation-duration: 30537ms;
    animation-delay: 10945ms;
  }
  @keyframes move-frames-20 {
    from {
      transform: translate3d(99vw, 107vh, 0);
    }
    to {
      transform: translate3d(26vw, -126vh, 0);
    }
  }
  .circle-container:nth-child(20) .circle {
    animation-delay: 3532ms;
  }
  .circle-container:nth-child(21) {
    width: 8px;
    height: 8px;
    animation-name: move-frames-21;
    animation-duration: 34256ms;
    animation-delay: 24480ms;
  }
  @keyframes move-frames-21 {
    from {
      transform: translate3d(87vw, 105vh, 0);
    }
    to {
      transform: translate3d(43vw, -117vh, 0);
    }
  }
  .circle-container:nth-child(21) .circle {
    animation-delay: 2246ms;
  }
  .circle-container:nth-child(22) {
    width: 5px;
    height: 5px;
    animation-name: move-frames-22;
    animation-duration: 29507ms;
    animation-delay: 15005ms;
  }
  @keyframes move-frames-22 {
    from {
      transform: translate3d(44vw, 102vh, 0);
    }
    to {
      transform: translate3d(41vw, -105vh, 0);
    }
  }
  .circle-container:nth-child(22) .circle {
    animation-delay: 472ms;
  }
  .circle-container:nth-child(23) {
    width: 8px;
    height: 8px;
    animation-name: move-frames-23;
    animation-duration: 29188ms;
    animation-delay: 27289ms;
  }
  @keyframes move-frames-23 {
    from {
      transform: translate3d(7vw, 102vh, 0);
    }
    to {
      transform: translate3d(25vw, -124vh, 0);
    }
  }
  .circle-container:nth-child(23) .circle {
    animation-delay: 2719ms;
  }
  .circle-container:nth-child(24) {
    width: 5px;
    height: 5px;
    animation-name: move-frames-24;
    animation-duration: 34938ms;
    animation-delay: 30196ms;
  }
  @keyframes move-frames-24 {
    from {
      transform: translate3d(52vw, 104vh, 0);
    }
    to {
      transform: translate3d(81vw, -111vh, 0);
    }
  }
  .circle-container:nth-child(24) .circle {
    animation-delay: 3971ms;
  }
  .circle-container:nth-child(25) {
    width: 2px;
    height: 2px;
    animation-name: move-frames-25;
    animation-duration: 32261ms;
    animation-delay: 14378ms;
  }
  @keyframes move-frames-25 {
    from {
      transform: translate3d(59vw, 105vh, 0);
    }
    to {
      transform: translate3d(49vw, -109vh, 0);
    }
  }
  .circle-container:nth-child(25) .circle {
    animation-delay: 1351ms;
  }
  .circle-container:nth-child(26) {
    width: 6px;
    height: 6px;
    animation-name: move-frames-26;
    animation-duration: 32171ms;
    animation-delay: 89ms;
  }
  @keyframes move-frames-26 {
    from {
      transform: translate3d(80vw, 102vh, 0);
    }
    to {
      transform: translate3d(58vw, -122vh, 0);
    }
  }
  .circle-container:nth-child(26) .circle {
    animation-delay: 2384ms;
  }
  .circle-container:nth-child(27) {
    width: 7px;
    height: 7px;
    animation-name: move-frames-27;
    animation-duration: 29940ms;
    animation-delay: 5944ms;
  }
  @keyframes move-frames-27 {
    from {
      transform: translate3d(37vw, 105vh, 0);
    }
    to {
      transform: translate3d(4vw, -106vh, 0);
    }
  }
  .circle-container:nth-child(27) .circle {
    animation-delay: 1138ms;
  }
  .circle-container:nth-child(28) {
    width: 8px;
    height: 8px;
    animation-name: move-frames-28;
    animation-duration: 30785ms;
    animation-delay: 22978ms;
  }
  @keyframes move-frames-28 {
    from {
      transform: translate3d(85vw, 102vh, 0);
    }
    to {
      transform: translate3d(69vw, -125vh, 0);
    }
  }
  .circle-container:nth-child(28) .circle {
    animation-delay: 2124ms;
  }
  .circle-container:nth-child(29) {
    width: 4px;
    height: 4px;
    animation-name: move-frames-29;
    animation-duration: 28903ms;
    animation-delay: 5739ms;
  }
  @keyframes move-frames-29 {
    from {
      transform: translate3d(83vw, 101vh, 0);
    }
    to {
      transform: translate3d(55vw, -106vh, 0);
    }
  }
  .circle-container:nth-child(29) .circle {
    animation-delay: 2303ms;
  }
  .circle-container:nth-child(30) {
    width: 3px;
    height: 3px;
    animation-name: move-frames-30;
    animation-duration: 36126ms;
    animation-delay: 33961ms;
  }
  @keyframes move-frames-30 {
    from {
      transform: translate3d(14vw, 106vh, 0);
    }
    to {
      transform: translate3d(83vw, -132vh, 0);
    }
  }
  .circle-container:nth-child(30) .circle {
    animation-delay: 2742ms;
  }
  .circle-container:nth-child(31) {
    width: 5px;
    height: 5px;
    animation-name: move-frames-31;
    animation-duration: 28907ms;
    animation-delay: 14597ms;
  }
  @keyframes move-frames-31 {
    from {
      transform: translate3d(31vw, 102vh, 0);
    }
    to {
      transform: translate3d(96vw, -113vh, 0);
    }
  }
  .circle-container:nth-child(31) .circle {
    animation-delay: 2311ms;
  }
  .circle-container:nth-child(32) {
    width: 5px;
    height: 5px;
    animation-name: move-frames-32;
    animation-duration: 29933ms;
    animation-delay: 30712ms;
  }
  @keyframes move-frames-32 {
    from {
      transform: translate3d(6vw, 110vh, 0);
    }
    to {
      transform: translate3d(86vw, -138vh, 0);
    }
  }
  .circle-container:nth-child(32) .circle {
    animation-delay: 2494ms;
  }
  .circle-container:nth-child(33) {
    width: 4px;
    height: 4px;
    animation-name: move-frames-33;
    animation-duration: 35018ms;
    animation-delay: 14583ms;
  }
  @keyframes move-frames-33 {
    from {
      transform: translate3d(82vw, 110vh, 0);
    }
    to {
      transform: translate3d(25vw, -120vh, 0);
    }
  }
  .circle-container:nth-child(33) .circle {
    animation-delay: 2260ms;
  }
  .circle-container:nth-child(34) {
    width: 4px;
    height: 4px;
    animation-name: move-frames-34;
    animation-duration: 35838ms;
    animation-delay: 18178ms;
  }
  @keyframes move-frames-34 {
    from {
      transform: translate3d(94vw, 109vh, 0);
    }
    to {
      transform: translate3d(26vw, -113vh, 0);
    }
  }
  .circle-container:nth-child(34) .circle {
    animation-delay: 3002ms;
  }
  .circle-container:nth-child(35) {
    width: 4px;
    height: 4px;
    animation-name: move-frames-35;
    animation-duration: 35750ms;
    animation-delay: 28526ms;
  }
  @keyframes move-frames-35 {
    from {
      transform: translate3d(59vw, 103vh, 0);
    }
    to {
      transform: translate3d(84vw, -121vh, 0);
    }
  }
  .circle-container:nth-child(35) .circle {
    animation-delay: 3976ms;
  }
  .circle-container:nth-child(36) {
    width: 4px;
    height: 4px;
    animation-name: move-frames-36;
    animation-duration: 36502ms;
    animation-delay: 33498ms;
  }
  @keyframes move-frames-36 {
    from {
      transform: translate3d(82vw, 103vh, 0);
    }
    to {
      transform: translate3d(22vw, -119vh, 0);
    }
  }
  .circle-container:nth-child(36) .circle {
    animation-delay: 2162ms;
  }
  .circle-container:nth-child(37) {
    width: 5px;
    height: 5px;
    animation-name: move-frames-37;
    animation-duration: 36430ms;
    animation-delay: 11251ms;
  }
  @keyframes move-frames-37 {
    from {
      transform: translate3d(60vw, 108vh, 0);
    }
    to {
      transform: translate3d(96vw, -132vh, 0);
    }
  }
  .circle-container:nth-child(37) .circle {
    animation-delay: 169ms;
  }
  .circle-container:nth-child(38) {
    width: 8px;
    height: 8px;
    animation-name: move-frames-38;
    animation-duration: 33545ms;
    animation-delay: 9173ms;
  }
  @keyframes move-frames-38 {
    from {
      transform: translate3d(94vw, 109vh, 0);
    }
    to {
      transform: translate3d(44vw, -121vh, 0);
    }
  }
  .circle-container:nth-child(38) .circle {
    animation-delay: 1967ms;
  }
  .circle-container:nth-child(39) {
    width: 8px;
    height: 8px;
    animation-name: move-frames-39;
    animation-duration: 36190ms;
    animation-delay: 36499ms;
  }
  @keyframes move-frames-39 {
    from {
      transform: translate3d(7vw, 110vh, 0);
    }
    to {
      transform: translate3d(34vw, -116vh, 0);
    }
  }
  .circle-container:nth-child(39) .circle {
    animation-delay: 2006ms;
  }
  .circle-container:nth-child(40) {
    width: 5px;
    height: 5px;
    animation-name: move-frames-40;
    animation-duration: 32338ms;
    animation-delay: 30178ms;
  }
  @keyframes move-frames-40 {
    from {
      transform: translate3d(18vw, 108vh, 0);
    }
    to {
      transform: translate3d(18vw, -122vh, 0);
    }
  }
  .circle-container:nth-child(40) .circle {
    animation-delay: 1854ms;
  }
  .circle-container:nth-child(41) {
    width: 3px;
    height: 3px;
    animation-name: move-frames-41;
    animation-duration: 33610ms;
    animation-delay: 22848ms;
  }
  @keyframes move-frames-41 {
    from {
      transform: translate3d(62vw, 105vh, 0);
    }
    to {
      transform: translate3d(73vw, -130vh, 0);
    }
  }
  .circle-container:nth-child(41) .circle {
    animation-delay: 2969ms;
  }
  .circle-container:nth-child(42) {
    width: 2px;
    height: 2px;
    animation-name: move-frames-42;
    animation-duration: 28920ms;
    animation-delay: 3414ms;
  }
  @keyframes move-frames-42 {
    from {
      transform: translate3d(70vw, 106vh, 0);
    }
    to {
      transform: translate3d(42vw, -116vh, 0);
    }
  }
  .circle-container:nth-child(42) .circle {
    animation-delay: 1264ms;
  }
  .circle-container:nth-child(43) {
    width: 7px;
    height: 7px;
    animation-name: move-frames-43;
    animation-duration: 30509ms;
    animation-delay: 34861ms;
  }
  @keyframes move-frames-43 {
    from {
      transform: translate3d(59vw, 104vh, 0);
    }
    to {
      transform: translate3d(97vw, -133vh, 0);
    }
  }
  .circle-container:nth-child(43) .circle {
    animation-delay: 419ms;
  }
  .circle-container:nth-child(44) {
    width: 8px;
    height: 8px;
    animation-name: move-frames-44;
    animation-duration: 30488ms;
    animation-delay: 17427ms;
  }
  @keyframes move-frames-44 {
    from {
      transform: translate3d(27vw, 107vh, 0);
    }
    to {
      transform: translate3d(19vw, -119vh, 0);
    }
  }
  .circle-container:nth-child(44) .circle {
    animation-delay: 1277ms;
  }
  .circle-container:nth-child(45) {
    width: 8px;
    height: 8px;
    animation-name: move-frames-45;
    animation-duration: 35991ms;
    animation-delay: 31063ms;
  }
  @keyframes move-frames-45 {
    from {
      transform: translate3d(98vw, 104vh, 0);
    }
    to {
      transform: translate3d(50vw, -131vh, 0);
    }
  }
  .circle-container:nth-child(45) .circle {
    animation-delay: 2403ms;
  }
  .circle-container:nth-child(46) {
    width: 2px;
    height: 2px;
    animation-name: move-frames-46;
    animation-duration: 33323ms;
    animation-delay: 21859ms;
  }
  @keyframes move-frames-46 {
    from {
      transform: translate3d(72vw, 108vh, 0);
    }
    to {
      transform: translate3d(94vw, -127vh, 0);
    }
  }
  .circle-container:nth-child(46) .circle {
    animation-delay: 2521ms;
  }
  .circle-container:nth-child(47) {
    width: 2px;
    height: 2px;
    animation-name: move-frames-47;
    animation-duration: 28712ms;
    animation-delay: 32605ms;
  }
  @keyframes move-frames-47 {
    from {
      transform: translate3d(62vw, 110vh, 0);
    }
    to {
      transform: translate3d(49vw, -125vh, 0);
    }
  }
  .circle-container:nth-child(47) .circle {
    animation-delay: 315ms;
  }
  .circle-container:nth-child(48) {
    width: 4px;
    height: 4px;
    animation-name: move-frames-48;
    animation-duration: 36140ms;
    animation-delay: 30777ms;
  }
  @keyframes move-frames-48 {
    from {
      transform: translate3d(71vw, 104vh, 0);
    }
    to {
      transform: translate3d(34vw, -105vh, 0);
    }
  }
  .circle-container:nth-child(48) .circle {
    animation-delay: 3495ms;
  }
  .circle-container:nth-child(49) {
    width: 7px;
    height: 7px;
    animation-name: move-frames-49;
    animation-duration: 32089ms;
    animation-delay: 16088ms;
  }
  @keyframes move-frames-49 {
    from {
      transform: translate3d(52vw, 103vh, 0);
    }
    to {
      transform: translate3d(31vw, -112vh, 0);
    }
  }
  .circle-container:nth-child(49) .circle {
    animation-delay: 2368ms;
  }
  .circle-container:nth-child(50) {
    width: 6px;
    height: 6px;
    animation-name: move-frames-50;
    animation-duration: 28318ms;
    animation-delay: 6836ms;
  }
  @keyframes move-frames-50 {
    from {
      transform: translate3d(7vw, 103vh, 0);
    }
    to {
      transform: translate3d(53vw, -104vh, 0);
    }
  }
  .circle-container:nth-child(50) .circle {
    animation-delay: 2365ms;
  }
  .circle-container:nth-child(51) {
    width: 5px;
    height: 5px;
    animation-name: move-frames-51;
    animation-duration: 36023ms;
    animation-delay: 12758ms;
  }
  @keyframes move-frames-51 {
    from {
      transform: translate3d(86vw, 107vh, 0);
    }
    to {
      transform: translate3d(68vw, -132vh, 0);
    }
  }
  .circle-container:nth-child(51) .circle {
    animation-delay: 3549ms;
  }
  .circle-container:nth-child(52) {
    width: 1px;
    height: 1px;
    animation-name: move-frames-52;
    animation-duration: 34010ms;
    animation-delay: 33634ms;
  }
  @keyframes move-frames-52 {
    from {
      transform: translate3d(95vw, 103vh, 0);
    }
    to {
      transform: translate3d(52vw, -110vh, 0);
    }
  }
  .circle-container:nth-child(52) .circle {
    animation-delay: 1195ms;
  }
  .circle-container:nth-child(53) {
    width: 7px;
    height: 7px;
    animation-name: move-frames-53;
    animation-duration: 33292ms;
    animation-delay: 21440ms;
  }
  @keyframes move-frames-53 {
    from {
      transform: translate3d(24vw, 110vh, 0);
    }
    to {
      transform: translate3d(30vw, -125vh, 0);
    }
  }
  .circle-container:nth-child(53) .circle {
    animation-delay: 583ms;
  }
  .circle-container:nth-child(54) {
    width: 7px;
    height: 7px;
    animation-name: move-frames-54;
    animation-duration: 35126ms;
    animation-delay: 10385ms;
  }
  @keyframes move-frames-54 {
    from {
      transform: translate3d(94vw, 103vh, 0);
    }
    to {
      transform: translate3d(74vw, -128vh, 0);
    }
  }
  .circle-container:nth-child(54) .circle {
    animation-delay: 1804ms;
  }
  .circle-container:nth-child(55) {
    width: 7px;
    height: 7px;
    animation-name: move-frames-55;
    animation-duration: 32541ms;
    animation-delay: 34163ms;
  }
  @keyframes move-frames-55 {
    from {
      transform: translate3d(83vw, 103vh, 0);
    }
    to {
      transform: translate3d(9vw, -117vh, 0);
    }
  }
  .circle-container:nth-child(55) .circle {
    animation-delay: 212ms;
  }
  .circle-container:nth-child(56) {
    width: 8px;
    height: 8px;
    animation-name: move-frames-56;
    animation-duration: 34449ms;
    animation-delay: 17925ms;
  }
  @keyframes move-frames-56 {
    from {
      transform: translate3d(77vw, 110vh, 0);
    }
    to {
      transform: translate3d(37vw, -114vh, 0);
    }
  }
  .circle-container:nth-child(56) .circle {
    animation-delay: 937ms;
  }
  .circle-container:nth-child(57) {
    width: 2px;
    height: 2px;
    animation-name: move-frames-57;
    animation-duration: 32371ms;
    animation-delay: 5148ms;
  }
  @keyframes move-frames-57 {
    from {
      transform: translate3d(53vw, 101vh, 0);
    }
    to {
      transform: translate3d(90vw, -108vh, 0);
    }
  }
  .circle-container:nth-child(57) .circle {
    animation-delay: 1625ms;
  }
  .circle-container:nth-child(58) {
    width: 3px;
    height: 3px;
    animation-name: move-frames-58;
    animation-duration: 36057ms;
    animation-delay: 13270ms;
  }
  @keyframes move-frames-58 {
    from {
      transform: translate3d(72vw, 110vh, 0);
    }
    to {
      transform: translate3d(58vw, -134vh, 0);
    }
  }
  .circle-container:nth-child(58) .circle {
    animation-delay: 2555ms;
  }
  .circle-container:nth-child(59) {
    width: 5px;
    height: 5px;
    animation-name: move-frames-59;
    animation-duration: 33228ms;
    animation-delay: 14300ms;
  }
  @keyframes move-frames-59 {
    from {
      transform: translate3d(68vw, 107vh, 0);
    }
    to {
      transform: translate3d(72vw, -128vh, 0);
    }
  }
  .circle-container:nth-child(59) .circle {
    animation-delay: 2533ms;
  }
  .circle-container:nth-child(60) {
    width: 4px;
    height: 4px;
    animation-name: move-frames-60;
    animation-duration: 32448ms;
    animation-delay: 2281ms;
  }
  @keyframes move-frames-60 {
    from {
      transform: translate3d(91vw, 102vh, 0);
    }
    to {
      transform: translate3d(37vw, -132vh, 0);
    }
  }
  .circle-container:nth-child(60) .circle {
    animation-delay: 916ms;
  }
  .circle-container:nth-child(61) {
    width: 5px;
    height: 5px;
    animation-name: move-frames-61;
    animation-duration: 28758ms;
    animation-delay: 7506ms;
  }
  @keyframes move-frames-61 {
    from {
      transform: translate3d(21vw, 103vh, 0);
    }
    to {
      transform: translate3d(46vw, -118vh, 0);
    }
  }
  .circle-container:nth-child(61) .circle {
    animation-delay: 378ms;
  }
  .circle-container:nth-child(62) {
    width: 8px;
    height: 8px;
    animation-name: move-frames-62;
    animation-duration: 32871ms;
    animation-delay: 18041ms;
  }
  @keyframes move-frames-62 {
    from {
      transform: translate3d(21vw, 104vh, 0);
    }
    to {
      transform: translate3d(98vw, -108vh, 0);
    }
  }
  .circle-container:nth-child(62) .circle {
    animation-delay: 2465ms;
  }
  .circle-container:nth-child(63) {
    width: 5px;
    height: 5px;
    animation-name: move-frames-63;
    animation-duration: 32014ms;
    animation-delay: 18945ms;
  }
  @keyframes move-frames-63 {
    from {
      transform: translate3d(85vw, 106vh, 0);
    }
    to {
      transform: translate3d(17vw, -132vh, 0);
    }
  }
  .circle-container:nth-child(63) .circle {
    animation-delay: 2799ms;
  }
  .circle-container:nth-child(64) {
    width: 6px;
    height: 6px;
    animation-name: move-frames-64;
    animation-duration: 31703ms;
    animation-delay: 36389ms;
  }
  @keyframes move-frames-64 {
    from {
      transform: translate3d(42vw, 105vh, 0);
    }
    to {
      transform: translate3d(22vw, -124vh, 0);
    }
  }
  .circle-container:nth-child(64) .circle {
    animation-delay: 1381ms;
  }
  .circle-container:nth-child(65) {
    width: 7px;
    height: 7px;
    animation-name: move-frames-65;
    animation-duration: 32061ms;
    animation-delay: 1731ms;
  }
  @keyframes move-frames-65 {
    from {
      transform: translate3d(44vw, 106vh, 0);
    }
    to {
      transform: translate3d(91vw, -123vh, 0);
    }
  }
  .circle-container:nth-child(65) .circle {
    animation-delay: 3680ms;
  }
  .circle-container:nth-child(66) {
    width: 1px;
    height: 1px;
    animation-name: move-frames-66;
    animation-duration: 33387ms;
    animation-delay: 20925ms;
  }
  @keyframes move-frames-66 {
    from {
      transform: translate3d(40vw, 105vh, 0);
    }
    to {
      transform: translate3d(30vw, -127vh, 0);
    }
  }
  .circle-container:nth-child(66) .circle {
    animation-delay: 2223ms;
  }
  .circle-container:nth-child(67) {
    width: 7px;
    height: 7px;
    animation-name: move-frames-67;
    animation-duration: 35038ms;
    animation-delay: 14776ms;
  }
  @keyframes move-frames-67 {
    from {
      transform: translate3d(3vw, 102vh, 0);
    }
    to {
      transform: translate3d(26vw, -126vh, 0);
    }
  }
  .circle-container:nth-child(67) .circle {
    animation-delay: 3636ms;
  }
  .circle-container:nth-child(68) {
    width: 5px;
    height: 5px;
    animation-name: move-frames-68;
    animation-duration: 36556ms;
    animation-delay: 17034ms;
  }
  @keyframes move-frames-68 {
    from {
      transform: translate3d(24vw, 105vh, 0);
    }
    to {
      transform: translate3d(88vw, -109vh, 0);
    }
  }
  .circle-container:nth-child(68) .circle {
    animation-delay: 2798ms;
  }
  .circle-container:nth-child(69) {
    width: 3px;
    height: 3px;
    animation-name: move-frames-69;
    animation-duration: 33350ms;
    animation-delay: 24172ms;
  }
  @keyframes move-frames-69 {
    from {
      transform: translate3d(32vw, 105vh, 0);
    }
    to {
      transform: translate3d(14vw, -120vh, 0);
    }
  }
  .circle-container:nth-child(69) .circle {
    animation-delay: 3417ms;
  }
  .circle-container:nth-child(70) {
    width: 4px;
    height: 4px;
    animation-name: move-frames-70;
    animation-duration: 33507ms;
    animation-delay: 19484ms;
  }
  @keyframes move-frames-70 {
    from {
      transform: translate3d(27vw, 107vh, 0);
    }
    to {
      transform: translate3d(84vw, -126vh, 0);
    }
  }
  .circle-container:nth-child(70) .circle {
    animation-delay: 1836ms;
  }
  .circle-container:nth-child(71) {
    width: 8px;
    height: 8px;
    animation-name: move-frames-71;
    animation-duration: 31248ms;
    animation-delay: 5818ms;
  }
  @keyframes move-frames-71 {
    from {
      transform: translate3d(57vw, 108vh, 0);
    }
    to {
      transform: translate3d(32vw, -116vh, 0);
    }
  }
  .circle-container:nth-child(71) .circle {
    animation-delay: 120ms;
  }
  .circle-container:nth-child(72) {
    width: 2px;
    height: 2px;
    animation-name: move-frames-72;
    animation-duration: 35899ms;
    animation-delay: 16778ms;
  }
  @keyframes move-frames-72 {
    from {
      transform: translate3d(64vw, 106vh, 0);
    }
    to {
      transform: translate3d(62vw, -125vh, 0);
    }
  }
  .circle-container:nth-child(72) .circle {
    animation-delay: 1393ms;
  }
  .circle-container:nth-child(73) {
    width: 1px;
    height: 1px;
    animation-name: move-frames-73;
    animation-duration: 31442ms;
    animation-delay: 35357ms;
  }
  @keyframes move-frames-73 {
    from {
      transform: translate3d(50vw, 105vh, 0);
    }
    to {
      transform: translate3d(68vw, -122vh, 0);
    }
  }
  .circle-container:nth-child(73) .circle {
    animation-delay: 79ms;
  }
  .circle-container:nth-child(74) {
    width: 6px;
    height: 6px;
    animation-name: move-frames-74;
    animation-duration: 29360ms;
    animation-delay: 26006ms;
  }
  @keyframes move-frames-74 {
    from {
      transform: translate3d(34vw, 102vh, 0);
    }
    to {
      transform: translate3d(32vw, -121vh, 0);
    }
  }
  .circle-container:nth-child(74) .circle {
    animation-delay: 2068ms;
  }
  .circle-container:nth-child(75) {
    width: 2px;
    height: 2px;
    animation-name: move-frames-75;
    animation-duration: 35924ms;
    animation-delay: 26898ms;
  }
  @keyframes move-frames-75 {
    from {
      transform: translate3d(46vw, 107vh, 0);
    }
    to {
      transform: translate3d(38vw, -136vh, 0);
    }
  }
  .circle-container:nth-child(75) .circle {
    animation-delay: 684ms;
  }
  .circle-container:nth-child(76) {
    width: 6px;
    height: 6px;
    animation-name: move-frames-76;
    animation-duration: 36193ms;
    animation-delay: 6242ms;
  }
  @keyframes move-frames-76 {
    from {
      transform: translate3d(65vw, 108vh, 0);
    }
    to {
      transform: translate3d(18vw, -137vh, 0);
    }
  }
  .circle-container:nth-child(76) .circle {
    animation-delay: 1548ms;
  }
  .circle-container:nth-child(77) {
    width: 4px;
    height: 4px;
    animation-name: move-frames-77;
    animation-duration: 30915ms;
    animation-delay: 948ms;
  }
  @keyframes move-frames-77 {
    from {
      transform: translate3d(74vw, 104vh, 0);
    }
    to {
      transform: translate3d(11vw, -119vh, 0);
    }
  }
  .circle-container:nth-child(77) .circle {
    animation-delay: 2316ms;
  }
  .circle-container:nth-child(78) {
    width: 5px;
    height: 5px;
    animation-name: move-frames-78;
    animation-duration: 35581ms;
    animation-delay: 293ms;
  }
  @keyframes move-frames-78 {
    from {
      transform: translate3d(31vw, 107vh, 0);
    }
    to {
      transform: translate3d(73vw, -111vh, 0);
    }
  }
  .circle-container:nth-child(78) .circle {
    animation-delay: 2908ms;
  }
  .circle-container:nth-child(79) {
    width: 3px;
    height: 3px;
    animation-name: move-frames-79;
    animation-duration: 31749ms;
    animation-delay: 2308ms;
  }
  @keyframes move-frames-79 {
    from {
      transform: translate3d(40vw, 103vh, 0);
    }
    to {
      transform: translate3d(45vw, -109vh, 0);
    }
  }
  .circle-container:nth-child(79) .circle {
    animation-delay: 2349ms;
  }
  .circle-container:nth-child(80) {
    width: 7px;
    height: 7px;
    animation-name: move-frames-80;
    animation-duration: 33963ms;
    animation-delay: 19955ms;
  }
  @keyframes move-frames-80 {
    from {
      transform: translate3d(45vw, 101vh, 0);
    }
    to {
      transform: translate3d(74vw, -121vh, 0);
    }
  }
  .circle-container:nth-child(80) .circle {
    animation-delay: 3150ms;
  }
  .circle-container:nth-child(81) {
    width: 4px;
    height: 4px;
    animation-name: move-frames-81;
    animation-duration: 32259ms;
    animation-delay: 11829ms;
  }
  @keyframes move-frames-81 {
    from {
      transform: translate3d(32vw, 104vh, 0);
    }
    to {
      transform: translate3d(40vw, -112vh, 0);
    }
  }
  .circle-container:nth-child(81) .circle {
    animation-delay: 3799ms;
  }
  .circle-container:nth-child(82) {
    width: 2px;
    height: 2px;
    animation-name: move-frames-82;
    animation-duration: 29339ms;
    animation-delay: 35230ms;
  }
  @keyframes move-frames-82 {
    from {
      transform: translate3d(11vw, 104vh, 0);
    }
    to {
      transform: translate3d(37vw, -114vh, 0);
    }
  }
  .circle-container:nth-child(82) .circle {
    animation-delay: 928ms;
  }
  .circle-container:nth-child(83) {
    width: 5px;
    height: 5px;
    animation-name: move-frames-83;
    animation-duration: 35480ms;
    animation-delay: 26873ms;
  }
  @keyframes move-frames-83 {
    from {
      transform: translate3d(14vw, 109vh, 0);
    }
    to {
      transform: translate3d(23vw, -122vh, 0);
    }
  }
  .circle-container:nth-child(83) .circle {
    animation-delay: 2685ms;
  }
  .circle-container:nth-child(84) {
    width: 7px;
    height: 7px;
    animation-name: move-frames-84;
    animation-duration: 28526ms;
    animation-delay: 16310ms;
  }
  @keyframes move-frames-84 {
    from {
      transform: translate3d(98vw, 102vh, 0);
    }
    to {
      transform: translate3d(86vw, -120vh, 0);
    }
  }
  .circle-container:nth-child(84) .circle {
    animation-delay: 561ms;
  }
  .circle-container:nth-child(85) {
    width: 7px;
    height: 7px;
    animation-name: move-frames-85;
    animation-duration: 30392ms;
    animation-delay: 4253ms;
  }
  @keyframes move-frames-85 {
    from {
      transform: translate3d(5vw, 110vh, 0);
    }
    to {
      transform: translate3d(25vw, -132vh, 0);
    }
  }
  .circle-container:nth-child(85) .circle {
    animation-delay: 1437ms;
  }
  .circle-container:nth-child(86) {
    width: 6px;
    height: 6px;
    animation-name: move-frames-86;
    animation-duration: 33857ms;
    animation-delay: 19825ms;
  }
  @keyframes move-frames-86 {
    from {
      transform: translate3d(42vw, 110vh, 0);
    }
    to {
      transform: translate3d(3vw, -122vh, 0);
    }
  }
  .circle-container:nth-child(86) .circle {
    animation-delay: 2695ms;
  }
  .circle-container:nth-child(87) {
    width: 3px;
    height: 3px;
    animation-name: move-frames-87;
    animation-duration: 29506ms;
    animation-delay: 16416ms;
  }
  @keyframes move-frames-87 {
    from {
      transform: translate3d(80vw, 106vh, 0);
    }
    to {
      transform: translate3d(13vw, -110vh, 0);
    }
  }
  .circle-container:nth-child(87) .circle {
    animation-delay: 3552ms;
  }
  .circle-container:nth-child(88) {
    width: 6px;
    height: 6px;
    animation-name: move-frames-88;
    animation-duration: 33974ms;
    animation-delay: 35698ms;
  }
  @keyframes move-frames-88 {
    from {
      transform: translate3d(65vw, 101vh, 0);
    }
    to {
      transform: translate3d(43vw, -112vh, 0);
    }
  }
  .circle-container:nth-child(88) .circle {
    animation-delay: 884ms;
  }
  .circle-container:nth-child(89) {
    width: 6px;
    height: 6px;
    animation-name: move-frames-89;
    animation-duration: 28125ms;
    animation-delay: 30194ms;
  }
  @keyframes move-frames-89 {
    from {
      transform: translate3d(8vw, 105vh, 0);
    }
    to {
      transform: translate3d(10vw, -127vh, 0);
    }
  }
  .circle-container:nth-child(89) .circle {
    animation-delay: 1162ms;
  }
  .circle-container:nth-child(90) {
    width: 4px;
    height: 4px;
    animation-name: move-frames-90;
    animation-duration: 31453ms;
    animation-delay: 19340ms;
  }
  @keyframes move-frames-90 {
    from {
      transform: translate3d(35vw, 108vh, 0);
    }
    to {
      transform: translate3d(89vw, -122vh, 0);
    }
  }
  .circle-container:nth-child(90) .circle {
    animation-delay: 2488ms;
  }
  .circle-container:nth-child(91) {
    width: 5px;
    height: 5px;
    animation-name: move-frames-91;
    animation-duration: 35970ms;
    animation-delay: 31813ms;
  }
  @keyframes move-frames-91 {
    from {
      transform: translate3d(15vw, 108vh, 0);
    }
    to {
      transform: translate3d(68vw, -138vh, 0);
    }
  }
  .circle-container:nth-child(91) .circle {
    animation-delay: 1874ms;
  }
  .circle-container:nth-child(92) {
    width: 4px;
    height: 4px;
    animation-name: move-frames-92;
    animation-duration: 34070ms;
    animation-delay: 26386ms;
  }
  @keyframes move-frames-92 {
    from {
      transform: translate3d(73vw, 104vh, 0);
    }
    to {
      transform: translate3d(12vw, -126vh, 0);
    }
  }
  .circle-container:nth-child(92) .circle {
    animation-delay: 3283ms;
  }
  .circle-container:nth-child(93) {
    width: 8px;
    height: 8px;
    animation-name: move-frames-93;
    animation-duration: 32997ms;
    animation-delay: 26322ms;
  }
  @keyframes move-frames-93 {
    from {
      transform: translate3d(55vw, 101vh, 0);
    }
    to {
      transform: translate3d(11vw, -108vh, 0);
    }
  }
  .circle-container:nth-child(93) .circle {
    animation-delay: 1408ms;
  }
  .circle-container:nth-child(94) {
    width: 7px;
    height: 7px;
    animation-name: move-frames-94;
    animation-duration: 36599ms;
    animation-delay: 954ms;
  }
  @keyframes move-frames-94 {
    from {
      transform: translate3d(52vw, 106vh, 0);
    }
    to {
      transform: translate3d(11vw, -117vh, 0);
    }
  }
  .circle-container:nth-child(94) .circle {
    animation-delay: 841ms;
  }
  .circle-container:nth-child(95) {
    width: 2px;
    height: 2px;
    animation-name: move-frames-95;
    animation-duration: 34974ms;
    animation-delay: 21202ms;
  }
  @keyframes move-frames-95 {
    from {
      transform: translate3d(88vw, 110vh, 0);
    }
    to {
      transform: translate3d(70vw, -122vh, 0);
    }
  }
  .circle-container:nth-child(95) .circle {
    animation-delay: 3642ms;
  }
  .circle-container:nth-child(96) {
    width: 4px;
    height: 4px;
    animation-name: move-frames-96;
    animation-duration: 28804ms;
    animation-delay: 13418ms;
  }
  @keyframes move-frames-96 {
    from {
      transform: translate3d(74vw, 104vh, 0);
    }
    to {
      transform: translate3d(60vw, -120vh, 0);
    }
  }
  .circle-container:nth-child(96) .circle {
    animation-delay: 639ms;
  }
  .circle-container:nth-child(97) {
    width: 5px;
    height: 5px;
    animation-name: move-frames-97;
    animation-duration: 30390ms;
    animation-delay: 28873ms;
  }
  @keyframes move-frames-97 {
    from {
      transform: translate3d(18vw, 101vh, 0);
    }
    to {
      transform: translate3d(42vw, -115vh, 0);
    }
  }
  .circle-container:nth-child(97) .circle {
    animation-delay: 300ms;
  }
  .circle-container:nth-child(98) {
    width: 1px;
    height: 1px;
    animation-name: move-frames-98;
    animation-duration: 35791ms;
    animation-delay: 2822ms;
  }
  @keyframes move-frames-98 {
    from {
      transform: translate3d(20vw, 103vh, 0);
    }
    to {
      transform: translate3d(36vw, -112vh, 0);
    }
  }
  .circle-container:nth-child(98) .circle {
    animation-delay: 1098ms;
  }
  .circle-container:nth-child(99) {
    width: 4px;
    height: 4px;
    animation-name: move-frames-99;
    animation-duration: 30124ms;
    animation-delay: 14743ms;
  }
  @keyframes move-frames-99 {
    from {
      transform: translate3d(16vw, 104vh, 0);
    }
    to {
      transform: translate3d(24vw, -109vh, 0);
    }
  }
  .circle-container:nth-child(99) .circle {
    animation-delay: 734ms;
  }
  .circle-container:nth-child(100) {
    width: 4px;
    height: 4px;
    animation-name: move-frames-100;
    animation-duration: 33812ms;
    animation-delay: 30331ms;
  }
  @keyframes move-frames-100 {
    from {
      transform: translate3d(30vw, 105vh, 0);
    }
    to {
      transform: translate3d(90vw, -128vh, 0);
    }
  }
  .circle-container:nth-child(100) .circle {
    animation-delay: 2344ms;
  }
  .circle-container:nth-child(101) {
    width: 6px;
    height: 6px;
    animation-name: move-frames-101;
    animation-duration: 29244ms;
    animation-delay: 3952ms;
  }
  @keyframes move-frames-101 {
    from {
      transform: translate3d(65vw, 101vh, 0);
    }
    to {
      transform: translate3d(82vw, -108vh, 0);
    }
  }
  .circle-container:nth-child(101) .circle {
    animation-delay: 37ms;
  }
  .circle-container:nth-child(102) {
    width: 5px;
    height: 5px;
    animation-name: move-frames-102;
    animation-duration: 31857ms;
    animation-delay: 26392ms;
  }
  @keyframes move-frames-102 {
    from {
      transform: translate3d(24vw, 104vh, 0);
    }
    to {
      transform: translate3d(60vw, -118vh, 0);
    }
  }
  .circle-container:nth-child(102) .circle {
    animation-delay: 989ms;
  }
  .circle-container:nth-child(103) {
    width: 3px;
    height: 3px;
    animation-name: move-frames-103;
    animation-duration: 34429ms;
    animation-delay: 28313ms;
  }
  @keyframes move-frames-103 {
    from {
      transform: translate3d(11vw, 110vh, 0);
    }
    to {
      transform: translate3d(11vw, -114vh, 0);
    }
  }
  .circle-container:nth-child(103) .circle {
    animation-delay: 25ms;
  }
  .circle-container:nth-child(104) {
    width: 8px;
    height: 8px;
    animation-name: move-frames-104;
    animation-duration: 34577ms;
    animation-delay: 32358ms;
  }
  @keyframes move-frames-104 {
    from {
      transform: translate3d(84vw, 108vh, 0);
    }
    to {
      transform: translate3d(60vw, -110vh, 0);
    }
  }
  .circle-container:nth-child(104) .circle {
    animation-delay: 1400ms;
  }
  .circle-container:nth-child(105) {
    width: 7px;
    height: 7px;
    animation-name: move-frames-105;
    animation-duration: 33698ms;
    animation-delay: 11849ms;
  }
  @keyframes move-frames-105 {
    from {
      transform: translate3d(18vw, 109vh, 0);
    }
    to {
      transform: translate3d(34vw, -130vh, 0);
    }
  }
  .circle-container:nth-child(105) .circle {
    animation-delay: 3736ms;
  }
  .circle-container:nth-child(106) {
    width: 5px;
    height: 5px;
    animation-name: move-frames-106;
    animation-duration: 33078ms;
    animation-delay: 7371ms;
  }
  @keyframes move-frames-106 {
    from {
      transform: translate3d(34vw, 102vh, 0);
    }
    to {
      transform: translate3d(33vw, -105vh, 0);
    }
  }
  .circle-container:nth-child(106) .circle {
    animation-delay: 2916ms;
  }
  .circle-container:nth-child(107) {
    width: 1px;
    height: 1px;
    animation-name: move-frames-107;
    animation-duration: 35077ms;
    animation-delay: 4344ms;
  }
  @keyframes move-frames-107 {
    from {
      transform: translate3d(90vw, 108vh, 0);
    }
    to {
      transform: translate3d(60vw, -123vh, 0);
    }
  }
  .circle-container:nth-child(107) .circle {
    animation-delay: 482ms;
  }
  .circle-container:nth-child(108) {
    width: 8px;
    height: 8px;
    animation-name: move-frames-108;
    animation-duration: 31961ms;
    animation-delay: 28516ms;
  }
  @keyframes move-frames-108 {
    from {
      transform: translate3d(62vw, 104vh, 0);
    }
    to {
      transform: translate3d(55vw, -106vh, 0);
    }
  }
  .circle-container:nth-child(108) .circle {
    animation-delay: 797ms;
  }
  .circle-container:nth-child(109) {
    width: 4px;
    height: 4px;
    animation-name: move-frames-109;
    animation-duration: 30882ms;
    animation-delay: 9506ms;
  }
  @keyframes move-frames-109 {
    from {
      transform: translate3d(20vw, 105vh, 0);
    }
    to {
      transform: translate3d(83vw, -121vh, 0);
    }
  }
  .circle-container:nth-child(109) .circle {
    animation-delay: 3270ms;
  }
  .circle-container:nth-child(110) {
    width: 4px;
    height: 4px;
    animation-name: move-frames-110;
    animation-duration: 34713ms;
    animation-delay: 6860ms;
  }
  @keyframes move-frames-110 {
    from {
      transform: translate3d(46vw, 103vh, 0);
    }
    to {
      transform: translate3d(1vw, -117vh, 0);
    }
  }
  .circle-container:nth-child(110) .circle {
    animation-delay: 3512ms;
  }
  .circle-container:nth-child(111) {
    width: 7px;
    height: 7px;
    animation-name: move-frames-111;
    animation-duration: 33073ms;
    animation-delay: 28506ms;
  }
  @keyframes move-frames-111 {
    from {
      transform: translate3d(81vw, 101vh, 0);
    }
    to {
      transform: translate3d(77vw, -110vh, 0);
    }
  }
  .circle-container:nth-child(111) .circle {
    animation-delay: 3867ms;
  }
  .circle-container:nth-child(112) {
    width: 6px;
    height: 6px;
    animation-name: move-frames-112;
    animation-duration: 36792ms;
    animation-delay: 3401ms;
  }
  @keyframes move-frames-112 {
    from {
      transform: translate3d(37vw, 105vh, 0);
    }
    to {
      transform: translate3d(74vw, -114vh, 0);
    }
  }
  .circle-container:nth-child(112) .circle {
    animation-delay: 285ms;
  }
  .circle-container:nth-child(113) {
    width: 5px;
    height: 5px;
    animation-name: move-frames-113;
    animation-duration: 30618ms;
    animation-delay: 17230ms;
  }
  @keyframes move-frames-113 {
    from {
      transform: translate3d(40vw, 101vh, 0);
    }
    to {
      transform: translate3d(65vw, -126vh, 0);
    }
  }
  .circle-container:nth-child(113) .circle {
    animation-delay: 3472ms;
  }
  .circle-container:nth-child(114) {
    width: 7px;
    height: 7px;
    animation-name: move-frames-114;
    animation-duration: 35806ms;
    animation-delay: 7757ms;
  }
  @keyframes move-frames-114 {
    from {
      transform: translate3d(4vw, 103vh, 0);
    }
    to {
      transform: translate3d(91vw, -118vh, 0);
    }
  }
  .circle-container:nth-child(114) .circle {
    animation-delay: 2017ms;
  }
  .circle-container:nth-child(115) {
    width: 7px;
    height: 7px;
    animation-name: move-frames-115;
    animation-duration: 29905ms;
    animation-delay: 28949ms;
  }
  @keyframes move-frames-115 {
    from {
      transform: translate3d(54vw, 104vh, 0);
    }
    to {
      transform: translate3d(62vw, -124vh, 0);
    }
  }
  .circle-container:nth-child(115) .circle {
    animation-delay: 722ms;
  }
  .circle-container:nth-child(116) {
    width: 5px;
    height: 5px;
    animation-name: move-frames-116;
    animation-duration: 30367ms;
    animation-delay: 22749ms;
  }
  @keyframes move-frames-116 {
    from {
      transform: translate3d(62vw, 109vh, 0);
    }
    to {
      transform: translate3d(43vw, -119vh, 0);
    }
  }
  .circle-container:nth-child(116) .circle {
    animation-delay: 1984ms;
  }
  .circle-container:nth-child(117) {
    width: 6px;
    height: 6px;
    animation-name: move-frames-117;
    animation-duration: 33578ms;
    animation-delay: 25489ms;
  }
  @keyframes move-frames-117 {
    from {
      transform: translate3d(92vw, 110vh, 0);
    }
    to {
      transform: translate3d(87vw, -135vh, 0);
    }
  }
  .circle-container:nth-child(117) .circle {
    animation-delay: 2220ms;
  }
  .circle-container:nth-child(118) {
    width: 4px;
    height: 4px;
    animation-name: move-frames-118;
    animation-duration: 28340ms;
    animation-delay: 19273ms;
  }
  @keyframes move-frames-118 {
    from {
      transform: translate3d(36vw, 101vh, 0);
    }
    to {
      transform: translate3d(77vw, -106vh, 0);
    }
  }
  .circle-container:nth-child(118) .circle {
    animation-delay: 2180ms;
  }
  .circle-container:nth-child(119) {
    width: 2px;
    height: 2px;
    animation-name: move-frames-119;
    animation-duration: 28165ms;
    animation-delay: 23156ms;
  }
  @keyframes move-frames-119 {
    from {
      transform: translate3d(96vw, 103vh, 0);
    }
    to {
      transform: translate3d(67vw, -114vh, 0);
    }
  }
  .circle-container:nth-child(119) .circle {
    animation-delay: 3863ms;
  }
  .circle-container:nth-child(120) {
    width: 1px;
    height: 1px;
    animation-name: move-frames-120;
    animation-duration: 32366ms;
    animation-delay: 24964ms;
  }
  @keyframes move-frames-120 {
    from {
      transform: translate3d(2vw, 106vh, 0);
    }
    to {
      transform: translate3d(64vw, -112vh, 0);
    }
  }
  .circle-container:nth-child(120) .circle {
    animation-delay: 441ms;
  }
  .circle-container:nth-child(121) {
    width: 2px;
    height: 2px;
    animation-name: move-frames-121;
    animation-duration: 30269ms;
    animation-delay: 1713ms;
  }
  @keyframes move-frames-121 {
    from {
      transform: translate3d(24vw, 109vh, 0);
    }
    to {
      transform: translate3d(15vw, -128vh, 0);
    }
  }
  .circle-container:nth-child(121) .circle {
    animation-delay: 1266ms;
  }
  .circle-container:nth-child(122) {
    width: 4px;
    height: 4px;
    animation-name: move-frames-122;
    animation-duration: 28384ms;
    animation-delay: 11657ms;
  }
  @keyframes move-frames-122 {
    from {
      transform: translate3d(5vw, 109vh, 0);
    }
    to {
      transform: translate3d(63vw, -133vh, 0);
    }
  }
  .circle-container:nth-child(122) .circle {
    animation-delay: 1192ms;
  }
  .circle-container:nth-child(123) {
    width: 4px;
    height: 4px;
    animation-name: move-frames-123;
    animation-duration: 29261ms;
    animation-delay: 32590ms;
  }
  @keyframes move-frames-123 {
    from {
      transform: translate3d(61vw, 108vh, 0);
    }
    to {
      transform: translate3d(95vw, -113vh, 0);
    }
  }
  .circle-container:nth-child(123) .circle {
    animation-delay: 217ms;
  }
  .circle-container:nth-child(124) {
    width: 6px;
    height: 6px;
    animation-name: move-frames-124;
    animation-duration: 33009ms;
    animation-delay: 23163ms;
  }
  @keyframes move-frames-124 {
    from {
      transform: translate3d(29vw, 102vh, 0);
    }
    to {
      transform: translate3d(8vw, -126vh, 0);
    }
  }
  .circle-container:nth-child(124) .circle {
    animation-delay: 3072ms;
  }
  .circle-container:nth-child(125) {
    width: 2px;
    height: 2px;
    animation-name: move-frames-125;
    animation-duration: 32471ms;
    animation-delay: 25209ms;
  }
  @keyframes move-frames-125 {
    from {
      transform: translate3d(9vw, 107vh, 0);
    }
    to {
      transform: translate3d(54vw, -122vh, 0);
    }
  }
  .circle-container:nth-child(125) .circle {
    animation-delay: 502ms;
  }
  .circle-container:nth-child(126) {
    width: 4px;
    height: 4px;
    animation-name: move-frames-126;
    animation-duration: 29022ms;
    animation-delay: 10888ms;
  }
  @keyframes move-frames-126 {
    from {
      transform: translate3d(82vw, 109vh, 0);
    }
    to {
      transform: translate3d(93vw, -126vh, 0);
    }
  }
  .circle-container:nth-child(126) .circle {
    animation-delay: 1225ms;
  }
  .circle-container:nth-child(127) {
    width: 5px;
    height: 5px;
    animation-name: move-frames-127;
    animation-duration: 34405ms;
    animation-delay: 32135ms;
  }
  @keyframes move-frames-127 {
    from {
      transform: translate3d(36vw, 105vh, 0);
    }
    to {
      transform: translate3d(19vw, -110vh, 0);
    }
  }
  .circle-container:nth-child(127) .circle {
    animation-delay: 2911ms;
  }
  .circle-container:nth-child(128) {
    width: 6px;
    height: 6px;
    animation-name: move-frames-128;
    animation-duration: 30289ms;
    animation-delay: 32792ms;
  }
  @keyframes move-frames-128 {
    from {
      transform: translate3d(27vw, 110vh, 0);
    }
    to {
      transform: translate3d(98vw, -118vh, 0);
    }
  }
  .circle-container:nth-child(128) .circle {
    animation-delay: 3724ms;
  }
  .circle-container:nth-child(129) {
    width: 1px;
    height: 1px;
    animation-name: move-frames-129;
    animation-duration: 28177ms;
    animation-delay: 11634ms;
  }
  @keyframes move-frames-129 {
    from {
      transform: translate3d(46vw, 102vh, 0);
    }
    to {
      transform: translate3d(75vw, -114vh, 0);
    }
  }
  .circle-container:nth-child(129) .circle {
    animation-delay: 3731ms;
  }
  .circle-container:nth-child(130) {
    width: 4px;
    height: 4px;
    animation-name: move-frames-130;
    animation-duration: 31960ms;
    animation-delay: 19035ms;
  }
  @keyframes move-frames-130 {
    from {
      transform: translate3d(98vw, 103vh, 0);
    }
    to {
      transform: translate3d(19vw, -109vh, 0);
    }
  }
  .circle-container:nth-child(130) .circle {
    animation-delay: 187ms;
  }
  .circle-container:nth-child(131) {
    width: 8px;
    height: 8px;
    animation-name: move-frames-131;
    animation-duration: 28373ms;
    animation-delay: 16956ms;
  }
  @keyframes move-frames-131 {
    from {
      transform: translate3d(57vw, 101vh, 0);
    }
    to {
      transform: translate3d(45vw, -125vh, 0);
    }
  }
  .circle-container:nth-child(131) .circle {
    animation-delay: 2234ms;
  }
  .circle-container:nth-child(132) {
    width: 1px;
    height: 1px;
    animation-name: move-frames-132;
    animation-duration: 35939ms;
    animation-delay: 9441ms;
  }
  @keyframes move-frames-132 {
    from {
      transform: translate3d(12vw, 103vh, 0);
    }
    to {
      transform: translate3d(72vw, -115vh, 0);
    }
  }
  .circle-container:nth-child(132) .circle {
    animation-delay: 2787ms;
  }
  .circle-container:nth-child(133) {
    width: 2px;
    height: 2px;
    animation-name: move-frames-133;
    animation-duration: 28762ms;
    animation-delay: 18759ms;
  }
  @keyframes move-frames-133 {
    from {
      transform: translate3d(73vw, 109vh, 0);
    }
    to {
      transform: translate3d(36vw, -116vh, 0);
    }
  }
  .circle-container:nth-child(133) .circle {
    animation-delay: 1817ms;
  }
  .circle-container:nth-child(134) {
    width: 8px;
    height: 8px;
    animation-name: move-frames-134;
    animation-duration: 31431ms;
    animation-delay: 5273ms;
  }
  @keyframes move-frames-134 {
    from {
      transform: translate3d(36vw, 104vh, 0);
    }
    to {
      transform: translate3d(1vw, -119vh, 0);
    }
  }
  .circle-container:nth-child(134) .circle {
    animation-delay: 993ms;
  }
  .circle-container:nth-child(135) {
    width: 3px;
    height: 3px;
    animation-name: move-frames-135;
    animation-duration: 30095ms;
    animation-delay: 496ms;
  }
  @keyframes move-frames-135 {
    from {
      transform: translate3d(37vw, 109vh, 0);
    }
    to {
      transform: translate3d(40vw, -130vh, 0);
    }
  }
  .circle-container:nth-child(135) .circle {
    animation-delay: 192ms;
  }
  .circle-container:nth-child(136) {
    width: 7px;
    height: 7px;
    animation-name: move-frames-136;
    animation-duration: 30238ms;
    animation-delay: 30178ms;
  }
  @keyframes move-frames-136 {
    from {
      transform: translate3d(1vw, 110vh, 0);
    }
    to {
      transform: translate3d(46vw, -125vh, 0);
    }
  }
  .circle-container:nth-child(136) .circle {
    animation-delay: 176ms;
  }
  .circle-container:nth-child(137) {
    width: 8px;
    height: 8px;
    animation-name: move-frames-137;
    animation-duration: 28124ms;
    animation-delay: 17275ms;
  }
  @keyframes move-frames-137 {
    from {
      transform: translate3d(74vw, 101vh, 0);
    }
    to {
      transform: translate3d(96vw, -110vh, 0);
    }
  }
  .circle-container:nth-child(137) .circle {
    animation-delay: 1917ms;
  }
  .circle-container:nth-child(138) {
    width: 7px;
    height: 7px;
    animation-name: move-frames-138;
    animation-duration: 34346ms;
    animation-delay: 13151ms;
  }
  @keyframes move-frames-138 {
    from {
      transform: translate3d(43vw, 107vh, 0);
    }
    to {
      transform: translate3d(15vw, -123vh, 0);
    }
  }
  .circle-container:nth-child(138) .circle {
    animation-delay: 3666ms;
  }
  .circle-container:nth-child(139) {
    width: 2px;
    height: 2px;
    animation-name: move-frames-139;
    animation-duration: 35489ms;
    animation-delay: 10320ms;
  }
  @keyframes move-frames-139 {
    from {
      transform: translate3d(97vw, 107vh, 0);
    }
    to {
      transform: translate3d(1vw, -114vh, 0);
    }
  }
  .circle-container:nth-child(139) .circle {
    animation-delay: 3723ms;
  }
  .circle-container:nth-child(140) {
    width: 6px;
    height: 6px;
    animation-name: move-frames-140;
    animation-duration: 36762ms;
    animation-delay: 19693ms;
  }
  @keyframes move-frames-140 {
    from {
      transform: translate3d(89vw, 103vh, 0);
    }
    to {
      transform: translate3d(3vw, -107vh, 0);
    }
  }
  .circle-container:nth-child(140) .circle {
    animation-delay: 2622ms;
  }
  .circle-container:nth-child(141) {
    width: 6px;
    height: 6px;
    animation-name: move-frames-141;
    animation-duration: 35676ms;
    animation-delay: 30251ms;
  }
  @keyframes move-frames-141 {
    from {
      transform: translate3d(13vw, 102vh, 0);
    }
    to {
      transform: translate3d(91vw, -117vh, 0);
    }
  }
  .circle-container:nth-child(141) .circle {
    animation-delay: 2511ms;
  }
  .circle-container:nth-child(142) {
    width: 8px;
    height: 8px;
    animation-name: move-frames-142;
    animation-duration: 29447ms;
    animation-delay: 12045ms;
  }
  @keyframes move-frames-142 {
    from {
      transform: translate3d(58vw, 102vh, 0);
    }
    to {
      transform: translate3d(11vw, -126vh, 0);
    }
  }
  .circle-container:nth-child(142) .circle {
    animation-delay: 2992ms;
  }
  .circle-container:nth-child(143) {
    width: 3px;
    height: 3px;
    animation-name: move-frames-143;
    animation-duration: 36071ms;
    animation-delay: 9939ms;
  }
  @keyframes move-frames-143 {
    from {
      transform: translate3d(2vw, 106vh, 0);
    }
    to {
      transform: translate3d(44vw, -122vh, 0);
    }
  }
  .circle-container:nth-child(143) .circle {
    animation-delay: 571ms;
  }
  .circle-container:nth-child(144) {
    width: 4px;
    height: 4px;
    animation-name: move-frames-144;
    animation-duration: 33918ms;
    animation-delay: 27471ms;
  }
  @keyframes move-frames-144 {
    from {
      transform: translate3d(11vw, 104vh, 0);
    }
    to {
      transform: translate3d(24vw, -125vh, 0);
    }
  }
  .circle-container:nth-child(144) .circle {
    animation-delay: 2308ms;
  }
  .circle-container:nth-child(145) {
    width: 3px;
    height: 3px;
    animation-name: move-frames-145;
    animation-duration: 31625ms;
    animation-delay: 21902ms;
  }
  @keyframes move-frames-145 {
    from {
      transform: translate3d(54vw, 102vh, 0);
    }
    to {
      transform: translate3d(74vw, -108vh, 0);
    }
  }
  .circle-container:nth-child(145) .circle {
    animation-delay: 3990ms;
  }
  .circle-container:nth-child(146) {
    width: 7px;
    height: 7px;
    animation-name: move-frames-146;
    animation-duration: 34461ms;
    animation-delay: 36337ms;
  }
  @keyframes move-frames-146 {
    from {
      transform: translate3d(5vw, 103vh, 0);
    }
    to {
      transform: translate3d(87vw, -110vh, 0);
    }
  }
  .circle-container:nth-child(146) .circle {
    animation-delay: 321ms;
  }
  .circle-container:nth-child(147) {
    width: 2px;
    height: 2px;
    animation-name: move-frames-147;
    animation-duration: 29934ms;
    animation-delay: 32755ms;
  }
  @keyframes move-frames-147 {
    from {
      transform: translate3d(65vw, 108vh, 0);
    }
    to {
      transform: translate3d(91vw, -113vh, 0);
    }
  }
  .circle-container:nth-child(147) .circle {
    animation-delay: 2751ms;
  }
  .circle-container:nth-child(148) {
    width: 2px;
    height: 2px;
    animation-name: move-frames-148;
    animation-duration: 34552ms;
    animation-delay: 29496ms;
  }
  @keyframes move-frames-148 {
    from {
      transform: translate3d(20vw, 104vh, 0);
    }
    to {
      transform: translate3d(48vw, -126vh, 0);
    }
  }
  .circle-container:nth-child(148) .circle {
    animation-delay: 1229ms;
  }
  .circle-container:nth-child(149) {
    width: 3px;
    height: 3px;
    animation-name: move-frames-149;
    animation-duration: 35858ms;
    animation-delay: 23032ms;
  }
  @keyframes move-frames-149 {
    from {
      transform: translate3d(60vw, 107vh, 0);
    }
    to {
      transform: translate3d(57vw, -132vh, 0);
    }
  }
  .circle-container:nth-child(149) .circle {
    animation-delay: 3066ms;
  }
  .circle-container:nth-child(150) {
    width: 2px;
    height: 2px;
    animation-name: move-frames-150;
    animation-duration: 34551ms;
    animation-delay: 36941ms;
  }
  @keyframes move-frames-150 {
    from {
      transform: translate3d(27vw, 110vh, 0);
    }
    to {
      transform: translate3d(19vw, -115vh, 0);
    }
  }
  .circle-container:nth-child(150) .circle {
    animation-delay: 1178ms;
  }
  .circle-container:nth-child(151) {
    width: 7px;
    height: 7px;
    animation-name: move-frames-151;
    animation-duration: 32132ms;
    animation-delay: 2753ms;
  }
  @keyframes move-frames-151 {
    from {
      transform: translate3d(6vw, 110vh, 0);
    }
    to {
      transform: translate3d(44vw, -139vh, 0);
    }
  }
  .circle-container:nth-child(151) .circle {
    animation-delay: 2314ms;
  }
  .circle-container:nth-child(152) {
    width: 3px;
    height: 3px;
    animation-name: move-frames-152;
    animation-duration: 33303ms;
    animation-delay: 7312ms;
  }
  @keyframes move-frames-152 {
    from {
      transform: translate3d(22vw, 105vh, 0);
    }
    to {
      transform: translate3d(4vw, -109vh, 0);
    }
  }
  .circle-container:nth-child(152) .circle {
    animation-delay: 3205ms;
  }
  .circle-container:nth-child(153) {
    width: 5px;
    height: 5px;
    animation-name: move-frames-153;
    animation-duration: 36530ms;
    animation-delay: 8615ms;
  }
  @keyframes move-frames-153 {
    from {
      transform: translate3d(18vw, 110vh, 0);
    }
    to {
      transform: translate3d(20vw, -122vh, 0);
    }
  }
  .circle-container:nth-child(153) .circle {
    animation-delay: 284ms;
  }
  .circle-container:nth-child(154) {
    width: 2px;
    height: 2px;
    animation-name: move-frames-154;
    animation-duration: 35795ms;
    animation-delay: 7987ms;
  }
  @keyframes move-frames-154 {
    from {
      transform: translate3d(36vw, 108vh, 0);
    }
    to {
      transform: translate3d(29vw, -111vh, 0);
    }
  }
  .circle-container:nth-child(154) .circle {
    animation-delay: 2507ms;
  }
  .circle-container:nth-child(155) {
    width: 6px;
    height: 6px;
    animation-name: move-frames-155;
    animation-duration: 36782ms;
    animation-delay: 28399ms;
  }
  @keyframes move-frames-155 {
    from {
      transform: translate3d(55vw, 101vh, 0);
    }
    to {
      transform: translate3d(10vw, -107vh, 0);
    }
  }
  .circle-container:nth-child(155) .circle {
    animation-delay: 3878ms;
  }
  .circle-container:nth-child(156) {
    width: 5px;
    height: 5px;
    animation-name: move-frames-156;
    animation-duration: 28070ms;
    animation-delay: 21477ms;
  }
  @keyframes move-frames-156 {
    from {
      transform: translate3d(75vw, 104vh, 0);
    }
    to {
      transform: translate3d(67vw, -113vh, 0);
    }
  }
  .circle-container:nth-child(156) .circle {
    animation-delay: 3528ms;
  }
  .circle-container:nth-child(157) {
    width: 2px;
    height: 2px;
    animation-name: move-frames-157;
    animation-duration: 28062ms;
    animation-delay: 18610ms;
  }
  @keyframes move-frames-157 {
    from {
      transform: translate3d(21vw, 107vh, 0);
    }
    to {
      transform: translate3d(24vw, -137vh, 0);
    }
  }
  .circle-container:nth-child(157) .circle {
    animation-delay: 2069ms;
  }
  .circle-container:nth-child(158) {
    width: 3px;
    height: 3px;
    animation-name: move-frames-158;
    animation-duration: 33226ms;
    animation-delay: 13125ms;
  }
  @keyframes move-frames-158 {
    from {
      transform: translate3d(56vw, 110vh, 0);
    }
    to {
      transform: translate3d(56vw, -131vh, 0);
    }
  }
  .circle-container:nth-child(158) .circle {
    animation-delay: 3018ms;
  }
  .circle-container:nth-child(159) {
    width: 4px;
    height: 4px;
    animation-name: move-frames-159;
    animation-duration: 31463ms;
    animation-delay: 20900ms;
  }
  @keyframes move-frames-159 {
    from {
      transform: translate3d(12vw, 110vh, 0);
    }
    to {
      transform: translate3d(4vw, -127vh, 0);
    }
  }
  .circle-container:nth-child(159) .circle {
    animation-delay: 157ms;
  }
  .circle-container:nth-child(160) {
    width: 2px;
    height: 2px;
    animation-name: move-frames-160;
    animation-duration: 30489ms;
    animation-delay: 24860ms;
  }
  @keyframes move-frames-160 {
    from {
      transform: translate3d(55vw, 109vh, 0);
    }
    to {
      transform: translate3d(42vw, -138vh, 0);
    }
  }
  .circle-container:nth-child(160) .circle {
    animation-delay: 2871ms;
  }
  .circle-container:nth-child(161) {
    width: 2px;
    height: 2px;
    animation-name: move-frames-161;
    animation-duration: 33132ms;
    animation-delay: 10018ms;
  }
  @keyframes move-frames-161 {
    from {
      transform: translate3d(23vw, 105vh, 0);
    }
    to {
      transform: translate3d(78vw, -118vh, 0);
    }
  }
  .circle-container:nth-child(161) .circle {
    animation-delay: 1331ms;
  }
  .circle-container:nth-child(162) {
    width: 1px;
    height: 1px;
    animation-name: move-frames-162;
    animation-duration: 29437ms;
    animation-delay: 2997ms;
  }
  @keyframes move-frames-162 {
    from {
      transform: translate3d(30vw, 106vh, 0);
    }
    to {
      transform: translate3d(87vw, -126vh, 0);
    }
  }
  .circle-container:nth-child(162) .circle {
    animation-delay: 611ms;
  }
  .circle-container:nth-child(163) {
    width: 4px;
    height: 4px;
    animation-name: move-frames-163;
    animation-duration: 33436ms;
    animation-delay: 34188ms;
  }
  @keyframes move-frames-163 {
    from {
      transform: translate3d(97vw, 103vh, 0);
    }
    to {
      transform: translate3d(89vw, -126vh, 0);
    }
  }
  .circle-container:nth-child(163) .circle {
    animation-delay: 1838ms;
  }
  .circle-container:nth-child(164) {
    width: 5px;
    height: 5px;
    animation-name: move-frames-164;
    animation-duration: 36758ms;
    animation-delay: 367ms;
  }
  @keyframes move-frames-164 {
    from {
      transform: translate3d(4vw, 101vh, 0);
    }
    to {
      transform: translate3d(90vw, -129vh, 0);
    }
  }
  .circle-container:nth-child(164) .circle {
    animation-delay: 1268ms;
  }
  .circle-container:nth-child(165) {
    width: 7px;
    height: 7px;
    animation-name: move-frames-165;
    animation-duration: 36537ms;
    animation-delay: 4489ms;
  }
  @keyframes move-frames-165 {
    from {
      transform: translate3d(56vw, 106vh, 0);
    }
    to {
      transform: translate3d(84vw, -117vh, 0);
    }
  }
  .circle-container:nth-child(165) .circle {
    animation-delay: 3860ms;
  }
  .circle-container:nth-child(166) {
    width: 6px;
    height: 6px;
    animation-name: move-frames-166;
    animation-duration: 32490ms;
    animation-delay: 36221ms;
  }
  @keyframes move-frames-166 {
    from {
      transform: translate3d(77vw, 108vh, 0);
    }
    to {
      transform: translate3d(17vw, -127vh, 0);
    }
  }
  .circle-container:nth-child(166) .circle {
    animation-delay: 2480ms;
  }
  .circle-container:nth-child(167) {
    width: 3px;
    height: 3px;
    animation-name: move-frames-167;
    animation-duration: 32609ms;
    animation-delay: 2665ms;
  }
  @keyframes move-frames-167 {
    from {
      transform: translate3d(63vw, 103vh, 0);
    }
    to {
      transform: translate3d(45vw, -130vh, 0);
    }
  }
  .circle-container:nth-child(167) .circle {
    animation-delay: 2100ms;
  }
  .circle-container:nth-child(168) {
    width: 8px;
    height: 8px;
    animation-name: move-frames-168;
    animation-duration: 33959ms;
    animation-delay: 15330ms;
  }
  @keyframes move-frames-168 {
    from {
      transform: translate3d(14vw, 106vh, 0);
    }
    to {
      transform: translate3d(69vw, -125vh, 0);
    }
  }
  .circle-container:nth-child(168) .circle {
    animation-delay: 693ms;
  }
  .circle-container:nth-child(169) {
    width: 3px;
    height: 3px;
    animation-name: move-frames-169;
    animation-duration: 29770ms;
    animation-delay: 30928ms;
  }
  @keyframes move-frames-169 {
    from {
      transform: translate3d(77vw, 102vh, 0);
    }
    to {
      transform: translate3d(100vw, -130vh, 0);
    }
  }
  .circle-container:nth-child(169) .circle {
    animation-delay: 356ms;
  }
  .circle-container:nth-child(170) {
    width: 6px;
    height: 6px;
    animation-name: move-frames-170;
    animation-duration: 34117ms;
    animation-delay: 7534ms;
  }
  @keyframes move-frames-170 {
    from {
      transform: translate3d(16vw, 105vh, 0);
    }
    to {
      transform: translate3d(74vw, -106vh, 0);
    }
  }
  .circle-container:nth-child(170) .circle {
    animation-delay: 3612ms;
  }
  .circle-container:nth-child(171) {
    width: 1px;
    height: 1px;
    animation-name: move-frames-171;
    animation-duration: 28215ms;
    animation-delay: 31050ms;
  }
  @keyframes move-frames-171 {
    from {
      transform: translate3d(67vw, 107vh, 0);
    }
    to {
      transform: translate3d(37vw, -129vh, 0);
    }
  }
  .circle-container:nth-child(171) .circle {
    animation-delay: 1811ms;
  }
  .circle-container:nth-child(172) {
    width: 8px;
    height: 8px;
    animation-name: move-frames-172;
    animation-duration: 29109ms;
    animation-delay: 32952ms;
  }
  @keyframes move-frames-172 {
    from {
      transform: translate3d(20vw, 105vh, 0);
    }
    to {
      transform: translate3d(28vw, -131vh, 0);
    }
  }
  .circle-container:nth-child(172) .circle {
    animation-delay: 3730ms;
  }
  .circle-container:nth-child(173) {
    width: 7px;
    height: 7px;
    animation-name: move-frames-173;
    animation-duration: 36457ms;
    animation-delay: 5751ms;
  }
  @keyframes move-frames-173 {
    from {
      transform: translate3d(5vw, 101vh, 0);
    }
    to {
      transform: translate3d(79vw, -109vh, 0);
    }
  }
  .circle-container:nth-child(173) .circle {
    animation-delay: 1437ms;
  }
  .circle-container:nth-child(174) {
    width: 4px;
    height: 4px;
    animation-name: move-frames-174;
    animation-duration: 34171ms;
    animation-delay: 289ms;
  }
  @keyframes move-frames-174 {
    from {
      transform: translate3d(3vw, 109vh, 0);
    }
    to {
      transform: translate3d(33vw, -115vh, 0);
    }
  }
  .circle-container:nth-child(174) .circle {
    animation-delay: 3526ms;
  }
  .circle-container:nth-child(175) {
    width: 5px;
    height: 5px;
    animation-name: move-frames-175;
    animation-duration: 36376ms;
    animation-delay: 1063ms;
  }
  @keyframes move-frames-175 {
    from {
      transform: translate3d(12vw, 104vh, 0);
    }
    to {
      transform: translate3d(5vw, -109vh, 0);
    }
  }
  .circle-container:nth-child(175) .circle {
    animation-delay: 2188ms;
  }
  .circle-container:nth-child(176) {
    width: 6px;
    height: 6px;
    animation-name: move-frames-176;
    animation-duration: 33925ms;
    animation-delay: 1680ms;
  }
  @keyframes move-frames-176 {
    from {
      transform: translate3d(84vw, 108vh, 0);
    }
    to {
      transform: translate3d(72vw, -133vh, 0);
    }
  }
  .circle-container:nth-child(176) .circle {
    animation-delay: 2168ms;
  }
  .circle-container:nth-child(177) {
    width: 3px;
    height: 3px;
    animation-name: move-frames-177;
    animation-duration: 36353ms;
    animation-delay: 13000ms;
  }
  @keyframes move-frames-177 {
    from {
      transform: translate3d(7vw, 101vh, 0);
    }
    to {
      transform: translate3d(60vw, -106vh, 0);
    }
  }
  .circle-container:nth-child(177) .circle {
    animation-delay: 2397ms;
  }
  .circle-container:nth-child(178) {
    width: 3px;
    height: 3px;
    animation-name: move-frames-178;
    animation-duration: 28609ms;
    animation-delay: 36050ms;
  }
  @keyframes move-frames-178 {
    from {
      transform: translate3d(6vw, 101vh, 0);
    }
    to {
      transform: translate3d(35vw, -122vh, 0);
    }
  }
  .circle-container:nth-child(178) .circle {
    animation-delay: 2343ms;
  }
  .circle-container:nth-child(179) {
    width: 3px;
    height: 3px;
    animation-name: move-frames-179;
    animation-duration: 32229ms;
    animation-delay: 3849ms;
  }
  @keyframes move-frames-179 {
    from {
      transform: translate3d(53vw, 105vh, 0);
    }
    to {
      transform: translate3d(4vw, -106vh, 0);
    }
  }
  .circle-container:nth-child(179) .circle {
    animation-delay: 3918ms;
  }
  .circle-container:nth-child(180) {
    width: 3px;
    height: 3px;
    animation-name: move-frames-180;
    animation-duration: 36455ms;
    animation-delay: 22441ms;
  }
  @keyframes move-frames-180 {
    from {
      transform: translate3d(97vw, 105vh, 0);
    }
    to {
      transform: translate3d(6vw, -134vh, 0);
    }
  }
  .circle-container:nth-child(180) .circle {
    animation-delay: 1156ms;
  }
  .circle-container:nth-child(181) {
    width: 6px;
    height: 6px;
    animation-name: move-frames-181;
    animation-duration: 36312ms;
    animation-delay: 3314ms;
  }
  @keyframes move-frames-181 {
    from {
      transform: translate3d(16vw, 110vh, 0);
    }
    to {
      transform: translate3d(32vw, -115vh, 0);
    }
  }
  .circle-container:nth-child(181) .circle {
    animation-delay: 530ms;
  }
  .circle-container:nth-child(182) {
    width: 5px;
    height: 5px;
    animation-name: move-frames-182;
    animation-duration: 33468ms;
    animation-delay: 8450ms;
  }
  @keyframes move-frames-182 {
    from {
      transform: translate3d(39vw, 102vh, 0);
    }
    to {
      transform: translate3d(42vw, -108vh, 0);
    }
  }
  .circle-container:nth-child(182) .circle {
    animation-delay: 1891ms;
  }
  .circle-container:nth-child(183) {
    width: 3px;
    height: 3px;
    animation-name: move-frames-183;
    animation-duration: 32940ms;
    animation-delay: 21856ms;
  }
  @keyframes move-frames-183 {
    from {
      transform: translate3d(21vw, 103vh, 0);
    }
    to {
      transform: translate3d(54vw, -127vh, 0);
    }
  }
  .circle-container:nth-child(183) .circle {
    animation-delay: 3354ms;
  }
  .circle-container:nth-child(184) {
    width: 6px;
    height: 6px;
    animation-name: move-frames-184;
    animation-duration: 36043ms;
    animation-delay: 21218ms;
  }
  @keyframes move-frames-184 {
    from {
      transform: translate3d(78vw, 106vh, 0);
    }
    to {
      transform: translate3d(9vw, -136vh, 0);
    }
  }
  .circle-container:nth-child(184) .circle {
    animation-delay: 184ms;
  }
  .circle-container:nth-child(185) {
    width: 1px;
    height: 1px;
    animation-name: move-frames-185;
    animation-duration: 35439ms;
    animation-delay: 47ms;
  }
  @keyframes move-frames-185 {
    from {
      transform: translate3d(85vw, 105vh, 0);
    }
    to {
      transform: translate3d(28vw, -119vh, 0);
    }
  }
  .circle-container:nth-child(185) .circle {
    animation-delay: 1849ms;
  }
  .circle-container:nth-child(186) {
    width: 1px;
    height: 1px;
    animation-name: move-frames-186;
    animation-duration: 36458ms;
    animation-delay: 17436ms;
  }
  @keyframes move-frames-186 {
    from {
      transform: translate3d(89vw, 103vh, 0);
    }
    to {
      transform: translate3d(10vw, -121vh, 0);
    }
  }
  .circle-container:nth-child(186) .circle {
    animation-delay: 2126ms;
  }
  .circle-container:nth-child(187) {
    width: 5px;
    height: 5px;
    animation-name: move-frames-187;
    animation-duration: 29047ms;
    animation-delay: 17587ms;
  }
  @keyframes move-frames-187 {
    from {
      transform: translate3d(7vw, 108vh, 0);
    }
    to {
      transform: translate3d(81vw, -126vh, 0);
    }
  }
  .circle-container:nth-child(187) .circle {
    animation-delay: 1506ms;
  }
  .circle-container:nth-child(188) {
    width: 7px;
    height: 7px;
    animation-name: move-frames-188;
    animation-duration: 32763ms;
    animation-delay: 19883ms;
  }
  @keyframes move-frames-188 {
    from {
      transform: translate3d(74vw, 102vh, 0);
    }
    to {
      transform: translate3d(60vw, -123vh, 0);
    }
  }
  .circle-container:nth-child(188) .circle {
    animation-delay: 2046ms;
  }
  .circle-container:nth-child(189) {
    width: 1px;
    height: 1px;
    animation-name: move-frames-189;
    animation-duration: 29199ms;
    animation-delay: 25679ms;
  }
  @keyframes move-frames-189 {
    from {
      transform: translate3d(96vw, 107vh, 0);
    }
    to {
      transform: translate3d(14vw, -122vh, 0);
    }
  }
  .circle-container:nth-child(189) .circle {
    animation-delay: 888ms;
  }
  .circle-container:nth-child(190) {
    width: 8px;
    height: 8px;
    animation-name: move-frames-190;
    animation-duration: 32446ms;
    animation-delay: 35184ms;
  }
  @keyframes move-frames-190 {
    from {
      transform: translate3d(60vw, 109vh, 0);
    }
    to {
      transform: translate3d(98vw, -110vh, 0);
    }
  }
  .circle-container:nth-child(190) .circle {
    animation-delay: 192ms;
  }
  .circle-container:nth-child(191) {
    width: 3px;
    height: 3px;
    animation-name: move-frames-191;
    animation-duration: 31972ms;
    animation-delay: 30001ms;
  }
  @keyframes move-frames-191 {
    from {
      transform: translate3d(43vw, 105vh, 0);
    }
    to {
      transform: translate3d(56vw, -120vh, 0);
    }
  }
  .circle-container:nth-child(191) .circle {
    animation-delay: 172ms;
  }
  .circle-container:nth-child(192) {
    width: 6px;
    height: 6px;
    animation-name: move-frames-192;
    animation-duration: 36836ms;
    animation-delay: 33068ms;
  }
  @keyframes move-frames-192 {
    from {
      transform: translate3d(99vw, 106vh, 0);
    }
    to {
      transform: translate3d(63vw, -134vh, 0);
    }
  }
  .circle-container:nth-child(192) .circle {
    animation-delay: 2657ms;
  }
  .circle-container:nth-child(193) {
    width: 1px;
    height: 1px;
    animation-name: move-frames-193;
    animation-duration: 32621ms;
    animation-delay: 4723ms;
  }
  @keyframes move-frames-193 {
    from {
      transform: translate3d(63vw, 106vh, 0);
    }
    to {
      transform: translate3d(10vw, -113vh, 0);
    }
  }
  .circle-container:nth-child(193) .circle {
    animation-delay: 2610ms;
  }
  .circle-container:nth-child(194) {
    width: 4px;
    height: 4px;
    animation-name: move-frames-194;
    animation-duration: 35058ms;
    animation-delay: 6304ms;
  }
  @keyframes move-frames-194 {
    from {
      transform: translate3d(10vw, 104vh, 0);
    }
    to {
      transform: translate3d(85vw, -132vh, 0);
    }
  }
  .circle-container:nth-child(194) .circle {
    animation-delay: 2624ms;
  }
  .circle-container:nth-child(195) {
    width: 7px;
    height: 7px;
    animation-name: move-frames-195;
    animation-duration: 30472ms;
    animation-delay: 23947ms;
  }
  @keyframes move-frames-195 {
    from {
      transform: translate3d(88vw, 110vh, 0);
    }
    to {
      transform: translate3d(39vw, -131vh, 0);
    }
  }
  .circle-container:nth-child(195) .circle {
    animation-delay: 3439ms;
  }
  .circle-container:nth-child(196) {
    width: 4px;
    height: 4px;
    animation-name: move-frames-196;
    animation-duration: 34245ms;
    animation-delay: 11717ms;
  }
  @keyframes move-frames-196 {
    from {
      transform: translate3d(37vw, 103vh, 0);
    }
    to {
      transform: translate3d(42vw, -107vh, 0);
    }
  }
  .circle-container:nth-child(196) .circle {
    animation-delay: 3120ms;
  }
  .circle-container:nth-child(197) {
    width: 1px;
    height: 1px;
    animation-name: move-frames-197;
    animation-duration: 34446ms;
    animation-delay: 15828ms;
  }
  @keyframes move-frames-197 {
    from {
      transform: translate3d(7vw, 101vh, 0);
    }
    to {
      transform: translate3d(79vw, -127vh, 0);
    }
  }
  .circle-container:nth-child(197) .circle {
    animation-delay: 660ms;
  }
  .circle-container:nth-child(198) {
    width: 8px;
    height: 8px;
    animation-name: move-frames-198;
    animation-duration: 28617ms;
    animation-delay: 5428ms;
  }
  @keyframes move-frames-198 {
    from {
      transform: translate3d(39vw, 106vh, 0);
    }
    to {
      transform: translate3d(35vw, -131vh, 0);
    }
  }
  .circle-container:nth-child(198) .circle {
    animation-delay: 827ms;
  }
  .circle-container:nth-child(199) {
    width: 8px;
    height: 8px;
    animation-name: move-frames-199;
    animation-duration: 34980ms;
    animation-delay: 24776ms;
  }
  @keyframes move-frames-199 {
    from {
      transform: translate3d(70vw, 106vh, 0);
    }
    to {
      transform: translate3d(17vw, -119vh, 0);
    }
  }
  .circle-container:nth-child(199) .circle {
    animation-delay: 66ms;
  }
  .circle-container:nth-child(200) {
    width: 6px;
    height: 6px;
    animation-name: move-frames-200;
    animation-duration: 29374ms;
    animation-delay: 18817ms;
  }
  @keyframes move-frames-200 {
    from {
      transform: translate3d(28vw, 102vh, 0);
    }
    to {
      transform: translate3d(62vw, -127vh, 0);
    }
  }
  .circle-container:nth-child(200) .circle {
    animation-delay: 3974ms;
  }