* {
  margin: 0;
  padding: 0; }

html,
body {
  width: 100%;
  height: 100%;
  overflow: hidden; }

/*body {
  background-color: #021027; }*/



.background {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  mask-image: radial-gradient(white 0%, white 30%, transparent 80%, transparent); }

.circle-container {
  position: absolute;
  transform: translateY(-10vh);
  animation-iteration-count: infinite;
  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%);
    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: 8px;
    height: 8px;
    animation-name: move-frames-1;
    animation-duration: 36355ms;
    animation-delay: 5644ms; }

@keyframes move-frames-1 {
  from {
    transform: translate3d(45vw, 103vh, 0); }
  to {
    transform: translate3d(75vw, -125vh, 0); } }
    .circle-container:nth-child(1) .circle {
      animation-delay: 3641ms; }
  .circle-container:nth-child(2) {
    width: 1px;
    height: 1px;
    animation-name: move-frames-2;
    animation-duration: 31322ms;
    animation-delay: 11414ms; }

@keyframes move-frames-2 {
  from {
    transform: translate3d(99vw, 101vh, 0); }
  to {
    transform: translate3d(64vw, -116vh, 0); } }
    .circle-container:nth-child(2) .circle {
      animation-delay: 1539ms; }
  .circle-container:nth-child(3) {
    width: 6px;
    height: 6px;
    animation-name: move-frames-3;
    animation-duration: 28667ms;
    animation-delay: 16013ms; }

@keyframes move-frames-3 {
  from {
    transform: translate3d(3vw, 103vh, 0); }
  to {
    transform: translate3d(27vw, -105vh, 0); } }
    .circle-container:nth-child(3) .circle {
      animation-delay: 565ms; }
  .circle-container:nth-child(4) {
    width: 4px;
    height: 4px;
    animation-name: move-frames-4;
    animation-duration: 28803ms;
    animation-delay: 18719ms; }

@keyframes move-frames-4 {
  from {
    transform: translate3d(93vw, 101vh, 0); }
  to {
    transform: translate3d(88vw, -110vh, 0); } }
    .circle-container:nth-child(4) .circle {
      animation-delay: 3345ms; }
  .circle-container:nth-child(5) {
    width: 4px;
    height: 4px;
    animation-name: move-frames-5;
    animation-duration: 34836ms;
    animation-delay: 34877ms; }

@keyframes move-frames-5 {
  from {
    transform: translate3d(28vw, 107vh, 0); }
  to {
    transform: translate3d(63vw, -130vh, 0); } }
    .circle-container:nth-child(5) .circle {
      animation-delay: 1238ms; }
  .circle-container:nth-child(6) {
    width: 7px;
    height: 7px;
    animation-name: move-frames-6;
    animation-duration: 36605ms;
    animation-delay: 13468ms; }

@keyframes move-frames-6 {
  from {
    transform: translate3d(77vw, 106vh, 0); }
  to {
    transform: translate3d(8vw, -118vh, 0); } }
    .circle-container:nth-child(6) .circle {
      animation-delay: 3968ms; }
  .circle-container:nth-child(7) {
    width: 7px;
    height: 7px;
    animation-name: move-frames-7;
    animation-duration: 28498ms;
    animation-delay: 35037ms; }

@keyframes move-frames-7 {
  from {
    transform: translate3d(37vw, 105vh, 0); }
  to {
    transform: translate3d(62vw, -122vh, 0); } }
    .circle-container:nth-child(7) .circle {
      animation-delay: 908ms; }
  .circle-container:nth-child(8) {
    width: 3px;
    height: 3px;
    animation-name: move-frames-8;
    animation-duration: 34864ms;
    animation-delay: 11879ms; }

@keyframes move-frames-8 {
  from {
    transform: translate3d(35vw, 109vh, 0); }
  to {
    transform: translate3d(2vw, -135vh, 0); } }
    .circle-container:nth-child(8) .circle {
      animation-delay: 1775ms; }
  .circle-container:nth-child(9) {
    width: 7px;
    height: 7px;
    animation-name: move-frames-9;
    animation-duration: 31768ms;
    animation-delay: 9792ms; }

@keyframes move-frames-9 {
  from {
    transform: translate3d(48vw, 106vh, 0); }
  to {
    transform: translate3d(26vw, -126vh, 0); } }
    .circle-container:nth-child(9) .circle {
      animation-delay: 184ms; }
  .circle-container:nth-child(10) {
    width: 7px;
    height: 7px;
    animation-name: move-frames-10;
    animation-duration: 31902ms;
    animation-delay: 14089ms; }

@keyframes move-frames-10 {
  from {
    transform: translate3d(59vw, 108vh, 0); }
  to {
    transform: translate3d(14vw, -119vh, 0); } }
    .circle-container:nth-child(10) .circle {
      animation-delay: 3061ms; }
  .circle-container:nth-child(11) {
    width: 7px;
    height: 7px;
    animation-name: move-frames-11;
    animation-duration: 32084ms;
    animation-delay: 13621ms; }

@keyframes move-frames-11 {
  from {
    transform: translate3d(88vw, 104vh, 0); }
  to {
    transform: translate3d(50vw, -109vh, 0); } }
    .circle-container:nth-child(11) .circle {
      animation-delay: 1404ms; }
  .circle-container:nth-child(12) {
    width: 8px;
    height: 8px;
    animation-name: move-frames-12;
    animation-duration: 36919ms;
    animation-delay: 3566ms; }

@keyframes move-frames-12 {
  from {
    transform: translate3d(12vw, 107vh, 0); }
  to {
    transform: translate3d(45vw, -117vh, 0); } }
    .circle-container:nth-child(12) .circle {
      animation-delay: 688ms; }
  .circle-container:nth-child(13) {
    width: 3px;
    height: 3px;
    animation-name: move-frames-13;
    animation-duration: 28482ms;
    animation-delay: 28743ms; }

@keyframes move-frames-13 {
  from {
    transform: translate3d(51vw, 105vh, 0); }
  to {
    transform: translate3d(43vw, -118vh, 0); } }
    .circle-container:nth-child(13) .circle {
      animation-delay: 1774ms; }
  .circle-container:nth-child(14) {
    width: 6px;
    height: 6px;
    animation-name: move-frames-14;
    animation-duration: 29371ms;
    animation-delay: 10066ms; }

@keyframes move-frames-14 {
  from {
    transform: translate3d(13vw, 107vh, 0); }
  to {
    transform: translate3d(50vw, -126vh, 0); } }
    .circle-container:nth-child(14) .circle {
      animation-delay: 2096ms; }
  .circle-container:nth-child(15) {
    width: 6px;
    height: 6px;
    animation-name: move-frames-15;
    animation-duration: 36933ms;
    animation-delay: 21668ms; }

@keyframes move-frames-15 {
  from {
    transform: translate3d(64vw, 102vh, 0); }
  to {
    transform: translate3d(32vw, -128vh, 0); } }
    .circle-container:nth-child(15) .circle {
      animation-delay: 287ms; }
  .circle-container:nth-child(16) {
    width: 5px;
    height: 5px;
    animation-name: move-frames-16;
    animation-duration: 29485ms;
    animation-delay: 25515ms; }

@keyframes move-frames-16 {
  from {
    transform: translate3d(50vw, 101vh, 0); }
  to {
    transform: translate3d(11vw, -110vh, 0); } }
    .circle-container:nth-child(16) .circle {
      animation-delay: 2268ms; }
  .circle-container:nth-child(17) {
    width: 3px;
    height: 3px;
    animation-name: move-frames-17;
    animation-duration: 32029ms;
    animation-delay: 15550ms; }

@keyframes move-frames-17 {
  from {
    transform: translate3d(57vw, 105vh, 0); }
  to {
    transform: translate3d(79vw, -133vh, 0); } }
    .circle-container:nth-child(17) .circle {
      animation-delay: 2145ms; }
  .circle-container:nth-child(18) {
    width: 7px;
    height: 7px;
    animation-name: move-frames-18;
    animation-duration: 30609ms;
    animation-delay: 6337ms; }

@keyframes move-frames-18 {
  from {
    transform: translate3d(50vw, 109vh, 0); }
  to {
    transform: translate3d(22vw, -124vh, 0); } }
    .circle-container:nth-child(18) .circle {
      animation-delay: 1421ms; }
  .circle-container:nth-child(19) {
    width: 8px;
    height: 8px;
    animation-name: move-frames-19;
    animation-duration: 36617ms;
    animation-delay: 25634ms; }

@keyframes move-frames-19 {
  from {
    transform: translate3d(57vw, 103vh, 0); }
  to {
    transform: translate3d(20vw, -123vh, 0); } }
    .circle-container:nth-child(19) .circle {
      animation-delay: 2759ms; }
  .circle-container:nth-child(20) {
    width: 6px;
    height: 6px;
    animation-name: move-frames-20;
    animation-duration: 30438ms;
    animation-delay: 16153ms; }

@keyframes move-frames-20 {
  from {
    transform: translate3d(83vw, 102vh, 0); }
  to {
    transform: translate3d(86vw, -127vh, 0); } }
    .circle-container:nth-child(20) .circle {
      animation-delay: 967ms; }
  .circle-container:nth-child(21) {
    width: 6px;
    height: 6px;
    animation-name: move-frames-21;
    animation-duration: 31124ms;
    animation-delay: 8351ms; }

@keyframes move-frames-21 {
  from {
    transform: translate3d(8vw, 105vh, 0); }
  to {
    transform: translate3d(75vw, -128vh, 0); } }
    .circle-container:nth-child(21) .circle {
      animation-delay: 2369ms; }
  .circle-container:nth-child(22) {
    width: 2px;
    height: 2px;
    animation-name: move-frames-22;
    animation-duration: 28652ms;
    animation-delay: 24713ms; }

@keyframes move-frames-22 {
  from {
    transform: translate3d(6vw, 108vh, 0); }
  to {
    transform: translate3d(59vw, -120vh, 0); } }
    .circle-container:nth-child(22) .circle {
      animation-delay: 3737ms; }
  .circle-container:nth-child(23) {
    width: 5px;
    height: 5px;
    animation-name: move-frames-23;
    animation-duration: 32885ms;
    animation-delay: 27458ms; }

@keyframes move-frames-23 {
  from {
    transform: translate3d(23vw, 105vh, 0); }
  to {
    transform: translate3d(70vw, -113vh, 0); } }
    .circle-container:nth-child(23) .circle {
      animation-delay: 163ms; }
  .circle-container:nth-child(24) {
    width: 4px;
    height: 4px;
    animation-name: move-frames-24;
    animation-duration: 36630ms;
    animation-delay: 21948ms; }

@keyframes move-frames-24 {
  from {
    transform: translate3d(48vw, 105vh, 0); }
  to {
    transform: translate3d(90vw, -125vh, 0); } }
    .circle-container:nth-child(24) .circle {
      animation-delay: 443ms; }
  .circle-container:nth-child(25) {
    width: 5px;
    height: 5px;
    animation-name: move-frames-25;
    animation-duration: 30252ms;
    animation-delay: 8208ms; }

