.circle-container {
  position: absolute;
  //transform: translateY(-10vh);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
.circle-container .circle {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  mix-blend-mode: screen;
  background-image: radial-gradient(#ffffff, #ffffff 10%, rgba(153, 255, 255, 0) 56%);
  -webkit-animation: fadein-frames 200ms infinite, scale-frames 3s infinite;
          animation: fadein-frames 200ms infinite, scale-frames 3s infinite;
}
@-webkit-keyframes fade-frames {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-frames {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes scale-frames {
  0% {
    transform: scale3d(0.4, 0.4, 1);
  }
  50% {
    transform: scale3d(2.2, 2.2, 1);
  }
  100% {
    transform: scale3d(0.4, 0.4, 1);
  }
}
@keyframes scale-frames {
  0% {
    transform: scale3d(0.4, 0.4, 1);
  }
  50% {
    transform: scale3d(2.2, 2.2, 1);
  }
  100% {
    transform: scale3d(0.4, 0.4, 1);
  }
}
.circle-container:nth-child(1) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-1;
          animation-name: move-frames-1;
  -webkit-animation-duration: 32673ms;
          animation-duration: 32673ms;
  -webkit-animation-delay: 15110ms;
          animation-delay: 15110ms;
}
@-webkit-keyframes move-frames-1 {
  from {
    transform: translate3d(50vw, 80%, 0);
  }
  to {
    transform: translate3d(86vw, -129vh, 0);
  }
}

@keyframes move-frames-1 {
  from {
    transform: translate3d(50vw, 80%, 0);
  }
  to {
    transform: translate3d(86vw, -129vh, 0);
  }
}
.circle-container:nth-child(1) .circle {
  -webkit-animation-delay: 624ms;
          animation-delay: 624ms;
}
.circle-container:nth-child(2) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-2;
          animation-name: move-frames-2;
  -webkit-animation-duration: 29446ms;
          animation-duration: 29446ms;
  -webkit-animation-delay: 5184ms;
          animation-delay: 5184ms;
}
@-webkit-keyframes move-frames-2 {
  from {
    transform: translate3d(28vw, 80%, 0);
  }
  to {
    transform: translate3d(50vw, -108vh, 0);
  }
}
@keyframes move-frames-2 {
  from {
    transform: translate3d(28vw, 80%, 0);
  }
  to {
    transform: translate3d(50vw, -108vh, 0);
  }
}
.circle-container:nth-child(2) .circle {
  -webkit-animation-delay: 2005ms;
          animation-delay: 2005ms;
}
.circle-container:nth-child(3) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-3;
          animation-name: move-frames-3;
  -webkit-animation-duration: 31805ms;
          animation-duration: 31805ms;
  -webkit-animation-delay: 30125ms;
          animation-delay: 30125ms;
}
@-webkit-keyframes move-frames-3 {
  from {
    transform: translate3d(44vw, 80%, 0);
  }
  to {
    transform: translate3d(95vw, -125vh, 0);
  }
}
@keyframes move-frames-3 {
  from {
    transform: translate3d(44vw, 80%, 0);
  }
  to {
    transform: translate3d(95vw, -125vh, 0);
  }
}
.circle-container:nth-child(3) .circle {
  -webkit-animation-delay: 3132ms;
          animation-delay: 3132ms;
}
.circle-container:nth-child(4) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-4;
          animation-name: move-frames-4;
  -webkit-animation-duration: 34318ms;
          animation-duration: 34318ms;
  -webkit-animation-delay: 11138ms;
          animation-delay: 11138ms;
}
@-webkit-keyframes move-frames-4 {
  from {
    transform: translate3d(62vw, 80%, 0);
  }
  to {
    transform: translate3d(56vw, -135vh, 0);
  }
}
@keyframes move-frames-4 {
  from {
    transform: translate3d(62vw, 80%, 0);
  }
  to {
    transform: translate3d(56vw, -135vh, 0);
  }
}
.circle-container:nth-child(4) .circle {
  -webkit-animation-delay: 2688ms;
          animation-delay: 2688ms;
}
.circle-container:nth-child(5) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-5;
          animation-name: move-frames-5;
  -webkit-animation-duration: 31792ms;
          animation-duration: 31792ms;
  -webkit-animation-delay: 8363ms;
          animation-delay: 8363ms;
}
@-webkit-keyframes move-frames-5 {
  from {
    transform: translate3d(84vw, 80%, 0);
  }
  to {
    transform: translate3d(39vw, -126vh, 0);
  }
}
@keyframes move-frames-5 {
  from {
    transform: translate3d(84vw, 80%, 0);
  }
  to {
    transform: translate3d(39vw, -126vh, 0);
  }
}
.circle-container:nth-child(5) .circle {
  -webkit-animation-delay: 3310ms;
          animation-delay: 3310ms;
}
.circle-container:nth-child(6) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-6;
          animation-name: move-frames-6;
  -webkit-animation-duration: 29931ms;
          animation-duration: 29931ms;
  -webkit-animation-delay: 14623ms;
          animation-delay: 14623ms;
}
@-webkit-keyframes move-frames-6 {
  from {
    transform: translate3d(8vw, 80%, 0);
  }
  to {
    transform: translate3d(38vw, -106vh, 0);
  }
}
@keyframes move-frames-6 {
  from {
    transform: translate3d(8vw, 80%, 0);
  }
  to {
    transform: translate3d(38vw, -106vh, 0);
  }
}
.circle-container:nth-child(6) .circle {
  -webkit-animation-delay: 2175ms;
          animation-delay: 2175ms;
}
.circle-container:nth-child(7) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-7;
          animation-name: move-frames-7;
  -webkit-animation-duration: 35141ms;
          animation-duration: 35141ms;
  -webkit-animation-delay: 29086ms;
          animation-delay: 29086ms;
}
@-webkit-keyframes move-frames-7 {
  from {
    transform: translate3d(27vw, 80%, 0);
  }
  to {
    transform: translate3d(27vw, -128vh, 0);
  }
}
@keyframes move-frames-7 {
  from {
    transform: translate3d(27vw, 80%, 0);
  }
  to {
    transform: translate3d(27vw, -128vh, 0);
  }
}
.circle-container:nth-child(7) .circle {
  -webkit-animation-delay: 3222ms;
          animation-delay: 3222ms;
}
.circle-container:nth-child(8) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-8;
          animation-name: move-frames-8;
  -webkit-animation-duration: 34877ms;
          animation-duration: 34877ms;
  -webkit-animation-delay: 22595ms;
          animation-delay: 22595ms;
}
@-webkit-keyframes move-frames-8 {
  from {
    transform: translate3d(43vw, 80%, 0);
  }
  to {
    transform: translate3d(72vw, -115vh, 0);
  }
}
@keyframes move-frames-8 {
  from {
    transform: translate3d(43vw, 80%, 0);
  }
  to {
    transform: translate3d(72vw, -115vh, 0);
  }
}
.circle-container:nth-child(8) .circle {
  -webkit-animation-delay: 3984ms;
          animation-delay: 3984ms;
}
.circle-container:nth-child(9) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-9;
          animation-name: move-frames-9;
  -webkit-animation-duration: 30448ms;
          animation-duration: 30448ms;
  -webkit-animation-delay: 4174ms;
          animation-delay: 4174ms;
}
@-webkit-keyframes move-frames-9 {
  from {
    transform: translate3d(61vw, 80%, 0);
  }
  to {
    transform: translate3d(2vw, -130vh, 0);
  }
}
@keyframes move-frames-9 {
  from {
    transform: translate3d(61vw, 80%, 0);
  }
  to {
    transform: translate3d(2vw, -130vh, 0);
  }
}
.circle-container:nth-child(9) .circle {
  -webkit-animation-delay: 3537ms;
          animation-delay: 3537ms;
}
.circle-container:nth-child(10) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-10;
          animation-name: move-frames-10;
  -webkit-animation-duration: 29948ms;
          animation-duration: 29948ms;
  -webkit-animation-delay: 24892ms;
          animation-delay: 24892ms;
}
@-webkit-keyframes move-frames-10 {
  from {
    transform: translate3d(100vw, 80%, 0);
  }
  to {
    transform: translate3d(26vw, -135vh, 0);
  }
}
@keyframes move-frames-10 {
  from {
    transform: translate3d(100vw, 80%, 0);
  }
  to {
    transform: translate3d(26vw, -135vh, 0);
  }
}
.circle-container:nth-child(10) .circle {
  -webkit-animation-delay: 3524ms;
          animation-delay: 3524ms;
}
.circle-container:nth-child(11) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-11;
          animation-name: move-frames-11;
  -webkit-animation-duration: 35708ms;
          animation-duration: 35708ms;
  -webkit-animation-delay: 5436ms;
          animation-delay: 5436ms;
}
@-webkit-keyframes move-frames-11 {
  from {
    transform: translate3d(32vw, 80%, 0);
  }
  to {
    transform: translate3d(95vw, -134vh, 0);
  }
}
@keyframes move-frames-11 {
  from {
    transform: translate3d(32vw, 80%, 0);
  }
  to {
    transform: translate3d(95vw, -134vh, 0);
  }
}
.circle-container:nth-child(11) .circle {
  -webkit-animation-delay: 1654ms;
          animation-delay: 1654ms;
}
.circle-container:nth-child(12) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-12;
          animation-name: move-frames-12;
  -webkit-animation-duration: 34672ms;
          animation-duration: 34672ms;
  -webkit-animation-delay: 13478ms;
          animation-delay: 13478ms;
}
@-webkit-keyframes move-frames-12 {
  from {
    transform: translate3d(37vw, 80%, 0);
  }
  to {
    transform: translate3d(3vw, -127vh, 0);
  }
}
@keyframes move-frames-12 {
  from {
    transform: translate3d(37vw, 80%, 0);
  }
  to {
    transform: translate3d(3vw, -127vh, 0);
  }
}
.circle-container:nth-child(12) .circle {
  -webkit-animation-delay: 3445ms;
          animation-delay: 3445ms;
}
.circle-container:nth-child(13) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-13;
          animation-name: move-frames-13;
  -webkit-animation-duration: 33137ms;
          animation-duration: 33137ms;
  -webkit-animation-delay: 11536ms;
          animation-delay: 11536ms;
}
@-webkit-keyframes move-frames-13 {
  from {
    transform: translate3d(76vw, 80%, 0);
  }
  to {
    transform: translate3d(17vw, -122vh, 0);
  }
}
@keyframes move-frames-13 {
  from {
    transform: translate3d(76vw, 80%, 0);
  }
  to {
    transform: translate3d(17vw, -122vh, 0);
  }
}
.circle-container:nth-child(13) .circle {
  -webkit-animation-delay: 1161ms;
          animation-delay: 1161ms;
}
.circle-container:nth-child(14) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-14;
          animation-name: move-frames-14;
  -webkit-animation-duration: 28006ms;
          animation-duration: 28006ms;
  -webkit-animation-delay: 32427ms;
          animation-delay: 32427ms;
}
@-webkit-keyframes move-frames-14 {
  from {
    transform: translate3d(96vw, 80%, 0);
  }
  to {
    transform: translate3d(26vw, -122vh, 0);
  }
}
@keyframes move-frames-14 {
  from {
    transform: translate3d(96vw, 80%, 0);
  }
  to {
    transform: translate3d(26vw, -122vh, 0);
  }
}
.circle-container:nth-child(14) .circle {
  -webkit-animation-delay: 3309ms;
          animation-delay: 3309ms;
}
.circle-container:nth-child(15) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-15;
          animation-name: move-frames-15;
  -webkit-animation-duration: 28548ms;
          animation-duration: 28548ms;
  -webkit-animation-delay: 29192ms;
          animation-delay: 29192ms;
}
@-webkit-keyframes move-frames-15 {
  from {
    transform: translate3d(1vw, 80%, 0);
  }
  to {
    transform: translate3d(76vw, -130vh, 0);
  }
}
@keyframes move-frames-15 {
  from {
    transform: translate3d(1vw, 80%, 0);
  }
  to {
    transform: translate3d(76vw, -130vh, 0);
  }
}
.circle-container:nth-child(15) .circle {
  -webkit-animation-delay: 1519ms;
          animation-delay: 1519ms;
}
.circle-container:nth-child(16) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-16;
          animation-name: move-frames-16;
  -webkit-animation-duration: 35741ms;
          animation-duration: 35741ms;
  -webkit-animation-delay: 15586ms;
          animation-delay: 15586ms;
}
@-webkit-keyframes move-frames-16 {
  from {
    transform: translate3d(67vw, 80%, 0);
  }
  to {
    transform: translate3d(76vw, -127vh, 0);
  }
}
@keyframes move-frames-16 {
  from {
    transform: translate3d(67vw, 80%, 0);
  }
  to {
    transform: translate3d(76vw, -127vh, 0);
  }
}
.circle-container:nth-child(16) .circle {
  -webkit-animation-delay: 37ms;
          animation-delay: 37ms;
}
.circle-container:nth-child(17) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-17;
          animation-name: move-frames-17;
  -webkit-animation-duration: 36264ms;
          animation-duration: 36264ms;
  -webkit-animation-delay: 33338ms;
          animation-delay: 33338ms;
}
@-webkit-keyframes move-frames-17 {
  from {
    transform: translate3d(45vw, 80%, 0);
  }
  to {
    transform: translate3d(52vw, -124vh, 0);
  }
}
@keyframes move-frames-17 {
  from {
    transform: translate3d(45vw, 80%, 0);
  }
  to {
    transform: translate3d(52vw, -124vh, 0);
  }
}
.circle-container:nth-child(17) .circle {
  -webkit-animation-delay: 2183ms;
          animation-delay: 2183ms;
}
.circle-container:nth-child(18) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-18;
          animation-name: move-frames-18;
  -webkit-animation-duration: 33961ms;
          animation-duration: 33961ms;
  -webkit-animation-delay: 11164ms;
          animation-delay: 11164ms;
}
@-webkit-keyframes move-frames-18 {
  from {
    transform: translate3d(68vw, 80%, 0);
  }
  to {
    transform: translate3d(60vw, -119vh, 0);
  }
}
@keyframes move-frames-18 {
  from {
    transform: translate3d(68vw, 80%, 0);
  }
  to {
    transform: translate3d(60vw, -119vh, 0);
  }
}
.circle-container:nth-child(18) .circle {
  -webkit-animation-delay: 2830ms;
          animation-delay: 2830ms;
}
.circle-container:nth-child(19) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-19;
          animation-name: move-frames-19;
  -webkit-animation-duration: 31722ms;
          animation-duration: 31722ms;
  -webkit-animation-delay: 27705ms;
          animation-delay: 27705ms;
}
@-webkit-keyframes move-frames-19 {
  from {
    transform: translate3d(40vw, 80%, 0);
  }
  to {
    transform: translate3d(78vw, -116vh, 0);
  }
}
@keyframes move-frames-19 {
  from {
    transform: translate3d(40vw, 80%, 0);
  }
  to {
    transform: translate3d(78vw, -116vh, 0);
  }
}
.circle-container:nth-child(19) .circle {
  -webkit-animation-delay: 3690ms;
          animation-delay: 3690ms;
}
.circle-container:nth-child(20) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-20;
          animation-name: move-frames-20;
  -webkit-animation-duration: 32593ms;
          animation-duration: 32593ms;
  -webkit-animation-delay: 24191ms;
          animation-delay: 24191ms;
}
@-webkit-keyframes move-frames-20 {
  from {
    transform: translate3d(84vw, 80%, 0);
  }
  to {
    transform: translate3d(91vw, -105vh, 0);
  }
}
@keyframes move-frames-20 {
  from {
    transform: translate3d(84vw, 80%, 0);
  }
  to {
    transform: translate3d(91vw, -105vh, 0);
  }
}
.circle-container:nth-child(20) .circle {
  -webkit-animation-delay: 3307ms;
          animation-delay: 3307ms;
}
.circle-container:nth-child(21) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-21;
          animation-name: move-frames-21;
  -webkit-animation-duration: 32916ms;
          animation-duration: 32916ms;
  -webkit-animation-delay: 16681ms;
          animation-delay: 16681ms;
}
@-webkit-keyframes move-frames-21 {
  from {
    transform: translate3d(20vw, 80%, 0);
  }
  to {
    transform: translate3d(74vw, -130vh, 0);
  }
}
@keyframes move-frames-21 {
  from {
    transform: translate3d(20vw, 80%, 0);
  }
  to {
    transform: translate3d(74vw, -130vh, 0);
  }
}
.circle-container:nth-child(21) .circle {
  -webkit-animation-delay: 1642ms;
          animation-delay: 1642ms;
}
.circle-container:nth-child(22) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-22;
          animation-name: move-frames-22;
  -webkit-animation-duration: 32491ms;
          animation-duration: 32491ms;
  -webkit-animation-delay: 1049ms;
          animation-delay: 1049ms;
}
@-webkit-keyframes move-frames-22 {
  from {
    transform: translate3d(1vw, 80%, 0);
  }
  to {
    transform: translate3d(74vw, -108vh, 0);
  }
}
@keyframes move-frames-22 {
  from {
    transform: translate3d(1vw, 80%, 0);
  }
  to {
    transform: translate3d(74vw, -108vh, 0);
  }
}
.circle-container:nth-child(22) .circle {
  -webkit-animation-delay: 2199ms;
          animation-delay: 2199ms;
}
.circle-container:nth-child(23) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-23;
          animation-name: move-frames-23;
  -webkit-animation-duration: 35283ms;
          animation-duration: 35283ms;
  -webkit-animation-delay: 23746ms;
          animation-delay: 23746ms;
}
@-webkit-keyframes move-frames-23 {
  from {
    transform: translate3d(29vw, 80%, 0);
  }
  to {
    transform: translate3d(56vw, -126vh, 0);
  }
}
@keyframes move-frames-23 {
  from {
    transform: translate3d(29vw, 80%, 0);
  }
  to {
    transform: translate3d(56vw, -126vh, 0);
  }
}
.circle-container:nth-child(23) .circle {
  -webkit-animation-delay: 2628ms;
          animation-delay: 2628ms;
}
.circle-container:nth-child(24) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-24;
          animation-name: move-frames-24;
  -webkit-animation-duration: 32019ms;
          animation-duration: 32019ms;
  -webkit-animation-delay: 14788ms;
          animation-delay: 14788ms;
}
@-webkit-keyframes move-frames-24 {
  from {
    transform: translate3d(40vw, 80%, 0);
  }
  to {
    transform: translate3d(62vw, -109vh, 0);
  }
}
@keyframes move-frames-24 {
  from {
    transform: translate3d(40vw, 80%, 0);
  }
  to {
    transform: translate3d(62vw, -109vh, 0);
  }
}
.circle-container:nth-child(24) .circle {
  -webkit-animation-delay: 2718ms;
          animation-delay: 2718ms;
}
.circle-container:nth-child(25) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-25;
          animation-name: move-frames-25;
  -webkit-animation-duration: 31493ms;
          animation-duration: 31493ms;
  -webkit-animation-delay: 36667ms;
          animation-delay: 36667ms;
}
@-webkit-keyframes move-frames-25 {
  from {
    transform: translate3d(84vw, 80%, 0);
  }
  to {
    transform: translate3d(15vw, -130vh, 0);
  }
}
@keyframes move-frames-25 {
  from {
    transform: translate3d(84vw, 80%, 0);
  }
  to {
    transform: translate3d(15vw, -130vh, 0);
  }
}
.circle-container:nth-child(25) .circle {
  -webkit-animation-delay: 2188ms;
          animation-delay: 2188ms;
}
.circle-container:nth-child(26) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-26;
          animation-name: move-frames-26;
  -webkit-animation-duration: 28508ms;
          animation-duration: 28508ms;
  -webkit-animation-delay: 28407ms;
          animation-delay: 28407ms;
}
@-webkit-keyframes move-frames-26 {
  from {
    transform: translate3d(49vw, 80%, 0);
  }
  to {
    transform: translate3d(94vw, -110vh, 0);
  }
}
@keyframes move-frames-26 {
  from {
    transform: translate3d(49vw, 80%, 0);
  }
  to {
    transform: translate3d(94vw, -110vh, 0);
  }
}
.circle-container:nth-child(26) .circle {
  -webkit-animation-delay: 3731ms;
          animation-delay: 3731ms;
}
.circle-container:nth-child(27) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-27;
          animation-name: move-frames-27;
  -webkit-animation-duration: 31565ms;
          animation-duration: 31565ms;
  -webkit-animation-delay: 18303ms;
          animation-delay: 18303ms;
}
@-webkit-keyframes move-frames-27 {
  from {
    transform: translate3d(59vw, 80%, 0);
  }
  to {
    transform: translate3d(2vw, -114vh, 0);
  }
}
@keyframes move-frames-27 {
  from {
    transform: translate3d(59vw, 80%, 0);
  }
  to {
    transform: translate3d(2vw, -114vh, 0);
  }
}
.circle-container:nth-child(27) .circle {
  -webkit-animation-delay: 718ms;
          animation-delay: 718ms;
}
.circle-container:nth-child(28) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-28;
          animation-name: move-frames-28;
  -webkit-animation-duration: 30085ms;
          animation-duration: 30085ms;
  -webkit-animation-delay: 33294ms;
          animation-delay: 33294ms;
}
@-webkit-keyframes move-frames-28 {
  from {
    transform: translate3d(39vw, 80%, 0);
  }
  to {
    transform: translate3d(18vw, -134vh, 0);
  }
}
@keyframes move-frames-28 {
  from {
    transform: translate3d(39vw, 80%, 0);
  }
  to {
    transform: translate3d(18vw, -134vh, 0);
  }
}
.circle-container:nth-child(28) .circle {
  -webkit-animation-delay: 760ms;
          animation-delay: 760ms;
}
.circle-container:nth-child(29) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-29;
          animation-name: move-frames-29;
  -webkit-animation-duration: 28301ms;
          animation-duration: 28301ms;
  -webkit-animation-delay: 23296ms;
          animation-delay: 23296ms;
}
@-webkit-keyframes move-frames-29 {
  from {
    transform: translate3d(68vw, 80%, 0);
  }
  to {
    transform: translate3d(25vw, -125vh, 0);
  }
}
@keyframes move-frames-29 {
  from {
    transform: translate3d(68vw, 80%, 0);
  }
  to {
    transform: translate3d(25vw, -125vh, 0);
  }
}
.circle-container:nth-child(29) .circle {
  -webkit-animation-delay: 2073ms;
          animation-delay: 2073ms;
}
.circle-container:nth-child(30) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-30;
          animation-name: move-frames-30;
  -webkit-animation-duration: 28916ms;
          animation-duration: 28916ms;
  -webkit-animation-delay: 19769ms;
          animation-delay: 19769ms;
}
@-webkit-keyframes move-frames-30 {
  from {
    transform: translate3d(100vw, 80%, 0);
  }
  to {
    transform: translate3d(42vw, -109vh, 0);
  }
}
@keyframes move-frames-30 {
  from {
    transform: translate3d(100vw, 80%, 0);
  }
  to {
    transform: translate3d(42vw, -109vh, 0);
  }
}
.circle-container:nth-child(30) .circle {
  -webkit-animation-delay: 1837ms;
          animation-delay: 1837ms;
}
.circle-container:nth-child(31) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-31;
          animation-name: move-frames-31;
  -webkit-animation-duration: 28656ms;
          animation-duration: 28656ms;
  -webkit-animation-delay: 24190ms;
          animation-delay: 24190ms;
}
@-webkit-keyframes move-frames-31 {
  from {
    transform: translate3d(44vw, 80%, 0);
  }
  to {
    transform: translate3d(60vw, -106vh, 0);
  }
}
@keyframes move-frames-31 {
  from {
    transform: translate3d(44vw, 80%, 0);
  }
  to {
    transform: translate3d(60vw, -106vh, 0);
  }
}
.circle-container:nth-child(31) .circle {
  -webkit-animation-delay: 2474ms;
          animation-delay: 2474ms;
}
.circle-container:nth-child(32) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-32;
          animation-name: move-frames-32;
  -webkit-animation-duration: 33002ms;
          animation-duration: 33002ms;
  -webkit-animation-delay: 5789ms;
          animation-delay: 5789ms;
}
@-webkit-keyframes move-frames-32 {
  from {
    transform: translate3d(44vw, 80%, 0);
  }
  to {
    transform: translate3d(1vw, -111vh, 0);
  }
}
@keyframes move-frames-32 {
  from {
    transform: translate3d(44vw, 80%, 0);
  }
  to {
    transform: translate3d(1vw, -111vh, 0);
  }
}
.circle-container:nth-child(32) .circle {
  -webkit-animation-delay: 248ms;
          animation-delay: 248ms;
}
.circle-container:nth-child(33) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-33;
          animation-name: move-frames-33;
  -webkit-animation-duration: 36293ms;
          animation-duration: 36293ms;
  -webkit-animation-delay: 4634ms;
          animation-delay: 4634ms;
}
@-webkit-keyframes move-frames-33 {
  from {
    transform: translate3d(54vw, 80%, 0);
  }
  to {
    transform: translate3d(66vw, -115vh, 0);
  }
}
@keyframes move-frames-33 {
  from {
    transform: translate3d(54vw, 80%, 0);
  }
  to {
    transform: translate3d(66vw, -115vh, 0);
  }
}
.circle-container:nth-child(33) .circle {
  -webkit-animation-delay: 536ms;
          animation-delay: 536ms;
}
.circle-container:nth-child(34) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-34;
          animation-name: move-frames-34;
  -webkit-animation-duration: 29977ms;
          animation-duration: 29977ms;
  -webkit-animation-delay: 4836ms;
          animation-delay: 4836ms;
}
@-webkit-keyframes move-frames-34 {
  from {
    transform: translate3d(73vw, 80%, 0);
  }
  to {
    transform: translate3d(37vw, -120vh, 0);
  }
}
@keyframes move-frames-34 {
  from {
    transform: translate3d(73vw, 80%, 0);
  }
  to {
    transform: translate3d(37vw, -120vh, 0);
  }
}
.circle-container:nth-child(34) .circle {
  -webkit-animation-delay: 2450ms;
          animation-delay: 2450ms;
}
.circle-container:nth-child(35) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-35;
          animation-name: move-frames-35;
  -webkit-animation-duration: 32099ms;
          animation-duration: 32099ms;
  -webkit-animation-delay: 20561ms;
          animation-delay: 20561ms;
}
@-webkit-keyframes move-frames-35 {
  from {
    transform: translate3d(53vw, 80%, 0);
  }
  to {
    transform: translate3d(5vw, -110vh, 0);
  }
}
@keyframes move-frames-35 {
  from {
    transform: translate3d(53vw, 80%, 0);
  }
  to {
    transform: translate3d(5vw, -110vh, 0);
  }
}
.circle-container:nth-child(35) .circle {
  -webkit-animation-delay: 861ms;
          animation-delay: 861ms;
}
.circle-container:nth-child(36) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-36;
          animation-name: move-frames-36;
  -webkit-animation-duration: 33703ms;
          animation-duration: 33703ms;
  -webkit-animation-delay: 18959ms;
          animation-delay: 18959ms;
}
@-webkit-keyframes move-frames-36 {
  from {
    transform: translate3d(31vw, 80%, 0);
  }
  to {
    transform: translate3d(78vw, -129vh, 0);
  }
}
@keyframes move-frames-36 {
  from {
    transform: translate3d(31vw, 80%, 0);
  }
  to {
    transform: translate3d(78vw, -129vh, 0);
  }
}
.circle-container:nth-child(36) .circle {
  -webkit-animation-delay: 1018ms;
          animation-delay: 1018ms;
}
.circle-container:nth-child(37) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-37;
          animation-name: move-frames-37;
  -webkit-animation-duration: 31412ms;
          animation-duration: 31412ms;
  -webkit-animation-delay: 36255ms;
          animation-delay: 36255ms;
}
@-webkit-keyframes move-frames-37 {
  from {
    transform: translate3d(67vw, 80%, 0);
  }
  to {
    transform: translate3d(79vw, -124vh, 0);
  }
}
@keyframes move-frames-37 {
  from {
    transform: translate3d(67vw, 80%, 0);
  }
  to {
    transform: translate3d(79vw, -124vh, 0);
  }
}
.circle-container:nth-child(37) .circle {
  -webkit-animation-delay: 1427ms;
          animation-delay: 1427ms;
}
.circle-container:nth-child(38) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-38;
          animation-name: move-frames-38;
  -webkit-animation-duration: 36717ms;
          animation-duration: 36717ms;
  -webkit-animation-delay: 6886ms;
          animation-delay: 6886ms;
}
@-webkit-keyframes move-frames-38 {
  from {
    transform: translate3d(59vw, 80%, 0);
  }
  to {
    transform: translate3d(92vw, -126vh, 0);
  }
}
@keyframes move-frames-38 {
  from {
    transform: translate3d(59vw, 80%, 0);
  }
  to {
    transform: translate3d(92vw, -126vh, 0);
  }
}
.circle-container:nth-child(38) .circle {
  -webkit-animation-delay: 1405ms;
          animation-delay: 1405ms;
}
.circle-container:nth-child(39) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-39;
          animation-name: move-frames-39;
  -webkit-animation-duration: 30399ms;
          animation-duration: 30399ms;
  -webkit-animation-delay: 20650ms;
          animation-delay: 20650ms;
}
@-webkit-keyframes move-frames-39 {
  from {
    transform: translate3d(47vw, 80%, 0);
  }
  to {
    transform: translate3d(16vw, -108vh, 0);
  }
}
@keyframes move-frames-39 {
  from {
    transform: translate3d(47vw, 80%, 0);
  }
  to {
    transform: translate3d(16vw, -108vh, 0);
  }
}
.circle-container:nth-child(39) .circle {
  -webkit-animation-delay: 672ms;
          animation-delay: 672ms;
}
.circle-container:nth-child(40) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-40;
          animation-name: move-frames-40;
  -webkit-animation-duration: 33342ms;
          animation-duration: 33342ms;
  -webkit-animation-delay: 4034ms;
          animation-delay: 4034ms;
}
@-webkit-keyframes move-frames-40 {
  from {
    transform: translate3d(10vw, 80%, 0);
  }
  to {
    transform: translate3d(47vw, -127vh, 0);
  }
}
@keyframes move-frames-40 {
  from {
    transform: translate3d(10vw, 80%, 0);
  }
  to {
    transform: translate3d(47vw, -127vh, 0);
  }
}
.circle-container:nth-child(40) .circle {
  -webkit-animation-delay: 2413ms;
          animation-delay: 2413ms;
}
.circle-container:nth-child(41) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-41;
          animation-name: move-frames-41;
  -webkit-animation-duration: 28740ms;
          animation-duration: 28740ms;
  -webkit-animation-delay: 36389ms;
          animation-delay: 36389ms;
}
@-webkit-keyframes move-frames-41 {
  from {
    transform: translate3d(59vw, 80%, 0);
  }
  to {
    transform: translate3d(77vw, -136vh, 0);
  }
}
@keyframes move-frames-41 {
  from {
    transform: translate3d(59vw, 80%, 0);
  }
  to {
    transform: translate3d(77vw, -136vh, 0);
  }
}
.circle-container:nth-child(41) .circle {
  -webkit-animation-delay: 3886ms;
          animation-delay: 3886ms;
}
.circle-container:nth-child(42) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-42;
          animation-name: move-frames-42;
  -webkit-animation-duration: 35740ms;
          animation-duration: 35740ms;
  -webkit-animation-delay: 31595ms;
          animation-delay: 31595ms;
}
@-webkit-keyframes move-frames-42 {
  from {
    transform: translate3d(96vw, 80%, 0);
  }
  to {
    transform: translate3d(64vw, -119vh, 0);
  }
}
@keyframes move-frames-42 {
  from {
    transform: translate3d(96vw, 80%, 0);
  }
  to {
    transform: translate3d(64vw, -119vh, 0);
  }
}
.circle-container:nth-child(42) .circle {
  -webkit-animation-delay: 1977ms;
          animation-delay: 1977ms;
}
.circle-container:nth-child(43) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-43;
          animation-name: move-frames-43;
  -webkit-animation-duration: 30429ms;
          animation-duration: 30429ms;
  -webkit-animation-delay: 23042ms;
          animation-delay: 23042ms;
}
@-webkit-keyframes move-frames-43 {
  from {
    transform: translate3d(88vw, 80%, 0);
  }
  to {
    transform: translate3d(57vw, -106vh, 0);
  }
}
@keyframes move-frames-43 {
  from {
    transform: translate3d(88vw, 80%, 0);
  }
  to {
    transform: translate3d(57vw, -106vh, 0);
  }
}
.circle-container:nth-child(43) .circle {
  -webkit-animation-delay: 3505ms;
          animation-delay: 3505ms;
}
.circle-container:nth-child(44) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-44;
          animation-name: move-frames-44;
  -webkit-animation-duration: 29998ms;
          animation-duration: 29998ms;
  -webkit-animation-delay: 20668ms;
          animation-delay: 20668ms;
}
@-webkit-keyframes move-frames-44 {
  from {
    transform: translate3d(61vw, 80%, 0);
  }
  to {
    transform: translate3d(24vw, -118vh, 0);
  }
}
@keyframes move-frames-44 {
  from {
    transform: translate3d(61vw, 80%, 0);
  }
  to {
    transform: translate3d(24vw, -118vh, 0);
  }
}
.circle-container:nth-child(44) .circle {
  -webkit-animation-delay: 3485ms;
          animation-delay: 3485ms;
}
.circle-container:nth-child(45) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-45;
          animation-name: move-frames-45;
  -webkit-animation-duration: 33109ms;
          animation-duration: 33109ms;
  -webkit-animation-delay: 9163ms;
          animation-delay: 9163ms;
}
@-webkit-keyframes move-frames-45 {
  from {
    transform: translate3d(62vw, 80%, 0);
  }
  to {
    transform: translate3d(74vw, -127vh, 0);
  }
}
@keyframes move-frames-45 {
  from {
    transform: translate3d(62vw, 80%, 0);
  }
  to {
    transform: translate3d(74vw, -127vh, 0);
  }
}
.circle-container:nth-child(45) .circle {
  -webkit-animation-delay: 1825ms;
          animation-delay: 1825ms;
}
.circle-container:nth-child(46) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-46;
          animation-name: move-frames-46;
  -webkit-animation-duration: 30203ms;
          animation-duration: 30203ms;
  -webkit-animation-delay: 12988ms;
          animation-delay: 12988ms;
}
@-webkit-keyframes move-frames-46 {
  from {
    transform: translate3d(9vw, 80%, 0);
  }
  to {
    transform: translate3d(5vw, -117vh, 0);
  }
}
@keyframes move-frames-46 {
  from {
    transform: translate3d(9vw, 80%, 0);
  }
  to {
    transform: translate3d(5vw, -117vh, 0);
  }
}
.circle-container:nth-child(46) .circle {
  -webkit-animation-delay: 2672ms;
          animation-delay: 2672ms;
}
.circle-container:nth-child(47) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-47;
          animation-name: move-frames-47;
  -webkit-animation-duration: 30185ms;
          animation-duration: 30185ms;
  -webkit-animation-delay: 1513ms;
          animation-delay: 1513ms;
}
@-webkit-keyframes move-frames-47 {
  from {
    transform: translate3d(21vw, 80%, 0);
  }
  to {
    transform: translate3d(79vw, -106vh, 0);
  }
}
@keyframes move-frames-47 {
  from {
    transform: translate3d(21vw, 80%, 0);
  }
  to {
    transform: translate3d(79vw, -106vh, 0);
  }
}
.circle-container:nth-child(47) .circle {
  -webkit-animation-delay: 1148ms;
          animation-delay: 1148ms;
}
.circle-container:nth-child(48) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-48;
          animation-name: move-frames-48;
  -webkit-animation-duration: 28264ms;
          animation-duration: 28264ms;
  -webkit-animation-delay: 18508ms;
          animation-delay: 18508ms;
}
@-webkit-keyframes move-frames-48 {
  from {
    transform: translate3d(14vw, 80%, 0);
  }
  to {
    transform: translate3d(89vw, -109vh, 0);
  }
}
@keyframes move-frames-48 {
  from {
    transform: translate3d(14vw, 80%, 0);
  }
  to {
    transform: translate3d(89vw, -109vh, 0);
  }
}
.circle-container:nth-child(48) .circle {
  -webkit-animation-delay: 3911ms;
          animation-delay: 3911ms;
}
.circle-container:nth-child(49) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-49;
          animation-name: move-frames-49;
  -webkit-animation-duration: 36030ms;
          animation-duration: 36030ms;
  -webkit-animation-delay: 11581ms;
          animation-delay: 11581ms;
}
@-webkit-keyframes move-frames-49 {
  from {
    transform: translate3d(22vw, 80%, 0);
  }
  to {
    transform: translate3d(91vw, -120vh, 0);
  }
}
@keyframes move-frames-49 {
  from {
    transform: translate3d(22vw, 80%, 0);
  }
  to {
    transform: translate3d(91vw, -120vh, 0);
  }
}
.circle-container:nth-child(49) .circle {
  -webkit-animation-delay: 948ms;
          animation-delay: 948ms;
}
.circle-container:nth-child(50) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-50;
          animation-name: move-frames-50;
  -webkit-animation-duration: 30632ms;
          animation-duration: 30632ms;
  -webkit-animation-delay: 152ms;
          animation-delay: 152ms;
}
@-webkit-keyframes move-frames-50 {
  from {
    transform: translate3d(58vw, 80%, 0);
  }
  to {
    transform: translate3d(34vw, -129vh, 0);
  }
}
@keyframes move-frames-50 {
  from {
    transform: translate3d(58vw, 80%, 0);
  }
  to {
    transform: translate3d(34vw, -129vh, 0);
  }
}
.circle-container:nth-child(50) .circle {
  -webkit-animation-delay: 2824ms;
          animation-delay: 2824ms;
}
.circle-container:nth-child(51) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-51;
          animation-name: move-frames-51;
  -webkit-animation-duration: 28560ms;
          animation-duration: 28560ms;
  -webkit-animation-delay: 14692ms;
          animation-delay: 14692ms;
}
@-webkit-keyframes move-frames-51 {
  from {
    transform: translate3d(63vw, 80%, 0);
  }
  to {
    transform: translate3d(24vw, -120vh, 0);
  }
}
@keyframes move-frames-51 {
  from {
    transform: translate3d(63vw, 80%, 0);
  }
  to {
    transform: translate3d(24vw, -120vh, 0);
  }
}
.circle-container:nth-child(51) .circle {
  -webkit-animation-delay: 1996ms;
          animation-delay: 1996ms;
}
.circle-container:nth-child(52) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-52;
          animation-name: move-frames-52;
  -webkit-animation-duration: 34324ms;
          animation-duration: 34324ms;
  -webkit-animation-delay: 28500ms;
          animation-delay: 28500ms;
}
@-webkit-keyframes move-frames-52 {
  from {
    transform: translate3d(84vw, 80%, 0);
  }
  to {
    transform: translate3d(66vw, -137vh, 0);
  }
}
@keyframes move-frames-52 {
  from {
    transform: translate3d(84vw, 80%, 0);
  }
  to {
    transform: translate3d(66vw, -137vh, 0);
  }
}
.circle-container:nth-child(52) .circle {
  -webkit-animation-delay: 3628ms;
          animation-delay: 3628ms;
}
.circle-container:nth-child(53) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-53;
          animation-name: move-frames-53;
  -webkit-animation-duration: 30843ms;
          animation-duration: 30843ms;
  -webkit-animation-delay: 6596ms;
          animation-delay: 6596ms;
}
@-webkit-keyframes move-frames-53 {
  from {
    transform: translate3d(47vw, 80%, 0);
  }
  to {
    transform: translate3d(4vw, -110vh, 0);
  }
}
@keyframes move-frames-53 {
  from {
    transform: translate3d(47vw, 80%, 0);
  }
  to {
    transform: translate3d(4vw, -110vh, 0);
  }
}
.circle-container:nth-child(53) .circle {
  -webkit-animation-delay: 3585ms;
          animation-delay: 3585ms;
}
.circle-container:nth-child(54) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-54;
          animation-name: move-frames-54;
  -webkit-animation-duration: 36982ms;
          animation-duration: 36982ms;
  -webkit-animation-delay: 13449ms;
          animation-delay: 13449ms;
}
@-webkit-keyframes move-frames-54 {
  from {
    transform: translate3d(2vw, 80%, 0);
  }
  to {
    transform: translate3d(38vw, -112vh, 0);
  }
}
@keyframes move-frames-54 {
  from {
    transform: translate3d(2vw, 80%, 0);
  }
  to {
    transform: translate3d(38vw, -112vh, 0);
  }
}
.circle-container:nth-child(54) .circle {
  -webkit-animation-delay: 2565ms;
          animation-delay: 2565ms;
}
.circle-container:nth-child(55) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-55;
          animation-name: move-frames-55;
  -webkit-animation-duration: 30968ms;
          animation-duration: 30968ms;
  -webkit-animation-delay: 27438ms;
          animation-delay: 27438ms;
}
@-webkit-keyframes move-frames-55 {
  from {
    transform: translate3d(14vw, 80%, 0);
  }
  to {
    transform: translate3d(4vw, -120vh, 0);
  }
}
@keyframes move-frames-55 {
  from {
    transform: translate3d(14vw, 80%, 0);
  }
  to {
    transform: translate3d(4vw, -120vh, 0);
  }
}
.circle-container:nth-child(55) .circle {
  -webkit-animation-delay: 1180ms;
          animation-delay: 1180ms;
}
.circle-container:nth-child(56) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-56;
          animation-name: move-frames-56;
  -webkit-animation-duration: 28846ms;
          animation-duration: 28846ms;
  -webkit-animation-delay: 14220ms;
          animation-delay: 14220ms;
}
@-webkit-keyframes move-frames-56 {
  from {
    transform: translate3d(78vw, 80%, 0);
  }
  to {
    transform: translate3d(19vw, -126vh, 0);
  }
}
@keyframes move-frames-56 {
  from {
    transform: translate3d(78vw, 80%, 0);
  }
  to {
    transform: translate3d(19vw, -126vh, 0);
  }
}
.circle-container:nth-child(56) .circle {
  -webkit-animation-delay: 835ms;
          animation-delay: 835ms;
}
.circle-container:nth-child(57) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-57;
          animation-name: move-frames-57;
  -webkit-animation-duration: 36754ms;
          animation-duration: 36754ms;
  -webkit-animation-delay: 33266ms;
          animation-delay: 33266ms;
}
@-webkit-keyframes move-frames-57 {
  from {
    transform: translate3d(21vw, 80%, 0);
  }
  to {
    transform: translate3d(67vw, -106vh, 0);
  }
}
@keyframes move-frames-57 {
  from {
    transform: translate3d(21vw, 80%, 0);
  }
  to {
    transform: translate3d(67vw, -106vh, 0);
  }
}
.circle-container:nth-child(57) .circle {
  -webkit-animation-delay: 3588ms;
          animation-delay: 3588ms;
}
.circle-container:nth-child(58) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-58;
          animation-name: move-frames-58;
  -webkit-animation-duration: 33575ms;
          animation-duration: 33575ms;
  -webkit-animation-delay: 9484ms;
          animation-delay: 9484ms;
}
@-webkit-keyframes move-frames-58 {
  from {
    transform: translate3d(58vw, 80%, 0);
  }
  to {
    transform: translate3d(98vw, -125vh, 0);
  }
}
@keyframes move-frames-58 {
  from {
    transform: translate3d(58vw, 80%, 0);
  }
  to {
    transform: translate3d(98vw, -125vh, 0);
  }
}
.circle-container:nth-child(58) .circle {
  -webkit-animation-delay: 356ms;
          animation-delay: 356ms;
}
.circle-container:nth-child(59) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-59;
          animation-name: move-frames-59;
  -webkit-animation-duration: 29090ms;
          animation-duration: 29090ms;
  -webkit-animation-delay: 21069ms;
          animation-delay: 21069ms;
}
@-webkit-keyframes move-frames-59 {
  from {
    transform: translate3d(31vw, 80%, 0);
  }
  to {
    transform: translate3d(9vw, -132vh, 0);
  }
}
@keyframes move-frames-59 {
  from {
    transform: translate3d(31vw, 80%, 0);
  }
  to {
    transform: translate3d(9vw, -132vh, 0);
  }
}
.circle-container:nth-child(59) .circle {
  -webkit-animation-delay: 3991ms;
          animation-delay: 3991ms;
}
.circle-container:nth-child(60) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-60;
          animation-name: move-frames-60;
  -webkit-animation-duration: 28970ms;
          animation-duration: 28970ms;
  -webkit-animation-delay: 29106ms;
          animation-delay: 29106ms;
}
@-webkit-keyframes move-frames-60 {
  from {
    transform: translate3d(39vw, 80%, 0);
  }
  to {
    transform: translate3d(73vw, -127vh, 0);
  }
}
@keyframes move-frames-60 {
  from {
    transform: translate3d(39vw, 80%, 0);
  }
  to {
    transform: translate3d(73vw, -127vh, 0);
  }
}
.circle-container:nth-child(60) .circle {
  -webkit-animation-delay: 1273ms;
          animation-delay: 1273ms;
}
.circle-container:nth-child(61) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-61;
          animation-name: move-frames-61;
  -webkit-animation-duration: 30671ms;
          animation-duration: 30671ms;
  -webkit-animation-delay: 12980ms;
          animation-delay: 12980ms;
}
@-webkit-keyframes move-frames-61 {
  from {
    transform: translate3d(16vw, 80%, 0);
  }
  to {
    transform: translate3d(67vw, -109vh, 0);
  }
}
@keyframes move-frames-61 {
  from {
    transform: translate3d(16vw, 80%, 0);
  }
  to {
    transform: translate3d(67vw, -109vh, 0);
  }
}
.circle-container:nth-child(61) .circle {
  -webkit-animation-delay: 3413ms;
          animation-delay: 3413ms;
}
.circle-container:nth-child(62) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-62;
          animation-name: move-frames-62;
  -webkit-animation-duration: 34783ms;
          animation-duration: 34783ms;
  -webkit-animation-delay: 29767ms;
          animation-delay: 29767ms;
}
@-webkit-keyframes move-frames-62 {
  from {
    transform: translate3d(55vw, 80%, 0);
  }
  to {
    transform: translate3d(42vw, -123vh, 0);
  }
}
@keyframes move-frames-62 {
  from {
    transform: translate3d(55vw, 80%, 0);
  }
  to {
    transform: translate3d(42vw, -123vh, 0);
  }
}
.circle-container:nth-child(62) .circle {
  -webkit-animation-delay: 3916ms;
          animation-delay: 3916ms;
}
.circle-container:nth-child(63) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-63;
          animation-name: move-frames-63;
  -webkit-animation-duration: 35572ms;
          animation-duration: 35572ms;
  -webkit-animation-delay: 6842ms;
          animation-delay: 6842ms;
}
@-webkit-keyframes move-frames-63 {
  from {
    transform: translate3d(92vw, 80%, 0);
  }
  to {
    transform: translate3d(89vw, -117vh, 0);
  }
}
@keyframes move-frames-63 {
  from {
    transform: translate3d(92vw, 80%, 0);
  }
  to {
    transform: translate3d(89vw, -117vh, 0);
  }
}
.circle-container:nth-child(63) .circle {
  -webkit-animation-delay: 3861ms;
          animation-delay: 3861ms;
}
.circle-container:nth-child(64) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-64;
          animation-name: move-frames-64;
  -webkit-animation-duration: 33553ms;
          animation-duration: 33553ms;
  -webkit-animation-delay: 34571ms;
          animation-delay: 34571ms;
}
@-webkit-keyframes move-frames-64 {
  from {
    transform: translate3d(83vw, 80%, 0);
  }
  to {
    transform: translate3d(36vw, -116vh, 0);
  }
}
@keyframes move-frames-64 {
  from {
    transform: translate3d(83vw, 80%, 0);
  }
  to {
    transform: translate3d(36vw, -116vh, 0);
  }
}
.circle-container:nth-child(64) .circle {
  -webkit-animation-delay: 3990ms;
          animation-delay: 3990ms;
}
.circle-container:nth-child(65) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-65;
          animation-name: move-frames-65;
  -webkit-animation-duration: 31599ms;
          animation-duration: 31599ms;
  -webkit-animation-delay: 29644ms;
          animation-delay: 29644ms;
}
@-webkit-keyframes move-frames-65 {
  from {
    transform: translate3d(35vw, 80%, 0);
  }
  to {
    transform: translate3d(1vw, -114vh, 0);
  }
}
@keyframes move-frames-65 {
  from {
    transform: translate3d(35vw, 80%, 0);
  }
  to {
    transform: translate3d(1vw, -114vh, 0);
  }
}
.circle-container:nth-child(65) .circle {
  -webkit-animation-delay: 1407ms;
          animation-delay: 1407ms;
}
.circle-container:nth-child(66) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-66;
          animation-name: move-frames-66;
  -webkit-animation-duration: 34779ms;
          animation-duration: 34779ms;
  -webkit-animation-delay: 18198ms;
          animation-delay: 18198ms;
}
@-webkit-keyframes move-frames-66 {
  from {
    transform: translate3d(96vw, 80%, 0);
  }
  to {
    transform: translate3d(20vw, -124vh, 0);
  }
}
@keyframes move-frames-66 {
  from {
    transform: translate3d(96vw, 80%, 0);
  }
  to {
    transform: translate3d(20vw, -124vh, 0);
  }
}
.circle-container:nth-child(66) .circle {
  -webkit-animation-delay: 4ms;
          animation-delay: 4ms;
}
.circle-container:nth-child(67) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-67;
          animation-name: move-frames-67;
  -webkit-animation-duration: 35037ms;
          animation-duration: 35037ms;
  -webkit-animation-delay: 30930ms;
          animation-delay: 30930ms;
}
@-webkit-keyframes move-frames-67 {
  from {
    transform: translate3d(53vw, 80%, 0);
  }
  to {
    transform: translate3d(76vw, -127vh, 0);
  }
}
@keyframes move-frames-67 {
  from {
    transform: translate3d(53vw, 80%, 0);
  }
  to {
    transform: translate3d(76vw, -127vh, 0);
  }
}
.circle-container:nth-child(67) .circle {
  -webkit-animation-delay: 2781ms;
          animation-delay: 2781ms;
}
.circle-container:nth-child(68) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-68;
          animation-name: move-frames-68;
  -webkit-animation-duration: 35497ms;
          animation-duration: 35497ms;
  -webkit-animation-delay: 6104ms;
          animation-delay: 6104ms;
}
@-webkit-keyframes move-frames-68 {
  from {
    transform: translate3d(59vw, 80%, 0);
  }
  to {
    transform: translate3d(56vw, -124vh, 0);
  }
}
@keyframes move-frames-68 {
  from {
    transform: translate3d(59vw, 80%, 0);
  }
  to {
    transform: translate3d(56vw, -124vh, 0);
  }
}
.circle-container:nth-child(68) .circle {
  -webkit-animation-delay: 1811ms;
          animation-delay: 1811ms;
}
.circle-container:nth-child(69) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-69;
          animation-name: move-frames-69;
  -webkit-animation-duration: 31546ms;
          animation-duration: 31546ms;
  -webkit-animation-delay: 6161ms;
          animation-delay: 6161ms;
}
@-webkit-keyframes move-frames-69 {
  from {
    transform: translate3d(15vw, 80%, 0);
  }
  to {
    transform: translate3d(1vw, -116vh, 0);
  }
}
@keyframes move-frames-69 {
  from {
    transform: translate3d(15vw, 80%, 0);
  }
  to {
    transform: translate3d(1vw, -116vh, 0);
  }
}
.circle-container:nth-child(69) .circle {
  -webkit-animation-delay: 3371ms;
          animation-delay: 3371ms;
}
.circle-container:nth-child(70) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-70;
          animation-name: move-frames-70;
  -webkit-animation-duration: 36245ms;
          animation-duration: 36245ms;
  -webkit-animation-delay: 2322ms;
          animation-delay: 2322ms;
}
@-webkit-keyframes move-frames-70 {
  from {
    transform: translate3d(36vw, 80%, 0);
  }
  to {
    transform: translate3d(77vw, -123vh, 0);
  }
}
@keyframes move-frames-70 {
  from {
    transform: translate3d(36vw, 80%, 0);
  }
  to {
    transform: translate3d(77vw, -123vh, 0);
  }
}
.circle-container:nth-child(70) .circle {
  -webkit-animation-delay: 3244ms;
          animation-delay: 3244ms;
}
.circle-container:nth-child(71) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-71;
          animation-name: move-frames-71;
  -webkit-animation-duration: 33949ms;
          animation-duration: 33949ms;
  -webkit-animation-delay: 29460ms;
          animation-delay: 29460ms;
}
@-webkit-keyframes move-frames-71 {
  from {
    transform: translate3d(28vw, 80%, 0);
  }
  to {
    transform: translate3d(60vw, -130vh, 0);
  }
}
@keyframes move-frames-71 {
  from {
    transform: translate3d(28vw, 80%, 0);
  }
  to {
    transform: translate3d(60vw, -130vh, 0);
  }
}
.circle-container:nth-child(71) .circle {
  -webkit-animation-delay: 2006ms;
          animation-delay: 2006ms;
}
.circle-container:nth-child(72) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-72;
          animation-name: move-frames-72;
  -webkit-animation-duration: 33309ms;
          animation-duration: 33309ms;
  -webkit-animation-delay: 17275ms;
          animation-delay: 17275ms;
}
@-webkit-keyframes move-frames-72 {
  from {
    transform: translate3d(97vw, 80%, 0);
  }
  to {
    transform: translate3d(1vw, -113vh, 0);
  }
}
@keyframes move-frames-72 {
  from {
    transform: translate3d(97vw, 80%, 0);
  }
  to {
    transform: translate3d(1vw, -113vh, 0);
  }
}
.circle-container:nth-child(72) .circle {
  -webkit-animation-delay: 1548ms;
          animation-delay: 1548ms;
}
.circle-container:nth-child(73) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-73;
          animation-name: move-frames-73;
  -webkit-animation-duration: 35768ms;
          animation-duration: 35768ms;
  -webkit-animation-delay: 19422ms;
          animation-delay: 19422ms;
}
@-webkit-keyframes move-frames-73 {
  from {
    transform: translate3d(3vw, 80%, 0);
  }
  to {
    transform: translate3d(24vw, -129vh, 0);
  }
}
@keyframes move-frames-73 {
  from {
    transform: translate3d(3vw, 80%, 0);
  }
  to {
    transform: translate3d(24vw, -129vh, 0);
  }
}
.circle-container:nth-child(73) .circle {
  -webkit-animation-delay: 1633ms;
          animation-delay: 1633ms;
}
.circle-container:nth-child(74) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-74;
          animation-name: move-frames-74;
  -webkit-animation-duration: 29667ms;
          animation-duration: 29667ms;
  -webkit-animation-delay: 28940ms;
          animation-delay: 28940ms;
}
@-webkit-keyframes move-frames-74 {
  from {
    transform: translate3d(22vw, 80%, 0);
  }
  to {
    transform: translate3d(13vw, -126vh, 0);
  }
}
@keyframes move-frames-74 {
  from {
    transform: translate3d(22vw, 80%, 0);
  }
  to {
    transform: translate3d(13vw, -126vh, 0);
  }
}
.circle-container:nth-child(74) .circle {
  -webkit-animation-delay: 1535ms;
          animation-delay: 1535ms;
}
.circle-container:nth-child(75) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-75;
          animation-name: move-frames-75;
  -webkit-animation-duration: 29004ms;
          animation-duration: 29004ms;
  -webkit-animation-delay: 14883ms;
          animation-delay: 14883ms;
}
@-webkit-keyframes move-frames-75 {
  from {
    transform: translate3d(10vw, 80%, 0);
  }
  to {
    transform: translate3d(72vw, -130vh, 0);
  }
}
@keyframes move-frames-75 {
  from {
    transform: translate3d(10vw, 80%, 0);
  }
  to {
    transform: translate3d(72vw, -130vh, 0);
  }
}
.circle-container:nth-child(75) .circle {
  -webkit-animation-delay: 3987ms;
          animation-delay: 3987ms;
}
.circle-container:nth-child(76) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-76;
          animation-name: move-frames-76;
  -webkit-animation-duration: 30992ms;
          animation-duration: 30992ms;
  -webkit-animation-delay: 3699ms;
          animation-delay: 3699ms;
}
@-webkit-keyframes move-frames-76 {
  from {
    transform: translate3d(77vw, 80%, 0);
  }
  to {
    transform: translate3d(32vw, -124vh, 0);
  }
}
@keyframes move-frames-76 {
  from {
    transform: translate3d(77vw, 80%, 0);
  }
  to {
    transform: translate3d(32vw, -124vh, 0);
  }
}
.circle-container:nth-child(76) .circle {
  -webkit-animation-delay: 3514ms;
          animation-delay: 3514ms;
}
.circle-container:nth-child(77) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-77;
          animation-name: move-frames-77;
  -webkit-animation-duration: 29441ms;
          animation-duration: 29441ms;
  -webkit-animation-delay: 7062ms;
          animation-delay: 7062ms;
}
@-webkit-keyframes move-frames-77 {
  from {
    transform: translate3d(28vw, 80%, 0);
  }
  to {
    transform: translate3d(77vw, -116vh, 0);
  }
}
@keyframes move-frames-77 {
  from {
    transform: translate3d(28vw, 80%, 0);
  }
  to {
    transform: translate3d(77vw, -116vh, 0);
  }
}
.circle-container:nth-child(77) .circle {
  -webkit-animation-delay: 2956ms;
          animation-delay: 2956ms;
}
.circle-container:nth-child(78) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-78;
          animation-name: move-frames-78;
  -webkit-animation-duration: 31884ms;
          animation-duration: 31884ms;
  -webkit-animation-delay: 19708ms;
          animation-delay: 19708ms;
}
@-webkit-keyframes move-frames-78 {
  from {
    transform: translate3d(93vw, 80%, 0);
  }
  to {
    transform: translate3d(8vw, -110vh, 0);
  }
}
@keyframes move-frames-78 {
  from {
    transform: translate3d(93vw, 80%, 0);
  }
  to {
    transform: translate3d(8vw, -110vh, 0);
  }
}
.circle-container:nth-child(78) .circle {
  -webkit-animation-delay: 815ms;
          animation-delay: 815ms;
}
.circle-container:nth-child(79) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-79;
          animation-name: move-frames-79;
  -webkit-animation-duration: 34182ms;
          animation-duration: 34182ms;
  -webkit-animation-delay: 25678ms;
          animation-delay: 25678ms;
}
@-webkit-keyframes move-frames-79 {
  from {
    transform: translate3d(76vw, 80%, 0);
  }
  to {
    transform: translate3d(11vw, -111vh, 0);
  }
}
@keyframes move-frames-79 {
  from {
    transform: translate3d(76vw, 80%, 0);
  }
  to {
    transform: translate3d(11vw, -111vh, 0);
  }
}
.circle-container:nth-child(79) .circle {
  -webkit-animation-delay: 3847ms;
          animation-delay: 3847ms;
}
.circle-container:nth-child(80) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-80;
          animation-name: move-frames-80;
  -webkit-animation-duration: 35776ms;
          animation-duration: 35776ms;
  -webkit-animation-delay: 2989ms;
          animation-delay: 2989ms;
}
@-webkit-keyframes move-frames-80 {
  from {
    transform: translate3d(76vw, 80%, 0);
  }
  to {
    transform: translate3d(5vw, -107vh, 0);
  }
}
@keyframes move-frames-80 {
  from {
    transform: translate3d(76vw, 80%, 0);
  }
  to {
    transform: translate3d(5vw, -107vh, 0);
  }
}
.circle-container:nth-child(80) .circle {
  -webkit-animation-delay: 565ms;
          animation-delay: 565ms;
}
.circle-container:nth-child(81) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-81;
          animation-name: move-frames-81;
  -webkit-animation-duration: 33884ms;
          animation-duration: 33884ms;
  -webkit-animation-delay: 18298ms;
          animation-delay: 18298ms;
}
@-webkit-keyframes move-frames-81 {
  from {
    transform: translate3d(19vw, 80%, 0);
  }
  to {
    transform: translate3d(94vw, -121vh, 0);
  }
}
@keyframes move-frames-81 {
  from {
    transform: translate3d(19vw, 80%, 0);
  }
  to {
    transform: translate3d(94vw, -121vh, 0);
  }
}
.circle-container:nth-child(81) .circle {
  -webkit-animation-delay: 3938ms;
          animation-delay: 3938ms;
}
.circle-container:nth-child(82) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-82;
          animation-name: move-frames-82;
  -webkit-animation-duration: 35182ms;
          animation-duration: 35182ms;
  -webkit-animation-delay: 6290ms;
          animation-delay: 6290ms;
}
@-webkit-keyframes move-frames-82 {
  from {
    transform: translate3d(84vw, 80%, 0);
  }
  to {
    transform: translate3d(96vw, -122vh, 0);
  }
}
@keyframes move-frames-82 {
  from {
    transform: translate3d(84vw, 80%, 0);
  }
  to {
    transform: translate3d(96vw, -122vh, 0);
  }
}
.circle-container:nth-child(82) .circle {
  -webkit-animation-delay: 2990ms;
          animation-delay: 2990ms;
}
.circle-container:nth-child(83) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-83;
          animation-name: move-frames-83;
  -webkit-animation-duration: 30298ms;
          animation-duration: 30298ms;
  -webkit-animation-delay: 36925ms;
          animation-delay: 36925ms;
}
@-webkit-keyframes move-frames-83 {
  from {
    transform: translate3d(74vw, 80%, 0);
  }
  to {
    transform: translate3d(4vw, -117vh, 0);
  }
}
@keyframes move-frames-83 {
  from {
    transform: translate3d(74vw, 80%, 0);
  }
  to {
    transform: translate3d(4vw, -117vh, 0);
  }
}
.circle-container:nth-child(83) .circle {
  -webkit-animation-delay: 728ms;
          animation-delay: 728ms;
}
.circle-container:nth-child(84) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-84;
          animation-name: move-frames-84;
  -webkit-animation-duration: 29774ms;
          animation-duration: 29774ms;
  -webkit-animation-delay: 20138ms;
          animation-delay: 20138ms;
}
@-webkit-keyframes move-frames-84 {
  from {
    transform: translate3d(70vw, 80%, 0);
  }
  to {
    transform: translate3d(97vw, -116vh, 0);
  }
}
@keyframes move-frames-84 {
  from {
    transform: translate3d(70vw, 80%, 0);
  }
  to {
    transform: translate3d(97vw, -116vh, 0);
  }
}
.circle-container:nth-child(84) .circle {
  -webkit-animation-delay: 2161ms;
          animation-delay: 2161ms;
}
.circle-container:nth-child(85) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-85;
          animation-name: move-frames-85;
  -webkit-animation-duration: 29205ms;
          animation-duration: 29205ms;
  -webkit-animation-delay: 7611ms;
          animation-delay: 7611ms;
}
@-webkit-keyframes move-frames-85 {
  from {
    transform: translate3d(9vw, 80%, 0);
  }
  to {
    transform: translate3d(7vw, -135vh, 0);
  }
}
@keyframes move-frames-85 {
  from {
    transform: translate3d(9vw, 80%, 0);
  }
  to {
    transform: translate3d(7vw, -135vh, 0);
  }
}
.circle-container:nth-child(85) .circle {
  -webkit-animation-delay: 3219ms;
          animation-delay: 3219ms;
}
.circle-container:nth-child(86) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-86;
          animation-name: move-frames-86;
  -webkit-animation-duration: 35216ms;
          animation-duration: 35216ms;
  -webkit-animation-delay: 32413ms;
          animation-delay: 32413ms;
}
@-webkit-keyframes move-frames-86 {
  from {
    transform: translate3d(12vw, 80%, 0);
  }
  to {
    transform: translate3d(57vw, -131vh, 0);
  }
}
@keyframes move-frames-86 {
  from {
    transform: translate3d(12vw, 80%, 0);
  }
  to {
    transform: translate3d(57vw, -131vh, 0);
  }
}
.circle-container:nth-child(86) .circle {
  -webkit-animation-delay: 2856ms;
          animation-delay: 2856ms;
}
.circle-container:nth-child(87) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-87;
          animation-name: move-frames-87;
  -webkit-animation-duration: 30459ms;
          animation-duration: 30459ms;
  -webkit-animation-delay: 32486ms;
          animation-delay: 32486ms;
}
@-webkit-keyframes move-frames-87 {
  from {
    transform: translate3d(17vw, 80%, 0);
  }
  to {
    transform: translate3d(83vw, -118vh, 0);
  }
}
@keyframes move-frames-87 {
  from {
    transform: translate3d(17vw, 80%, 0);
  }
  to {
    transform: translate3d(83vw, -118vh, 0);
  }
}
.circle-container:nth-child(87) .circle {
  -webkit-animation-delay: 2219ms;
          animation-delay: 2219ms;
}
.circle-container:nth-child(88) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-88;
          animation-name: move-frames-88;
  -webkit-animation-duration: 34702ms;
          animation-duration: 34702ms;
  -webkit-animation-delay: 35783ms;
          animation-delay: 35783ms;
}
@-webkit-keyframes move-frames-88 {
  from {
    transform: translate3d(33vw, 80%, 0);
  }
  to {
    transform: translate3d(69vw, -116vh, 0);
  }
}
@keyframes move-frames-88 {
  from {
    transform: translate3d(33vw, 80%, 0);
  }
  to {
    transform: translate3d(69vw, -116vh, 0);
  }
}
.circle-container:nth-child(88) .circle {
  -webkit-animation-delay: 2491ms;
          animation-delay: 2491ms;
}
.circle-container:nth-child(89) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-89;
          animation-name: move-frames-89;
  -webkit-animation-duration: 30119ms;
          animation-duration: 30119ms;
  -webkit-animation-delay: 3854ms;
          animation-delay: 3854ms;
}
@-webkit-keyframes move-frames-89 {
  from {
    transform: translate3d(97vw, 80%, 0);
  }
  to {
    transform: translate3d(45vw, -136vh, 0);
  }
}
@keyframes move-frames-89 {
  from {
    transform: translate3d(97vw, 80%, 0);
  }
  to {
    transform: translate3d(45vw, -136vh, 0);
  }
}
.circle-container:nth-child(89) .circle {
  -webkit-animation-delay: 1192ms;
          animation-delay: 1192ms;
}
.circle-container:nth-child(90) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-90;
          animation-name: move-frames-90;
  -webkit-animation-duration: 32053ms;
          animation-duration: 32053ms;
  -webkit-animation-delay: 25818ms;
          animation-delay: 25818ms;
}
@-webkit-keyframes move-frames-90 {
  from {
    transform: translate3d(7vw, 80%, 0);
  }
  to {
    transform: translate3d(67vw, -124vh, 0);
  }
}
@keyframes move-frames-90 {
  from {
    transform: translate3d(7vw, 80%, 0);
  }
  to {
    transform: translate3d(67vw, -124vh, 0);
  }
}
.circle-container:nth-child(90) .circle {
  -webkit-animation-delay: 3744ms;
          animation-delay: 3744ms;
}
.circle-container:nth-child(91) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-91;
          animation-name: move-frames-91;
  -webkit-animation-duration: 34406ms;
          animation-duration: 34406ms;
  -webkit-animation-delay: 14415ms;
          animation-delay: 14415ms;
}
@-webkit-keyframes move-frames-91 {
  from {
    transform: translate3d(41vw, 80%, 0);
  }
  to {
    transform: translate3d(65vw, -128vh, 0);
  }
}
@keyframes move-frames-91 {
  from {
    transform: translate3d(41vw, 80%, 0);
  }
  to {
    transform: translate3d(65vw, -128vh, 0);
  }
}
.circle-container:nth-child(91) .circle {
  -webkit-animation-delay: 2502ms;
          animation-delay: 2502ms;
}
.circle-container:nth-child(92) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-92;
          animation-name: move-frames-92;
  -webkit-animation-duration: 33949ms;
          animation-duration: 33949ms;
  -webkit-animation-delay: 27100ms;
          animation-delay: 27100ms;
}
@-webkit-keyframes move-frames-92 {
  from {
    transform: translate3d(63vw, 80%, 0);
  }
  to {
    transform: translate3d(16vw, -105vh, 0);
  }
}
@keyframes move-frames-92 {
  from {
    transform: translate3d(63vw, 80%, 0);
  }
  to {
    transform: translate3d(16vw, -105vh, 0);
  }
}
.circle-container:nth-child(92) .circle {
  -webkit-animation-delay: 667ms;
          animation-delay: 667ms;
}
.circle-container:nth-child(93) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-93;
          animation-name: move-frames-93;
  -webkit-animation-duration: 31875ms;
          animation-duration: 31875ms;
  -webkit-animation-delay: 13525ms;
          animation-delay: 13525ms;
}
@-webkit-keyframes move-frames-93 {
  from {
    transform: translate3d(74vw, 80%, 0);
  }
  to {
    transform: translate3d(50vw, -132vh, 0);
  }
}
@keyframes move-frames-93 {
  from {
    transform: translate3d(74vw, 80%, 0);
  }
  to {
    transform: translate3d(50vw, -132vh, 0);
  }
}
.circle-container:nth-child(93) .circle {
  -webkit-animation-delay: 3811ms;
          animation-delay: 3811ms;
}
.circle-container:nth-child(94) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-94;
          animation-name: move-frames-94;
  -webkit-animation-duration: 32525ms;
          animation-duration: 32525ms;
  -webkit-animation-delay: 25591ms;
          animation-delay: 25591ms;
}
@-webkit-keyframes move-frames-94 {
  from {
    transform: translate3d(1vw, 80%, 0);
  }
  to {
    transform: translate3d(53vw, -121vh, 0);
  }
}
@keyframes move-frames-94 {
  from {
    transform: translate3d(1vw, 80%, 0);
  }
  to {
    transform: translate3d(53vw, -121vh, 0);
  }
}
.circle-container:nth-child(94) .circle {
  -webkit-animation-delay: 1197ms;
          animation-delay: 1197ms;
}
.circle-container:nth-child(95) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-95;
          animation-name: move-frames-95;
  -webkit-animation-duration: 33178ms;
          animation-duration: 33178ms;
  -webkit-animation-delay: 22346ms;
          animation-delay: 22346ms;
}
@-webkit-keyframes move-frames-95 {
  from {
    transform: translate3d(43vw, 80%, 0);
  }
  to {
    transform: translate3d(68vw, -128vh, 0);
  }
}
@keyframes move-frames-95 {
  from {
    transform: translate3d(43vw, 80%, 0);
  }
  to {
    transform: translate3d(68vw, -128vh, 0);
  }
}
.circle-container:nth-child(95) .circle {
  -webkit-animation-delay: 2502ms;
          animation-delay: 2502ms;
}
.circle-container:nth-child(96) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-96;
          animation-name: move-frames-96;
  -webkit-animation-duration: 30317ms;
          animation-duration: 30317ms;
  -webkit-animation-delay: 28074ms;
          animation-delay: 28074ms;
}
@-webkit-keyframes move-frames-96 {
  from {
    transform: translate3d(72vw, 80%, 0);
  }
  to {
    transform: translate3d(45vw, -118vh, 0);
  }
}
@keyframes move-frames-96 {
  from {
    transform: translate3d(72vw, 80%, 0);
  }
  to {
    transform: translate3d(45vw, -118vh, 0);
  }
}
.circle-container:nth-child(96) .circle {
  -webkit-animation-delay: 2011ms;
          animation-delay: 2011ms;
}
.circle-container:nth-child(97) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-97;
          animation-name: move-frames-97;
  -webkit-animation-duration: 30706ms;
          animation-duration: 30706ms;
  -webkit-animation-delay: 20226ms;
          animation-delay: 20226ms;
}
@-webkit-keyframes move-frames-97 {
  from {
    transform: translate3d(92vw, 80%, 0);
  }
  to {
    transform: translate3d(11vw, -130vh, 0);
  }
}
@keyframes move-frames-97 {
  from {
    transform: translate3d(92vw, 80%, 0);
  }
  to {
    transform: translate3d(11vw, -130vh, 0);
  }
}
.circle-container:nth-child(97) .circle {
  -webkit-animation-delay: 3398ms;
          animation-delay: 3398ms;
}
.circle-container:nth-child(98) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-98;
          animation-name: move-frames-98;
  -webkit-animation-duration: 29296ms;
          animation-duration: 29296ms;
  -webkit-animation-delay: 12993ms;
          animation-delay: 12993ms;
}
@-webkit-keyframes move-frames-98 {
  from {
    transform: translate3d(41vw, 80%, 0);
  }
  to {
    transform: translate3d(21vw, -125vh, 0);
  }
}
@keyframes move-frames-98 {
  from {
    transform: translate3d(41vw, 80%, 0);
  }
  to {
    transform: translate3d(21vw, -125vh, 0);
  }
}
.circle-container:nth-child(98) .circle {
  -webkit-animation-delay: 2480ms;
          animation-delay: 2480ms;
}
.circle-container:nth-child(99) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-99;
          animation-name: move-frames-99;
  -webkit-animation-duration: 33626ms;
          animation-duration: 33626ms;
  -webkit-animation-delay: 3526ms;
          animation-delay: 3526ms;
}
@-webkit-keyframes move-frames-99 {
  from {
    transform: translate3d(68vw, 80%, 0);
  }
  to {
    transform: translate3d(49vw, -110vh, 0);
  }
}
@keyframes move-frames-99 {
  from {
    transform: translate3d(68vw, 80%, 0);
  }
  to {
    transform: translate3d(49vw, -110vh, 0);
  }
}
.circle-container:nth-child(99) .circle {
  -webkit-animation-delay: 502ms;
          animation-delay: 502ms;
}
.circle-container:nth-child(100) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-100;
          animation-name: move-frames-100;
  -webkit-animation-duration: 28340ms;
          animation-duration: 28340ms;
  -webkit-animation-delay: 27710ms;
          animation-delay: 27710ms;
}
@-webkit-keyframes move-frames-100 {
  from {
    transform: translate3d(22vw, 80%, 0);
  }
  to {
    transform: translate3d(27vw, -108vh, 0);
  }
}
@keyframes move-frames-100 {
  from {
    transform: translate3d(22vw, 80%, 0);
  }
  to {
    transform: translate3d(27vw, -108vh, 0);
  }
}
.circle-container:nth-child(100) .circle {
  -webkit-animation-delay: 1882ms;
          animation-delay: 1882ms;
}
.circle-container:nth-child(101) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-101;
          animation-name: move-frames-101;
  -webkit-animation-duration: 28904ms;
          animation-duration: 28904ms;
  -webkit-animation-delay: 22842ms;
          animation-delay: 22842ms;
}
@-webkit-keyframes move-frames-101 {
  from {
    transform: translate3d(22vw, 80%, 0);
  }
  to {
    transform: translate3d(24vw, -127vh, 0);
  }
}
@keyframes move-frames-101 {
  from {
    transform: translate3d(22vw, 80%, 0);
  }
  to {
    transform: translate3d(24vw, -127vh, 0);
  }
}
.circle-container:nth-child(101) .circle {
  -webkit-animation-delay: 334ms;
          animation-delay: 334ms;
}
.circle-container:nth-child(102) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-102;
          animation-name: move-frames-102;
  -webkit-animation-duration: 31719ms;
          animation-duration: 31719ms;
  -webkit-animation-delay: 22550ms;
          animation-delay: 22550ms;
}
@-webkit-keyframes move-frames-102 {
  from {
    transform: translate3d(32vw, 80%, 0);
  }
  to {
    transform: translate3d(40vw, -125vh, 0);
  }
}
@keyframes move-frames-102 {
  from {
    transform: translate3d(32vw, 80%, 0);
  }
  to {
    transform: translate3d(40vw, -125vh, 0);
  }
}
.circle-container:nth-child(102) .circle {
  -webkit-animation-delay: 37ms;
          animation-delay: 37ms;
}
.circle-container:nth-child(103) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-103;
          animation-name: move-frames-103;
  -webkit-animation-duration: 28511ms;
          animation-duration: 28511ms;
  -webkit-animation-delay: 34305ms;
          animation-delay: 34305ms;
}
@-webkit-keyframes move-frames-103 {
  from {
    transform: translate3d(40vw, 80%, 0);
  }
  to {
    transform: translate3d(88vw, -128vh, 0);
  }
}
@keyframes move-frames-103 {
  from {
    transform: translate3d(40vw, 80%, 0);
  }
  to {
    transform: translate3d(88vw, -128vh, 0);
  }
}
.circle-container:nth-child(103) .circle {
  -webkit-animation-delay: 212ms;
          animation-delay: 212ms;
}
.circle-container:nth-child(104) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-104;
          animation-name: move-frames-104;
  -webkit-animation-duration: 34576ms;
          animation-duration: 34576ms;
  -webkit-animation-delay: 22556ms;
          animation-delay: 22556ms;
}
@-webkit-keyframes move-frames-104 {
  from {
    transform: translate3d(42vw, 80%, 0);
  }
  to {
    transform: translate3d(62vw, -116vh, 0);
  }
}
@keyframes move-frames-104 {
  from {
    transform: translate3d(42vw, 80%, 0);
  }
  to {
    transform: translate3d(62vw, -116vh, 0);
  }
}
.circle-container:nth-child(104) .circle {
  -webkit-animation-delay: 3669ms;
          animation-delay: 3669ms;
}
.circle-container:nth-child(105) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-105;
          animation-name: move-frames-105;
  -webkit-animation-duration: 31885ms;
          animation-duration: 31885ms;
  -webkit-animation-delay: 16608ms;
          animation-delay: 16608ms;
}
@-webkit-keyframes move-frames-105 {
  from {
    transform: translate3d(94vw, 80%, 0);
  }
  to {
    transform: translate3d(52vw, -123vh, 0);
  }
}
@keyframes move-frames-105 {
  from {
    transform: translate3d(94vw, 80%, 0);
  }
  to {
    transform: translate3d(52vw, -123vh, 0);
  }
}
.circle-container:nth-child(105) .circle {
  -webkit-animation-delay: 3964ms;
          animation-delay: 3964ms;
}
.circle-container:nth-child(106) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-106;
          animation-name: move-frames-106;
  -webkit-animation-duration: 28308ms;
          animation-duration: 28308ms;
  -webkit-animation-delay: 30414ms;
          animation-delay: 30414ms;
}
@-webkit-keyframes move-frames-106 {
  from {
    transform: translate3d(22vw, 80%, 0);
  }
  to {
    transform: translate3d(32vw, -124vh, 0);
  }
}
@keyframes move-frames-106 {
  from {
    transform: translate3d(22vw, 80%, 0);
  }
  to {
    transform: translate3d(32vw, -124vh, 0);
  }
}
.circle-container:nth-child(106) .circle {
  -webkit-animation-delay: 2053ms;
          animation-delay: 2053ms;
}
.circle-container:nth-child(107) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-107;
          animation-name: move-frames-107;
  -webkit-animation-duration: 34487ms;
          animation-duration: 34487ms;
  -webkit-animation-delay: 31743ms;
          animation-delay: 31743ms;
}
@-webkit-keyframes move-frames-107 {
  from {
    transform: translate3d(78vw, 80%, 0);
  }
  to {
    transform: translate3d(6vw, -128vh, 0);
  }
}
@keyframes move-frames-107 {
  from {
    transform: translate3d(78vw, 80%, 0);
  }
  to {
    transform: translate3d(6vw, -128vh, 0);
  }
}
.circle-container:nth-child(107) .circle {
  -webkit-animation-delay: 1095ms;
          animation-delay: 1095ms;
}
.circle-container:nth-child(108) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-108;
          animation-name: move-frames-108;
  -webkit-animation-duration: 36309ms;
          animation-duration: 36309ms;
  -webkit-animation-delay: 29707ms;
          animation-delay: 29707ms;
}
@-webkit-keyframes move-frames-108 {
  from {
    transform: translate3d(75vw, 80%, 0);
  }
  to {
    transform: translate3d(43vw, -128vh, 0);
  }
}
@keyframes move-frames-108 {
  from {
    transform: translate3d(75vw, 80%, 0);
  }
  to {
    transform: translate3d(43vw, -128vh, 0);
  }
}
.circle-container:nth-child(108) .circle {
  -webkit-animation-delay: 901ms;
          animation-delay: 901ms;
}
.circle-container:nth-child(109) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-109;
          animation-name: move-frames-109;
  -webkit-animation-duration: 31397ms;
          animation-duration: 31397ms;
  -webkit-animation-delay: 28479ms;
          animation-delay: 28479ms;
}
@-webkit-keyframes move-frames-109 {
  from {
    transform: translate3d(7vw, 80%, 0);
  }
  to {
    transform: translate3d(63vw, -106vh, 0);
  }
}
@keyframes move-frames-109 {
  from {
    transform: translate3d(7vw, 80%, 0);
  }
  to {
    transform: translate3d(63vw, -106vh, 0);
  }
}
.circle-container:nth-child(109) .circle {
  -webkit-animation-delay: 3935ms;
          animation-delay: 3935ms;
}
.circle-container:nth-child(110) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-110;
          animation-name: move-frames-110;
  -webkit-animation-duration: 28991ms;
          animation-duration: 28991ms;
  -webkit-animation-delay: 4081ms;
          animation-delay: 4081ms;
}
@-webkit-keyframes move-frames-110 {
  from {
    transform: translate3d(53vw, 80%, 0);
  }
  to {
    transform: translate3d(4vw, -135vh, 0);
  }
}
@keyframes move-frames-110 {
  from {
    transform: translate3d(53vw, 80%, 0);
  }
  to {
    transform: translate3d(4vw, -135vh, 0);
  }
}
.circle-container:nth-child(110) .circle {
  -webkit-animation-delay: 2011ms;
          animation-delay: 2011ms;
}
.circle-container:nth-child(111) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-111;
          animation-name: move-frames-111;
  -webkit-animation-duration: 28205ms;
          animation-duration: 28205ms;
  -webkit-animation-delay: 2126ms;
          animation-delay: 2126ms;
}
@-webkit-keyframes move-frames-111 {
  from {
    transform: translate3d(2vw, 80%, 0);
  }
  to {
    transform: translate3d(26vw, -135vh, 0);
  }
}
@keyframes move-frames-111 {
  from {
    transform: translate3d(2vw, 80%, 0);
  }
  to {
    transform: translate3d(26vw, -135vh, 0);
  }
}
.circle-container:nth-child(111) .circle {
  -webkit-animation-delay: 3806ms;
          animation-delay: 3806ms;
}
.circle-container:nth-child(112) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-112;
          animation-name: move-frames-112;
  -webkit-animation-duration: 29456ms;
          animation-duration: 29456ms;
  -webkit-animation-delay: 7175ms;
          animation-delay: 7175ms;
}
@-webkit-keyframes move-frames-112 {
  from {
    transform: translate3d(70vw, 80%, 0);
  }
  to {
    transform: translate3d(86vw, -134vh, 0);
  }
}
@keyframes move-frames-112 {
  from {
    transform: translate3d(70vw, 80%, 0);
  }
  to {
    transform: translate3d(86vw, -134vh, 0);
  }
}
.circle-container:nth-child(112) .circle {
  -webkit-animation-delay: 2432ms;
          animation-delay: 2432ms;
}
.circle-container:nth-child(113) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-113;
          animation-name: move-frames-113;
  -webkit-animation-duration: 36742ms;
          animation-duration: 36742ms;
  -webkit-animation-delay: 5625ms;
          animation-delay: 5625ms;
}
@-webkit-keyframes move-frames-113 {
  from {
    transform: translate3d(1vw, 80%, 0);
  }
  to {
    transform: translate3d(19vw, -115vh, 0);
  }
}
@keyframes move-frames-113 {
  from {
    transform: translate3d(1vw, 80%, 0);
  }
  to {
    transform: translate3d(19vw, -115vh, 0);
  }
}
.circle-container:nth-child(113) .circle {
  -webkit-animation-delay: 3761ms;
          animation-delay: 3761ms;
}
.circle-container:nth-child(114) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-114;
          animation-name: move-frames-114;
  -webkit-animation-duration: 34342ms;
          animation-duration: 34342ms;
  -webkit-animation-delay: 35011ms;
          animation-delay: 35011ms;
}
@-webkit-keyframes move-frames-114 {
  from {
    transform: translate3d(52vw, 80%, 0);
  }
  to {
    transform: translate3d(91vw, -112vh, 0);
  }
}
@keyframes move-frames-114 {
  from {
    transform: translate3d(52vw, 80%, 0);
  }
  to {
    transform: translate3d(91vw, -112vh, 0);
  }
}
.circle-container:nth-child(114) .circle {
  -webkit-animation-delay: 3648ms;
          animation-delay: 3648ms;
}
.circle-container:nth-child(115) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-115;
          animation-name: move-frames-115;
  -webkit-animation-duration: 29744ms;
          animation-duration: 29744ms;
  -webkit-animation-delay: 35432ms;
          animation-delay: 35432ms;
}
@-webkit-keyframes move-frames-115 {
  from {
    transform: translate3d(92vw, 80%, 0);
  }
  to {
    transform: translate3d(72vw, -115vh, 0);
  }
}
@keyframes move-frames-115 {
  from {
    transform: translate3d(92vw, 80%, 0);
  }
  to {
    transform: translate3d(72vw, -115vh, 0);
  }
}
.circle-container:nth-child(115) .circle {
  -webkit-animation-delay: 2469ms;
          animation-delay: 2469ms;
}
.circle-container:nth-child(116) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-116;
          animation-name: move-frames-116;
  -webkit-animation-duration: 30944ms;
          animation-duration: 30944ms;
  -webkit-animation-delay: 9245ms;
          animation-delay: 9245ms;
}
@-webkit-keyframes move-frames-116 {
  from {
    transform: translate3d(13vw, 80%, 0);
  }
  to {
    transform: translate3d(46vw, -120vh, 0);
  }
}
@keyframes move-frames-116 {
  from {
    transform: translate3d(13vw, 80%, 0);
  }
  to {
    transform: translate3d(46vw, -120vh, 0);
  }
}
.circle-container:nth-child(116) .circle {
  -webkit-animation-delay: 2966ms;
          animation-delay: 2966ms;
}
.circle-container:nth-child(117) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-117;
          animation-name: move-frames-117;
  -webkit-animation-duration: 33180ms;
          animation-duration: 33180ms;
  -webkit-animation-delay: 31319ms;
          animation-delay: 31319ms;
}
@-webkit-keyframes move-frames-117 {
  from {
    transform: translate3d(87vw, 80%, 0);
  }
  to {
    transform: translate3d(4vw, -105vh, 0);
  }
}
@keyframes move-frames-117 {
  from {
    transform: translate3d(87vw, 80%, 0);
  }
  to {
    transform: translate3d(4vw, -105vh, 0);
  }
}
.circle-container:nth-child(117) .circle {
  -webkit-animation-delay: 3521ms;
          animation-delay: 3521ms;
}
.circle-container:nth-child(118) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-118;
          animation-name: move-frames-118;
  -webkit-animation-duration: 29495ms;
          animation-duration: 29495ms;
  -webkit-animation-delay: 8747ms;
          animation-delay: 8747ms;
}
@-webkit-keyframes move-frames-118 {
  from {
    transform: translate3d(100vw, 80%, 0);
  }
  to {
    transform: translate3d(80vw, -104vh, 0);
  }
}
@keyframes move-frames-118 {
  from {
    transform: translate3d(100vw, 80%, 0);
  }
  to {
    transform: translate3d(80vw, -104vh, 0);
  }
}
.circle-container:nth-child(118) .circle {
  -webkit-animation-delay: 1589ms;
          animation-delay: 1589ms;
}
.circle-container:nth-child(119) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-119;
          animation-name: move-frames-119;
  -webkit-animation-duration: 30568ms;
          animation-duration: 30568ms;
  -webkit-animation-delay: 21083ms;
          animation-delay: 21083ms;
}
@-webkit-keyframes move-frames-119 {
  from {
    transform: translate3d(31vw, 80%, 0);
  }
  to {
    transform: translate3d(1vw, -129vh, 0);
  }
}
@keyframes move-frames-119 {
  from {
    transform: translate3d(31vw, 80%, 0);
  }
  to {
    transform: translate3d(1vw, -129vh, 0);
  }
}
.circle-container:nth-child(119) .circle {
  -webkit-animation-delay: 295ms;
          animation-delay: 295ms;
}
.circle-container:nth-child(120) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-120;
          animation-name: move-frames-120;
  -webkit-animation-duration: 36180ms;
          animation-duration: 36180ms;
  -webkit-animation-delay: 35279ms;
          animation-delay: 35279ms;
}
@-webkit-keyframes move-frames-120 {
  from {
    transform: translate3d(83vw, 80%, 0);
  }
  to {
    transform: translate3d(56vw, -121vh, 0);
  }
}
@keyframes move-frames-120 {
  from {
    transform: translate3d(83vw, 80%, 0);
  }
  to {
    transform: translate3d(56vw, -121vh, 0);
  }
}
.circle-container:nth-child(120) .circle {
  -webkit-animation-delay: 1528ms;
          animation-delay: 1528ms;
}
.circle-container:nth-child(121) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-121;
          animation-name: move-frames-121;
  -webkit-animation-duration: 33964ms;
          animation-duration: 33964ms;
  -webkit-animation-delay: 13353ms;
          animation-delay: 13353ms;
}
@-webkit-keyframes move-frames-121 {
  from {
    transform: translate3d(30vw, 80%, 0);
  }
  to {
    transform: translate3d(49vw, -128vh, 0);
  }
}
@keyframes move-frames-121 {
  from {
    transform: translate3d(30vw, 80%, 0);
  }
  to {
    transform: translate3d(49vw, -128vh, 0);
  }
}
.circle-container:nth-child(121) .circle {
  -webkit-animation-delay: 3945ms;
          animation-delay: 3945ms;
}
.circle-container:nth-child(122) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-122;
          animation-name: move-frames-122;
  -webkit-animation-duration: 34614ms;
          animation-duration: 34614ms;
  -webkit-animation-delay: 1949ms;
          animation-delay: 1949ms;
}
@-webkit-keyframes move-frames-122 {
  from {
    transform: translate3d(99vw, 80%, 0);
  }
  to {
    transform: translate3d(39vw, -130vh, 0);
  }
}
@keyframes move-frames-122 {
  from {
    transform: translate3d(99vw, 80%, 0);
  }
  to {
    transform: translate3d(39vw, -130vh, 0);
  }
}
.circle-container:nth-child(122) .circle {
  -webkit-animation-delay: 92ms;
          animation-delay: 92ms;
}
.circle-container:nth-child(123) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-123;
          animation-name: move-frames-123;
  -webkit-animation-duration: 35774ms;
          animation-duration: 35774ms;
  -webkit-animation-delay: 7326ms;
          animation-delay: 7326ms;
}
@-webkit-keyframes move-frames-123 {
  from {
    transform: translate3d(34vw, 80%, 0);
  }
  to {
    transform: translate3d(70vw, -116vh, 0);
  }
}
@keyframes move-frames-123 {
  from {
    transform: translate3d(34vw, 80%, 0);
  }
  to {
    transform: translate3d(70vw, -116vh, 0);
  }
}
.circle-container:nth-child(123) .circle {
  -webkit-animation-delay: 661ms;
          animation-delay: 661ms;
}
.circle-container:nth-child(124) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-124;
          animation-name: move-frames-124;
  -webkit-animation-duration: 31804ms;
          animation-duration: 31804ms;
  -webkit-animation-delay: 31607ms;
          animation-delay: 31607ms;
}
@-webkit-keyframes move-frames-124 {
  from {
    transform: translate3d(75vw, 80%, 0);
  }
  to {
    transform: translate3d(2vw, -119vh, 0);
  }
}
@keyframes move-frames-124 {
  from {
    transform: translate3d(75vw, 80%, 0);
  }
  to {
    transform: translate3d(2vw, -119vh, 0);
  }
}
.circle-container:nth-child(124) .circle {
  -webkit-animation-delay: 2434ms;
          animation-delay: 2434ms;
}
.circle-container:nth-child(125) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-125;
          animation-name: move-frames-125;
  -webkit-animation-duration: 28369ms;
          animation-duration: 28369ms;
  -webkit-animation-delay: 15212ms;
          animation-delay: 15212ms;
}
@-webkit-keyframes move-frames-125 {
  from {
    transform: translate3d(27vw, 80%, 0);
  }
  to {
    transform: translate3d(47vw, -107vh, 0);
  }
}
@keyframes move-frames-125 {
  from {
    transform: translate3d(27vw, 80%, 0);
  }
  to {
    transform: translate3d(47vw, -107vh, 0);
  }
}
.circle-container:nth-child(125) .circle {
  -webkit-animation-delay: 1051ms;
          animation-delay: 1051ms;
}
.circle-container:nth-child(126) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-126;
          animation-name: move-frames-126;
  -webkit-animation-duration: 30306ms;
          animation-duration: 30306ms;
  -webkit-animation-delay: 23549ms;
          animation-delay: 23549ms;
}
@-webkit-keyframes move-frames-126 {
  from {
    transform: translate3d(99vw, 80%, 0);
  }
  to {
    transform: translate3d(92vw, -117vh, 0);
  }
}
@keyframes move-frames-126 {
  from {
    transform: translate3d(99vw, 80%, 0);
  }
  to {
    transform: translate3d(92vw, -117vh, 0);
  }
}
.circle-container:nth-child(126) .circle {
  -webkit-animation-delay: 1188ms;
          animation-delay: 1188ms;
}
.circle-container:nth-child(127) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-127;
          animation-name: move-frames-127;
  -webkit-animation-duration: 32510ms;
          animation-duration: 32510ms;
  -webkit-animation-delay: 33045ms;
          animation-delay: 33045ms;
}
@-webkit-keyframes move-frames-127 {
  from {
    transform: translate3d(45vw, 80%, 0);
  }
  to {
    transform: translate3d(18vw, -130vh, 0);
  }
}
@keyframes move-frames-127 {
  from {
    transform: translate3d(45vw, 80%, 0);
  }
  to {
    transform: translate3d(18vw, -130vh, 0);
  }
}
.circle-container:nth-child(127) .circle {
  -webkit-animation-delay: 610ms;
          animation-delay: 610ms;
}
.circle-container:nth-child(128) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-128;
          animation-name: move-frames-128;
  -webkit-animation-duration: 31985ms;
          animation-duration: 31985ms;
  -webkit-animation-delay: 29283ms;
          animation-delay: 29283ms;
}
@-webkit-keyframes move-frames-128 {
  from {
    transform: translate3d(94vw, 80%, 0);
  }
  to {
    transform: translate3d(78vw, -125vh, 0);
  }
}
@keyframes move-frames-128 {
  from {
    transform: translate3d(94vw, 80%, 0);
  }
  to {
    transform: translate3d(78vw, -125vh, 0);
  }
}
.circle-container:nth-child(128) .circle {
  -webkit-animation-delay: 1819ms;
          animation-delay: 1819ms;
}
.circle-container:nth-child(129) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-129;
          animation-name: move-frames-129;
  -webkit-animation-duration: 30326ms;
          animation-duration: 30326ms;
  -webkit-animation-delay: 14902ms;
          animation-delay: 14902ms;
}
@-webkit-keyframes move-frames-129 {
  from {
    transform: translate3d(10vw, 80%, 0);
  }
  to {
    transform: translate3d(21vw, -114vh, 0);
  }
}
@keyframes move-frames-129 {
  from {
    transform: translate3d(10vw, 80%, 0);
  }
  to {
    transform: translate3d(21vw, -114vh, 0);
  }
}
.circle-container:nth-child(129) .circle {
  -webkit-animation-delay: 795ms;
          animation-delay: 795ms;
}
.circle-container:nth-child(130) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-130;
          animation-name: move-frames-130;
  -webkit-animation-duration: 29975ms;
          animation-duration: 29975ms;
  -webkit-animation-delay: 22496ms;
          animation-delay: 22496ms;
}
@-webkit-keyframes move-frames-130 {
  from {
    transform: translate3d(36vw, 80%, 0);
  }
  to {
    transform: translate3d(10vw, -130vh, 0);
  }
}
@keyframes move-frames-130 {
  from {
    transform: translate3d(36vw, 80%, 0);
  }
  to {
    transform: translate3d(10vw, -130vh, 0);
  }
}
.circle-container:nth-child(130) .circle {
  -webkit-animation-delay: 3035ms;
          animation-delay: 3035ms;
}
.circle-container:nth-child(131) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-131;
          animation-name: move-frames-131;
  -webkit-animation-duration: 36701ms;
          animation-duration: 36701ms;
  -webkit-animation-delay: 14696ms;
          animation-delay: 14696ms;
}
@-webkit-keyframes move-frames-131 {
  from {
    transform: translate3d(14vw, 80%, 0);
  }
  to {
    transform: translate3d(89vw, -110vh, 0);
  }
}
@keyframes move-frames-131 {
  from {
    transform: translate3d(14vw, 80%, 0);
  }
  to {
    transform: translate3d(89vw, -110vh, 0);
  }
}
.circle-container:nth-child(131) .circle {
  -webkit-animation-delay: 2969ms;
          animation-delay: 2969ms;
}
.circle-container:nth-child(132) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-132;
          animation-name: move-frames-132;
  -webkit-animation-duration: 33559ms;
          animation-duration: 33559ms;
  -webkit-animation-delay: 8052ms;
          animation-delay: 8052ms;
}
@-webkit-keyframes move-frames-132 {
  from {
    transform: translate3d(96vw, 80%, 0);
  }
  to {
    transform: translate3d(11vw, -115vh, 0);
  }
}
@keyframes move-frames-132 {
  from {
    transform: translate3d(96vw, 80%, 0);
  }
  to {
    transform: translate3d(11vw, -115vh, 0);
  }
}
.circle-container:nth-child(132) .circle {
  -webkit-animation-delay: 1130ms;
          animation-delay: 1130ms;
}
.circle-container:nth-child(133) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-133;
          animation-name: move-frames-133;
  -webkit-animation-duration: 29158ms;
          animation-duration: 29158ms;
  -webkit-animation-delay: 18395ms;
          animation-delay: 18395ms;
}
@-webkit-keyframes move-frames-133 {
  from {
    transform: translate3d(32vw, 80%, 0);
  }
  to {
    transform: translate3d(49vw, -125vh, 0);
  }
}
@keyframes move-frames-133 {
  from {
    transform: translate3d(32vw, 80%, 0);
  }
  to {
    transform: translate3d(49vw, -125vh, 0);
  }
}
.circle-container:nth-child(133) .circle {
  -webkit-animation-delay: 1874ms;
          animation-delay: 1874ms;
}
.circle-container:nth-child(134) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-134;
          animation-name: move-frames-134;
  -webkit-animation-duration: 33914ms;
          animation-duration: 33914ms;
  -webkit-animation-delay: 10026ms;
          animation-delay: 10026ms;
}
@-webkit-keyframes move-frames-134 {
  from {
    transform: translate3d(92vw, 80%, 0);
  }
  to {
    transform: translate3d(68vw, -111vh, 0);
  }
}
@keyframes move-frames-134 {
  from {
    transform: translate3d(92vw, 80%, 0);
  }
  to {
    transform: translate3d(68vw, -111vh, 0);
  }
}
.circle-container:nth-child(134) .circle {
  -webkit-animation-delay: 944ms;
          animation-delay: 944ms;
}
.circle-container:nth-child(135) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-135;
          animation-name: move-frames-135;
  -webkit-animation-duration: 33370ms;
          animation-duration: 33370ms;
  -webkit-animation-delay: 23845ms;
          animation-delay: 23845ms;
}
@-webkit-keyframes move-frames-135 {
  from {
    transform: translate3d(22vw, 80%, 0);
  }
  to {
    transform: translate3d(29vw, -105vh, 0);
  }
}
@keyframes move-frames-135 {
  from {
    transform: translate3d(22vw, 80%, 0);
  }
  to {
    transform: translate3d(29vw, -105vh, 0);
  }
}
.circle-container:nth-child(135) .circle {
  -webkit-animation-delay: 3351ms;
          animation-delay: 3351ms;
}
.circle-container:nth-child(136) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-136;
          animation-name: move-frames-136;
  -webkit-animation-duration: 31073ms;
          animation-duration: 31073ms;
  -webkit-animation-delay: 2393ms;
          animation-delay: 2393ms;
}
@-webkit-keyframes move-frames-136 {
  from {
    transform: translate3d(92vw, 80%, 0);
  }
  to {
    transform: translate3d(43vw, -125vh, 0);
  }
}
@keyframes move-frames-136 {
  from {
    transform: translate3d(92vw, 80%, 0);
  }
  to {
    transform: translate3d(43vw, -125vh, 0);
  }
}
.circle-container:nth-child(136) .circle {
  -webkit-animation-delay: 3273ms;
          animation-delay: 3273ms;
}
.circle-container:nth-child(137) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-137;
          animation-name: move-frames-137;
  -webkit-animation-duration: 35586ms;
          animation-duration: 35586ms;
  -webkit-animation-delay: 20280ms;
          animation-delay: 20280ms;
}
@-webkit-keyframes move-frames-137 {
  from {
    transform: translate3d(90vw, 80%, 0);
  }
  to {
    transform: translate3d(55vw, -133vh, 0);
  }
}
@keyframes move-frames-137 {
  from {
    transform: translate3d(90vw, 80%, 0);
  }
  to {
    transform: translate3d(55vw, -133vh, 0);
  }
}
.circle-container:nth-child(137) .circle {
  -webkit-animation-delay: 3271ms;
          animation-delay: 3271ms;
}
.circle-container:nth-child(138) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-138;
          animation-name: move-frames-138;
  -webkit-animation-duration: 28193ms;
          animation-duration: 28193ms;
  -webkit-animation-delay: 8691ms;
          animation-delay: 8691ms;
}
@-webkit-keyframes move-frames-138 {
  from {
    transform: translate3d(17vw, 80%, 0);
  }
  to {
    transform: translate3d(66vw, -108vh, 0);
  }
}
@keyframes move-frames-138 {
  from {
    transform: translate3d(17vw, 80%, 0);
  }
  to {
    transform: translate3d(66vw, -108vh, 0);
  }
}
.circle-container:nth-child(138) .circle {
  -webkit-animation-delay: 1607ms;
          animation-delay: 1607ms;
}
.circle-container:nth-child(139) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-139;
          animation-name: move-frames-139;
  -webkit-animation-duration: 35741ms;
          animation-duration: 35741ms;
  -webkit-animation-delay: 969ms;
          animation-delay: 969ms;
}
@-webkit-keyframes move-frames-139 {
  from {
    transform: translate3d(74vw, 80%, 0);
  }
  to {
    transform: translate3d(66vw, -132vh, 0);
  }
}
@keyframes move-frames-139 {
  from {
    transform: translate3d(74vw, 80%, 0);
  }
  to {
    transform: translate3d(66vw, -132vh, 0);
  }
}
.circle-container:nth-child(139) .circle {
  -webkit-animation-delay: 3600ms;
          animation-delay: 3600ms;
}
.circle-container:nth-child(140) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-140;
          animation-name: move-frames-140;
  -webkit-animation-duration: 34540ms;
          animation-duration: 34540ms;
  -webkit-animation-delay: 27518ms;
          animation-delay: 27518ms;
}
@-webkit-keyframes move-frames-140 {
  from {
    transform: translate3d(71vw, 80%, 0);
  }
  to {
    transform: translate3d(83vw, -123vh, 0);
  }
}
@keyframes move-frames-140 {
  from {
    transform: translate3d(71vw, 80%, 0);
  }
  to {
    transform: translate3d(83vw, -123vh, 0);
  }
}
.circle-container:nth-child(140) .circle {
  -webkit-animation-delay: 2789ms;
          animation-delay: 2789ms;
}
.circle-container:nth-child(141) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-141;
          animation-name: move-frames-141;
  -webkit-animation-duration: 33382ms;
          animation-duration: 33382ms;
  -webkit-animation-delay: 4823ms;
          animation-delay: 4823ms;
}
@-webkit-keyframes move-frames-141 {
  from {
    transform: translate3d(85vw, 80%, 0);
  }
  to {
    transform: translate3d(75vw, -112vh, 0);
  }
}
@keyframes move-frames-141 {
  from {
    transform: translate3d(85vw, 80%, 0);
  }
  to {
    transform: translate3d(75vw, -112vh, 0);
  }
}
.circle-container:nth-child(141) .circle {
  -webkit-animation-delay: 3665ms;
          animation-delay: 3665ms;
}
.circle-container:nth-child(142) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-142;
          animation-name: move-frames-142;
  -webkit-animation-duration: 35871ms;
          animation-duration: 35871ms;
  -webkit-animation-delay: 8426ms;
          animation-delay: 8426ms;
}
@-webkit-keyframes move-frames-142 {
  from {
    transform: translate3d(52vw, 80%, 0);
  }
  to {
    transform: translate3d(63vw, -128vh, 0);
  }
}
@keyframes move-frames-142 {
  from {
    transform: translate3d(52vw, 80%, 0);
  }
  to {
    transform: translate3d(63vw, -128vh, 0);
  }
}
.circle-container:nth-child(142) .circle {
  -webkit-animation-delay: 3747ms;
          animation-delay: 3747ms;
}
.circle-container:nth-child(143) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-143;
          animation-name: move-frames-143;
  -webkit-animation-duration: 33066ms;
          animation-duration: 33066ms;
  -webkit-animation-delay: 36788ms;
          animation-delay: 36788ms;
}
@-webkit-keyframes move-frames-143 {
  from {
    transform: translate3d(6vw, 80%, 0);
  }
  to {
    transform: translate3d(93vw, -125vh, 0);
  }
}
@keyframes move-frames-143 {
  from {
    transform: translate3d(6vw, 80%, 0);
  }
  to {
    transform: translate3d(93vw, -125vh, 0);
  }
}
.circle-container:nth-child(143) .circle {
  -webkit-animation-delay: 2044ms;
          animation-delay: 2044ms;
}
.circle-container:nth-child(144) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-144;
          animation-name: move-frames-144;
  -webkit-animation-duration: 33672ms;
          animation-duration: 33672ms;
  -webkit-animation-delay: 28136ms;
          animation-delay: 28136ms;
}
@-webkit-keyframes move-frames-144 {
  from {
    transform: translate3d(21vw, 80%, 0);
  }
  to {
    transform: translate3d(15vw, -122vh, 0);
  }
}
@keyframes move-frames-144 {
  from {
    transform: translate3d(21vw, 80%, 0);
  }
  to {
    transform: translate3d(15vw, -122vh, 0);
  }
}
.circle-container:nth-child(144) .circle {
  -webkit-animation-delay: 1410ms;
          animation-delay: 1410ms;
}
.circle-container:nth-child(145) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-145;
          animation-name: move-frames-145;
  -webkit-animation-duration: 36429ms;
          animation-duration: 36429ms;
  -webkit-animation-delay: 23981ms;
          animation-delay: 23981ms;
}
@-webkit-keyframes move-frames-145 {
  from {
    transform: translate3d(75vw, 80%, 0);
  }
  to {
    transform: translate3d(58vw, -116vh, 0);
  }
}
@keyframes move-frames-145 {
  from {
    transform: translate3d(75vw, 80%, 0);
  }
  to {
    transform: translate3d(58vw, -116vh, 0);
  }
}
.circle-container:nth-child(145) .circle {
  -webkit-animation-delay: 977ms;
          animation-delay: 977ms;
}
.circle-container:nth-child(146) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-146;
          animation-name: move-frames-146;
  -webkit-animation-duration: 28461ms;
          animation-duration: 28461ms;
  -webkit-animation-delay: 17082ms;
          animation-delay: 17082ms;
}
@-webkit-keyframes move-frames-146 {
  from {
    transform: translate3d(72vw, 80%, 0);
  }
  to {
    transform: translate3d(63vw, -128vh, 0);
  }
}
@keyframes move-frames-146 {
  from {
    transform: translate3d(72vw, 80%, 0);
  }
  to {
    transform: translate3d(63vw, -128vh, 0);
  }
}
.circle-container:nth-child(146) .circle {
  -webkit-animation-delay: 3622ms;
          animation-delay: 3622ms;
}
.circle-container:nth-child(147) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-147;
          animation-name: move-frames-147;
  -webkit-animation-duration: 33161ms;
          animation-duration: 33161ms;
  -webkit-animation-delay: 30325ms;
          animation-delay: 30325ms;
}
@-webkit-keyframes move-frames-147 {
  from {
    transform: translate3d(3vw, 80%, 0);
  }
  to {
    transform: translate3d(41vw, -118vh, 0);
  }
}
@keyframes move-frames-147 {
  from {
    transform: translate3d(3vw, 80%, 0);
  }
  to {
    transform: translate3d(41vw, -118vh, 0);
  }
}
.circle-container:nth-child(147) .circle {
  -webkit-animation-delay: 3739ms;
          animation-delay: 3739ms;
}
.circle-container:nth-child(148) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-148;
          animation-name: move-frames-148;
  -webkit-animation-duration: 35079ms;
          animation-duration: 35079ms;
  -webkit-animation-delay: 15727ms;
          animation-delay: 15727ms;
}
@-webkit-keyframes move-frames-148 {
  from {
    transform: translate3d(77vw, 80%, 0);
  }
  to {
    transform: translate3d(76vw, -124vh, 0);
  }
}
@keyframes move-frames-148 {
  from {
    transform: translate3d(77vw, 80%, 0);
  }
  to {
    transform: translate3d(76vw, -124vh, 0);
  }
}
.circle-container:nth-child(148) .circle {
  -webkit-animation-delay: 558ms;
          animation-delay: 558ms;
}
.circle-container:nth-child(149) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-149;
          animation-name: move-frames-149;
  -webkit-animation-duration: 34078ms;
          animation-duration: 34078ms;
  -webkit-animation-delay: 2239ms;
          animation-delay: 2239ms;
}
@-webkit-keyframes move-frames-149 {
  from {
    transform: translate3d(69vw, 80%, 0);
  }
  to {
    transform: translate3d(4vw, -132vh, 0);
  }
}
@keyframes move-frames-149 {
  from {
    transform: translate3d(69vw, 80%, 0);
  }
  to {
    transform: translate3d(4vw, -132vh, 0);
  }
}
.circle-container:nth-child(149) .circle {
  -webkit-animation-delay: 2292ms;
          animation-delay: 2292ms;
}
.circle-container:nth-child(150) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-150;
          animation-name: move-frames-150;
  -webkit-animation-duration: 31271ms;
          animation-duration: 31271ms;
  -webkit-animation-delay: 31328ms;
          animation-delay: 31328ms;
}
@-webkit-keyframes move-frames-150 {
  from {
    transform: translate3d(53vw, 80%, 0);
  }
  to {
    transform: translate3d(64vw, -111vh, 0);
  }
}
@keyframes move-frames-150 {
  from {
    transform: translate3d(53vw, 80%, 0);
  }
  to {
    transform: translate3d(64vw, -111vh, 0);
  }
}
.circle-container:nth-child(150) .circle {
  -webkit-animation-delay: 572ms;
          animation-delay: 572ms;
}
.circle-container:nth-child(151) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-151;
          animation-name: move-frames-151;
  -webkit-animation-duration: 29827ms;
          animation-duration: 29827ms;
  -webkit-animation-delay: 24166ms;
          animation-delay: 24166ms;
}
@-webkit-keyframes move-frames-151 {
  from {
    transform: translate3d(89vw, 80%, 0);
  }
  to {
    transform: translate3d(20vw, -116vh, 0);
  }
}
@keyframes move-frames-151 {
  from {
    transform: translate3d(89vw, 80%, 0);
  }
  to {
    transform: translate3d(20vw, -116vh, 0);
  }
}
.circle-container:nth-child(151) .circle {
  -webkit-animation-delay: 1787ms;
          animation-delay: 1787ms;
}
.circle-container:nth-child(152) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-152;
          animation-name: move-frames-152;
  -webkit-animation-duration: 28936ms;
          animation-duration: 28936ms;
  -webkit-animation-delay: 35561ms;
          animation-delay: 35561ms;
}
@-webkit-keyframes move-frames-152 {
  from {
    transform: translate3d(60vw, 80%, 0);
  }
  to {
    transform: translate3d(28vw, -114vh, 0);
  }
}
@keyframes move-frames-152 {
  from {
    transform: translate3d(60vw, 80%, 0);
  }
  to {
    transform: translate3d(28vw, -114vh, 0);
  }
}
.circle-container:nth-child(152) .circle {
  -webkit-animation-delay: 2448ms;
          animation-delay: 2448ms;
}
.circle-container:nth-child(153) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-153;
          animation-name: move-frames-153;
  -webkit-animation-duration: 31505ms;
          animation-duration: 31505ms;
  -webkit-animation-delay: 10696ms;
          animation-delay: 10696ms;
}
@-webkit-keyframes move-frames-153 {
  from {
    transform: translate3d(25vw, 80%, 0);
  }
  to {
    transform: translate3d(41vw, -115vh, 0);
  }
}
@keyframes move-frames-153 {
  from {
    transform: translate3d(25vw, 80%, 0);
  }
  to {
    transform: translate3d(41vw, -115vh, 0);
  }
}
.circle-container:nth-child(153) .circle {
  -webkit-animation-delay: 1946ms;
          animation-delay: 1946ms;
}
.circle-container:nth-child(154) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-154;
          animation-name: move-frames-154;
  -webkit-animation-duration: 33112ms;
          animation-duration: 33112ms;
  -webkit-animation-delay: 922ms;
          animation-delay: 922ms;
}
@-webkit-keyframes move-frames-154 {
  from {
    transform: translate3d(70vw, 80%, 0);
  }
  to {
    transform: translate3d(75vw, -127vh, 0);
  }
}
@keyframes move-frames-154 {
  from {
    transform: translate3d(70vw, 80%, 0);
  }
  to {
    transform: translate3d(75vw, -127vh, 0);
  }
}
.circle-container:nth-child(154) .circle {
  -webkit-animation-delay: 3856ms;
          animation-delay: 3856ms;
}
.circle-container:nth-child(155) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-155;
          animation-name: move-frames-155;
  -webkit-animation-duration: 29414ms;
          animation-duration: 29414ms;
  -webkit-animation-delay: 22224ms;
          animation-delay: 22224ms;
}
@-webkit-keyframes move-frames-155 {
  from {
    transform: translate3d(24vw, 80%, 0);
  }
  to {
    transform: translate3d(54vw, -108vh, 0);
  }
}
@keyframes move-frames-155 {
  from {
    transform: translate3d(24vw, 80%, 0);
  }
  to {
    transform: translate3d(54vw, -108vh, 0);
  }
}
.circle-container:nth-child(155) .circle {
  -webkit-animation-delay: 2744ms;
          animation-delay: 2744ms;
}
.circle-container:nth-child(156) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-156;
          animation-name: move-frames-156;
  -webkit-animation-duration: 36110ms;
          animation-duration: 36110ms;
  -webkit-animation-delay: 8613ms;
          animation-delay: 8613ms;
}
@-webkit-keyframes move-frames-156 {
  from {
    transform: translate3d(17vw, 80%, 0);
  }
  to {
    transform: translate3d(30vw, -109vh, 0);
  }
}
@keyframes move-frames-156 {
  from {
    transform: translate3d(17vw, 80%, 0);
  }
  to {
    transform: translate3d(30vw, -109vh, 0);
  }
}
.circle-container:nth-child(156) .circle {
  -webkit-animation-delay: 1881ms;
          animation-delay: 1881ms;
}
.circle-container:nth-child(157) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-157;
          animation-name: move-frames-157;
  -webkit-animation-duration: 33798ms;
          animation-duration: 33798ms;
  -webkit-animation-delay: 6979ms;
          animation-delay: 6979ms;
}
@-webkit-keyframes move-frames-157 {
  from {
    transform: translate3d(99vw, 80%, 0);
  }
  to {
    transform: translate3d(48vw, -127vh, 0);
  }
}
@keyframes move-frames-157 {
  from {
    transform: translate3d(99vw, 80%, 0);
  }
  to {
    transform: translate3d(48vw, -127vh, 0);
  }
}
.circle-container:nth-child(157) .circle {
  -webkit-animation-delay: 2035ms;
          animation-delay: 2035ms;
}
.circle-container:nth-child(158) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-158;
          animation-name: move-frames-158;
  -webkit-animation-duration: 33723ms;
          animation-duration: 33723ms;
  -webkit-animation-delay: 7879ms;
          animation-delay: 7879ms;
}
@-webkit-keyframes move-frames-158 {
  from {
    transform: translate3d(68vw, 80%, 0);
  }
  to {
    transform: translate3d(50vw, -119vh, 0);
  }
}
@keyframes move-frames-158 {
  from {
    transform: translate3d(68vw, 80%, 0);
  }
  to {
    transform: translate3d(50vw, -119vh, 0);
  }
}
.circle-container:nth-child(158) .circle {
  -webkit-animation-delay: 96ms;
          animation-delay: 96ms;
}
.circle-container:nth-child(159) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-159;
          animation-name: move-frames-159;
  -webkit-animation-duration: 29385ms;
          animation-duration: 29385ms;
  -webkit-animation-delay: 15768ms;
          animation-delay: 15768ms;
}
@-webkit-keyframes move-frames-159 {
  from {
    transform: translate3d(26vw, 80%, 0);
  }
  to {
    transform: translate3d(44vw, -118vh, 0);
  }
}
@keyframes move-frames-159 {
  from {
    transform: translate3d(26vw, 80%, 0);
  }
  to {
    transform: translate3d(44vw, -118vh, 0);
  }
}
.circle-container:nth-child(159) .circle {
  -webkit-animation-delay: 2669ms;
          animation-delay: 2669ms;
}
.circle-container:nth-child(160) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-160;
          animation-name: move-frames-160;
  -webkit-animation-duration: 33561ms;
          animation-duration: 33561ms;
  -webkit-animation-delay: 14289ms;
          animation-delay: 14289ms;
}
@-webkit-keyframes move-frames-160 {
  from {
    transform: translate3d(60vw, 80%, 0);
  }
  to {
    transform: translate3d(55vw, -116vh, 0);
  }
}
@keyframes move-frames-160 {
  from {
    transform: translate3d(60vw, 80%, 0);
  }
  to {
    transform: translate3d(55vw, -116vh, 0);
  }
}
.circle-container:nth-child(160) .circle {
  -webkit-animation-delay: 1421ms;
          animation-delay: 1421ms;
}
.circle-container:nth-child(161) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-161;
          animation-name: move-frames-161;
  -webkit-animation-duration: 29483ms;
          animation-duration: 29483ms;
  -webkit-animation-delay: 20794ms;
          animation-delay: 20794ms;
}
@-webkit-keyframes move-frames-161 {
  from {
    transform: translate3d(4vw, 80%, 0);
  }
  to {
    transform: translate3d(20vw, -119vh, 0);
  }
}
@keyframes move-frames-161 {
  from {
    transform: translate3d(4vw, 80%, 0);
  }
  to {
    transform: translate3d(20vw, -119vh, 0);
  }
}
.circle-container:nth-child(161) .circle {
  -webkit-animation-delay: 3855ms;
          animation-delay: 3855ms;
}
.circle-container:nth-child(162) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-162;
          animation-name: move-frames-162;
  -webkit-animation-duration: 31908ms;
          animation-duration: 31908ms;
  -webkit-animation-delay: 12347ms;
          animation-delay: 12347ms;
}
@-webkit-keyframes move-frames-162 {
  from {
    transform: translate3d(51vw, 80%, 0);
  }
  to {
    transform: translate3d(68vw, -111vh, 0);
  }
}
@keyframes move-frames-162 {
  from {
    transform: translate3d(51vw, 80%, 0);
  }
  to {
    transform: translate3d(68vw, -111vh, 0);
  }
}
.circle-container:nth-child(162) .circle {
  -webkit-animation-delay: 2341ms;
          animation-delay: 2341ms;
}
.circle-container:nth-child(163) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-163;
          animation-name: move-frames-163;
  -webkit-animation-duration: 30463ms;
          animation-duration: 30463ms;
  -webkit-animation-delay: 29148ms;
          animation-delay: 29148ms;
}
@-webkit-keyframes move-frames-163 {
  from {
    transform: translate3d(20vw, 80%, 0);
  }
  to {
    transform: translate3d(93vw, -111vh, 0);
  }
}
@keyframes move-frames-163 {
  from {
    transform: translate3d(20vw, 80%, 0);
  }
  to {
    transform: translate3d(93vw, -111vh, 0);
  }
}
.circle-container:nth-child(163) .circle {
  -webkit-animation-delay: 665ms;
          animation-delay: 665ms;
}
.circle-container:nth-child(164) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-164;
          animation-name: move-frames-164;
  -webkit-animation-duration: 31835ms;
          animation-duration: 31835ms;
  -webkit-animation-delay: 15939ms;
          animation-delay: 15939ms;
}
@-webkit-keyframes move-frames-164 {
  from {
    transform: translate3d(60vw, 80%, 0);
  }
  to {
    transform: translate3d(38vw, -107vh, 0);
  }
}
@keyframes move-frames-164 {
  from {
    transform: translate3d(60vw, 80%, 0);
  }
  to {
    transform: translate3d(38vw, -107vh, 0);
  }
}
.circle-container:nth-child(164) .circle {
  -webkit-animation-delay: 3529ms;
          animation-delay: 3529ms;
}
.circle-container:nth-child(165) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-165;
          animation-name: move-frames-165;
  -webkit-animation-duration: 29021ms;
          animation-duration: 29021ms;
  -webkit-animation-delay: 20362ms;
          animation-delay: 20362ms;
}
@-webkit-keyframes move-frames-165 {
  from {
    transform: translate3d(18vw, 80%, 0);
  }
  to {
    transform: translate3d(22vw, -123vh, 0);
  }
}
@keyframes move-frames-165 {
  from {
    transform: translate3d(18vw, 80%, 0);
  }
  to {
    transform: translate3d(22vw, -123vh, 0);
  }
}
.circle-container:nth-child(165) .circle {
  -webkit-animation-delay: 3271ms;
          animation-delay: 3271ms;
}
.circle-container:nth-child(166) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-166;
          animation-name: move-frames-166;
  -webkit-animation-duration: 28929ms;
          animation-duration: 28929ms;
  -webkit-animation-delay: 5912ms;
          animation-delay: 5912ms;
}
@-webkit-keyframes move-frames-166 {
  from {
    transform: translate3d(28vw, 80%, 0);
  }
  to {
    transform: translate3d(73vw, -134vh, 0);
  }
}
@keyframes move-frames-166 {
  from {
    transform: translate3d(28vw, 80%, 0);
  }
  to {
    transform: translate3d(73vw, -134vh, 0);
  }
}
.circle-container:nth-child(166) .circle {
  -webkit-animation-delay: 3331ms;
          animation-delay: 3331ms;
}
.circle-container:nth-child(167) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-167;
          animation-name: move-frames-167;
  -webkit-animation-duration: 32972ms;
          animation-duration: 32972ms;
  -webkit-animation-delay: 22776ms;
          animation-delay: 22776ms;
}
@-webkit-keyframes move-frames-167 {
  from {
    transform: translate3d(32vw, 80%, 0);
  }
  to {
    transform: translate3d(77vw, -107vh, 0);
  }
}
@keyframes move-frames-167 {
  from {
    transform: translate3d(32vw, 80%, 0);
  }
  to {
    transform: translate3d(77vw, -107vh, 0);
  }
}
.circle-container:nth-child(167) .circle {
  -webkit-animation-delay: 2848ms;
          animation-delay: 2848ms;
}
.circle-container:nth-child(168) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-168;
          animation-name: move-frames-168;
  -webkit-animation-duration: 32749ms;
          animation-duration: 32749ms;
  -webkit-animation-delay: 4572ms;
          animation-delay: 4572ms;
}
@-webkit-keyframes move-frames-168 {
  from {
    transform: translate3d(92vw, 80%, 0);
  }
  to {
    transform: translate3d(8vw, -109vh, 0);
  }
}
@keyframes move-frames-168 {
  from {
    transform: translate3d(92vw, 80%, 0);
  }
  to {
    transform: translate3d(8vw, -109vh, 0);
  }
}
.circle-container:nth-child(168) .circle {
  -webkit-animation-delay: 3158ms;
          animation-delay: 3158ms;
}
.circle-container:nth-child(169) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-169;
          animation-name: move-frames-169;
  -webkit-animation-duration: 29201ms;
          animation-duration: 29201ms;
  -webkit-animation-delay: 7744ms;
          animation-delay: 7744ms;
}
@-webkit-keyframes move-frames-169 {
  from {
    transform: translate3d(3vw, 80%, 0);
  }
  to {
    transform: translate3d(68vw, -127vh, 0);
  }
}
@keyframes move-frames-169 {
  from {
    transform: translate3d(3vw, 80%, 0);
  }
  to {
    transform: translate3d(68vw, -127vh, 0);
  }
}
.circle-container:nth-child(169) .circle {
  -webkit-animation-delay: 839ms;
          animation-delay: 839ms;
}
.circle-container:nth-child(170) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-170;
          animation-name: move-frames-170;
  -webkit-animation-duration: 30528ms;
          animation-duration: 30528ms;
  -webkit-animation-delay: 311ms;
          animation-delay: 311ms;
}
@-webkit-keyframes move-frames-170 {
  from {
    transform: translate3d(43vw, 80%, 0);
  }
  to {
    transform: translate3d(97vw, -123vh, 0);
  }
}
@keyframes move-frames-170 {
  from {
    transform: translate3d(43vw, 80%, 0);
  }
  to {
    transform: translate3d(97vw, -123vh, 0);
  }
}
.circle-container:nth-child(170) .circle {
  -webkit-animation-delay: 2056ms;
          animation-delay: 2056ms;
}
.circle-container:nth-child(171) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-171;
          animation-name: move-frames-171;
  -webkit-animation-duration: 34777ms;
          animation-duration: 34777ms;
  -webkit-animation-delay: 21336ms;
          animation-delay: 21336ms;
}
@-webkit-keyframes move-frames-171 {
  from {
    transform: translate3d(58vw, 80%, 0);
  }
  to {
    transform: translate3d(45vw, -122vh, 0);
  }
}
@keyframes move-frames-171 {
  from {
    transform: translate3d(58vw, 80%, 0);
  }
  to {
    transform: translate3d(45vw, -122vh, 0);
  }
}
.circle-container:nth-child(171) .circle {
  -webkit-animation-delay: 1265ms;
          animation-delay: 1265ms;
}
.circle-container:nth-child(172) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-172;
          animation-name: move-frames-172;
  -webkit-animation-duration: 32016ms;
          animation-duration: 32016ms;
  -webkit-animation-delay: 26731ms;
          animation-delay: 26731ms;
}
@-webkit-keyframes move-frames-172 {
  from {
    transform: translate3d(20vw, 80%, 0);
  }
  to {
    transform: translate3d(64vw, -131vh, 0);
  }
}
@keyframes move-frames-172 {
  from {
    transform: translate3d(20vw, 80%, 0);
  }
  to {
    transform: translate3d(64vw, -131vh, 0);
  }
}
.circle-container:nth-child(172) .circle {
  -webkit-animation-delay: 2926ms;
          animation-delay: 2926ms;
}
.circle-container:nth-child(173) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-173;
          animation-name: move-frames-173;
  -webkit-animation-duration: 33965ms;
          animation-duration: 33965ms;
  -webkit-animation-delay: 25200ms;
          animation-delay: 25200ms;
}
@-webkit-keyframes move-frames-173 {
  from {
    transform: translate3d(10vw, 80%, 0);
  }
  to {
    transform: translate3d(98vw, -113vh, 0);
  }
}
@keyframes move-frames-173 {
  from {
    transform: translate3d(10vw, 80%, 0);
  }
  to {
    transform: translate3d(98vw, -113vh, 0);
  }
}
.circle-container:nth-child(173) .circle {
  -webkit-animation-delay: 2479ms;
          animation-delay: 2479ms;
}
.circle-container:nth-child(174) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-174;
          animation-name: move-frames-174;
  -webkit-animation-duration: 34905ms;
          animation-duration: 34905ms;
  -webkit-animation-delay: 2496ms;
          animation-delay: 2496ms;
}
@-webkit-keyframes move-frames-174 {
  from {
    transform: translate3d(3vw, 80%, 0);
  }
  to {
    transform: translate3d(53vw, -127vh, 0);
  }
}
@keyframes move-frames-174 {
  from {
    transform: translate3d(3vw, 80%, 0);
  }
  to {
    transform: translate3d(53vw, -127vh, 0);
  }
}
.circle-container:nth-child(174) .circle {
  -webkit-animation-delay: 2562ms;
          animation-delay: 2562ms;
}
.circle-container:nth-child(175) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-175;
          animation-name: move-frames-175;
  -webkit-animation-duration: 32626ms;
          animation-duration: 32626ms;
  -webkit-animation-delay: 4028ms;
          animation-delay: 4028ms;
}
@-webkit-keyframes move-frames-175 {
  from {
    transform: translate3d(34vw, 80%, 0);
  }
  to {
    transform: translate3d(71vw, -118vh, 0);
  }
}
@keyframes move-frames-175 {
  from {
    transform: translate3d(34vw, 80%, 0);
  }
  to {
    transform: translate3d(71vw, -118vh, 0);
  }
}
.circle-container:nth-child(175) .circle {
  -webkit-animation-delay: 3909ms;
          animation-delay: 3909ms;
}
.circle-container:nth-child(176) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-176;
          animation-name: move-frames-176;
  -webkit-animation-duration: 32649ms;
          animation-duration: 32649ms;
  -webkit-animation-delay: 22165ms;
          animation-delay: 22165ms;
}
@-webkit-keyframes move-frames-176 {
  from {
    transform: translate3d(10vw, 80%, 0);
  }
  to {
    transform: translate3d(88vw, -115vh, 0);
  }
}
@keyframes move-frames-176 {
  from {
    transform: translate3d(10vw, 80%, 0);
  }
  to {
    transform: translate3d(88vw, -115vh, 0);
  }
}
.circle-container:nth-child(176) .circle {
  -webkit-animation-delay: 3911ms;
          animation-delay: 3911ms;
}
.circle-container:nth-child(177) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-177;
          animation-name: move-frames-177;
  -webkit-animation-duration: 35309ms;
          animation-duration: 35309ms;
  -webkit-animation-delay: 16380ms;
          animation-delay: 16380ms;
}
@-webkit-keyframes move-frames-177 {
  from {
    transform: translate3d(97vw, 80%, 0);
  }
  to {
    transform: translate3d(21vw, -128vh, 0);
  }
}
@keyframes move-frames-177 {
  from {
    transform: translate3d(97vw, 80%, 0);
  }
  to {
    transform: translate3d(21vw, -128vh, 0);
  }
}
.circle-container:nth-child(177) .circle {
  -webkit-animation-delay: 3259ms;
          animation-delay: 3259ms;
}
.circle-container:nth-child(178) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-178;
          animation-name: move-frames-178;
  -webkit-animation-duration: 33951ms;
          animation-duration: 33951ms;
  -webkit-animation-delay: 1965ms;
          animation-delay: 1965ms;
}
@-webkit-keyframes move-frames-178 {
  from {
    transform: translate3d(77vw, 80%, 0);
  }
  to {
    transform: translate3d(57vw, -133vh, 0);
  }
}
@keyframes move-frames-178 {
  from {
    transform: translate3d(77vw, 80%, 0);
  }
  to {
    transform: translate3d(57vw, -133vh, 0);
  }
}
.circle-container:nth-child(178) .circle {
  -webkit-animation-delay: 973ms;
          animation-delay: 973ms;
}
.circle-container:nth-child(179) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-179;
          animation-name: move-frames-179;
  -webkit-animation-duration: 33308ms;
          animation-duration: 33308ms;
  -webkit-animation-delay: 175ms;
          animation-delay: 175ms;
}
@-webkit-keyframes move-frames-179 {
  from {
    transform: translate3d(45vw, 80%, 0);
  }
  to {
    transform: translate3d(52vw, -135vh, 0);
  }
}
@keyframes move-frames-179 {
  from {
    transform: translate3d(45vw, 80%, 0);
  }
  to {
    transform: translate3d(52vw, -135vh, 0);
  }
}
.circle-container:nth-child(179) .circle {
  -webkit-animation-delay: 1510ms;
          animation-delay: 1510ms;
}
.circle-container:nth-child(180) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-180;
          animation-name: move-frames-180;
  -webkit-animation-duration: 29647ms;
          animation-duration: 29647ms;
  -webkit-animation-delay: 25394ms;
          animation-delay: 25394ms;
}
@-webkit-keyframes move-frames-180 {
  from {
    transform: translate3d(82vw, 80%, 0);
  }
  to {
    transform: translate3d(40vw, -132vh, 0);
  }
}
@keyframes move-frames-180 {
  from {
    transform: translate3d(82vw, 80%, 0);
  }
  to {
    transform: translate3d(40vw, -132vh, 0);
  }
}
.circle-container:nth-child(180) .circle {
  -webkit-animation-delay: 1492ms;
          animation-delay: 1492ms;
}
.circle-container:nth-child(181) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-181;
          animation-name: move-frames-181;
  -webkit-animation-duration: 31615ms;
          animation-duration: 31615ms;
  -webkit-animation-delay: 5291ms;
          animation-delay: 5291ms;
}
@-webkit-keyframes move-frames-181 {
  from {
    transform: translate3d(6vw, 80%, 0);
  }
  to {
    transform: translate3d(29vw, -124vh, 0);
  }
}
@keyframes move-frames-181 {
  from {
    transform: translate3d(6vw, 80%, 0);
  }
  to {
    transform: translate3d(29vw, -124vh, 0);
  }
}
.circle-container:nth-child(181) .circle {
  -webkit-animation-delay: 899ms;
          animation-delay: 899ms;
}
.circle-container:nth-child(182) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-182;
          animation-name: move-frames-182;
  -webkit-animation-duration: 31554ms;
          animation-duration: 31554ms;
  -webkit-animation-delay: 3701ms;
          animation-delay: 3701ms;
}
@-webkit-keyframes move-frames-182 {
  from {
    transform: translate3d(83vw, 80%, 0);
  }
  to {
    transform: translate3d(36vw, -109vh, 0);
  }
}
@keyframes move-frames-182 {
  from {
    transform: translate3d(83vw, 80%, 0);
  }
  to {
    transform: translate3d(36vw, -109vh, 0);
  }
}
.circle-container:nth-child(182) .circle {
  -webkit-animation-delay: 2985ms;
          animation-delay: 2985ms;
}
.circle-container:nth-child(183) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-183;
          animation-name: move-frames-183;
  -webkit-animation-duration: 35430ms;
          animation-duration: 35430ms;
  -webkit-animation-delay: 14972ms;
          animation-delay: 14972ms;
}
@-webkit-keyframes move-frames-183 {
  from {
    transform: translate3d(52vw, 80%, 0);
  }
  to {
    transform: translate3d(19vw, -136vh, 0);
  }
}
@keyframes move-frames-183 {
  from {
    transform: translate3d(52vw, 80%, 0);
  }
  to {
    transform: translate3d(19vw, -136vh, 0);
  }
}
.circle-container:nth-child(183) .circle {
  -webkit-animation-delay: 2181ms;
          animation-delay: 2181ms;
}
.circle-container:nth-child(184) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-184;
          animation-name: move-frames-184;
  -webkit-animation-duration: 30094ms;
          animation-duration: 30094ms;
  -webkit-animation-delay: 18343ms;
          animation-delay: 18343ms;
}
@-webkit-keyframes move-frames-184 {
  from {
    transform: translate3d(80vw, 80%, 0);
  }
  to {
    transform: translate3d(34vw, -130vh, 0);
  }
}
@keyframes move-frames-184 {
  from {
    transform: translate3d(80vw, 80%, 0);
  }
  to {
    transform: translate3d(34vw, -130vh, 0);
  }
}
.circle-container:nth-child(184) .circle {
  -webkit-animation-delay: 446ms;
          animation-delay: 446ms;
}
.circle-container:nth-child(185) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-185;
          animation-name: move-frames-185;
  -webkit-animation-duration: 34781ms;
          animation-duration: 34781ms;
  -webkit-animation-delay: 7753ms;
          animation-delay: 7753ms;
}
@-webkit-keyframes move-frames-185 {
  from {
    transform: translate3d(28vw, 80%, 0);
  }
  to {
    transform: translate3d(25vw, -116vh, 0);
  }
}
@keyframes move-frames-185 {
  from {
    transform: translate3d(28vw, 80%, 0);
  }
  to {
    transform: translate3d(25vw, -116vh, 0);
  }
}
.circle-container:nth-child(185) .circle {
  -webkit-animation-delay: 2182ms;
          animation-delay: 2182ms;
}
.circle-container:nth-child(186) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-186;
          animation-name: move-frames-186;
  -webkit-animation-duration: 33403ms;
          animation-duration: 33403ms;
  -webkit-animation-delay: 2753ms;
          animation-delay: 2753ms;
}
@-webkit-keyframes move-frames-186 {
  from {
    transform: translate3d(69vw, 80%, 0);
  }
  to {
    transform: translate3d(10vw, -114vh, 0);
  }
}
@keyframes move-frames-186 {
  from {
    transform: translate3d(69vw, 80%, 0);
  }
  to {
    transform: translate3d(10vw, -114vh, 0);
  }
}
.circle-container:nth-child(186) .circle {
  -webkit-animation-delay: 2650ms;
          animation-delay: 2650ms;
}
.circle-container:nth-child(187) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-187;
          animation-name: move-frames-187;
  -webkit-animation-duration: 35710ms;
          animation-duration: 35710ms;
  -webkit-animation-delay: 9817ms;
          animation-delay: 9817ms;
}
@-webkit-keyframes move-frames-187 {
  from {
    transform: translate3d(32vw, 80%, 0);
  }
  to {
    transform: translate3d(85vw, -118vh, 0);
  }
}
@keyframes move-frames-187 {
  from {
    transform: translate3d(32vw, 80%, 0);
  }
  to {
    transform: translate3d(85vw, -118vh, 0);
  }
}
.circle-container:nth-child(187) .circle {
  -webkit-animation-delay: 1994ms;
          animation-delay: 1994ms;
}
.circle-container:nth-child(188) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-188;
          animation-name: move-frames-188;
  -webkit-animation-duration: 36109ms;
          animation-duration: 36109ms;
  -webkit-animation-delay: 16122ms;
          animation-delay: 16122ms;
}
@-webkit-keyframes move-frames-188 {
  from {
    transform: translate3d(49vw, 80%, 0);
  }
  to {
    transform: translate3d(40vw, -105vh, 0);
  }
}
@keyframes move-frames-188 {
  from {
    transform: translate3d(49vw, 80%, 0);
  }
  to {
    transform: translate3d(40vw, -105vh, 0);
  }
}
.circle-container:nth-child(188) .circle {
  -webkit-animation-delay: 2287ms;
          animation-delay: 2287ms;
}
.circle-container:nth-child(189) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-189;
          animation-name: move-frames-189;
  -webkit-animation-duration: 33593ms;
          animation-duration: 33593ms;
  -webkit-animation-delay: 30833ms;
          animation-delay: 30833ms;
}
@-webkit-keyframes move-frames-189 {
  from {
    transform: translate3d(25vw, 80%, 0);
  }
  to {
    transform: translate3d(18vw, -120vh, 0);
  }
}
@keyframes move-frames-189 {
  from {
    transform: translate3d(25vw, 80%, 0);
  }
  to {
    transform: translate3d(18vw, -120vh, 0);
  }
}
.circle-container:nth-child(189) .circle {
  -webkit-animation-delay: 2702ms;
          animation-delay: 2702ms;
}
.circle-container:nth-child(190) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-190;
          animation-name: move-frames-190;
  -webkit-animation-duration: 32162ms;
          animation-duration: 32162ms;
  -webkit-animation-delay: 10374ms;
          animation-delay: 10374ms;
}
@-webkit-keyframes move-frames-190 {
  from {
    transform: translate3d(79vw, 80%, 0);
  }
  to {
    transform: translate3d(53vw, -117vh, 0);
  }
}
@keyframes move-frames-190 {
  from {
    transform: translate3d(79vw, 80%, 0);
  }
  to {
    transform: translate3d(53vw, -117vh, 0);
  }
}
.circle-container:nth-child(190) .circle {
  -webkit-animation-delay: 1049ms;
          animation-delay: 1049ms;
}
.circle-container:nth-child(191) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-191;
          animation-name: move-frames-191;
  -webkit-animation-duration: 29145ms;
          animation-duration: 29145ms;
  -webkit-animation-delay: 10103ms;
          animation-delay: 10103ms;
}
@-webkit-keyframes move-frames-191 {
  from {
    transform: translate3d(54vw, 80%, 0);
  }
  to {
    transform: translate3d(25vw, -132vh, 0);
  }
}
@keyframes move-frames-191 {
  from {
    transform: translate3d(54vw, 80%, 0);
  }
  to {
    transform: translate3d(25vw, -132vh, 0);
  }
}
.circle-container:nth-child(191) .circle {
  -webkit-animation-delay: 1842ms;
          animation-delay: 1842ms;
}
.circle-container:nth-child(192) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-192;
          animation-name: move-frames-192;
  -webkit-animation-duration: 30038ms;
          animation-duration: 30038ms;
  -webkit-animation-delay: 13367ms;
          animation-delay: 13367ms;
}
@-webkit-keyframes move-frames-192 {
  from {
    transform: translate3d(6vw, 80%, 0);
  }
  to {
    transform: translate3d(60vw, -132vh, 0);
  }
}
@keyframes move-frames-192 {
  from {
    transform: translate3d(6vw, 80%, 0);
  }
  to {
    transform: translate3d(60vw, -132vh, 0);
  }
}
.circle-container:nth-child(192) .circle {
  -webkit-animation-delay: 220ms;
          animation-delay: 220ms;
}
.circle-container:nth-child(193) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-193;
          animation-name: move-frames-193;
  -webkit-animation-duration: 33135ms;
          animation-duration: 33135ms;
  -webkit-animation-delay: 9698ms;
          animation-delay: 9698ms;
}
@-webkit-keyframes move-frames-193 {
  from {
    transform: translate3d(89vw, 80%, 0);
  }
  to {
    transform: translate3d(38vw, -135vh, 0);
  }
}
@keyframes move-frames-193 {
  from {
    transform: translate3d(89vw, 80%, 0);
  }
  to {
    transform: translate3d(38vw, -135vh, 0);
  }
}
.circle-container:nth-child(193) .circle {
  -webkit-animation-delay: 3214ms;
          animation-delay: 3214ms;
}
.circle-container:nth-child(194) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-194;
          animation-name: move-frames-194;
  -webkit-animation-duration: 34389ms;
          animation-duration: 34389ms;
  -webkit-animation-delay: 25999ms;
          animation-delay: 25999ms;
}
@-webkit-keyframes move-frames-194 {
  from {
    transform: translate3d(6vw, 80%, 0);
  }
  to {
    transform: translate3d(13vw, -130vh, 0);
  }
}
@keyframes move-frames-194 {
  from {
    transform: translate3d(6vw, 80%, 0);
  }
  to {
    transform: translate3d(13vw, -130vh, 0);
  }
}
.circle-container:nth-child(194) .circle {
  -webkit-animation-delay: 2279ms;
          animation-delay: 2279ms;
}
.circle-container:nth-child(195) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-195;
          animation-name: move-frames-195;
  -webkit-animation-duration: 35287ms;
          animation-duration: 35287ms;
  -webkit-animation-delay: 17470ms;
          animation-delay: 17470ms;
}
@-webkit-keyframes move-frames-195 {
  from {
    transform: translate3d(16vw, 80%, 0);
  }
  to {
    transform: translate3d(74vw, -117vh, 0);
  }
}
@keyframes move-frames-195 {
  from {
    transform: translate3d(16vw, 80%, 0);
  }
  to {
    transform: translate3d(74vw, -117vh, 0);
  }
}
.circle-container:nth-child(195) .circle {
  -webkit-animation-delay: 1924ms;
          animation-delay: 1924ms;
}
.circle-container:nth-child(196) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-196;
          animation-name: move-frames-196;
  -webkit-animation-duration: 35295ms;
          animation-duration: 35295ms;
  -webkit-animation-delay: 26514ms;
          animation-delay: 26514ms;
}
@-webkit-keyframes move-frames-196 {
  from {
    transform: translate3d(73vw, 80%, 0);
  }
  to {
    transform: translate3d(28vw, -137vh, 0);
  }
}
@keyframes move-frames-196 {
  from {
    transform: translate3d(73vw, 80%, 0);
  }
  to {
    transform: translate3d(28vw, -137vh, 0);
  }
}
.circle-container:nth-child(196) .circle {
  -webkit-animation-delay: 2875ms;
          animation-delay: 2875ms;
}
.circle-container:nth-child(197) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-197;
          animation-name: move-frames-197;
  -webkit-animation-duration: 35295ms;
          animation-duration: 35295ms;
  -webkit-animation-delay: 2773ms;
          animation-delay: 2773ms;
}
@-webkit-keyframes move-frames-197 {
  from {
    transform: translate3d(41vw, 80%, 0);
  }
  to {
    transform: translate3d(29vw, -112vh, 0);
  }
}
@keyframes move-frames-197 {
  from {
    transform: translate3d(41vw, 80%, 0);
  }
  to {
    transform: translate3d(29vw, -112vh, 0);
  }
}
.circle-container:nth-child(197) .circle {
  -webkit-animation-delay: 1422ms;
          animation-delay: 1422ms;
}
.circle-container:nth-child(198) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-198;
          animation-name: move-frames-198;
  -webkit-animation-duration: 30126ms;
          animation-duration: 30126ms;
  -webkit-animation-delay: 5022ms;
          animation-delay: 5022ms;
}
@-webkit-keyframes move-frames-198 {
  from {
    transform: translate3d(87vw, 80%, 0);
  }
  to {
    transform: translate3d(82vw, -120vh, 0);
  }
}
@keyframes move-frames-198 {
  from {
    transform: translate3d(87vw, 80%, 0);
  }
  to {
    transform: translate3d(82vw, -120vh, 0);
  }
}
.circle-container:nth-child(198) .circle {
  -webkit-animation-delay: 3863ms;
          animation-delay: 3863ms;
}
.circle-container:nth-child(199) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-199;
          animation-name: move-frames-199;
  -webkit-animation-duration: 33619ms;
          animation-duration: 33619ms;
  -webkit-animation-delay: 29111ms;
          animation-delay: 29111ms;
}
@-webkit-keyframes move-frames-199 {
  from {
    transform: translate3d(91vw, 80%, 0);
  }
  to {
    transform: translate3d(89vw, -126vh, 0);
  }
}
@keyframes move-frames-199 {
  from {
    transform: translate3d(91vw, 80%, 0);
  }
  to {
    transform: translate3d(89vw, -126vh, 0);
  }
}
.circle-container:nth-child(199) .circle {
  -webkit-animation-delay: 3258ms;
          animation-delay: 3258ms;
}
.circle-container:nth-child(200) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-200;
          animation-name: move-frames-200;
  -webkit-animation-duration: 33612ms;
          animation-duration: 33612ms;
  -webkit-animation-delay: 24274ms;
          animation-delay: 24274ms;
}
@-webkit-keyframes move-frames-200 {
  from {
    transform: translate3d(58vw, 80%, 0);
  }
  to {
    transform: translate3d(6vw, -115vh, 0);
  }
}
@keyframes move-frames-200 {
  from {
    transform: translate3d(58vw, 80%, 0);
  }
  to {
    transform: translate3d(6vw, -115vh, 0);
  }
}
.circle-container:nth-child(200) .circle {
  -webkit-animation-delay: 133ms;
          animation-delay: 133ms;
}

@-webkit-keyframes message-frames {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes message-frames {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}