@keyframes move-frames-25 {
  from {
    transform: translate3d(93vw, 109vh, 0); }
  to {
    transform: translate3d(90vw, -121vh, 0); } }
    .circle-container:nth-child(25) .circle {
      animation-delay: 764ms; }
  .circle-container:nth-child(26) {
    width: 3px;
    height: 3px;
    animation-name: move-frames-26;
    animation-duration: 36267ms;
    animation-delay: 15048ms; }

@keyframes move-frames-26 {
  from {
    transform: translate3d(32vw, 109vh, 0); }
  to {
    transform: translate3d(17vw, -122vh, 0); } }
    .circle-container:nth-child(26) .circle {
      animation-delay: 666ms; }
  .circle-container:nth-child(27) {
    width: 7px;
    height: 7px;
    animation-name: move-frames-27;
    animation-duration: 29194ms;
    animation-delay: 25702ms; }

@keyframes move-frames-27 {
  from {
    transform: translate3d(65vw, 102vh, 0); }
  to {
    transform: translate3d(18vw, -108vh, 0); } }
    .circle-container:nth-child(27) .circle {
      animation-delay: 1353ms; }
  .circle-container:nth-child(28) {
    width: 8px;
    height: 8px;
    animation-name: move-frames-28;
    animation-duration: 29041ms;
    animation-delay: 33423ms; }

@keyframes move-frames-28 {
  from {
    transform: translate3d(7vw, 102vh, 0); }
  to {
    transform: translate3d(31vw, -123vh, 0); } }
    .circle-container:nth-child(28) .circle {
      animation-delay: 2321ms; }
  .circle-container:nth-child(29) {
    width: 4px;
    height: 4px;
    animation-name: move-frames-29;
    animation-duration: 29534ms;
    animation-delay: 3635ms; }

@keyframes move-frames-29 {
  from {
    transform: translate3d(85vw, 106vh, 0); }
  to {
    transform: translate3d(46vw, -133vh, 0); } }
    .circle-container:nth-child(29) .circle {
      animation-delay: 1622ms; }
  .circle-container:nth-child(30) {
    width: 6px;
    height: 6px;
    animation-name: move-frames-30;
    animation-duration: 33998ms;
    animation-delay: 8458ms; }

@keyframes move-frames-30 {
  from {
    transform: translate3d(6vw, 105vh, 0); }
  to {
    transform: translate3d(81vw, -129vh, 0); } }
    .circle-container:nth-child(30) .circle {
      animation-delay: 3363ms; }
  .circle-container:nth-child(31) {
    width: 7px;
    height: 7px;
    animation-name: move-frames-31;
    animation-duration: 31163ms;
    animation-delay: 24423ms; }

@keyframes move-frames-31 {
  from {
    transform: translate3d(7vw, 108vh, 0); }
  to {
    transform: translate3d(53vw, -115vh, 0); } }
    .circle-container:nth-child(31) .circle {
      animation-delay: 1504ms; }
  .circle-container:nth-child(32) {
    width: 5px;
    height: 5px;
    animation-name: move-frames-32;
    animation-duration: 29479ms;
    animation-delay: 22336ms; }

@keyframes move-frames-32 {
  from {
    transform: translate3d(37vw, 106vh, 0); }
  to {
    transform: translate3d(99vw, -110vh, 0); } }
    .circle-container:nth-child(32) .circle {
      animation-delay: 2773ms; }
  .circle-container:nth-child(33) {
    width: 4px;
    height: 4px;
    animation-name: move-frames-33;
    animation-duration: 34431ms;
    animation-delay: 29376ms; }

@keyframes move-frames-33 {
  from {
    transform: translate3d(86vw, 105vh, 0); }
  to {
    transform: translate3d(90vw, -115vh, 0); } }
    .circle-container:nth-child(33) .circle {
      animation-delay: 921ms; }
  .circle-container:nth-child(34) {
    width: 7px;
    height: 7px;
    animation-name: move-frames-34;
    animation-duration: 30216ms;
    animation-delay: 24478ms; }

@keyframes move-frames-34 {
  from {
    transform: translate3d(94vw, 108vh, 0); }
  to {
    transform: translate3d(76vw, -118vh, 0); } }
    .circle-container:nth-child(34) .circle {
      animation-delay: 1090ms; }
  .circle-container:nth-child(35) {
    width: 1px;
    height: 1px;
    animation-name: move-frames-35;
    animation-duration: 30713ms;
    animation-delay: 22917ms; }

@keyframes move-frames-35 {
  from {
    transform: translate3d(77vw, 102vh, 0); }
  to {
    transform: translate3d(37vw, -132vh, 0); } }
    .circle-container:nth-child(35) .circle {
      animation-delay: 2301ms; }
  .circle-container:nth-child(36) {
    width: 4px;
    height: 4px;
    animation-name: move-frames-36;
    animation-duration: 29193ms;
    animation-delay: 11231ms; }

@keyframes move-frames-36 {
  from {
    transform: translate3d(45vw, 105vh, 0); }
  to {
    transform: translate3d(24vw, -107vh, 0); } }
    .circle-container:nth-child(36) .circle {
      animation-delay: 1974ms; }
  .circle-container:nth-child(37) {
    width: 5px;
    height: 5px;
    animation-name: move-frames-37;
    animation-duration: 28526ms;
    animation-delay: 22401ms; }

@keyframes move-frames-37 {
  from {
    transform: translate3d(99vw, 109vh, 0); }
  to {
    transform: translate3d(90vw, -123vh, 0); } }
    .circle-container:nth-child(37) .circle {
      animation-delay: 3237ms; }
  .circle-container:nth-child(38) {
    width: 1px;
    height: 1px;
    animation-name: move-frames-38;
    animation-duration: 36902ms;
    animation-delay: 3168ms; }

@keyframes move-frames-38 {
  from {
    transform: translate3d(75vw, 107vh, 0); }
  to {
    transform: translate3d(88vw, -130vh, 0); } }
    .circle-container:nth-child(38) .circle {
      animation-delay: 2825ms; }
  .circle-container:nth-child(39) {
    width: 7px;
    height: 7px;
    animation-name: move-frames-39;
    animation-duration: 35110ms;
    animation-delay: 28117ms; }

@keyframes move-frames-39 {
  from {
    transform: translate3d(98vw, 108vh, 0); }
  to {
    transform: translate3d(67vw, -116vh, 0); } }
    .circle-container:nth-child(39) .circle {
      animation-delay: 3933ms; }
  .circle-container:nth-child(40) {
    width: 7px;
    height: 7px;
    animation-name: move-frames-40;
    animation-duration: 32296ms;
    animation-delay: 16441ms; }

@keyframes move-frames-40 {
  from {
    transform: translate3d(32vw, 107vh, 0); }
  to {
    transform: translate3d(70vw, -119vh, 0); } }
    .circle-container:nth-child(40) .circle {
      animation-delay: 1419ms; }
  .circle-container:nth-child(41) {
    width: 2px;
    height: 2px;
    animation-name: move-frames-41;
    animation-duration: 36260ms;
    animation-delay: 6640ms; }

@keyframes move-frames-41 {
  from {
    transform: translate3d(73vw, 103vh, 0); }
  to {
    transform: translate3d(15vw, -122vh, 0); } }
    .circle-container:nth-child(41) .circle {
      animation-delay: 2591ms; }
  .circle-container:nth-child(42) {
    width: 8px;
    height: 8px;
    animation-name: move-frames-42;
    animation-duration: 32463ms;
    animation-delay: 4054ms; }

@keyframes move-frames-42 {
  from {
    transform: translate3d(11vw, 107vh, 0); }
  to {
    transform: translate3d(2vw, -126vh, 0); } }
    .circle-container:nth-child(42) .circle {
      animation-delay: 626ms; }
  .circle-container:nth-child(43) {
    width: 3px;
    height: 3px;
    animation-name: move-frames-43;
    animation-duration: 32837ms;
    animation-delay: 6604ms; }

@keyframes move-frames-43 {
  from {
    transform: translate3d(15vw, 104vh, 0); }
  to {
    transform: translate3d(9vw, -109vh, 0); } }
    .circle-container:nth-child(43) .circle {
      animation-delay: 3404ms; }
  .circle-container:nth-child(44) {
    width: 7px;
    height: 7px;
    animation-name: move-frames-44;
    animation-duration: 28908ms;
    animation-delay: 30373ms; }

@keyframes move-frames-44 {
  from {
    transform: translate3d(30vw, 107vh, 0); }
  to {
    transform: translate3d(13vw, -120vh, 0); } }
    .circle-container:nth-child(44) .circle {
      animation-delay: 3929ms; }
  .circle-container:nth-child(45) {
    width: 8px;
    height: 8px;
    animation-name: move-frames-45;
    animation-duration: 29458ms;
    animation-delay: 30565ms; }

@keyframes move-frames-45 {
  from {
    transform: translate3d(31vw, 110vh, 0); }
  to {
    transform: translate3d(3vw, -139vh, 0); } }
    .circle-container:nth-child(45) .circle {
      animation-delay: 647ms; }
  .circle-container:nth-child(46) {
    width: 4px;
    height: 4px;
    animation-name: move-frames-46;
    animation-duration: 34467ms;
    animation-delay: 25972ms; }

@keyframes move-frames-46 {
  from {
    transform: translate3d(95vw, 107vh, 0); }
  to {
    transform: translate3d(16vw, -133vh, 0); } }
    .circle-container:nth-child(46) .circle {
      animation-delay: 290ms; }
  .circle-container:nth-child(47) {
    width: 8px;
    height: 8px;
    animation-name: move-frames-47;
    animation-duration: 33250ms;
    animation-delay: 25773ms; }

@keyframes move-frames-47 {
  from {
    transform: translate3d(85vw, 105vh, 0); }
  to {
    transform: translate3d(4vw, -117vh, 0); } }
    .circle-container:nth-child(47) .circle {
      animation-delay: 388ms; }
  .circle-container:nth-child(48) {
    width: 1px;
    height: 1px;
    animation-name: move-frames-48;
    animation-duration: 36115ms;
    animation-delay: 32840ms; }

@keyframes move-frames-48 {
  from {
    transform: translate3d(87vw, 101vh, 0); }
  to {
    transform: translate3d(68vw, -114vh, 0); } }
    .circle-container:nth-child(48) .circle {
      animation-delay: 1856ms; }
  .circle-container:nth-child(49) {
    width: 1px;
    height: 1px;
    animation-name: move-frames-49;
    animation-duration: 35660ms;
    animation-delay: 28339ms; }

@keyframes move-frames-49 {
  from {
    transform: translate3d(38vw, 103vh, 0); }
  to {
    transform: translate3d(58vw, -119vh, 0); } }
    .circle-container:nth-child(49) .circle {
      animation-delay: 1034ms; }
  .circle-container:nth-child(50) {
    width: 3px;
    height: 3px;
    animation-name: move-frames-50;
    animation-duration: 29246ms;
    animation-delay: 27373ms; }

@keyframes move-frames-50 {
  from {
    transform: translate3d(34vw, 104vh, 0); }
  to {
    transform: translate3d(49vw, -131vh, 0); } }
    .circle-container:nth-child(50) .circle {
      animation-delay: 1653ms; }
  .circle-container:nth-child(51) {
    width: 7px;
    height: 7px;
    animation-name: move-frames-51;
    animation-duration: 35553ms;
    animation-delay: 25847ms; }

@keyframes move-frames-51 {
  from {
    transform: translate3d(82vw, 102vh, 0); }
  to {
    transform: translate3d(40vw, -129vh, 0); } }
    .circle-container:nth-child(51) .circle {
      animation-delay: 539ms; }
  .circle-container:nth-child(52) {
    width: 3px;
    height: 3px;
    animation-name: move-frames-52;
    animation-duration: 31574ms;
    animation-delay: 19271ms; }

@keyframes move-frames-52 {
  from {
    transform: translate3d(99vw, 109vh, 0); }
  to {
    transform: translate3d(17vw, -113vh, 0); } }
    .circle-container:nth-child(52) .circle {
      animation-delay: 2102ms; }
  .circle-container:nth-child(53) {
    width: 8px;
    height: 8px;
    animation-name: move-frames-53;
    animation-duration: 34045ms;
    animation-delay: 14282ms; }

@keyframes move-frames-53 {
  from {
    transform: translate3d(48vw, 109vh, 0); }
  to {
    transform: translate3d(76vw, -131vh, 0); } }
    .circle-container:nth-child(53) .circle {
      animation-delay: 2838ms; }
  .circle-container:nth-child(54) {
    width: 2px;
    height: 2px;
    animation-name: move-frames-54;
    animation-duration: 32093ms;
    animation-delay: 7732ms; }

@keyframes move-frames-54 {
  from {
    transform: translate3d(10vw, 106vh, 0); }
  to {
    transform: translate3d(78vw, -109vh, 0); } }
    .circle-container:nth-child(54) .circle {
      animation-delay: 2320ms; }
  .circle-container:nth-child(55) {
    width: 8px;
    height: 8px;
    animation-name: move-frames-55;
    animation-duration: 36779ms;
    animation-delay: 5348ms; }

@keyframes move-frames-55 {
  from {
    transform: translate3d(10vw, 104vh, 0); }
  to {
    transform: translate3d(47vw, -107vh, 0); } }
    .circle-container:nth-child(55) .circle {
      animation-delay: 661ms; }
  .circle-container:nth-child(56) {
    width: 2px;
    height: 2px;
    animation-name: move-frames-56;
    animation-duration: 36698ms;
    animation-delay: 10736ms; }

@keyframes move-frames-56 {
  from {
    transform: translate3d(77vw, 108vh, 0); }
  to {
    transform: translate3d(40vw, -119vh, 0); } }
    .circle-container:nth-child(56) .circle {
      animation-delay: 2661ms; }
  .circle-container:nth-child(57) {
    width: 7px;
    height: 7px;
    animation-name: move-frames-57;
    animation-duration: 36945ms;
    animation-delay: 35879ms; }

@keyframes move-frames-57 {
  from {
    transform: translate3d(18vw, 107vh, 0); }
  to {
    transform: translate3d(51vw, -109vh, 0); } }
    .circle-container:nth-child(57) .circle {
      animation-delay: 2755ms; }
  .circle-container:nth-child(58) {
    width: 6px;
    height: 6px;
    animation-name: move-frames-58;
    animation-duration: 28101ms;
    animation-delay: 31161ms; }

@keyframes move-frames-58 {
  from {
    transform: translate3d(20vw, 103vh, 0); }
  to {
    transform: translate3d(92vw, -117vh, 0); } }
    .circle-container:nth-child(58) .circle {
      animation-delay: 1404ms; }
  .circle-container:nth-child(59) {
    width: 2px;
    height: 2px;
    animation-name: move-frames-59;
    animation-duration: 36303ms;
    animation-delay: 16883ms; }

@keyframes move-frames-59 {
  from {
    transform: translate3d(29vw, 104vh, 0); }
  to {
    transform: translate3d(43vw, -130vh, 0); } }
    .circle-container:nth-child(59) .circle {
      animation-delay: 3491ms; }
  .circle-container:nth-child(60) {
    width: 2px;
    height: 2px;
    animation-name: move-frames-60;
    animation-duration: 29530ms;
    animation-delay: 14195ms; }

@keyframes move-frames-60 {
  from {
    transform: translate3d(94vw, 105vh, 0); }
  to {
    transform: translate3d(26vw, -120vh, 0); } }
    .circle-container:nth-child(60) .circle {
      animation-delay: 1701ms; }
  .circle-container:nth-child(61) {
    width: 6px;
    height: 6px;
    animation-name: move-frames-61;
    animation-duration: 33673ms;
    animation-delay: 14082ms; }

@keyframes move-frames-61 {
  from {
    transform: translate3d(61vw, 105vh, 0); }
  to {
    transform: translate3d(89vw, -110vh, 0); } }
    .circle-container:nth-child(61) .circle {
      animation-delay: 1120ms; }
  .circle-container:nth-child(62) {
    width: 1px;
    height: 1px;
    animation-name: move-frames-62;
    animation-duration: 34225ms;
    animation-delay: 19710ms; }

@keyframes move-frames-62 {
  from {
    transform: translate3d(41vw, 105vh, 0); }
  to {
    transform: translate3d(96vw, -115vh, 0); } }
    .circle-container:nth-child(62) .circle {
      animation-delay: 3023ms; }
  .circle-container:nth-child(63) {
    width: 6px;
    height: 6px;
    animation-name: move-frames-63;
    animation-duration: 34536ms;
    animation-delay: 12355ms; }

@keyframes move-frames-63 {
  from {
    transform: translate3d(8vw, 104vh, 0); }
  to {
    transform: translate3d(9vw, -115vh, 0); } }
    .circle-container:nth-child(63) .circle {
      animation-delay: 895ms; }
  .circle-container:nth-child(64) {
    width: 4px;
    height: 4px;
    animation-name: move-frames-64;
    animation-duration: 33297ms;
    animation-delay: 16157ms; }

@keyframes move-frames-64 {
  from {
    transform: translate3d(67vw, 103vh, 0); }
  to {
    transform: translate3d(50vw, -126vh, 0); } }
    .circle-container:nth-child(64) .circle {
      animation-delay: 1310ms; }
  .circle-container:nth-child(65) {
    width: 1px;
    height: 1px;
    animation-name: move-frames-65;
    animation-duration: 29792ms;
    animation-delay: 7430ms; }

@keyframes move-frames-65 {
  from {
    transform: translate3d(3vw, 102vh, 0); }
  to {
    transform: translate3d(33vw, -106vh, 0); } }
    .circle-container:nth-child(65) .circle {
      animation-delay: 3206ms; }
  .circle-container:nth-child(66) {
    width: 5px;
    height: 5px;
    animation-name: move-frames-66;
    animation-duration: 30091ms;
    animation-delay: 33045ms; }

@keyframes move-frames-66 {
  from {
    transform: translate3d(85vw, 102vh, 0); }
  to {
    transform: translate3d(20vw, -105vh, 0); } }
    .circle-container:nth-child(66) .circle {
      animation-delay: 133ms; }
  .circle-container:nth-child(67) {
    width: 3px;
    height: 3px;
    animation-name: move-frames-67;
    animation-duration: 34302ms;
    animation-delay: 8474ms; }

@keyframes move-frames-67 {
  from {
    transform: translate3d(11vw, 107vh, 0); }
  to {
    transform: translate3d(64vw, -108vh, 0); } }
    .circle-container:nth-child(67) .circle {
      animation-delay: 352ms; }
  .circle-container:nth-child(68) {
    width: 7px;
    height: 7px;
    animation-name: move-frames-68;
    animation-duration: 32647ms;
    animation-delay: 13379ms; }

@keyframes move-frames-68 {
  from {
    transform: translate3d(59vw, 104vh, 0); }
  to {
    transform: translate3d(92vw, -122vh, 0); } }
    .circle-container:nth-child(68) .circle {
      animation-delay: 3090ms; }
  .circle-container:nth-child(69) {
    width: 8px;
    height: 8px;
    animation-name: move-frames-69;
    animation-duration: 34062ms;
    animation-delay: 31624ms; }

@keyframes move-frames-69 {
  from {
    transform: translate3d(24vw, 110vh, 0); }
  to {
    transform: translate3d(95vw, -116vh, 0); } }
    .circle-container:nth-child(69) .circle {
      animation-delay: 1396ms; }
  .circle-container:nth-child(70) {
    width: 4px;
    height: 4px;
    animation-name: move-frames-70;
    animation-duration: 28945ms;
    animation-delay: 25645ms; }

@keyframes move-frames-70 {
  from {
    transform: translate3d(22vw, 107vh, 0); }
  to {
    transform: translate3d(38vw, -110vh, 0); } }
    .circle-container:nth-child(70) .circle {
      animation-delay: 3398ms; }
  .circle-container:nth-child(71) {
    width: 8px;
    height: 8px;
    animation-name: move-frames-71;
    animation-duration: 28684ms;
    animation-delay: 13107ms; }

@keyframes move-frames-71 {
  from {
    transform: translate3d(86vw, 104vh, 0); }
  to {
    transform: translate3d(87vw, -126vh, 0); } }
    .circle-container:nth-child(71) .circle {
      animation-delay: 3021ms; }
  .circle-container:nth-child(72) {
    width: 4px;
    height: 4px;
    animation-name: move-frames-72;
    animation-duration: 36191ms;
    animation-delay: 1799ms; }

@keyframes move-frames-72 {
  from {
    transform: translate3d(41vw, 103vh, 0); }
  to {
    transform: translate3d(19vw, -112vh, 0); } }
    .circle-container:nth-child(72) .circle {
      animation-delay: 1632ms; }
  .circle-container:nth-child(73) {
    width: 2px;
    height: 2px;
    animation-name: move-frames-73;
    animation-duration: 28451ms;
    animation-delay: 18414ms; }

@keyframes move-frames-73 {
  from {
    transform: translate3d(32vw, 101vh, 0); }
  to {
    transform: translate3d(36vw, -108vh, 0); } }
    .circle-container:nth-child(73) .circle {
      animation-delay: 1676ms; }
  .circle-container:nth-child(74) {
    width: 4px;
    height: 4px;
    animation-name: move-frames-74;
    animation-duration: 33519ms;
    animation-delay: 2716ms; }

@keyframes move-frames-74 {
  from {
    transform: translate3d(90vw, 105vh, 0); }
  to {
    transform: translate3d(59vw, -133vh, 0); } }
    .circle-container:nth-child(74) .circle {
      animation-delay: 1926ms; }
  .circle-container:nth-child(75) {
    width: 7px;
    height: 7px;
    animation-name: move-frames-75;
    animation-duration: 32296ms;
    animation-delay: 30919ms; }

@keyframes move-frames-75 {
  from {
    transform: translate3d(57vw, 109vh, 0); }
  to {
    transform: translate3d(58vw, -120vh, 0); } }
    .circle-container:nth-child(75) .circle {
      animation-delay: 130ms; }
  .circle-container:nth-child(76) {
    width: 3px;
    height: 3px;
    animation-name: move-frames-76;
    animation-duration: 31337ms;
    animation-delay: 25562ms; }

@keyframes move-frames-76 {
  from {
    transform: translate3d(21vw, 104vh, 0); }
  to {
    transform: translate3d(94vw, -119vh, 0); } }
    .circle-container:nth-child(76) .circle {
      animation-delay: 191ms; }
  .circle-container:nth-child(77) {
    width: 7px;
    height: 7px;
    animation-name: move-frames-77;
    animation-duration: 35632ms;
    animation-delay: 19365ms; }

@keyframes move-frames-77 {
  from {
    transform: translate3d(49vw, 101vh, 0); }
  to {
    transform: translate3d(78vw, -119vh, 0); } }
    .circle-container:nth-child(77) .circle {
      animation-delay: 1468ms; }
  .circle-container:nth-child(78) {
    width: 3px;
    height: 3px;
    animation-name: move-frames-78;
    animation-duration: 36628ms;
    animation-delay: 13837ms; }

@keyframes move-frames-78 {
  from {
    transform: translate3d(77vw, 104vh, 0); }
  to {
    transform: translate3d(83vw, -121vh, 0); } }
    .circle-container:nth-child(78) .circle {
      animation-delay: 1861ms; }
  .circle-container:nth-child(79) {
    width: 7px;
    height: 7px;
    animation-name: move-frames-79;
    animation-duration: 34073ms;
    animation-delay: 10247ms; }

@keyframes move-frames-79 {
  from {
    transform: translate3d(78vw, 105vh, 0); }
  to {
    transform: translate3d(77vw, -128vh, 0); } }
    .circle-container:nth-child(79) .circle {
      animation-delay: 3164ms; }
  .circle-container:nth-child(80) {
    width: 3px;
    height: 3px;
    animation-name: move-frames-80;
    animation-duration: 35806ms;
    animation-delay: 31469ms; }

@keyframes move-frames-80 {
  from {
    transform: translate3d(73vw, 101vh, 0); }
  to {
    transform: translate3d(10vw, -131vh, 0); } }
    .circle-container:nth-child(80) .circle {
      animation-delay: 2432ms; }
  .circle-container:nth-child(81) {
    width: 1px;
    height: 1px;
    animation-name: move-frames-81;
    animation-duration: 30672ms;
    animation-delay: 11033ms; }

@keyframes move-frames-81 {
  from {
    transform: translate3d(81vw, 109vh, 0); }
  to {
    transform: translate3d(5vw, -120vh, 0); } }
    .circle-container:nth-child(81) .circle {
      animation-delay: 1267ms; }
  .circle-container:nth-child(82) {
    width: 8px;
    height: 8px;
    animation-name: move-frames-82;
    animation-duration: 34803ms;
    animation-delay: 24152ms; }

@keyframes move-frames-82 {
  from {
    transform: translate3d(79vw, 102vh, 0); }
  to {
    transform: translate3d(15vw, -130vh, 0); } }
    .circle-container:nth-child(82) .circle {
      animation-delay: 2565ms; }
  .circle-container:nth-child(83) {
    width: 7px;
    height: 7px;
    animation-name: move-frames-83;
    animation-duration: 35769ms;
    animation-delay: 14958ms; }

@keyframes move-frames-83 {
  from {
    transform: translate3d(27vw, 104vh, 0); }
  to {
    transform: translate3d(32vw, -107vh, 0); } }
    .circle-container:nth-child(83) .circle {
      animation-delay: 2646ms; }
  .circle-container:nth-child(84) {
    width: 8px;
    height: 8px;
    animation-name: move-frames-84;
    animation-duration: 34927ms;
    animation-delay: 9458ms; }

@keyframes move-frames-84 {
  from {
    transform: translate3d(72vw, 102vh, 0); }
  to {
    transform: translate3d(43vw, -113vh, 0); } }
    .circle-container:nth-child(84) .circle {
      animation-delay: 3013ms; }
  .circle-container:nth-child(85) {
    width: 5px;
    height: 5px;
    animation-name: move-frames-85;
    animation-duration: 30898ms;
    animation-delay: 25671ms; }

@keyframes move-frames-85 {
  from {
    transform: translate3d(61vw, 103vh, 0); }
  to {
    transform: translate3d(5vw, -118vh, 0); } }
    .circle-container:nth-child(85) .circle {
      animation-delay: 3964ms; }
  .circle-container:nth-child(86) {
    width: 1px;
    height: 1px;
    animation-name: move-frames-86;
    animation-duration: 31798ms;
    animation-delay: 14468ms; }

@keyframes move-frames-86 {
  from {
    transform: translate3d(44vw, 104vh, 0); }
  to {
    transform: translate3d(99vw, -118vh, 0); } }
    .circle-container:nth-child(86) .circle {
      animation-delay: 2824ms; }
  .circle-container:nth-child(87) {
    width: 6px;
    height: 6px;
    animation-name: move-frames-87;
    animation-duration: 33095ms;
    animation-delay: 1341ms; }

@keyframes move-frames-87 {
  from {
    transform: translate3d(93vw, 104vh, 0); }
  to {
    transform: translate3d(72vw, -119vh, 0); } }
    .circle-container:nth-child(87) .circle {
      animation-delay: 2182ms; }
  .circle-container:nth-child(88) {
    width: 2px;
    height: 2px;
    animation-name: move-frames-88;
    animation-duration: 28407ms;
    animation-delay: 18054ms; }

@keyframes move-frames-88 {
  from {
    transform: translate3d(68vw, 109vh, 0); }
  to {
    transform: translate3d(81vw, -116vh, 0); } }
    .circle-container:nth-child(88) .circle {
      animation-delay: 1616ms; }
  .circle-container:nth-child(89) {
    width: 1px;
    height: 1px;
    animation-name: move-frames-89;
    animation-duration: 28580ms;
    animation-delay: 33096ms; }

@keyframes move-frames-89 {
  from {
    transform: translate3d(15vw, 102vh, 0); }
  to {
    transform: translate3d(36vw, -111vh, 0); } }
    .circle-container:nth-child(89) .circle {
      animation-delay: 1469ms; }
  .circle-container:nth-child(90) {
    width: 5px;
    height: 5px;
    animation-name: move-frames-90;
    animation-duration: 32625ms;
    animation-delay: 15900ms; }

@keyframes move-frames-90 {
  from {
    transform: translate3d(1vw, 110vh, 0); }
  to {
    transform: translate3d(56vw, -127vh, 0); } }
    .circle-container:nth-child(90) .circle {
      animation-delay: 2044ms; }
  .circle-container:nth-child(91) {
    width: 3px;
    height: 3px;
    animation-name: move-frames-91;
    animation-duration: 28968ms;
    animation-delay: 15203ms; }

@keyframes move-frames-91 {
  from {
    transform: translate3d(87vw, 110vh, 0); }
  to {
    transform: translate3d(74vw, -134vh, 0); } }
    .circle-container:nth-child(91) .circle {
      animation-delay: 3425ms; }
  .circle-container:nth-child(92) {
    width: 2px;
    height: 2px;
    animation-name: move-frames-92;
    animation-duration: 32172ms;
    animation-delay: 2742ms; }

@keyframes move-frames-92 {
  from {
    transform: translate3d(65vw, 103vh, 0); }
  to {
    transform: translate3d(95vw, -105vh, 0); } }
    .circle-container:nth-child(92) .circle {
      animation-delay: 2520ms; }
  .circle-container:nth-child(93) {
    width: 6px;
    height: 6px;
    animation-name: move-frames-93;
    animation-duration: 32608ms;
    animation-delay: 29798ms; }

@keyframes move-frames-93 {
  from {
    transform: translate3d(25vw, 104vh, 0); }
  to {
    transform: translate3d(78vw, -127vh, 0); } }
    .circle-container:nth-child(93) .circle {
      animation-delay: 3317ms; }
  .circle-container:nth-child(94) {
    width: 3px;
    height: 3px;
    animation-name: move-frames-94;
    animation-duration: 29569ms;
    animation-delay: 35407ms; }

@keyframes move-frames-94 {
  from {
    transform: translate3d(1vw, 110vh, 0); }
  to {
    transform: translate3d(81vw, -125vh, 0); } }
    .circle-container:nth-child(94) .circle {
      animation-delay: 1128ms; }
  .circle-container:nth-child(95) {
    width: 2px;
    height: 2px;
    animation-name: move-frames-95;
    animation-duration: 30338ms;
    animation-delay: 3027ms; }

@keyframes move-frames-95 {
  from {
    transform: translate3d(30vw, 107vh, 0); }
  to {
    transform: translate3d(75vw, -112vh, 0); } }
    .circle-container:nth-child(95) .circle {
      animation-delay: 3503ms; }
  .circle-container:nth-child(96) {
    width: 1px;
    height: 1px;
    animation-name: move-frames-96;
    animation-duration: 29239ms;
    animation-delay: 1125ms; }

@keyframes move-frames-96 {
  from {
    transform: translate3d(85vw, 109vh, 0); }
  to {
    transform: translate3d(66vw, -119vh, 0); } }
    .circle-container:nth-child(96) .circle {
      animation-delay: 2229ms; }
  .circle-container:nth-child(97) {
    width: 5px;
    height: 5px;
    animation-name: move-frames-97;
    animation-duration: 29617ms;
    animation-delay: 12133ms; }

@keyframes move-frames-97 {
  from {
    transform: translate3d(29vw, 108vh, 0); }
  to {
    transform: translate3d(31vw, -111vh, 0); } }
    .circle-container:nth-child(97) .circle {
      animation-delay: 987ms; }
  .circle-container:nth-child(98) {
    width: 2px;
    height: 2px;
    animation-name: move-frames-98;
    animation-duration: 32527ms;
    animation-delay: 20261ms; }

@keyframes move-frames-98 {
  from {
    transform: translate3d(92vw, 103vh, 0); }
  to {
    transform: translate3d(89vw, -125vh, 0); } }
    .circle-container:nth-child(98) .circle {
      animation-delay: 579ms; }
  .circle-container:nth-child(99) {
    width: 8px;
    height: 8px;
    animation-name: move-frames-99;
    animation-duration: 28100ms;
    animation-delay: 18906ms; }

@keyframes move-frames-99 {
  from {
    transform: translate3d(92vw, 109vh, 0); }
  to {
    transform: translate3d(60vw, -129vh, 0); } }
    .circle-container:nth-child(99) .circle {
      animation-delay: 3314ms; }
  .circle-container:nth-child(100) {
    width: 6px;
    height: 6px;
    animation-name: move-frames-100;
    animation-duration: 31236ms;
    animation-delay: 35719ms; }

@keyframes move-frames-100 {
  from {
    transform: translate3d(8vw, 101vh, 0); }
  to {
    transform: translate3d(76vw, -108vh, 0); } }
    .circle-container:nth-child(100) .circle {
      animation-delay: 3660ms; }
  .circle-container:nth-child(101) {
    width: 8px;
    height: 8px;
    animation-name: move-frames-101;
    animation-duration: 35465ms;
    animation-delay: 13391ms; }

@keyframes move-frames-101 {
  from {
    transform: translate3d(56vw, 102vh, 0); }
  to {
    transform: translate3d(71vw, -104vh, 0); } }
    .circle-container:nth-child(101) .circle {
      animation-delay: 695ms; }
  .circle-container:nth-child(102) {
    width: 2px;
    height: 2px;
    animation-name: move-frames-102;
    animation-duration: 33175ms;
    animation-delay: 21252ms; }

@keyframes move-frames-102 {
  from {
    transform: translate3d(74vw, 103vh, 0); }
  to {
    transform: translate3d(8vw, -113vh, 0); } }
    .circle-container:nth-child(102) .circle {
      animation-delay: 618ms; }
  .circle-container:nth-child(103) {
    width: 4px;
    height: 4px;
    animation-name: move-frames-103;
    animation-duration: 30355ms;
    animation-delay: 25188ms; }

@keyframes move-frames-103 {
  from {
    transform: translate3d(54vw, 108vh, 0); }
  to {
    transform: translate3d(63vw, -136vh, 0); } }
    .circle-container:nth-child(103) .circle {
      animation-delay: 2616ms; }
  .circle-container:nth-child(104) {
    width: 5px;
    height: 5px;
    animation-name: move-frames-104;
    animation-duration: 36306ms;
    animation-delay: 34077ms; }

@keyframes move-frames-104 {
  from {
    transform: translate3d(8vw, 106vh, 0); }
  to {
    transform: translate3d(5vw, -136vh, 0); } }
    .circle-container:nth-child(104) .circle {
      animation-delay: 2202ms; }
  .circle-container:nth-child(105) {
    width: 8px;
    height: 8px;
    animation-name: move-frames-105;
    animation-duration: 28985ms;
    animation-delay: 19015ms; }

@keyframes move-frames-105 {
  from {
    transform: translate3d(14vw, 105vh, 0); }
  to {
    transform: translate3d(61vw, -134vh, 0); } }
    .circle-container:nth-child(105) .circle {
      animation-delay: 1579ms; }
  .circle-container:nth-child(106) {
    width: 1px;
    height: 1px;
    animation-name: move-frames-106;
    animation-duration: 33528ms;
    animation-delay: 21575ms; }

@keyframes move-frames-106 {
  from {
    transform: translate3d(5vw, 103vh, 0); }
  to {
    transform: translate3d(87vw, -125vh, 0); } }
    .circle-container:nth-child(106) .circle {
      animation-delay: 3407ms; }
  .circle-container:nth-child(107) {
    width: 4px;
    height: 4px;
    animation-name: move-frames-107;
    animation-duration: 29345ms;
    animation-delay: 20892ms; }

@keyframes move-frames-107 {
  from {
    transform: translate3d(86vw, 101vh, 0); }
  to {
    transform: translate3d(47vw, -123vh, 0); } }
    .circle-container:nth-child(107) .circle {
      animation-delay: 438ms; }
  .circle-container:nth-child(108) {
    width: 5px;
    height: 5px;
    animation-name: move-frames-108;
    animation-duration: 33339ms;
    animation-delay: 18268ms; }

@keyframes move-frames-108 {
  from {
    transform: translate3d(88vw, 101vh, 0); }
  to {
    transform: translate3d(31vw, -117vh, 0); } }
    .circle-container:nth-child(108) .circle {
      animation-delay: 718ms; }
  .circle-container:nth-child(109) {
    width: 1px;
    height: 1px;
    animation-name: move-frames-109;
    animation-duration: 34488ms;
    animation-delay: 673ms; }

@keyframes move-frames-109 {
  from {
    transform: translate3d(30vw, 108vh, 0); }
  to {
    transform: translate3d(10vw, -114vh, 0); } }
    .circle-container:nth-child(109) .circle {
      animation-delay: 774ms; }
  .circle-container:nth-child(110) {
    width: 5px;
    height: 5px;
    animation-name: move-frames-110;
    animation-duration: 28560ms;
    animation-delay: 29407ms; }

@keyframes move-frames-110 {
  from {
    transform: translate3d(36vw, 101vh, 0); }
  to {
    transform: translate3d(32vw, -123vh, 0); } }
    .circle-container:nth-child(110) .circle {
      animation-delay: 3938ms; }
  .circle-container:nth-child(111) {
    width: 1px;
    height: 1px;
    animation-name: move-frames-111;
    animation-duration: 30371ms;
    animation-delay: 9ms; }

@keyframes move-frames-111 {
  from {
    transform: translate3d(17vw, 110vh, 0); }
  to {
    transform: translate3d(21vw, -126vh, 0); } }
    .circle-container:nth-child(111) .circle {
      animation-delay: 211ms; }
  .circle-container:nth-child(112) {
    width: 1px;
    height: 1px;
    animation-name: move-frames-112;
    animation-duration: 31396ms;
    animation-delay: 16709ms; }

@keyframes move-frames-112 {
  from {
    transform: translate3d(44vw, 107vh, 0); }
  to {
    transform: translate3d(22vw, -115vh, 0); } }
    .circle-container:nth-child(112) .circle {
      animation-delay: 2145ms; }
  .circle-container:nth-child(113) {
    width: 7px;
    height: 7px;
    animation-name: move-frames-113;
    animation-duration: 36340ms;
    animation-delay: 26512ms; }

@keyframes move-frames-113 {
  from {
    transform: translate3d(79vw, 103vh, 0); }
  to {
    transform: translate3d(47vw, -111vh, 0); } }
    .circle-container:nth-child(113) .circle {
      animation-delay: 2804ms; }
  .circle-container:nth-child(114) {
    width: 2px;
    height: 2px;
    animation-name: move-frames-114;
    animation-duration: 29177ms;
    animation-delay: 6647ms; }

@keyframes move-frames-114 {
  from {
    transform: translate3d(12vw, 107vh, 0); }
  to {
    transform: translate3d(76vw, -108vh, 0); } }
    .circle-container:nth-child(114) .circle {
      animation-delay: 3772ms; }
  .circle-container:nth-child(115) {
    width: 1px;
    height: 1px;
    animation-name: move-frames-115;
    animation-duration: 31191ms;
    animation-delay: 2533ms; }

@keyframes move-frames-115 {
  from {
    transform: translate3d(40vw, 107vh, 0); }
  to {
    transform: translate3d(35vw, -125vh, 0); } }
    .circle-container:nth-child(115) .circle {
      animation-delay: 3121ms; }
  .circle-container:nth-child(116) {
    width: 4px;
    height: 4px;
    animation-name: move-frames-116;
    animation-duration: 32738ms;
    animation-delay: 13256ms; }

@keyframes move-frames-116 {
  from {
    transform: translate3d(93vw, 103vh, 0); }
  to {
    transform: translate3d(71vw, -133vh, 0); } }
    .circle-container:nth-child(116) .circle {
      animation-delay: 2374ms; }
  .circle-container:nth-child(117) {
    width: 6px;
    height: 6px;
    animation-name: move-frames-117;
    animation-duration: 36256ms;
    animation-delay: 17230ms; }

@keyframes move-frames-117 {
  from {
    transform: translate3d(72vw, 107vh, 0); }
  to {
    transform: translate3d(42vw, -131vh, 0); } }
    .circle-container:nth-child(117) .circle {
      animation-delay: 2932ms; }
  .circle-container:nth-child(118) {
    width: 8px;
    height: 8px;
    animation-name: move-frames-118;
    animation-duration: 33383ms;
    animation-delay: 13305ms; }

@keyframes move-frames-118 {
  from {
    transform: translate3d(58vw, 107vh, 0); }
  to {
    transform: translate3d(18vw, -111vh, 0); } }
    .circle-container:nth-child(118) .circle {
      animation-delay: 3755ms; }
  .circle-container:nth-child(119) {
    width: 6px;
    height: 6px;
    animation-name: move-frames-119;
    animation-duration: 30178ms;
    animation-delay: 24891ms; }

@keyframes move-frames-119 {
  from {
    transform: translate3d(31vw, 103vh, 0); }
  to {
    transform: translate3d(90vw, -117vh, 0); } }
    .circle-container:nth-child(119) .circle {
      animation-delay: 2606ms; }
  .circle-container:nth-child(120) {
    width: 4px;
    height: 4px;
    animation-name: move-frames-120;
    animation-duration: 32452ms;
    animation-delay: 12800ms; }

@keyframes move-frames-120 {
  from {
    transform: translate3d(22vw, 104vh, 0); }
  to {
    transform: translate3d(48vw, -107vh, 0); } }
    .circle-container:nth-child(120) .circle {
      animation-delay: 1998ms; }
  .circle-container:nth-child(121) {
    width: 3px;
    height: 3px;
    animation-name: move-frames-121;
    animation-duration: 33866ms;
    animation-delay: 15364ms; }

@keyframes move-frames-121 {
  from {
    transform: translate3d(70vw, 109vh, 0); }
  to {
    transform: translate3d(70vw, -127vh, 0); } }
    .circle-container:nth-child(121) .circle {
      animation-delay: 705ms; }
  .circle-container:nth-child(122) {
    width: 6px;
    height: 6px;
    animation-name: move-frames-122;
    animation-duration: 28681ms;
    animation-delay: 1769ms; }

@keyframes move-frames-122 {
  from {
    transform: translate3d(39vw, 106vh, 0); }
  to {
    transform: translate3d(47vw, -123vh, 0); } }
    .circle-container:nth-child(122) .circle {
      animation-delay: 266ms; }
  .circle-container:nth-child(123) {
    width: 8px;
    height: 8px;
    animation-name: move-frames-123;
    animation-duration: 28335ms;
    animation-delay: 33372ms; }

@keyframes move-frames-123 {
  from {
    transform: translate3d(30vw, 110vh, 0); }
  to {
    transform: translate3d(11vw, -132vh, 0); } }
    .circle-container:nth-child(123) .circle {
      animation-delay: 1872ms; }
  .circle-container:nth-child(124) {
    width: 8px;
    height: 8px;
    animation-name: move-frames-124;
    animation-duration: 35680ms;
    animation-delay: 20731ms; }

@keyframes move-frames-124 {
  from {
    transform: translate3d(11vw, 107vh, 0); }
  to {
    transform: translate3d(49vw, -110vh, 0); } }
    .circle-container:nth-child(124) .circle {
      animation-delay: 1972ms; }
  .circle-container:nth-child(125) {
    width: 6px;
    height: 6px;
    animation-name: move-frames-125;
    animation-duration: 30627ms;
    animation-delay: 156ms; }

@keyframes move-frames-125 {
  from {
    transform: translate3d(90vw, 104vh, 0); }
  to {
    transform: translate3d(31vw, -127vh, 0); } }
    .circle-container:nth-child(125) .circle {
      animation-delay: 206ms; }
  .circle-container:nth-child(126) {
    width: 5px;
    height: 5px;
    animation-name: move-frames-126;
    animation-duration: 35942ms;
    animation-delay: 15557ms; }

@keyframes move-frames-126 {
  from {
    transform: translate3d(75vw, 103vh, 0); }
  to {
    transform: translate3d(14vw, -121vh, 0); } }
    .circle-container:nth-child(126) .circle {
      animation-delay: 399ms; }
  .circle-container:nth-child(127) {
    width: 1px;
    height: 1px;
    animation-name: move-frames-127;
    animation-duration: 29067ms;
    animation-delay: 8939ms; }

@keyframes move-frames-127 {
  from {
    transform: translate3d(55vw, 110vh, 0); }
  to {
    transform: translate3d(7vw, -120vh, 0); } }
    .circle-container:nth-child(127) .circle {
      animation-delay: 1367ms; }
  .circle-container:nth-child(128) {
    width: 6px;
    height: 6px;
    animation-name: move-frames-128;
    animation-duration: 29940ms;
    animation-delay: 31137ms; }

@keyframes move-frames-128 {
  from {
    transform: translate3d(97vw, 104vh, 0); }
  to {
    transform: translate3d(78vw, -126vh, 0); } }
    .circle-container:nth-child(128) .circle {
      animation-delay: 543ms; }
  .circle-container:nth-child(129) {
    width: 7px;
    height: 7px;
    animation-name: move-frames-129;
    animation-duration: 34297ms;
    animation-delay: 34643ms; }

@keyframes move-frames-129 {
  from {
    transform: translate3d(42vw, 101vh, 0); }
  to {
    transform: translate3d(88vw, -109vh, 0); } }
    .circle-container:nth-child(129) .circle {
      animation-delay: 2744ms; }
  .circle-container:nth-child(130) {
    width: 1px;
    height: 1px;
    animation-name: move-frames-130;
    animation-duration: 35683ms;
    animation-delay: 34002ms; }

@keyframes move-frames-130 {
  from {
    transform: translate3d(28vw, 102vh, 0); }
  to {
    transform: translate3d(31vw, -129vh, 0); } }
    .circle-container:nth-child(130) .circle {
      animation-delay: 129ms; }
  .circle-container:nth-child(131) {
    width: 6px;
    height: 6px;
    animation-name: move-frames-131;
    animation-duration: 32049ms;
    animation-delay: 3442ms; }

@keyframes move-frames-131 {
  from {
    transform: translate3d(91vw, 106vh, 0); }
  to {
    transform: translate3d(60vw, -115vh, 0); } }
    .circle-container:nth-child(131) .circle {
      animation-delay: 565ms; }
  .circle-container:nth-child(132) {
    width: 4px;
    height: 4px;
    animation-name: move-frames-132;
    animation-duration: 29624ms;
    animation-delay: 15158ms; }

@keyframes move-frames-132 {
  from {
    transform: translate3d(8vw, 108vh, 0); }
  to {
    transform: translate3d(51vw, -135vh, 0); } }
    .circle-container:nth-child(132) .circle {
      animation-delay: 1252ms; }
  .circle-container:nth-child(133) {
    width: 1px;
    height: 1px;
    animation-name: move-frames-133;
    animation-duration: 33785ms;
    animation-delay: 34652ms; }

@keyframes move-frames-133 {
  from {
    transform: translate3d(54vw, 102vh, 0); }
  to {
    transform: translate3d(81vw, -132vh, 0); } }
    .circle-container:nth-child(133) .circle {
      animation-delay: 594ms; }
  .circle-container:nth-child(134) {
    width: 7px;
    height: 7px;
    animation-name: move-frames-134;
    animation-duration: 29067ms;
    animation-delay: 180ms; }

@keyframes move-frames-134 {
  from {
    transform: translate3d(24vw, 106vh, 0); }
  to {
    transform: translate3d(93vw, -123vh, 0); } }
    .circle-container:nth-child(134) .circle {
      animation-delay: 3257ms; }
  .circle-container:nth-child(135) {
    width: 2px;
    height: 2px;
    animation-name: move-frames-135;
    animation-duration: 35112ms;
    animation-delay: 10226ms; }

@keyframes move-frames-135 {
  from {
    transform: translate3d(25vw, 107vh, 0); }
  to {
    transform: translate3d(20vw, -132vh, 0); } }
    .circle-container:nth-child(135) .circle {
      animation-delay: 2183ms; }
  .circle-container:nth-child(136) {
    width: 1px;
    height: 1px;
    animation-name: move-frames-136;
    animation-duration: 36306ms;
    animation-delay: 14571ms; }

@keyframes move-frames-136 {
  from {
    transform: translate3d(15vw, 103vh, 0); }
  to {
    transform: translate3d(18vw, -132vh, 0); } }
    .circle-container:nth-child(136) .circle {
      animation-delay: 2318ms; }
  .circle-container:nth-child(137) {
    width: 3px;
    height: 3px;
    animation-name: move-frames-137;
    animation-duration: 30854ms;
    animation-delay: 29910ms; }

@keyframes move-frames-137 {
  from {
    transform: translate3d(49vw, 101vh, 0); }
  to {
    transform: translate3d(61vw, -117vh, 0); } }
    .circle-container:nth-child(137) .circle {
      animation-delay: 232ms; }
  .circle-container:nth-child(138) {
    width: 3px;
    height: 3px;
    animation-name: move-frames-138;
    animation-duration: 28307ms;
    animation-delay: 32740ms; }

@keyframes move-frames-138 {
  from {
    transform: translate3d(57vw, 102vh, 0); }
  to {
    transform: translate3d(42vw, -106vh, 0); } }
    .circle-container:nth-child(138) .circle {
      animation-delay: 3466ms; }
  .circle-container:nth-child(139) {
    width: 5px;
    height: 5px;
    animation-name: move-frames-139;
    animation-duration: 36453ms;
    animation-delay: 10449ms; }

@keyframes move-frames-139 {
  from {
    transform: translate3d(3vw, 109vh, 0); }
  to {
    transform: translate3d(37vw, -126vh, 0); } }
    .circle-container:nth-child(139) .circle {
      animation-delay: 2423ms; }
  .circle-container:nth-child(140) {
    width: 7px;
    height: 7px;
    animation-name: move-frames-140;
    animation-duration: 35820ms;
    animation-delay: 3643ms; }

@keyframes move-frames-140 {
  from {
    transform: translate3d(50vw, 104vh, 0); }
  to {
    transform: translate3d(41vw, -124vh, 0); } }
    .circle-container:nth-child(140) .circle {
      animation-delay: 229ms; }
  .circle-container:nth-child(141) {
    width: 6px;
    height: 6px;
    animation-name: move-frames-141;
    animation-duration: 34901ms;
    animation-delay: 35410ms; }

@keyframes move-frames-141 {
  from {
    transform: translate3d(64vw, 106vh, 0); }
  to {
    transform: translate3d(2vw, -107vh, 0); } }
    .circle-container:nth-child(141) .circle {
      animation-delay: 2537ms; }
  .circle-container:nth-child(142) {
    width: 2px;
    height: 2px;
    animation-name: move-frames-142;
    animation-duration: 36876ms;
    animation-delay: 7313ms; }

@keyframes move-frames-142 {
  from {
    transform: translate3d(24vw, 101vh, 0); }
  to {
    transform: translate3d(12vw, -131vh, 0); } }
    .circle-container:nth-child(142) .circle {
      animation-delay: 1162ms; }
  .circle-container:nth-child(143) {
    width: 5px;
    height: 5px;
    animation-name: move-frames-143;
    animation-duration: 34595ms;
    animation-delay: 24276ms; }

@keyframes move-frames-143 {
  from {
    transform: translate3d(25vw, 108vh, 0); }
  to {
    transform: translate3d(3vw, -124vh, 0); } }
    .circle-container:nth-child(143) .circle {
      animation-delay: 695ms; }
  .circle-container:nth-child(144) {
    width: 8px;
    height: 8px;
    animation-name: move-frames-144;
    animation-duration: 34476ms;
    animation-delay: 2752ms; }

@keyframes move-frames-144 {
  from {
    transform: translate3d(37vw, 105vh, 0); }
  to {
    transform: translate3d(33vw, -119vh, 0); } }
    .circle-container:nth-child(144) .circle {
      animation-delay: 3742ms; }
  .circle-container:nth-child(145) {
    width: 6px;
    height: 6px;
    animation-name: move-frames-145;
    animation-duration: 31900ms;
    animation-delay: 34425ms; }

@keyframes move-frames-145 {
  from {
    transform: translate3d(23vw, 108vh, 0); }
  to {
    transform: translate3d(85vw, -114vh, 0); } }
    .circle-container:nth-child(145) .circle {
      animation-delay: 2521ms; }
  .circle-container:nth-child(146) {
    width: 4px;
    height: 4px;
    animation-name: move-frames-146;
    animation-duration: 31300ms;
    animation-delay: 2466ms; }

@keyframes move-frames-146 {
  from {
    transform: translate3d(9vw, 103vh, 0); }
  to {
    transform: translate3d(85vw, -121vh, 0); } }
    .circle-container:nth-child(146) .circle {
      animation-delay: 3301ms; }
  .circle-container:nth-child(147) {
    width: 3px;
    height: 3px;
    animation-name: move-frames-147;
    animation-duration: 35451ms;
    animation-delay: 12042ms; }

@keyframes move-frames-147 {
  from {
    transform: translate3d(54vw, 101vh, 0); }
  to {
    transform: translate3d(48vw, -125vh, 0); } }
    .circle-container:nth-child(147) .circle {
      animation-delay: 350ms; }
  .circle-container:nth-child(148) {
    width: 2px;
    height: 2px;
    animation-name: move-frames-148;
    animation-duration: 35026ms;
    animation-delay: 16605ms; }

@keyframes move-frames-148 {
  from {
    transform: translate3d(65vw, 104vh, 0); }
  to {
    transform: translate3d(30vw, -129vh, 0); } }
    .circle-container:nth-child(148) .circle {
      animation-delay: 1251ms; }
  .circle-container:nth-child(149) {
    width: 4px;
    height: 4px;
    animation-name: move-frames-149;
    animation-duration: 28378ms;
    animation-delay: 32042ms; }

@keyframes move-frames-149 {
  from {
    transform: translate3d(30vw, 108vh, 0); }
  to {
    transform: translate3d(47vw, -138vh, 0); } }
    .circle-container:nth-child(149) .circle {
      animation-delay: 3498ms; }
  .circle-container:nth-child(150) {
    width: 7px;
    height: 7px;
    animation-name: move-frames-150;
    animation-duration: 28975ms;
    animation-delay: 15492ms; }

@keyframes move-frames-150 {
  from {
    transform: translate3d(73vw, 105vh, 0); }
  to {
    transform: translate3d(65vw, -133vh, 0); } }
    .circle-container:nth-child(150) .circle {
      animation-delay: 2618ms; }
  .circle-container:nth-child(151) {
    width: 6px;
    height: 6px;
    animation-name: move-frames-151;
    animation-duration: 28022ms;
    animation-delay: 15383ms; }

@keyframes move-frames-151 {
  from {
    transform: translate3d(25vw, 102vh, 0); }
  to {
    transform: translate3d(55vw, -117vh, 0); } }
    .circle-container:nth-child(151) .circle {
      animation-delay: 3534ms; }
  .circle-container:nth-child(152) {
    width: 1px;
    height: 1px;
    animation-name: move-frames-152;
    animation-duration: 34161ms;
    animation-delay: 11882ms; }

@keyframes move-frames-152 {
  from {
    transform: translate3d(48vw, 108vh, 0); }
  to {
    transform: translate3d(91vw, -110vh, 0); } }
    .circle-container:nth-child(152) .circle {
      animation-delay: 1972ms; }
  .circle-container:nth-child(153) {
    width: 7px;
    height: 7px;
    animation-name: move-frames-153;
    animation-duration: 30290ms;
    animation-delay: 25087ms; }

@keyframes move-frames-153 {
  from {
    transform: translate3d(49vw, 101vh, 0); }
  to {
    transform: translate3d(85vw, -123vh, 0); } }
    .circle-container:nth-child(153) .circle {
      animation-delay: 1282ms; }
  .circle-container:nth-child(154) {
    width: 5px;
    height: 5px;
    animation-name: move-frames-154;
    animation-duration: 31173ms;
    animation-delay: 17805ms; }

@keyframes move-frames-154 {
  from {
    transform: translate3d(96vw, 106vh, 0); }
  to {
    transform: translate3d(54vw, -115vh, 0); } }
    .circle-container:nth-child(154) .circle {
      animation-delay: 2227ms; }
  .circle-container:nth-child(155) {
    width: 6px;
    height: 6px;
    animation-name: move-frames-155;
    animation-duration: 29062ms;
    animation-delay: 554ms; }

@keyframes move-frames-155 {
  from {
    transform: translate3d(67vw, 104vh, 0); }
  to {
    transform: translate3d(1vw, -119vh, 0); } }
    .circle-container:nth-child(155) .circle {
      animation-delay: 2131ms; }
  .circle-container:nth-child(156) {
    width: 8px;
    height: 8px;
    animation-name: move-frames-156;
    animation-duration: 31144ms;
    animation-delay: 25831ms; }

@keyframes move-frames-156 {
  from {
    transform: translate3d(21vw, 106vh, 0); }
  to {
    transform: translate3d(77vw, -119vh, 0); } }
    .circle-container:nth-child(156) .circle {
      animation-delay: 514ms; }
  .circle-container:nth-child(157) {
    width: 7px;
    height: 7px;
    animation-name: move-frames-157;
    animation-duration: 30593ms;
    animation-delay: 657ms; }

@keyframes move-frames-157 {
  from {
    transform: translate3d(95vw, 110vh, 0); }
  to {
    transform: translate3d(28vw, -121vh, 0); } }
    .circle-container:nth-child(157) .circle {
      animation-delay: 1600ms; }
  .circle-container:nth-child(158) {
    width: 2px;
    height: 2px;
    animation-name: move-frames-158;
    animation-duration: 36074ms;
    animation-delay: 9232ms; }

@keyframes move-frames-158 {
  from {
    transform: translate3d(82vw, 104vh, 0); }
  to {
    transform: translate3d(39vw, -126vh, 0); } }
    .circle-container:nth-child(158) .circle {
      animation-delay: 3461ms; }
  .circle-container:nth-child(159) {
    width: 4px;
    height: 4px;
    animation-name: move-frames-159;
    animation-duration: 29440ms;
    animation-delay: 22340ms; }

@keyframes move-frames-159 {
  from {
    transform: translate3d(55vw, 107vh, 0); }
  to {
    transform: translate3d(53vw, -117vh, 0); } }
    .circle-container:nth-child(159) .circle {
      animation-delay: 2067ms; }
  .circle-container:nth-child(160) {
    width: 4px;
    height: 4px;
    animation-name: move-frames-160;
    animation-duration: 36775ms;
    animation-delay: 28717ms; }

@keyframes move-frames-160 {
  from {
    transform: translate3d(14vw, 110vh, 0); }
  to {
    transform: translate3d(17vw, -140vh, 0); } }
    .circle-container:nth-child(160) .circle {
      animation-delay: 1839ms; }
  .circle-container:nth-child(161) {
    width: 6px;
    height: 6px;
    animation-name: move-frames-161;
    animation-duration: 31587ms;
    animation-delay: 34560ms; }

@keyframes move-frames-161 {
  from {
    transform: translate3d(81vw, 110vh, 0); }
  to {
    transform: translate3d(18vw, -115vh, 0); } }
    .circle-container:nth-child(161) .circle {
      animation-delay: 3090ms; }
  .circle-container:nth-child(162) {
    width: 1px;
    height: 1px;
    animation-name: move-frames-162;
    animation-duration: 28301ms;
    animation-delay: 35107ms; }

@keyframes move-frames-162 {
  from {
    transform: translate3d(64vw, 102vh, 0); }
  to {
    transform: translate3d(56vw, -127vh, 0); } }
    .circle-container:nth-child(162) .circle {
      animation-delay: 2489ms; }
  .circle-container:nth-child(163) {
    width: 6px;
    height: 6px;
    animation-name: move-frames-163;
    animation-duration: 35949ms;
    animation-delay: 31573ms; }

@keyframes move-frames-163 {
  from {
    transform: translate3d(19vw, 109vh, 0); }
  to {
    transform: translate3d(12vw, -121vh, 0); } }
    .circle-container:nth-child(163) .circle {
      animation-delay: 1686ms; }
  .circle-container:nth-child(164) {
    width: 1px;
    height: 1px;
    animation-name: move-frames-164;
    animation-duration: 33549ms;
    animation-delay: 16832ms; }

@keyframes move-frames-164 {
  from {
    transform: translate3d(97vw, 106vh, 0); }
  to {
    transform: translate3d(77vw, -134vh, 0); } }
    .circle-container:nth-child(164) .circle {
      animation-delay: 2291ms; }
  .circle-container:nth-child(165) {
    width: 2px;
    height: 2px;
    animation-name: move-frames-165;
    animation-duration: 33744ms;
    animation-delay: 10586ms; }

@keyframes move-frames-165 {
  from {
    transform: translate3d(70vw, 109vh, 0); }
  to {
    transform: translate3d(78vw, -124vh, 0); } }
    .circle-container:nth-child(165) .circle {
      animation-delay: 2018ms; }
  .circle-container:nth-child(166) {
    width: 1px;
    height: 1px;
    animation-name: move-frames-166;
    animation-duration: 30308ms;
    animation-delay: 17161ms; }

@keyframes move-frames-166 {
  from {
    transform: translate3d(43vw, 104vh, 0); }
  to {
    transform: translate3d(56vw, -120vh, 0); } }
    .circle-container:nth-child(166) .circle {
      animation-delay: 138ms; }
  .circle-container:nth-child(167) {
    width: 6px;
    height: 6px;
    animation-name: move-frames-167;
    animation-duration: 36601ms;
    animation-delay: 35476ms; }

@keyframes move-frames-167 {
  from {
    transform: translate3d(16vw, 108vh, 0); }
  to {
    transform: translate3d(8vw, -129vh, 0); } }
    .circle-container:nth-child(167) .circle {
      animation-delay: 1472ms; }
  .circle-container:nth-child(168) {
    width: 7px;
    height: 7px;
    animation-name: move-frames-168;
    animation-duration: 28395ms;
    animation-delay: 27703ms; }

@keyframes move-frames-168 {
  from {
    transform: translate3d(40vw, 103vh, 0); }
  to {
    transform: translate3d(10vw, -125vh, 0); } }
    .circle-container:nth-child(168) .circle {
      animation-delay: 1402ms; }
  .circle-container:nth-child(169) {
    width: 8px;
    height: 8px;
    animation-name: move-frames-169;
    animation-duration: 31699ms;
    animation-delay: 35014ms; }

@keyframes move-frames-169 {
  from {
    transform: translate3d(90vw, 102vh, 0); }
  to {
    transform: translate3d(52vw, -118vh, 0); } }
    .circle-container:nth-child(169) .circle {
      animation-delay: 3154ms; }
  .circle-container:nth-child(170) {
    width: 6px;
    height: 6px;
    animation-name: move-frames-170;
    animation-duration: 30537ms;
    animation-delay: 15480ms; }

@keyframes move-frames-170 {
  from {
    transform: translate3d(25vw, 106vh, 0); }
  to {
    transform: translate3d(76vw, -126vh, 0); } }
    .circle-container:nth-child(170) .circle {
      animation-delay: 1476ms; }
  .circle-container:nth-child(171) {
    width: 8px;
    height: 8px;
    animation-name: move-frames-171;
    animation-duration: 34343ms;
    animation-delay: 17341ms; }

@keyframes move-frames-171 {
  from {
    transform: translate3d(96vw, 108vh, 0); }
  to {
    transform: translate3d(84vw, -138vh, 0); } }
    .circle-container:nth-child(171) .circle {
      animation-delay: 1286ms; }
  .circle-container:nth-child(172) {
    width: 6px;
    height: 6px;
    animation-name: move-frames-172;
    animation-duration: 29811ms;
    animation-delay: 36256ms; }

@keyframes move-frames-172 {
  from {
    transform: translate3d(9vw, 101vh, 0); }
  to {
    transform: translate3d(89vw, -103vh, 0); } }
    .circle-container:nth-child(172) .circle {
      animation-delay: 2011ms; }
  .circle-container:nth-child(173) {
    width: 7px;
    height: 7px;
    animation-name: move-frames-173;
    animation-duration: 36625ms;
    animation-delay: 4537ms; }

@keyframes move-frames-173 {
  from {
    transform: translate3d(19vw, 106vh, 0); }
  to {
    transform: translate3d(54vw, -107vh, 0); } }
    .circle-container:nth-child(173) .circle {
      animation-delay: 2429ms; }
  .circle-container:nth-child(174) {
    width: 4px;
    height: 4px;
    animation-name: move-frames-174;
    animation-duration: 32912ms;
    animation-delay: 25632ms; }

@keyframes move-frames-174 {
  from {
    transform: translate3d(80vw, 107vh, 0); }
  to {
    transform: translate3d(56vw, -130vh, 0); } }
    .circle-container:nth-child(174) .circle {
      animation-delay: 1329ms; }
  .circle-container:nth-child(175) {
    width: 2px;
    height: 2px;
    animation-name: move-frames-175;
    animation-duration: 30447ms;
    animation-delay: 18172ms; }

@keyframes move-frames-175 {
  from {
    transform: translate3d(80vw, 101vh, 0); }
  to {
    transform: translate3d(26vw, -113vh, 0); } }
    .circle-container:nth-child(175) .circle {
      animation-delay: 1283ms; }
  .circle-container:nth-child(176) {
    width: 8px;
    height: 8px;
    animation-name: move-frames-176;
    animation-duration: 29761ms;
    animation-delay: 7594ms; }

@keyframes move-frames-176 {
  from {
    transform: translate3d(36vw, 105vh, 0); }
  to {
    transform: translate3d(92vw, -128vh, 0); } }
    .circle-container:nth-child(176) .circle {
      animation-delay: 1587ms; }
  .circle-container:nth-child(177) {
    width: 7px;
    height: 7px;
    animation-name: move-frames-177;
    animation-duration: 28952ms;
    animation-delay: 31806ms; }

@keyframes move-frames-177 {
  from {
    transform: translate3d(77vw, 110vh, 0); }
  to {
    transform: translate3d(64vw, -119vh, 0); } }
    .circle-container:nth-child(177) .circle {
      animation-delay: 447ms; }
  .circle-container:nth-child(178) {
    width: 6px;
    height: 6px;
    animation-name: move-frames-178;
    animation-duration: 30874ms;
    animation-delay: 7493ms; }

@keyframes move-frames-178 {
  from {
    transform: translate3d(81vw, 106vh, 0); }
  to {
    transform: translate3d(69vw, -135vh, 0); } }
    .circle-container:nth-child(178) .circle {
      animation-delay: 649ms; }
  .circle-container:nth-child(179) {
    width: 5px;
    height: 5px;
    animation-name: move-frames-179;
    animation-duration: 31074ms;
    animation-delay: 6112ms; }

@keyframes move-frames-179 {
  from {
    transform: translate3d(15vw, 108vh, 0); }
  to {
    transform: translate3d(60vw, -125vh, 0); } }
    .circle-container:nth-child(179) .circle {
      animation-delay: 2120ms; }
  .circle-container:nth-child(180) {
    width: 4px;
    height: 4px;
    animation-name: move-frames-180;
    animation-duration: 32918ms;
    animation-delay: 18918ms; }

@keyframes move-frames-180 {
  from {
    transform: translate3d(78vw, 106vh, 0); }
  to {
    transform: translate3d(27vw, -136vh, 0); } }
    .circle-container:nth-child(180) .circle {
      animation-delay: 2245ms; }
  .circle-container:nth-child(181) {
    width: 4px;
    height: 4px;
    animation-name: move-frames-181;
    animation-duration: 31877ms;
    animation-delay: 18604ms; }

@keyframes move-frames-181 {
  from {
    transform: translate3d(77vw, 106vh, 0); }
  to {
    transform: translate3d(86vw, -120vh, 0); } }
    .circle-container:nth-child(181) .circle {
      animation-delay: 3953ms; }
  .circle-container:nth-child(182) {
    width: 3px;
    height: 3px;
    animation-name: move-frames-182;
    animation-duration: 31751ms;
    animation-delay: 36803ms; }

@keyframes move-frames-182 {
  from {
    transform: translate3d(31vw, 105vh, 0); }
  to {
    transform: translate3d(81vw, -123vh, 0); } }
    .circle-container:nth-child(182) .circle {
      animation-delay: 2008ms; }
  .circle-container:nth-child(183) {
    width: 2px;
    height: 2px;
    animation-name: move-frames-183;
    animation-duration: 29859ms;
    animation-delay: 25498ms; }

@keyframes move-frames-183 {
  from {
    transform: translate3d(35vw, 105vh, 0); }
  to {
    transform: translate3d(44vw, -112vh, 0); } }
    .circle-container:nth-child(183) .circle {
      animation-delay: 3771ms; }
  .circle-container:nth-child(184) {
    width: 1px;
    height: 1px;
    animation-name: move-frames-184;
    animation-duration: 36919ms;
    animation-delay: 23250ms; }

@keyframes move-frames-184 {
  from {
    transform: translate3d(41vw, 103vh, 0); }
  to {
    transform: translate3d(50vw, -112vh, 0); } }
    .circle-container:nth-child(184) .circle {
      animation-delay: 1657ms; }
  .circle-container:nth-child(185) {
    width: 3px;
    height: 3px;
    animation-name: move-frames-185;
    animation-duration: 34333ms;
    animation-delay: 15081ms; }

@keyframes move-frames-185 {
  from {
    transform: translate3d(17vw, 106vh, 0); }
  to {
    transform: translate3d(33vw, -123vh, 0); } }
    .circle-container:nth-child(185) .circle {
      animation-delay: 2450ms; }
  .circle-container:nth-child(186) {
    width: 2px;
    height: 2px;
    animation-name: move-frames-186;
    animation-duration: 31990ms;
    animation-delay: 7785ms; }

@keyframes move-frames-186 {
  from {
    transform: translate3d(8vw, 107vh, 0); }
  to {
    transform: translate3d(58vw, -127vh, 0); } }
    .circle-container:nth-child(186) .circle {
      animation-delay: 2195ms; }
  .circle-container:nth-child(187) {
    width: 4px;
    height: 4px;
    animation-name: move-frames-187;
    animation-duration: 34636ms;
    animation-delay: 4769ms; }

@keyframes move-frames-187 {
  from {
    transform: translate3d(43vw, 109vh, 0); }
  to {
    transform: translate3d(63vw, -130vh, 0); } }
    .circle-container:nth-child(187) .circle {
      animation-delay: 3580ms; }
  .circle-container:nth-child(188) {
    width: 7px;
    height: 7px;
    animation-name: move-frames-188;
    animation-duration: 34906ms;
    animation-delay: 5331ms; }

@keyframes move-frames-188 {
  from {
    transform: translate3d(48vw, 109vh, 0); }
  to {
    transform: translate3d(8vw, -128vh, 0); } }
    .circle-container:nth-child(188) .circle {
      animation-delay: 1390ms; }
  .circle-container:nth-child(189) {
    width: 7px;
    height: 7px;
    animation-name: move-frames-189;
    animation-duration: 34441ms;
    animation-delay: 33348ms; }

@keyframes move-frames-189 {
  from {
    transform: translate3d(35vw, 108vh, 0); }
  to {
    transform: translate3d(77vw, -113vh, 0); } }
    .circle-container:nth-child(189) .circle {
      animation-delay: 3725ms; }
  .circle-container:nth-child(190) {
    width: 3px;
    height: 3px;
    animation-name: move-frames-190;
    animation-duration: 31399ms;
    animation-delay: 6783ms; }

@keyframes move-frames-190 {
  from {
    transform: translate3d(4vw, 103vh, 0); }
  to {
    transform: translate3d(71vw, -121vh, 0); } }
    .circle-container:nth-child(190) .circle {
      animation-delay: 3525ms; }
  .circle-container:nth-child(191) {
    width: 7px;
    height: 7px;
    animation-name: move-frames-191;
    animation-duration: 29173ms;
    animation-delay: 12498ms; }

@keyframes move-frames-191 {
  from {
    transform: translate3d(73vw, 104vh, 0); }
  to {
    transform: translate3d(33vw, -124vh, 0); } }
    .circle-container:nth-child(191) .circle {
      animation-delay: 2504ms; }
  .circle-container:nth-child(192) {
    width: 4px;
    height: 4px;
    animation-name: move-frames-192;
    animation-duration: 28831ms;
    animation-delay: 4446ms; }

@keyframes move-frames-192 {
  from {
    transform: translate3d(86vw, 110vh, 0); }
  to {
    transform: translate3d(49vw, -129vh, 0); } }
    .circle-container:nth-child(192) .circle {
      animation-delay: 668ms; }
  .circle-container:nth-child(193) {
    width: 6px;
    height: 6px;
    animation-name: move-frames-193;
    animation-duration: 30541ms;
    animation-delay: 12183ms; }

@keyframes move-frames-193 {
  from {
    transform: translate3d(49vw, 109vh, 0); }
  to {
    transform: translate3d(63vw, -111vh, 0); } }
    .circle-container:nth-child(193) .circle {
      animation-delay: 3522ms; }
  .circle-container:nth-child(194) {
    width: 4px;
    height: 4px;
    animation-name: move-frames-194;
    animation-duration: 34347ms;
    animation-delay: 2604ms; }

@keyframes move-frames-194 {
  from {
    transform: translate3d(55vw, 101vh, 0); }
  to {
    transform: translate3d(65vw, -122vh, 0); } }
    .circle-container:nth-child(194) .circle {
      animation-delay: 327ms; }
  .circle-container:nth-child(195) {
    width: 2px;
    height: 2px;
    animation-name: move-frames-195;
    animation-duration: 34360ms;
    animation-delay: 34096ms; }

@keyframes move-frames-195 {
  from {
    transform: translate3d(100vw, 110vh, 0); }
  to {
    transform: translate3d(2vw, -139vh, 0); } }
    .circle-container:nth-child(195) .circle {
      animation-delay: 1337ms; }
  .circle-container:nth-child(196) {
    width: 2px;
    height: 2px;
    animation-name: move-frames-196;
    animation-duration: 36484ms;
    animation-delay: 11626ms; }

@keyframes move-frames-196 {
  from {
    transform: translate3d(3vw, 110vh, 0); }
  to {
    transform: translate3d(37vw, -130vh, 0); } }
    .circle-container:nth-child(196) .circle {
      animation-delay: 1268ms; }
  .circle-container:nth-child(197) {
    width: 5px;
    height: 5px;
    animation-name: move-frames-197;
    animation-duration: 33953ms;
    animation-delay: 2386ms; }

@keyframes move-frames-197 {
  from {
    transform: translate3d(21vw, 110vh, 0); }
  to {
    transform: translate3d(11vw, -114vh, 0); } }
    .circle-container:nth-child(197) .circle {
      animation-delay: 1187ms; }
  .circle-container:nth-child(198) {
    width: 1px;
    height: 1px;
    animation-name: move-frames-198;
    animation-duration: 32962ms;
    animation-delay: 24064ms; }

@keyframes move-frames-198 {
  from {
    transform: translate3d(87vw, 107vh, 0); }
  to {
    transform: translate3d(87vw, -129vh, 0); } }
    .circle-container:nth-child(198) .circle {
      animation-delay: 2757ms; }
  .circle-container:nth-child(199) {
    width: 3px;
    height: 3px;
    animation-name: move-frames-199;
    animation-duration: 31777ms;
    animation-delay: 2597ms; }

@keyframes move-frames-199 {
  from {
    transform: translate3d(66vw, 109vh, 0); }
  to {
    transform: translate3d(78vw, -123vh, 0); } }
    .circle-container:nth-child(199) .circle {
      animation-delay: 1959ms; }
  .circle-container:nth-child(200) {
    width: 2px;
    height: 2px;
    animation-name: move-frames-200;
    animation-duration: 29148ms;
    animation-delay: 19395ms; }

@keyframes move-frames-200 {
  from {
    transform: translate3d(58vw, 106vh, 0); }
  to {
    transform: translate3d(37vw, -124vh, 0); } }
    .circle-container:nth-child(200) .circle {
      animation-delay: 1147ms; }

.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;
  animation: message-frames 1.5s ease 5s forwards;
  opacity: 0; }

@keyframes message-frames {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
