* {
  margin: 0;
  padding: 0;
}

html,
body {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

body {
  background-color: #021027;
}

.container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.background {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-mask-image: radial-gradient(white 0%, white 30%, transparent 80%, transparent);
          mask-image: radial-gradient(white 0%, white 30%, transparent 80%, transparent);
}

.circle-container {
  position: absolute;
  transform: translateY(-10vh);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
.circle-container .circle {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  mix-blend-mode: screen;
  background-image: radial-gradient(#99ffff, #99ffff 10%, rgba(153, 255, 255, 0) 56%);
  -webkit-animation: fadein-frames 200ms infinite, scale-frames 2s infinite;
          animation: fadein-frames 200ms infinite, scale-frames 2s infinite;
}
@-webkit-keyframes fade-frames {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-frames {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes scale-frames {
  0% {
    transform: scale3d(0.4, 0.4, 1);
  }
  50% {
    transform: scale3d(2.2, 2.2, 1);
  }
  100% {
    transform: scale3d(0.4, 0.4, 1);
  }
}
@keyframes scale-frames {
  0% {
    transform: scale3d(0.4, 0.4, 1);
  }
  50% {
    transform: scale3d(2.2, 2.2, 1);
  }
  100% {
    transform: scale3d(0.4, 0.4, 1);
  }
}
.circle-container:nth-child(1) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-1;
          animation-name: move-frames-1;
  -webkit-animation-duration: 32658ms;
          animation-duration: 32658ms;
  -webkit-animation-delay: 14119ms;
          animation-delay: 14119ms;
}
@-webkit-keyframes move-frames-1 {
  from {
    transform: translate3d(38vw, 104vh, 0);
  }
  to {
    transform: translate3d(81vw, -126vh, 0);
  }
}
@keyframes move-frames-1 {
  from {
    transform: translate3d(38vw, 104vh, 0);
  }
  to {
    transform: translate3d(81vw, -126vh, 0);
  }
}
.circle-container:nth-child(1) .circle {
  -webkit-animation-delay: 3294ms;
          animation-delay: 3294ms;
}
.circle-container:nth-child(2) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-2;
          animation-name: move-frames-2;
  -webkit-animation-duration: 33218ms;
          animation-duration: 33218ms;
  -webkit-animation-delay: 2855ms;
          animation-delay: 2855ms;
}
@-webkit-keyframes move-frames-2 {
  from {
    transform: translate3d(58vw, 107vh, 0);
  }
  to {
    transform: translate3d(79vw, -122vh, 0);
  }
}
@keyframes move-frames-2 {
  from {
    transform: translate3d(58vw, 107vh, 0);
  }
  to {
    transform: translate3d(79vw, -122vh, 0);
  }
}
.circle-container:nth-child(2) .circle {
  -webkit-animation-delay: 256ms;
          animation-delay: 256ms;
}
.circle-container:nth-child(3) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-3;
          animation-name: move-frames-3;
  -webkit-animation-duration: 28125ms;
          animation-duration: 28125ms;
  -webkit-animation-delay: 25145ms;
          animation-delay: 25145ms;
}
@-webkit-keyframes move-frames-3 {
  from {
    transform: translate3d(26vw, 107vh, 0);
  }
  to {
    transform: translate3d(40vw, -113vh, 0);
  }
}
@keyframes move-frames-3 {
  from {
    transform: translate3d(26vw, 107vh, 0);
  }
  to {
    transform: translate3d(40vw, -113vh, 0);
  }
}
.circle-container:nth-child(3) .circle {
  -webkit-animation-delay: 3518ms;
          animation-delay: 3518ms;
}
.circle-container:nth-child(4) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-4;
          animation-name: move-frames-4;
  -webkit-animation-duration: 30236ms;
          animation-duration: 30236ms;
  -webkit-animation-delay: 16451ms;
          animation-delay: 16451ms;
}
@-webkit-keyframes move-frames-4 {
  from {
    transform: translate3d(29vw, 101vh, 0);
  }
  to {
    transform: translate3d(93vw, -126vh, 0);
  }
}
@keyframes move-frames-4 {
  from {
    transform: translate3d(29vw, 101vh, 0);
  }
  to {
    transform: translate3d(93vw, -126vh, 0);
  }
}
.circle-container:nth-child(4) .circle {
  -webkit-animation-delay: 2143ms;
          animation-delay: 2143ms;
}
.circle-container:nth-child(5) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-5;
          animation-name: move-frames-5;
  -webkit-animation-duration: 29450ms;
          animation-duration: 29450ms;
  -webkit-animation-delay: 17750ms;
          animation-delay: 17750ms;
}
@-webkit-keyframes move-frames-5 {
  from {
    transform: translate3d(40vw, 106vh, 0);
  }
  to {
    transform: translate3d(36vw, -108vh, 0);
  }
}
@keyframes move-frames-5 {
  from {
    transform: translate3d(40vw, 106vh, 0);
  }
  to {
    transform: translate3d(36vw, -108vh, 0);
  }
}
.circle-container:nth-child(5) .circle {
  -webkit-animation-delay: 93ms;
          animation-delay: 93ms;
}
.circle-container:nth-child(6) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-6;
          animation-name: move-frames-6;
  -webkit-animation-duration: 31856ms;
          animation-duration: 31856ms;
  -webkit-animation-delay: 25502ms;
          animation-delay: 25502ms;
}
@-webkit-keyframes move-frames-6 {
  from {
    transform: translate3d(82vw, 109vh, 0);
  }
  to {
    transform: translate3d(23vw, -112vh, 0);
  }
}
@keyframes move-frames-6 {
  from {
    transform: translate3d(82vw, 109vh, 0);
  }
  to {
    transform: translate3d(23vw, -112vh, 0);
  }
}
.circle-container:nth-child(6) .circle {
  -webkit-animation-delay: 3061ms;
          animation-delay: 3061ms;
}
.circle-container:nth-child(7) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-7;
          animation-name: move-frames-7;
  -webkit-animation-duration: 35110ms;
          animation-duration: 35110ms;
  -webkit-animation-delay: 19350ms;
          animation-delay: 19350ms;
}
@-webkit-keyframes move-frames-7 {
  from {
    transform: translate3d(98vw, 103vh, 0);
  }
  to {
    transform: translate3d(30vw, -120vh, 0);
  }
}
@keyframes move-frames-7 {
  from {
    transform: translate3d(98vw, 103vh, 0);
  }
  to {
    transform: translate3d(30vw, -120vh, 0);
  }
}
.circle-container:nth-child(7) .circle {
  -webkit-animation-delay: 361ms;
          animation-delay: 361ms;
}
.circle-container:nth-child(8) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-8;
          animation-name: move-frames-8;
  -webkit-animation-duration: 28436ms;
          animation-duration: 28436ms;
  -webkit-animation-delay: 24124ms;
          animation-delay: 24124ms;
}
@-webkit-keyframes move-frames-8 {
  from {
    transform: translate3d(52vw, 109vh, 0);
  }
  to {
    transform: translate3d(32vw, -138vh, 0);
  }
}
@keyframes move-frames-8 {
  from {
    transform: translate3d(52vw, 109vh, 0);
  }
  to {
    transform: translate3d(32vw, -138vh, 0);
  }
}
.circle-container:nth-child(8) .circle {
  -webkit-animation-delay: 2653ms;
          animation-delay: 2653ms;
}
.circle-container:nth-child(9) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-9;
          animation-name: move-frames-9;
  -webkit-animation-duration: 36916ms;
          animation-duration: 36916ms;
  -webkit-animation-delay: 24747ms;
          animation-delay: 24747ms;
}
@-webkit-keyframes move-frames-9 {
  from {
    transform: translate3d(6vw, 103vh, 0);
  }
  to {
    transform: translate3d(10vw, -131vh, 0);
  }
}
@keyframes move-frames-9 {
  from {
    transform: translate3d(6vw, 103vh, 0);
  }
  to {
    transform: translate3d(10vw, -131vh, 0);
  }
}
.circle-container:nth-child(9) .circle {
  -webkit-animation-delay: 833ms;
          animation-delay: 833ms;
}
.circle-container:nth-child(10) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-10;
          animation-name: move-frames-10;
  -webkit-animation-duration: 36573ms;
          animation-duration: 36573ms;
  -webkit-animation-delay: 9260ms;
          animation-delay: 9260ms;
}
@-webkit-keyframes move-frames-10 {
  from {
    transform: translate3d(33vw, 102vh, 0);
  }
  to {
    transform: translate3d(65vw, -107vh, 0);
  }
}
@keyframes move-frames-10 {
  from {
    transform: translate3d(33vw, 102vh, 0);
  }
  to {
    transform: translate3d(65vw, -107vh, 0);
  }
}
.circle-container:nth-child(10) .circle {
  -webkit-animation-delay: 1046ms;
          animation-delay: 1046ms;
}
.circle-container:nth-child(11) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-11;
          animation-name: move-frames-11;
  -webkit-animation-duration: 31566ms;
          animation-duration: 31566ms;
  -webkit-animation-delay: 33819ms;
          animation-delay: 33819ms;
}
@-webkit-keyframes move-frames-11 {
  from {
    transform: translate3d(35vw, 101vh, 0);
  }
  to {
    transform: translate3d(52vw, -124vh, 0);
  }
}
@keyframes move-frames-11 {
  from {
    transform: translate3d(35vw, 101vh, 0);
  }
  to {
    transform: translate3d(52vw, -124vh, 0);
  }
}
.circle-container:nth-child(11) .circle {
  -webkit-animation-delay: 1665ms;
          animation-delay: 1665ms;
}
.circle-container:nth-child(12) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-12;
          animation-name: move-frames-12;
  -webkit-animation-duration: 29654ms;
          animation-duration: 29654ms;
  -webkit-animation-delay: 15017ms;
          animation-delay: 15017ms;
}
@-webkit-keyframes move-frames-12 {
  from {
    transform: translate3d(50vw, 109vh, 0);
  }
  to {
    transform: translate3d(30vw, -130vh, 0);
  }
}
@keyframes move-frames-12 {
  from {
    transform: translate3d(50vw, 109vh, 0);
  }
  to {
    transform: translate3d(30vw, -130vh, 0);
  }
}
.circle-container:nth-child(12) .circle {
  -webkit-animation-delay: 1776ms;
          animation-delay: 1776ms;
}
.circle-container:nth-child(13) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-13;
          animation-name: move-frames-13;
  -webkit-animation-duration: 34940ms;
          animation-duration: 34940ms;
  -webkit-animation-delay: 30716ms;
          animation-delay: 30716ms;
}
@-webkit-keyframes move-frames-13 {
  from {
    transform: translate3d(11vw, 110vh, 0);
  }
  to {
    transform: translate3d(96vw, -115vh, 0);
  }
}
@keyframes move-frames-13 {
  from {
    transform: translate3d(11vw, 110vh, 0);
  }
  to {
    transform: translate3d(96vw, -115vh, 0);
  }
}
.circle-container:nth-child(13) .circle {
  -webkit-animation-delay: 3253ms;
          animation-delay: 3253ms;
}
.circle-container:nth-child(14) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-14;
          animation-name: move-frames-14;
  -webkit-animation-duration: 29081ms;
          animation-duration: 29081ms;
  -webkit-animation-delay: 31716ms;
          animation-delay: 31716ms;
}
@-webkit-keyframes move-frames-14 {
  from {
    transform: translate3d(39vw, 101vh, 0);
  }
  to {
    transform: translate3d(91vw, -125vh, 0);
  }
}
@keyframes move-frames-14 {
  from {
    transform: translate3d(39vw, 101vh, 0);
  }
  to {
    transform: translate3d(91vw, -125vh, 0);
  }
}
.circle-container:nth-child(14) .circle {
  -webkit-animation-delay: 3375ms;
          animation-delay: 3375ms;
}
.circle-container:nth-child(15) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-15;
          animation-name: move-frames-15;
  -webkit-animation-duration: 33764ms;
          animation-duration: 33764ms;
  -webkit-animation-delay: 10128ms;
          animation-delay: 10128ms;
}
@-webkit-keyframes move-frames-15 {
  from {
    transform: translate3d(8vw, 109vh, 0);
  }
  to {
    transform: translate3d(38vw, -125vh, 0);
  }
}
@keyframes move-frames-15 {
  from {
    transform: translate3d(8vw, 109vh, 0);
  }
  to {
    transform: translate3d(38vw, -125vh, 0);
  }
}
.circle-container:nth-child(15) .circle {
  -webkit-animation-delay: 3263ms;
          animation-delay: 3263ms;
}
.circle-container:nth-child(16) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-16;
          animation-name: move-frames-16;
  -webkit-animation-duration: 33742ms;
          animation-duration: 33742ms;
  -webkit-animation-delay: 4846ms;
          animation-delay: 4846ms;
}
@-webkit-keyframes move-frames-16 {
  from {
    transform: translate3d(5vw, 102vh, 0);
  }
  to {
    transform: translate3d(33vw, -132vh, 0);
  }
}
@keyframes move-frames-16 {
  from {
    transform: translate3d(5vw, 102vh, 0);
  }
  to {
    transform: translate3d(33vw, -132vh, 0);
  }
}
.circle-container:nth-child(16) .circle {
  -webkit-animation-delay: 3494ms;
          animation-delay: 3494ms;
}
.circle-container:nth-child(17) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-17;
          animation-name: move-frames-17;
  -webkit-animation-duration: 36655ms;
          animation-duration: 36655ms;
  -webkit-animation-delay: 803ms;
          animation-delay: 803ms;
}
@-webkit-keyframes move-frames-17 {
  from {
    transform: translate3d(78vw, 105vh, 0);
  }
  to {
    transform: translate3d(7vw, -123vh, 0);
  }
}
@keyframes move-frames-17 {
  from {
    transform: translate3d(78vw, 105vh, 0);
  }
  to {
    transform: translate3d(7vw, -123vh, 0);
  }
}
.circle-container:nth-child(17) .circle {
  -webkit-animation-delay: 1786ms;
          animation-delay: 1786ms;
}
.circle-container:nth-child(18) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-18;
          animation-name: move-frames-18;
  -webkit-animation-duration: 30284ms;
          animation-duration: 30284ms;
  -webkit-animation-delay: 23158ms;
          animation-delay: 23158ms;
}
@-webkit-keyframes move-frames-18 {
  from {
    transform: translate3d(28vw, 108vh, 0);
  }
  to {
    transform: translate3d(24vw, -134vh, 0);
  }
}
@keyframes move-frames-18 {
  from {
    transform: translate3d(28vw, 108vh, 0);
  }
  to {
    transform: translate3d(24vw, -134vh, 0);
  }
}
.circle-container:nth-child(18) .circle {
  -webkit-animation-delay: 2357ms;
          animation-delay: 2357ms;
}
.circle-container:nth-child(19) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-19;
          animation-name: move-frames-19;
  -webkit-animation-duration: 36564ms;
          animation-duration: 36564ms;
  -webkit-animation-delay: 14209ms;
          animation-delay: 14209ms;
}
@-webkit-keyframes move-frames-19 {
  from {
    transform: translate3d(7vw, 101vh, 0);
  }
  to {
    transform: translate3d(67vw, -116vh, 0);
  }
}
@keyframes move-frames-19 {
  from {
    transform: translate3d(7vw, 101vh, 0);
  }
  to {
    transform: translate3d(67vw, -116vh, 0);
  }
}
.circle-container:nth-child(19) .circle {
  -webkit-animation-delay: 115ms;
          animation-delay: 115ms;
}
.circle-container:nth-child(20) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-20;
          animation-name: move-frames-20;
  -webkit-animation-duration: 31580ms;
          animation-duration: 31580ms;
  -webkit-animation-delay: 18150ms;
          animation-delay: 18150ms;
}
@-webkit-keyframes move-frames-20 {
  from {
    transform: translate3d(77vw, 107vh, 0);
  }
  to {
    transform: translate3d(19vw, -117vh, 0);
  }
}
@keyframes move-frames-20 {
  from {
    transform: translate3d(77vw, 107vh, 0);
  }
  to {
    transform: translate3d(19vw, -117vh, 0);
  }
}
.circle-container:nth-child(20) .circle {
  -webkit-animation-delay: 381ms;
          animation-delay: 381ms;
}
.circle-container:nth-child(21) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-21;
          animation-name: move-frames-21;
  -webkit-animation-duration: 28854ms;
          animation-duration: 28854ms;
  -webkit-animation-delay: 32296ms;
          animation-delay: 32296ms;
}
@-webkit-keyframes move-frames-21 {
  from {
    transform: translate3d(67vw, 103vh, 0);
  }
  to {
    transform: translate3d(83vw, -129vh, 0);
  }
}
@keyframes move-frames-21 {
  from {
    transform: translate3d(67vw, 103vh, 0);
  }
  to {
    transform: translate3d(83vw, -129vh, 0);
  }
}
.circle-container:nth-child(21) .circle {
  -webkit-animation-delay: 3979ms;
          animation-delay: 3979ms;
}
.circle-container:nth-child(22) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-22;
          animation-name: move-frames-22;
  -webkit-animation-duration: 28658ms;
          animation-duration: 28658ms;
  -webkit-animation-delay: 30569ms;
          animation-delay: 30569ms;
}
@-webkit-keyframes move-frames-22 {
  from {
    transform: translate3d(71vw, 103vh, 0);
  }
  to {
    transform: translate3d(46vw, -114vh, 0);
  }
}
@keyframes move-frames-22 {
  from {
    transform: translate3d(71vw, 103vh, 0);
  }
  to {
    transform: translate3d(46vw, -114vh, 0);
  }
}
.circle-container:nth-child(22) .circle {
  -webkit-animation-delay: 1758ms;
          animation-delay: 1758ms;
}
.circle-container:nth-child(23) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-23;
          animation-name: move-frames-23;
  -webkit-animation-duration: 36477ms;
          animation-duration: 36477ms;
  -webkit-animation-delay: 2553ms;
          animation-delay: 2553ms;
}
@-webkit-keyframes move-frames-23 {
  from {
    transform: translate3d(11vw, 108vh, 0);
  }
  to {
    transform: translate3d(64vw, -113vh, 0);
  }
}
@keyframes move-frames-23 {
  from {
    transform: translate3d(11vw, 108vh, 0);
  }
  to {
    transform: translate3d(64vw, -113vh, 0);
  }
}
.circle-container:nth-child(23) .circle {
  -webkit-animation-delay: 258ms;
          animation-delay: 258ms;
}
.circle-container:nth-child(24) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-24;
          animation-name: move-frames-24;
  -webkit-animation-duration: 32178ms;
          animation-duration: 32178ms;
  -webkit-animation-delay: 33474ms;
          animation-delay: 33474ms;
}
@-webkit-keyframes move-frames-24 {
  from {
    transform: translate3d(17vw, 107vh, 0);
  }
  to {
    transform: translate3d(34vw, -136vh, 0);
  }
}
@keyframes move-frames-24 {
  from {
    transform: translate3d(17vw, 107vh, 0);
  }
  to {
    transform: translate3d(34vw, -136vh, 0);
  }
}
.circle-container:nth-child(24) .circle {
  -webkit-animation-delay: 431ms;
          animation-delay: 431ms;
}
.circle-container:nth-child(25) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-25;
          animation-name: move-frames-25;
  -webkit-animation-duration: 31953ms;
          animation-duration: 31953ms;
  -webkit-animation-delay: 21578ms;
          animation-delay: 21578ms;
}
@-webkit-keyframes move-frames-25 {
  from {
    transform: translate3d(57vw, 104vh, 0);
  }
  to {
    transform: translate3d(34vw, -133vh, 0);
  }
}
@keyframes move-frames-25 {
  from {
    transform: translate3d(57vw, 104vh, 0);
  }
  to {
    transform: translate3d(34vw, -133vh, 0);
  }
}
.circle-container:nth-child(25) .circle {
  -webkit-animation-delay: 2434ms;
          animation-delay: 2434ms;
}
.circle-container:nth-child(26) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-26;
          animation-name: move-frames-26;
  -webkit-animation-duration: 28300ms;
          animation-duration: 28300ms;
  -webkit-animation-delay: 11677ms;
          animation-delay: 11677ms;
}
@-webkit-keyframes move-frames-26 {
  from {
    transform: translate3d(80vw, 110vh, 0);
  }
  to {
    transform: translate3d(67vw, -135vh, 0);
  }
}
@keyframes move-frames-26 {
  from {
    transform: translate3d(80vw, 110vh, 0);
  }
  to {
    transform: translate3d(67vw, -135vh, 0);
  }
}
.circle-container:nth-child(26) .circle {
  -webkit-animation-delay: 388ms;
          animation-delay: 388ms;
}
.circle-container:nth-child(27) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-27;
          animation-name: move-frames-27;
  -webkit-animation-duration: 28238ms;
          animation-duration: 28238ms;
  -webkit-animation-delay: 10290ms;
          animation-delay: 10290ms;
}
@-webkit-keyframes move-frames-27 {
  from {
    transform: translate3d(74vw, 109vh, 0);
  }
  to {
    transform: translate3d(25vw, -128vh, 0);
  }
}
@keyframes move-frames-27 {
  from {
    transform: translate3d(74vw, 109vh, 0);
  }
  to {
    transform: translate3d(25vw, -128vh, 0);
  }
}
.circle-container:nth-child(27) .circle {
  -webkit-animation-delay: 2198ms;
          animation-delay: 2198ms;
}
.circle-container:nth-child(28) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-28;
          animation-name: move-frames-28;
  -webkit-animation-duration: 31454ms;
          animation-duration: 31454ms;
  -webkit-animation-delay: 2563ms;
          animation-delay: 2563ms;
}
@-webkit-keyframes move-frames-28 {
  from {
    transform: translate3d(68vw, 105vh, 0);
  }
  to {
    transform: translate3d(38vw, -126vh, 0);
  }
}
@keyframes move-frames-28 {
  from {
    transform: translate3d(68vw, 105vh, 0);
  }
  to {
    transform: translate3d(38vw, -126vh, 0);
  }
}
.circle-container:nth-child(28) .circle {
  -webkit-animation-delay: 2050ms;
          animation-delay: 2050ms;
}
.circle-container:nth-child(29) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-29;
          animation-name: move-frames-29;
  -webkit-animation-duration: 35044ms;
          animation-duration: 35044ms;
  -webkit-animation-delay: 14443ms;
          animation-delay: 14443ms;
}
@-webkit-keyframes move-frames-29 {
  from {
    transform: translate3d(96vw, 104vh, 0);
  }
  to {
    transform: translate3d(28vw, -127vh, 0);
  }
}
@keyframes move-frames-29 {
  from {
    transform: translate3d(96vw, 104vh, 0);
  }
  to {
    transform: translate3d(28vw, -127vh, 0);
  }
}
.circle-container:nth-child(29) .circle {
  -webkit-animation-delay: 387ms;
          animation-delay: 387ms;
}
.circle-container:nth-child(30) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-30;
          animation-name: move-frames-30;
  -webkit-animation-duration: 33530ms;
          animation-duration: 33530ms;
  -webkit-animation-delay: 14890ms;
          animation-delay: 14890ms;
}
@-webkit-keyframes move-frames-30 {
  from {
    transform: translate3d(73vw, 101vh, 0);
  }
  to {
    transform: translate3d(38vw, -127vh, 0);
  }
}
@keyframes move-frames-30 {
  from {
    transform: translate3d(73vw, 101vh, 0);
  }
  to {
    transform: translate3d(38vw, -127vh, 0);
  }
}
.circle-container:nth-child(30) .circle {
  -webkit-animation-delay: 3781ms;
          animation-delay: 3781ms;
}
.circle-container:nth-child(31) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-31;
          animation-name: move-frames-31;
  -webkit-animation-duration: 31799ms;
          animation-duration: 31799ms;
  -webkit-animation-delay: 19470ms;
          animation-delay: 19470ms;
}
@-webkit-keyframes move-frames-31 {
  from {
    transform: translate3d(78vw, 103vh, 0);
  }
  to {
    transform: translate3d(70vw, -115vh, 0);
  }
}
@keyframes move-frames-31 {
  from {
    transform: translate3d(78vw, 103vh, 0);
  }
  to {
    transform: translate3d(70vw, -115vh, 0);
  }
}
.circle-container:nth-child(31) .circle {
  -webkit-animation-delay: 3036ms;
          animation-delay: 3036ms;
}
.circle-container:nth-child(32) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-32;
          animation-name: move-frames-32;
  -webkit-animation-duration: 28027ms;
          animation-duration: 28027ms;
  -webkit-animation-delay: 15647ms;
          animation-delay: 15647ms;
}
@-webkit-keyframes move-frames-32 {
  from {
    transform: translate3d(40vw, 101vh, 0);
  }
  to {
    transform: translate3d(6vw, -104vh, 0);
  }
}
@keyframes move-frames-32 {
  from {
    transform: translate3d(40vw, 101vh, 0);
  }
  to {
    transform: translate3d(6vw, -104vh, 0);
  }
}
.circle-container:nth-child(32) .circle {
  -webkit-animation-delay: 3331ms;
          animation-delay: 3331ms;
}
.circle-container:nth-child(33) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-33;
          animation-name: move-frames-33;
  -webkit-animation-duration: 29860ms;
          animation-duration: 29860ms;
  -webkit-animation-delay: 11286ms;
          animation-delay: 11286ms;
}
@-webkit-keyframes move-frames-33 {
  from {
    transform: translate3d(14vw, 104vh, 0);
  }
  to {
    transform: translate3d(12vw, -105vh, 0);
  }
}
@keyframes move-frames-33 {
  from {
    transform: translate3d(14vw, 104vh, 0);
  }
  to {
    transform: translate3d(12vw, -105vh, 0);
  }
}
.circle-container:nth-child(33) .circle {
  -webkit-animation-delay: 3624ms;
          animation-delay: 3624ms;
}
.circle-container:nth-child(34) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-34;
          animation-name: move-frames-34;
  -webkit-animation-duration: 31722ms;
          animation-duration: 31722ms;
  -webkit-animation-delay: 29282ms;
          animation-delay: 29282ms;
}
@-webkit-keyframes move-frames-34 {
  from {
    transform: translate3d(84vw, 108vh, 0);
  }
  to {
    transform: translate3d(57vw, -122vh, 0);
  }
}
@keyframes move-frames-34 {
  from {
    transform: translate3d(84vw, 108vh, 0);
  }
  to {
    transform: translate3d(57vw, -122vh, 0);
  }
}
.circle-container:nth-child(34) .circle {
  -webkit-animation-delay: 1591ms;
          animation-delay: 1591ms;
}
.circle-container:nth-child(35) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-35;
          animation-name: move-frames-35;
  -webkit-animation-duration: 31141ms;
          animation-duration: 31141ms;
  -webkit-animation-delay: 16861ms;
          animation-delay: 16861ms;
}
@-webkit-keyframes move-frames-35 {
  from {
    transform: translate3d(35vw, 106vh, 0);
  }
  to {
    transform: translate3d(48vw, -108vh, 0);
  }
}
@keyframes move-frames-35 {
  from {
    transform: translate3d(35vw, 106vh, 0);
  }
  to {
    transform: translate3d(48vw, -108vh, 0);
  }
}
.circle-container:nth-child(35) .circle {
  -webkit-animation-delay: 3399ms;
          animation-delay: 3399ms;
}
.circle-container:nth-child(36) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-36;
          animation-name: move-frames-36;
  -webkit-animation-duration: 36762ms;
          animation-duration: 36762ms;
  -webkit-animation-delay: 19083ms;
          animation-delay: 19083ms;
}
@-webkit-keyframes move-frames-36 {
  from {
    transform: translate3d(31vw, 106vh, 0);
  }
  to {
    transform: translate3d(4vw, -131vh, 0);
  }
}
@keyframes move-frames-36 {
  from {
    transform: translate3d(31vw, 106vh, 0);
  }
  to {
    transform: translate3d(4vw, -131vh, 0);
  }
}
.circle-container:nth-child(36) .circle {
  -webkit-animation-delay: 284ms;
          animation-delay: 284ms;
}
.circle-container:nth-child(37) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-37;
          animation-name: move-frames-37;
  -webkit-animation-duration: 34833ms;
          animation-duration: 34833ms;
  -webkit-animation-delay: 17883ms;
          animation-delay: 17883ms;
}
@-webkit-keyframes move-frames-37 {
  from {
    transform: translate3d(100vw, 103vh, 0);
  }
  to {
    transform: translate3d(83vw, -132vh, 0);
  }
}
@keyframes move-frames-37 {
  from {
    transform: translate3d(100vw, 103vh, 0);
  }
  to {
    transform: translate3d(83vw, -132vh, 0);
  }
}
.circle-container:nth-child(37) .circle {
  -webkit-animation-delay: 3828ms;
          animation-delay: 3828ms;
}
.circle-container:nth-child(38) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-38;
          animation-name: move-frames-38;
  -webkit-animation-duration: 28660ms;
          animation-duration: 28660ms;
  -webkit-animation-delay: 16330ms;
          animation-delay: 16330ms;
}
@-webkit-keyframes move-frames-38 {
  from {
    transform: translate3d(71vw, 109vh, 0);
  }
  to {
    transform: translate3d(91vw, -119vh, 0);
  }
}
@keyframes move-frames-38 {
  from {
    transform: translate3d(71vw, 109vh, 0);
  }
  to {
    transform: translate3d(91vw, -119vh, 0);
  }
}
.circle-container:nth-child(38) .circle {
  -webkit-animation-delay: 379ms;
          animation-delay: 379ms;
}
.circle-container:nth-child(39) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-39;
          animation-name: move-frames-39;
  -webkit-animation-duration: 35838ms;
          animation-duration: 35838ms;
  -webkit-animation-delay: 35937ms;
          animation-delay: 35937ms;
}
@-webkit-keyframes move-frames-39 {
  from {
    transform: translate3d(62vw, 105vh, 0);
  }
  to {
    transform: translate3d(17vw, -130vh, 0);
  }
}
@keyframes move-frames-39 {
  from {
    transform: translate3d(62vw, 105vh, 0);
  }
  to {
    transform: translate3d(17vw, -130vh, 0);
  }
}
.circle-container:nth-child(39) .circle {
  -webkit-animation-delay: 1441ms;
          animation-delay: 1441ms;
}
.circle-container:nth-child(40) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-40;
          animation-name: move-frames-40;
  -webkit-animation-duration: 36917ms;
          animation-duration: 36917ms;
  -webkit-animation-delay: 9767ms;
          animation-delay: 9767ms;
}
@-webkit-keyframes move-frames-40 {
  from {
    transform: translate3d(1vw, 109vh, 0);
  }
  to {
    transform: translate3d(33vw, -122vh, 0);
  }
}
@keyframes move-frames-40 {
  from {
    transform: translate3d(1vw, 109vh, 0);
  }
  to {
    transform: translate3d(33vw, -122vh, 0);
  }
}
.circle-container:nth-child(40) .circle {
  -webkit-animation-delay: 399ms;
          animation-delay: 399ms;
}
.circle-container:nth-child(41) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-41;
          animation-name: move-frames-41;
  -webkit-animation-duration: 32976ms;
          animation-duration: 32976ms;
  -webkit-animation-delay: 36071ms;
          animation-delay: 36071ms;
}
@-webkit-keyframes move-frames-41 {
  from {
    transform: translate3d(57vw, 102vh, 0);
  }
  to {
    transform: translate3d(7vw, -103vh, 0);
  }
}
@keyframes move-frames-41 {
  from {
    transform: translate3d(57vw, 102vh, 0);
  }
  to {
    transform: translate3d(7vw, -103vh, 0);
  }
}
.circle-container:nth-child(41) .circle {
  -webkit-animation-delay: 871ms;
          animation-delay: 871ms;
}
.circle-container:nth-child(42) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-42;
          animation-name: move-frames-42;
  -webkit-animation-duration: 36740ms;
          animation-duration: 36740ms;
  -webkit-animation-delay: 16983ms;
          animation-delay: 16983ms;
}
@-webkit-keyframes move-frames-42 {
  from {
    transform: translate3d(6vw, 104vh, 0);
  }
  to {
    transform: translate3d(14vw, -134vh, 0);
  }
}
@keyframes move-frames-42 {
  from {
    transform: translate3d(6vw, 104vh, 0);
  }
  to {
    transform: translate3d(14vw, -134vh, 0);
  }
}
.circle-container:nth-child(42) .circle {
  -webkit-animation-delay: 3895ms;
          animation-delay: 3895ms;
}
.circle-container:nth-child(43) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-43;
          animation-name: move-frames-43;
  -webkit-animation-duration: 30653ms;
          animation-duration: 30653ms;
  -webkit-animation-delay: 20628ms;
          animation-delay: 20628ms;
}
@-webkit-keyframes move-frames-43 {
  from {
    transform: translate3d(31vw, 102vh, 0);
  }
  to {
    transform: translate3d(34vw, -118vh, 0);
  }
}
@keyframes move-frames-43 {
  from {
    transform: translate3d(31vw, 102vh, 0);
  }
  to {
    transform: translate3d(34vw, -118vh, 0);
  }
}
.circle-container:nth-child(43) .circle {
  -webkit-animation-delay: 3180ms;
          animation-delay: 3180ms;
}
.circle-container:nth-child(44) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-44;
          animation-name: move-frames-44;
  -webkit-animation-duration: 29142ms;
          animation-duration: 29142ms;
  -webkit-animation-delay: 7853ms;
          animation-delay: 7853ms;
}
@-webkit-keyframes move-frames-44 {
  from {
    transform: translate3d(57vw, 104vh, 0);
  }
  to {
    transform: translate3d(34vw, -109vh, 0);
  }
}
@keyframes move-frames-44 {
  from {
    transform: translate3d(57vw, 104vh, 0);
  }
  to {
    transform: translate3d(34vw, -109vh, 0);
  }
}
.circle-container:nth-child(44) .circle {
  -webkit-animation-delay: 697ms;
          animation-delay: 697ms;
}
.circle-container:nth-child(45) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-45;
          animation-name: move-frames-45;
  -webkit-animation-duration: 30904ms;
          animation-duration: 30904ms;
  -webkit-animation-delay: 18005ms;
          animation-delay: 18005ms;
}
@-webkit-keyframes move-frames-45 {
  from {
    transform: translate3d(3vw, 105vh, 0);
  }
  to {
    transform: translate3d(18vw, -107vh, 0);
  }
}
@keyframes move-frames-45 {
  from {
    transform: translate3d(3vw, 105vh, 0);
  }
  to {
    transform: translate3d(18vw, -107vh, 0);
  }
}
.circle-container:nth-child(45) .circle {
  -webkit-animation-delay: 3415ms;
          animation-delay: 3415ms;
}
.circle-container:nth-child(46) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-46;
          animation-name: move-frames-46;
  -webkit-animation-duration: 29208ms;
          animation-duration: 29208ms;
  -webkit-animation-delay: 6209ms;
          animation-delay: 6209ms;
}
@-webkit-keyframes move-frames-46 {
  from {
    transform: translate3d(28vw, 103vh, 0);
  }
  to {
    transform: translate3d(88vw, -105vh, 0);
  }
}
@keyframes move-frames-46 {
  from {
    transform: translate3d(28vw, 103vh, 0);
  }
  to {
    transform: translate3d(88vw, -105vh, 0);
  }
}
.circle-container:nth-child(46) .circle {
  -webkit-animation-delay: 2339ms;
          animation-delay: 2339ms;
}
.circle-container:nth-child(47) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-47;
          animation-name: move-frames-47;
  -webkit-animation-duration: 30089ms;
          animation-duration: 30089ms;
  -webkit-animation-delay: 17721ms;
          animation-delay: 17721ms;
}
@-webkit-keyframes move-frames-47 {
  from {
    transform: translate3d(64vw, 108vh, 0);
  }
  to {
    transform: translate3d(60vw, -131vh, 0);
  }
}
@keyframes move-frames-47 {
  from {
    transform: translate3d(64vw, 108vh, 0);
  }
  to {
    transform: translate3d(60vw, -131vh, 0);
  }
}
.circle-container:nth-child(47) .circle {
  -webkit-animation-delay: 1276ms;
          animation-delay: 1276ms;
}
.circle-container:nth-child(48) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-48;
          animation-name: move-frames-48;
  -webkit-animation-duration: 33584ms;
          animation-duration: 33584ms;
  -webkit-animation-delay: 17035ms;
          animation-delay: 17035ms;
}
@-webkit-keyframes move-frames-48 {
  from {
    transform: translate3d(75vw, 109vh, 0);
  }
  to {
    transform: translate3d(98vw, -129vh, 0);
  }
}
@keyframes move-frames-48 {
  from {
    transform: translate3d(75vw, 109vh, 0);
  }
  to {
    transform: translate3d(98vw, -129vh, 0);
  }
}
.circle-container:nth-child(48) .circle {
  -webkit-animation-delay: 3240ms;
          animation-delay: 3240ms;
}
.circle-container:nth-child(49) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-49;
          animation-name: move-frames-49;
  -webkit-animation-duration: 36190ms;
          animation-duration: 36190ms;
  -webkit-animation-delay: 925ms;
          animation-delay: 925ms;
}
@-webkit-keyframes move-frames-49 {
  from {
    transform: translate3d(8vw, 110vh, 0);
  }
  to {
    transform: translate3d(61vw, -140vh, 0);
  }
}
@keyframes move-frames-49 {
  from {
    transform: translate3d(8vw, 110vh, 0);
  }
  to {
    transform: translate3d(61vw, -140vh, 0);
  }
}
.circle-container:nth-child(49) .circle {
  -webkit-animation-delay: 3862ms;
          animation-delay: 3862ms;
}
.circle-container:nth-child(50) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-50;
          animation-name: move-frames-50;
  -webkit-animation-duration: 32261ms;
          animation-duration: 32261ms;
  -webkit-animation-delay: 24677ms;
          animation-delay: 24677ms;
}
@-webkit-keyframes move-frames-50 {
  from {
    transform: translate3d(83vw, 105vh, 0);
  }
  to {
    transform: translate3d(22vw, -125vh, 0);
  }
}
@keyframes move-frames-50 {
  from {
    transform: translate3d(83vw, 105vh, 0);
  }
  to {
    transform: translate3d(22vw, -125vh, 0);
  }
}
.circle-container:nth-child(50) .circle {
  -webkit-animation-delay: 2897ms;
          animation-delay: 2897ms;
}
.circle-container:nth-child(51) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-51;
          animation-name: move-frames-51;
  -webkit-animation-duration: 32348ms;
          animation-duration: 32348ms;
  -webkit-animation-delay: 25524ms;
          animation-delay: 25524ms;
}
@-webkit-keyframes move-frames-51 {
  from {
    transform: translate3d(63vw, 108vh, 0);
  }
  to {
    transform: translate3d(27vw, -112vh, 0);
  }
}
@keyframes move-frames-51 {
  from {
    transform: translate3d(63vw, 108vh, 0);
  }
  to {
    transform: translate3d(27vw, -112vh, 0);
  }
}
.circle-container:nth-child(51) .circle {
  -webkit-animation-delay: 2921ms;
          animation-delay: 2921ms;
}
.circle-container:nth-child(52) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-52;
          animation-name: move-frames-52;
  -webkit-animation-duration: 31905ms;
          animation-duration: 31905ms;
  -webkit-animation-delay: 23215ms;
          animation-delay: 23215ms;
}
@-webkit-keyframes move-frames-52 {
  from {
    transform: translate3d(67vw, 107vh, 0);
  }
  to {
    transform: translate3d(12vw, -121vh, 0);
  }
}
@keyframes move-frames-52 {
  from {
    transform: translate3d(67vw, 107vh, 0);
  }
  to {
    transform: translate3d(12vw, -121vh, 0);
  }
}
.circle-container:nth-child(52) .circle {
  -webkit-animation-delay: 692ms;
          animation-delay: 692ms;
}
.circle-container:nth-child(53) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-53;
          animation-name: move-frames-53;
  -webkit-animation-duration: 33912ms;
          animation-duration: 33912ms;
  -webkit-animation-delay: 11863ms;
          animation-delay: 11863ms;
}
@-webkit-keyframes move-frames-53 {
  from {
    transform: translate3d(40vw, 103vh, 0);
  }
  to {
    transform: translate3d(54vw, -115vh, 0);
  }
}
@keyframes move-frames-53 {
  from {
    transform: translate3d(40vw, 103vh, 0);
  }
  to {
    transform: translate3d(54vw, -115vh, 0);
  }
}
.circle-container:nth-child(53) .circle {
  -webkit-animation-delay: 2207ms;
          animation-delay: 2207ms;
}
.circle-container:nth-child(54) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-54;
          animation-name: move-frames-54;
  -webkit-animation-duration: 33740ms;
          animation-duration: 33740ms;
  -webkit-animation-delay: 10183ms;
          animation-delay: 10183ms;
}
@-webkit-keyframes move-frames-54 {
  from {
    transform: translate3d(98vw, 110vh, 0);
  }
  to {
    transform: translate3d(56vw, -117vh, 0);
  }
}
@keyframes move-frames-54 {
  from {
    transform: translate3d(98vw, 110vh, 0);
  }
  to {
    transform: translate3d(56vw, -117vh, 0);
  }
}
.circle-container:nth-child(54) .circle {
  -webkit-animation-delay: 803ms;
          animation-delay: 803ms;
}
.circle-container:nth-child(55) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-55;
          animation-name: move-frames-55;
  -webkit-animation-duration: 30920ms;
          animation-duration: 30920ms;
  -webkit-animation-delay: 10255ms;
          animation-delay: 10255ms;
}
@-webkit-keyframes move-frames-55 {
  from {
    transform: translate3d(40vw, 102vh, 0);
  }
  to {
    transform: translate3d(96vw, -112vh, 0);
  }
}
@keyframes move-frames-55 {
  from {
    transform: translate3d(40vw, 102vh, 0);
  }
  to {
    transform: translate3d(96vw, -112vh, 0);
  }
}
.circle-container:nth-child(55) .circle {
  -webkit-animation-delay: 218ms;
          animation-delay: 218ms;
}
.circle-container:nth-child(56) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-56;
          animation-name: move-frames-56;
  -webkit-animation-duration: 34851ms;
          animation-duration: 34851ms;
  -webkit-animation-delay: 8639ms;
          animation-delay: 8639ms;
}
@-webkit-keyframes move-frames-56 {
  from {
    transform: translate3d(60vw, 109vh, 0);
  }
  to {
    transform: translate3d(61vw, -129vh, 0);
  }
}
@keyframes move-frames-56 {
  from {
    transform: translate3d(60vw, 109vh, 0);
  }
  to {
    transform: translate3d(61vw, -129vh, 0);
  }
}
.circle-container:nth-child(56) .circle {
  -webkit-animation-delay: 523ms;
          animation-delay: 523ms;
}
.circle-container:nth-child(57) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-57;
          animation-name: move-frames-57;
  -webkit-animation-duration: 31890ms;
          animation-duration: 31890ms;
  -webkit-animation-delay: 25484ms;
          animation-delay: 25484ms;
}
@-webkit-keyframes move-frames-57 {
  from {
    transform: translate3d(66vw, 105vh, 0);
  }
  to {
    transform: translate3d(29vw, -127vh, 0);
  }
}
@keyframes move-frames-57 {
  from {
    transform: translate3d(66vw, 105vh, 0);
  }
  to {
    transform: translate3d(29vw, -127vh, 0);
  }
}
.circle-container:nth-child(57) .circle {
  -webkit-animation-delay: 3301ms;
          animation-delay: 3301ms;
}
.circle-container:nth-child(58) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-58;
          animation-name: move-frames-58;
  -webkit-animation-duration: 32912ms;
          animation-duration: 32912ms;
  -webkit-animation-delay: 31593ms;
          animation-delay: 31593ms;
}
@-webkit-keyframes move-frames-58 {
  from {
    transform: translate3d(10vw, 106vh, 0);
  }
  to {
    transform: translate3d(85vw, -115vh, 0);
  }
}
@keyframes move-frames-58 {
  from {
    transform: translate3d(10vw, 106vh, 0);
  }
  to {
    transform: translate3d(85vw, -115vh, 0);
  }
}
.circle-container:nth-child(58) .circle {
  -webkit-animation-delay: 3582ms;
          animation-delay: 3582ms;
}
.circle-container:nth-child(59) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-59;
          animation-name: move-frames-59;
  -webkit-animation-duration: 35469ms;
          animation-duration: 35469ms;
  -webkit-animation-delay: 24918ms;
          animation-delay: 24918ms;
}
@-webkit-keyframes move-frames-59 {
  from {
    transform: translate3d(39vw, 109vh, 0);
  }
  to {
    transform: translate3d(61vw, -120vh, 0);
  }
}
@keyframes move-frames-59 {
  from {
    transform: translate3d(39vw, 109vh, 0);
  }
  to {
    transform: translate3d(61vw, -120vh, 0);
  }
}
.circle-container:nth-child(59) .circle {
  -webkit-animation-delay: 268ms;
          animation-delay: 268ms;
}
.circle-container:nth-child(60) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-60;
          animation-name: move-frames-60;
  -webkit-animation-duration: 33310ms;
          animation-duration: 33310ms;
  -webkit-animation-delay: 29061ms;
          animation-delay: 29061ms;
}
@-webkit-keyframes move-frames-60 {
  from {
    transform: translate3d(19vw, 102vh, 0);
  }
  to {
    transform: translate3d(48vw, -124vh, 0);
  }
}
@keyframes move-frames-60 {
  from {
    transform: translate3d(19vw, 102vh, 0);
  }
  to {
    transform: translate3d(48vw, -124vh, 0);
  }
}
.circle-container:nth-child(60) .circle {
  -webkit-animation-delay: 2563ms;
          animation-delay: 2563ms;
}
.circle-container:nth-child(61) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-61;
          animation-name: move-frames-61;
  -webkit-animation-duration: 29548ms;
          animation-duration: 29548ms;
  -webkit-animation-delay: 31279ms;
          animation-delay: 31279ms;
}
@-webkit-keyframes move-frames-61 {
  from {
    transform: translate3d(93vw, 106vh, 0);
  }
  to {
    transform: translate3d(53vw, -119vh, 0);
  }
}
@keyframes move-frames-61 {
  from {
    transform: translate3d(93vw, 106vh, 0);
  }
  to {
    transform: translate3d(53vw, -119vh, 0);
  }
}
.circle-container:nth-child(61) .circle {
  -webkit-animation-delay: 757ms;
          animation-delay: 757ms;
}
.circle-container:nth-child(62) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-62;
          animation-name: move-frames-62;
  -webkit-animation-duration: 29622ms;
          animation-duration: 29622ms;
  -webkit-animation-delay: 32261ms;
          animation-delay: 32261ms;
}
@-webkit-keyframes move-frames-62 {
  from {
    transform: translate3d(90vw, 106vh, 0);
  }
  to {
    transform: translate3d(98vw, -110vh, 0);
  }
}
@keyframes move-frames-62 {
  from {
    transform: translate3d(90vw, 106vh, 0);
  }
  to {
    transform: translate3d(98vw, -110vh, 0);
  }
}
.circle-container:nth-child(62) .circle {
  -webkit-animation-delay: 3113ms;
          animation-delay: 3113ms;
}
.circle-container:nth-child(63) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-63;
          animation-name: move-frames-63;
  -webkit-animation-duration: 31007ms;
          animation-duration: 31007ms;
  -webkit-animation-delay: 1556ms;
          animation-delay: 1556ms;
}
@-webkit-keyframes move-frames-63 {
  from {
    transform: translate3d(60vw, 104vh, 0);
  }
  to {
    transform: translate3d(64vw, -112vh, 0);
  }
}
@keyframes move-frames-63 {
  from {
    transform: translate3d(60vw, 104vh, 0);
  }
  to {
    transform: translate3d(64vw, -112vh, 0);
  }
}
.circle-container:nth-child(63) .circle {
  -webkit-animation-delay: 2940ms;
          animation-delay: 2940ms;
}
.circle-container:nth-child(64) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-64;
          animation-name: move-frames-64;
  -webkit-animation-duration: 35436ms;
          animation-duration: 35436ms;
  -webkit-animation-delay: 26118ms;
          animation-delay: 26118ms;
}
@-webkit-keyframes move-frames-64 {
  from {
    transform: translate3d(42vw, 103vh, 0);
  }
  to {
    transform: translate3d(62vw, -122vh, 0);
  }
}
@keyframes move-frames-64 {
  from {
    transform: translate3d(42vw, 103vh, 0);
  }
  to {
    transform: translate3d(62vw, -122vh, 0);
  }
}
.circle-container:nth-child(64) .circle {
  -webkit-animation-delay: 3357ms;
          animation-delay: 3357ms;
}
.circle-container:nth-child(65) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-65;
          animation-name: move-frames-65;
  -webkit-animation-duration: 29433ms;
          animation-duration: 29433ms;
  -webkit-animation-delay: 3465ms;
          animation-delay: 3465ms;
}
@-webkit-keyframes move-frames-65 {
  from {
    transform: translate3d(48vw, 106vh, 0);
  }
  to {
    transform: translate3d(82vw, -129vh, 0);
  }
}
@keyframes move-frames-65 {
  from {
    transform: translate3d(48vw, 106vh, 0);
  }
  to {
    transform: translate3d(82vw, -129vh, 0);
  }
}
.circle-container:nth-child(65) .circle {
  -webkit-animation-delay: 110ms;
          animation-delay: 110ms;
}
.circle-container:nth-child(66) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-66;
          animation-name: move-frames-66;
  -webkit-animation-duration: 29413ms;
          animation-duration: 29413ms;
  -webkit-animation-delay: 30510ms;
          animation-delay: 30510ms;
}
@-webkit-keyframes move-frames-66 {
  from {
    transform: translate3d(59vw, 107vh, 0);
  }
  to {
    transform: translate3d(99vw, -109vh, 0);
  }
}
@keyframes move-frames-66 {
  from {
    transform: translate3d(59vw, 107vh, 0);
  }
  to {
    transform: translate3d(99vw, -109vh, 0);
  }
}
.circle-container:nth-child(66) .circle {
  -webkit-animation-delay: 1038ms;
          animation-delay: 1038ms;
}
.circle-container:nth-child(67) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-67;
          animation-name: move-frames-67;
  -webkit-animation-duration: 33926ms;
          animation-duration: 33926ms;
  -webkit-animation-delay: 15861ms;
          animation-delay: 15861ms;
}
@-webkit-keyframes move-frames-67 {
  from {
    transform: translate3d(40vw, 104vh, 0);
  }
  to {
    transform: translate3d(92vw, -124vh, 0);
  }
}
@keyframes move-frames-67 {
  from {
    transform: translate3d(40vw, 104vh, 0);
  }
  to {
    transform: translate3d(92vw, -124vh, 0);
  }
}
.circle-container:nth-child(67) .circle {
  -webkit-animation-delay: 1476ms;
          animation-delay: 1476ms;
}
.circle-container:nth-child(68) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-68;
          animation-name: move-frames-68;
  -webkit-animation-duration: 35592ms;
          animation-duration: 35592ms;
  -webkit-animation-delay: 8572ms;
          animation-delay: 8572ms;
}
@-webkit-keyframes move-frames-68 {
  from {
    transform: translate3d(45vw, 107vh, 0);
  }
  to {
    transform: translate3d(8vw, -117vh, 0);
  }
}
@keyframes move-frames-68 {
  from {
    transform: translate3d(45vw, 107vh, 0);
  }
  to {
    transform: translate3d(8vw, -117vh, 0);
  }
}
.circle-container:nth-child(68) .circle {
  -webkit-animation-delay: 1534ms;
          animation-delay: 1534ms;
}
.circle-container:nth-child(69) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-69;
          animation-name: move-frames-69;
  -webkit-animation-duration: 36636ms;
          animation-duration: 36636ms;
  -webkit-animation-delay: 14394ms;
          animation-delay: 14394ms;
}
@-webkit-keyframes move-frames-69 {
  from {
    transform: translate3d(13vw, 110vh, 0);
  }
  to {
    transform: translate3d(83vw, -140vh, 0);
  }
}
@keyframes move-frames-69 {
  from {
    transform: translate3d(13vw, 110vh, 0);
  }
  to {
    transform: translate3d(83vw, -140vh, 0);
  }
}
.circle-container:nth-child(69) .circle {
  -webkit-animation-delay: 3334ms;
          animation-delay: 3334ms;
}
.circle-container:nth-child(70) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-70;
          animation-name: move-frames-70;
  -webkit-animation-duration: 36509ms;
          animation-duration: 36509ms;
  -webkit-animation-delay: 19944ms;
          animation-delay: 19944ms;
}
@-webkit-keyframes move-frames-70 {
  from {
    transform: translate3d(73vw, 102vh, 0);
  }
  to {
    transform: translate3d(78vw, -111vh, 0);
  }
}
@keyframes move-frames-70 {
  from {
    transform: translate3d(73vw, 102vh, 0);
  }
  to {
    transform: translate3d(78vw, -111vh, 0);
  }
}
.circle-container:nth-child(70) .circle {
  -webkit-animation-delay: 2783ms;
          animation-delay: 2783ms;
}
.circle-container:nth-child(71) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-71;
          animation-name: move-frames-71;
  -webkit-animation-duration: 36967ms;
          animation-duration: 36967ms;
  -webkit-animation-delay: 22379ms;
          animation-delay: 22379ms;
}
@-webkit-keyframes move-frames-71 {
  from {
    transform: translate3d(16vw, 101vh, 0);
  }
  to {
    transform: translate3d(43vw, -131vh, 0);
  }
}
@keyframes move-frames-71 {
  from {
    transform: translate3d(16vw, 101vh, 0);
  }
  to {
    transform: translate3d(43vw, -131vh, 0);
  }
}
.circle-container:nth-child(71) .circle {
  -webkit-animation-delay: 297ms;
          animation-delay: 297ms;
}
.circle-container:nth-child(72) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-72;
          animation-name: move-frames-72;
  -webkit-animation-duration: 30834ms;
          animation-duration: 30834ms;
  -webkit-animation-delay: 13264ms;
          animation-delay: 13264ms;
}
@-webkit-keyframes move-frames-72 {
  from {
    transform: translate3d(52vw, 108vh, 0);
  }
  to {
    transform: translate3d(37vw, -128vh, 0);
  }
}
@keyframes move-frames-72 {
  from {
    transform: translate3d(52vw, 108vh, 0);
  }
  to {
    transform: translate3d(37vw, -128vh, 0);
  }
}
.circle-container:nth-child(72) .circle {
  -webkit-animation-delay: 3173ms;
          animation-delay: 3173ms;
}
.circle-container:nth-child(73) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-73;
          animation-name: move-frames-73;
  -webkit-animation-duration: 34327ms;
          animation-duration: 34327ms;
  -webkit-animation-delay: 5337ms;
          animation-delay: 5337ms;
}
@-webkit-keyframes move-frames-73 {
  from {
    transform: translate3d(83vw, 103vh, 0);
  }
  to {
    transform: translate3d(43vw, -120vh, 0);
  }
}
@keyframes move-frames-73 {
  from {
    transform: translate3d(83vw, 103vh, 0);
  }
  to {
    transform: translate3d(43vw, -120vh, 0);
  }
}
.circle-container:nth-child(73) .circle {
  -webkit-animation-delay: 667ms;
          animation-delay: 667ms;
}
.circle-container:nth-child(74) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-74;
          animation-name: move-frames-74;
  -webkit-animation-duration: 32082ms;
          animation-duration: 32082ms;
  -webkit-animation-delay: 24114ms;
          animation-delay: 24114ms;
}
@-webkit-keyframes move-frames-74 {
  from {
    transform: translate3d(81vw, 101vh, 0);
  }
  to {
    transform: translate3d(7vw, -103vh, 0);
  }
}
@keyframes move-frames-74 {
  from {
    transform: translate3d(81vw, 101vh, 0);
  }
  to {
    transform: translate3d(7vw, -103vh, 0);
  }
}
.circle-container:nth-child(74) .circle {
  -webkit-animation-delay: 2123ms;
          animation-delay: 2123ms;
}
.circle-container:nth-child(75) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-75;
          animation-name: move-frames-75;
  -webkit-animation-duration: 33939ms;
          animation-duration: 33939ms;
  -webkit-animation-delay: 6390ms;
          animation-delay: 6390ms;
}
@-webkit-keyframes move-frames-75 {
  from {
    transform: translate3d(77vw, 108vh, 0);
  }
  to {
    transform: translate3d(11vw, -110vh, 0);
  }
}
@keyframes move-frames-75 {
  from {
    transform: translate3d(77vw, 108vh, 0);
  }
  to {
    transform: translate3d(11vw, -110vh, 0);
  }
}
.circle-container:nth-child(75) .circle {
  -webkit-animation-delay: 3250ms;
          animation-delay: 3250ms;
}
.circle-container:nth-child(76) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-76;
          animation-name: move-frames-76;
  -webkit-animation-duration: 28278ms;
          animation-duration: 28278ms;
  -webkit-animation-delay: 22980ms;
          animation-delay: 22980ms;
}
@-webkit-keyframes move-frames-76 {
  from {
    transform: translate3d(44vw, 105vh, 0);
  }
  to {
    transform: translate3d(34vw, -118vh, 0);
  }
}
@keyframes move-frames-76 {
  from {
    transform: translate3d(44vw, 105vh, 0);
  }
  to {
    transform: translate3d(34vw, -118vh, 0);
  }
}
.circle-container:nth-child(76) .circle {
  -webkit-animation-delay: 2701ms;
          animation-delay: 2701ms;
}
.circle-container:nth-child(77) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-77;
          animation-name: move-frames-77;
  -webkit-animation-duration: 35344ms;
          animation-duration: 35344ms;
  -webkit-animation-delay: 16206ms;
          animation-delay: 16206ms;
}
@-webkit-keyframes move-frames-77 {
  from {
    transform: translate3d(24vw, 106vh, 0);
  }
  to {
    transform: translate3d(34vw, -112vh, 0);
  }
}
@keyframes move-frames-77 {
  from {
    transform: translate3d(24vw, 106vh, 0);
  }
  to {
    transform: translate3d(34vw, -112vh, 0);
  }
}
.circle-container:nth-child(77) .circle {
  -webkit-animation-delay: 2933ms;
          animation-delay: 2933ms;
}
.circle-container:nth-child(78) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-78;
          animation-name: move-frames-78;
  -webkit-animation-duration: 35573ms;
          animation-duration: 35573ms;
  -webkit-animation-delay: 17428ms;
          animation-delay: 17428ms;
}
@-webkit-keyframes move-frames-78 {
  from {
    transform: translate3d(3vw, 109vh, 0);
  }
  to {
    transform: translate3d(97vw, -125vh, 0);
  }
}
@keyframes move-frames-78 {
  from {
    transform: translate3d(3vw, 109vh, 0);
  }
  to {
    transform: translate3d(97vw, -125vh, 0);
  }
}
.circle-container:nth-child(78) .circle {
  -webkit-animation-delay: 596ms;
          animation-delay: 596ms;
}
.circle-container:nth-child(79) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-79;
          animation-name: move-frames-79;
  -webkit-animation-duration: 33695ms;
          animation-duration: 33695ms;
  -webkit-animation-delay: 13554ms;
          animation-delay: 13554ms;
}
@-webkit-keyframes move-frames-79 {
  from {
    transform: translate3d(21vw, 107vh, 0);
  }
  to {
    transform: translate3d(35vw, -130vh, 0);
  }
}
@keyframes move-frames-79 {
  from {
    transform: translate3d(21vw, 107vh, 0);
  }
  to {
    transform: translate3d(35vw, -130vh, 0);
  }
}
.circle-container:nth-child(79) .circle {
  -webkit-animation-delay: 3861ms;
          animation-delay: 3861ms;
}
.circle-container:nth-child(80) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-80;
          animation-name: move-frames-80;
  -webkit-animation-duration: 31700ms;
          animation-duration: 31700ms;
  -webkit-animation-delay: 30410ms;
          animation-delay: 30410ms;
}
@-webkit-keyframes move-frames-80 {
  from {
    transform: translate3d(86vw, 107vh, 0);
  }
  to {
    transform: translate3d(13vw, -119vh, 0);
  }
}
@keyframes move-frames-80 {
  from {
    transform: translate3d(86vw, 107vh, 0);
  }
  to {
    transform: translate3d(13vw, -119vh, 0);
  }
}
.circle-container:nth-child(80) .circle {
  -webkit-animation-delay: 285ms;
          animation-delay: 285ms;
}
.circle-container:nth-child(81) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-81;
          animation-name: move-frames-81;
  -webkit-animation-duration: 33159ms;
          animation-duration: 33159ms;
  -webkit-animation-delay: 26795ms;
          animation-delay: 26795ms;
}
@-webkit-keyframes move-frames-81 {
  from {
    transform: translate3d(28vw, 103vh, 0);
  }
  to {
    transform: translate3d(71vw, -129vh, 0);
  }
}
@keyframes move-frames-81 {
  from {
    transform: translate3d(28vw, 103vh, 0);
  }
  to {
    transform: translate3d(71vw, -129vh, 0);
  }
}
.circle-container:nth-child(81) .circle {
  -webkit-animation-delay: 903ms;
          animation-delay: 903ms;
}
.circle-container:nth-child(82) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-82;
          animation-name: move-frames-82;
  -webkit-animation-duration: 33905ms;
          animation-duration: 33905ms;
  -webkit-animation-delay: 36262ms;
          animation-delay: 36262ms;
}
@-webkit-keyframes move-frames-82 {
  from {
    transform: translate3d(32vw, 107vh, 0);
  }
  to {
    transform: translate3d(73vw, -114vh, 0);
  }
}
@keyframes move-frames-82 {
  from {
    transform: translate3d(32vw, 107vh, 0);
  }
  to {
    transform: translate3d(73vw, -114vh, 0);
  }
}
.circle-container:nth-child(82) .circle {
  -webkit-animation-delay: 301ms;
          animation-delay: 301ms;
}
.circle-container:nth-child(83) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-83;
          animation-name: move-frames-83;
  -webkit-animation-duration: 33998ms;
          animation-duration: 33998ms;
  -webkit-animation-delay: 1364ms;
          animation-delay: 1364ms;
}
@-webkit-keyframes move-frames-83 {
  from {
    transform: translate3d(3vw, 103vh, 0);
  }
  to {
    transform: translate3d(12vw, -125vh, 0);
  }
}
@keyframes move-frames-83 {
  from {
    transform: translate3d(3vw, 103vh, 0);
  }
  to {
    transform: translate3d(12vw, -125vh, 0);
  }
}
.circle-container:nth-child(83) .circle {
  -webkit-animation-delay: 756ms;
          animation-delay: 756ms;
}
.circle-container:nth-child(84) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-84;
          animation-name: move-frames-84;
  -webkit-animation-duration: 32098ms;
          animation-duration: 32098ms;
  -webkit-animation-delay: 36471ms;
          animation-delay: 36471ms;
}
@-webkit-keyframes move-frames-84 {
  from {
    transform: translate3d(15vw, 108vh, 0);
  }
  to {
    transform: translate3d(14vw, -116vh, 0);
  }
}
@keyframes move-frames-84 {
  from {
    transform: translate3d(15vw, 108vh, 0);
  }
  to {
    transform: translate3d(14vw, -116vh, 0);
  }
}
.circle-container:nth-child(84) .circle {
  -webkit-animation-delay: 457ms;
          animation-delay: 457ms;
}
.circle-container:nth-child(85) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-85;
          animation-name: move-frames-85;
  -webkit-animation-duration: 28416ms;
          animation-duration: 28416ms;
  -webkit-animation-delay: 2668ms;
          animation-delay: 2668ms;
}
@-webkit-keyframes move-frames-85 {
  from {
    transform: translate3d(66vw, 104vh, 0);
  }
  to {
    transform: translate3d(96vw, -122vh, 0);
  }
}
@keyframes move-frames-85 {
  from {
    transform: translate3d(66vw, 104vh, 0);
  }
  to {
    transform: translate3d(96vw, -122vh, 0);
  }
}
.circle-container:nth-child(85) .circle {
  -webkit-animation-delay: 2884ms;
          animation-delay: 2884ms;
}
.circle-container:nth-child(86) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-86;
          animation-name: move-frames-86;
  -webkit-animation-duration: 35679ms;
          animation-duration: 35679ms;
  -webkit-animation-delay: 13115ms;
          animation-delay: 13115ms;
}
@-webkit-keyframes move-frames-86 {
  from {
    transform: translate3d(9vw, 110vh, 0);
  }
  to {
    transform: translate3d(59vw, -134vh, 0);
  }
}
@keyframes move-frames-86 {
  from {
    transform: translate3d(9vw, 110vh, 0);
  }
  to {
    transform: translate3d(59vw, -134vh, 0);
  }
}
.circle-container:nth-child(86) .circle {
  -webkit-animation-delay: 3074ms;
          animation-delay: 3074ms;
}
.circle-container:nth-child(87) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-87;
          animation-name: move-frames-87;
  -webkit-animation-duration: 30432ms;
          animation-duration: 30432ms;
  -webkit-animation-delay: 28369ms;
          animation-delay: 28369ms;
}
@-webkit-keyframes move-frames-87 {
  from {
    transform: translate3d(89vw, 105vh, 0);
  }
  to {
    transform: translate3d(46vw, -111vh, 0);
  }
}
@keyframes move-frames-87 {
  from {
    transform: translate3d(89vw, 105vh, 0);
  }
  to {
    transform: translate3d(46vw, -111vh, 0);
  }
}
.circle-container:nth-child(87) .circle {
  -webkit-animation-delay: 1444ms;
          animation-delay: 1444ms;
}
.circle-container:nth-child(88) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-88;
          animation-name: move-frames-88;
  -webkit-animation-duration: 29990ms;
          animation-duration: 29990ms;
  -webkit-animation-delay: 25663ms;
          animation-delay: 25663ms;
}
@-webkit-keyframes move-frames-88 {
  from {
    transform: translate3d(16vw, 109vh, 0);
  }
  to {
    transform: translate3d(60vw, -121vh, 0);
  }
}
@keyframes move-frames-88 {
  from {
    transform: translate3d(16vw, 109vh, 0);
  }
  to {
    transform: translate3d(60vw, -121vh, 0);
  }
}
.circle-container:nth-child(88) .circle {
  -webkit-animation-delay: 662ms;
          animation-delay: 662ms;
}
.circle-container:nth-child(89) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-89;
          animation-name: move-frames-89;
  -webkit-animation-duration: 29989ms;
          animation-duration: 29989ms;
  -webkit-animation-delay: 22328ms;
          animation-delay: 22328ms;
}
@-webkit-keyframes move-frames-89 {
  from {
    transform: translate3d(83vw, 106vh, 0);
  }
  to {
    transform: translate3d(23vw, -122vh, 0);
  }
}
@keyframes move-frames-89 {
  from {
    transform: translate3d(83vw, 106vh, 0);
  }
  to {
    transform: translate3d(23vw, -122vh, 0);
  }
}
.circle-container:nth-child(89) .circle {
  -webkit-animation-delay: 2570ms;
          animation-delay: 2570ms;
}
.circle-container:nth-child(90) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-90;
          animation-name: move-frames-90;
  -webkit-animation-duration: 34706ms;
          animation-duration: 34706ms;
  -webkit-animation-delay: 7267ms;
          animation-delay: 7267ms;
}
@-webkit-keyframes move-frames-90 {
  from {
    transform: translate3d(55vw, 101vh, 0);
  }
  to {
    transform: translate3d(88vw, -117vh, 0);
  }
}
@keyframes move-frames-90 {
  from {
    transform: translate3d(55vw, 101vh, 0);
  }
  to {
    transform: translate3d(88vw, -117vh, 0);
  }
}
.circle-container:nth-child(90) .circle {
  -webkit-animation-delay: 3517ms;
          animation-delay: 3517ms;
}
.circle-container:nth-child(91) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-91;
          animation-name: move-frames-91;
  -webkit-animation-duration: 35423ms;
          animation-duration: 35423ms;
  -webkit-animation-delay: 4384ms;
          animation-delay: 4384ms;
}
@-webkit-keyframes move-frames-91 {
  from {
    transform: translate3d(49vw, 105vh, 0);
  }
  to {
    transform: translate3d(9vw, -108vh, 0);
  }
}
@keyframes move-frames-91 {
  from {
    transform: translate3d(49vw, 105vh, 0);
  }
  to {
    transform: translate3d(9vw, -108vh, 0);
  }
}
.circle-container:nth-child(91) .circle {
  -webkit-animation-delay: 705ms;
          animation-delay: 705ms;
}
.circle-container:nth-child(92) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-92;
          animation-name: move-frames-92;
  -webkit-animation-duration: 36858ms;
          animation-duration: 36858ms;
  -webkit-animation-delay: 1585ms;
          animation-delay: 1585ms;
}
@-webkit-keyframes move-frames-92 {
  from {
    transform: translate3d(50vw, 101vh, 0);
  }
  to {
    transform: translate3d(29vw, -106vh, 0);
  }
}
@keyframes move-frames-92 {
  from {
    transform: translate3d(50vw, 101vh, 0);
  }
  to {
    transform: translate3d(29vw, -106vh, 0);
  }
}
.circle-container:nth-child(92) .circle {
  -webkit-animation-delay: 736ms;
          animation-delay: 736ms;
}
.circle-container:nth-child(93) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-93;
          animation-name: move-frames-93;
  -webkit-animation-duration: 36848ms;
          animation-duration: 36848ms;
  -webkit-animation-delay: 15276ms;
          animation-delay: 15276ms;
}
@-webkit-keyframes move-frames-93 {
  from {
    transform: translate3d(87vw, 104vh, 0);
  }
  to {
    transform: translate3d(10vw, -131vh, 0);
  }
}
@keyframes move-frames-93 {
  from {
    transform: translate3d(87vw, 104vh, 0);
  }
  to {
    transform: translate3d(10vw, -131vh, 0);
  }
}
.circle-container:nth-child(93) .circle {
  -webkit-animation-delay: 2759ms;
          animation-delay: 2759ms;
}
.circle-container:nth-child(94) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-94;
          animation-name: move-frames-94;
  -webkit-animation-duration: 30355ms;
          animation-duration: 30355ms;
  -webkit-animation-delay: 11629ms;
          animation-delay: 11629ms;
}
@-webkit-keyframes move-frames-94 {
  from {
    transform: translate3d(2vw, 108vh, 0);
  }
  to {
    transform: translate3d(29vw, -131vh, 0);
  }
}
@keyframes move-frames-94 {
  from {
    transform: translate3d(2vw, 108vh, 0);
  }
  to {
    transform: translate3d(29vw, -131vh, 0);
  }
}
.circle-container:nth-child(94) .circle {
  -webkit-animation-delay: 3526ms;
          animation-delay: 3526ms;
}
.circle-container:nth-child(95) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-95;
          animation-name: move-frames-95;
  -webkit-animation-duration: 32930ms;
          animation-duration: 32930ms;
  -webkit-animation-delay: 12036ms;
          animation-delay: 12036ms;
}
@-webkit-keyframes move-frames-95 {
  from {
    transform: translate3d(13vw, 105vh, 0);
  }
  to {
    transform: translate3d(30vw, -112vh, 0);
  }
}
@keyframes move-frames-95 {
  from {
    transform: translate3d(13vw, 105vh, 0);
  }
  to {
    transform: translate3d(30vw, -112vh, 0);
  }
}
.circle-container:nth-child(95) .circle {
  -webkit-animation-delay: 2222ms;
          animation-delay: 2222ms;
}
.circle-container:nth-child(96) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-96;
          animation-name: move-frames-96;
  -webkit-animation-duration: 34465ms;
          animation-duration: 34465ms;
  -webkit-animation-delay: 20313ms;
          animation-delay: 20313ms;
}
@-webkit-keyframes move-frames-96 {
  from {
    transform: translate3d(17vw, 105vh, 0);
  }
  to {
    transform: translate3d(58vw, -111vh, 0);
  }
}
@keyframes move-frames-96 {
  from {
    transform: translate3d(17vw, 105vh, 0);
  }
  to {
    transform: translate3d(58vw, -111vh, 0);
  }
}
.circle-container:nth-child(96) .circle {
  -webkit-animation-delay: 2043ms;
          animation-delay: 2043ms;
}
.circle-container:nth-child(97) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-97;
          animation-name: move-frames-97;
  -webkit-animation-duration: 36207ms;
          animation-duration: 36207ms;
  -webkit-animation-delay: 31234ms;
          animation-delay: 31234ms;
}
@-webkit-keyframes move-frames-97 {
  from {
    transform: translate3d(21vw, 104vh, 0);
  }
  to {
    transform: translate3d(83vw, -113vh, 0);
  }
}
@keyframes move-frames-97 {
  from {
    transform: translate3d(21vw, 104vh, 0);
  }
  to {
    transform: translate3d(83vw, -113vh, 0);
  }
}
.circle-container:nth-child(97) .circle {
  -webkit-animation-delay: 47ms;
          animation-delay: 47ms;
}
.circle-container:nth-child(98) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-98;
          animation-name: move-frames-98;
  -webkit-animation-duration: 34743ms;
          animation-duration: 34743ms;
  -webkit-animation-delay: 11746ms;
          animation-delay: 11746ms;
}
@-webkit-keyframes move-frames-98 {
  from {
    transform: translate3d(62vw, 107vh, 0);
  }
  to {
    transform: translate3d(66vw, -111vh, 0);
  }
}
@keyframes move-frames-98 {
  from {
    transform: translate3d(62vw, 107vh, 0);
  }
  to {
    transform: translate3d(66vw, -111vh, 0);
  }
}
.circle-container:nth-child(98) .circle {
  -webkit-animation-delay: 2643ms;
          animation-delay: 2643ms;
}
.circle-container:nth-child(99) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-99;
          animation-name: move-frames-99;
  -webkit-animation-duration: 34313ms;
          animation-duration: 34313ms;
  -webkit-animation-delay: 5770ms;
          animation-delay: 5770ms;
}
@-webkit-keyframes move-frames-99 {
  from {
    transform: translate3d(20vw, 110vh, 0);
  }
  to {
    transform: translate3d(51vw, -129vh, 0);
  }
}
@keyframes move-frames-99 {
  from {
    transform: translate3d(20vw, 110vh, 0);
  }
  to {
    transform: translate3d(51vw, -129vh, 0);
  }
}
.circle-container:nth-child(99) .circle {
  -webkit-animation-delay: 3361ms;
          animation-delay: 3361ms;
}
.circle-container:nth-child(100) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-100;
          animation-name: move-frames-100;
  -webkit-animation-duration: 34935ms;
          animation-duration: 34935ms;
  -webkit-animation-delay: 9946ms;
          animation-delay: 9946ms;
}
@-webkit-keyframes move-frames-100 {
  from {
    transform: translate3d(1vw, 101vh, 0);
  }
  to {
    transform: translate3d(55vw, -126vh, 0);
  }
}
@keyframes move-frames-100 {
  from {
    transform: translate3d(1vw, 101vh, 0);
  }
  to {
    transform: translate3d(55vw, -126vh, 0);
  }
}
.circle-container:nth-child(100) .circle {
  -webkit-animation-delay: 3050ms;
          animation-delay: 3050ms;
}
.circle-container:nth-child(101) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-101;
          animation-name: move-frames-101;
  -webkit-animation-duration: 30705ms;
          animation-duration: 30705ms;
  -webkit-animation-delay: 9551ms;
          animation-delay: 9551ms;
}
@-webkit-keyframes move-frames-101 {
  from {
    transform: translate3d(47vw, 101vh, 0);
  }
  to {
    transform: translate3d(100vw, -114vh, 0);
  }
}
@keyframes move-frames-101 {
  from {
    transform: translate3d(47vw, 101vh, 0);
  }
  to {
    transform: translate3d(100vw, -114vh, 0);
  }
}
.circle-container:nth-child(101) .circle {
  -webkit-animation-delay: 3075ms;
          animation-delay: 3075ms;
}
.circle-container:nth-child(102) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-102;
          animation-name: move-frames-102;
  -webkit-animation-duration: 36158ms;
          animation-duration: 36158ms;
  -webkit-animation-delay: 1437ms;
          animation-delay: 1437ms;
}
@-webkit-keyframes move-frames-102 {
  from {
    transform: translate3d(81vw, 108vh, 0);
  }
  to {
    transform: translate3d(6vw, -136vh, 0);
  }
}
@keyframes move-frames-102 {
  from {
    transform: translate3d(81vw, 108vh, 0);
  }
  to {
    transform: translate3d(6vw, -136vh, 0);
  }
}
.circle-container:nth-child(102) .circle {
  -webkit-animation-delay: 3675ms;
          animation-delay: 3675ms;
}
.circle-container:nth-child(103) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-103;
          animation-name: move-frames-103;
  -webkit-animation-duration: 30112ms;
          animation-duration: 30112ms;
  -webkit-animation-delay: 20134ms;
          animation-delay: 20134ms;
}
@-webkit-keyframes move-frames-103 {
  from {
    transform: translate3d(1vw, 108vh, 0);
  }
  to {
    transform: translate3d(3vw, -133vh, 0);
  }
}
@keyframes move-frames-103 {
  from {
    transform: translate3d(1vw, 108vh, 0);
  }
  to {
    transform: translate3d(3vw, -133vh, 0);
  }
}
.circle-container:nth-child(103) .circle {
  -webkit-animation-delay: 335ms;
          animation-delay: 335ms;
}
.circle-container:nth-child(104) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-104;
          animation-name: move-frames-104;
  -webkit-animation-duration: 31575ms;
          animation-duration: 31575ms;
  -webkit-animation-delay: 31895ms;
          animation-delay: 31895ms;
}
@-webkit-keyframes move-frames-104 {
  from {
    transform: translate3d(100vw, 104vh, 0);
  }
  to {
    transform: translate3d(34vw, -117vh, 0);
  }
}
@keyframes move-frames-104 {
  from {
    transform: translate3d(100vw, 104vh, 0);
  }
  to {
    transform: translate3d(34vw, -117vh, 0);
  }
}
.circle-container:nth-child(104) .circle {
  -webkit-animation-delay: 1786ms;
          animation-delay: 1786ms;
}
.circle-container:nth-child(105) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-105;
          animation-name: move-frames-105;
  -webkit-animation-duration: 28356ms;
          animation-duration: 28356ms;
  -webkit-animation-delay: 865ms;
          animation-delay: 865ms;
}
@-webkit-keyframes move-frames-105 {
  from {
    transform: translate3d(60vw, 101vh, 0);
  }
  to {
    transform: translate3d(75vw, -116vh, 0);
  }
}
@keyframes move-frames-105 {
  from {
    transform: translate3d(60vw, 101vh, 0);
  }
  to {
    transform: translate3d(75vw, -116vh, 0);
  }
}
.circle-container:nth-child(105) .circle {
  -webkit-animation-delay: 3552ms;
          animation-delay: 3552ms;
}
.circle-container:nth-child(106) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-106;
          animation-name: move-frames-106;
  -webkit-animation-duration: 29543ms;
          animation-duration: 29543ms;
  -webkit-animation-delay: 11960ms;
          animation-delay: 11960ms;
}
@-webkit-keyframes move-frames-106 {
  from {
    transform: translate3d(86vw, 108vh, 0);
  }
  to {
    transform: translate3d(54vw, -110vh, 0);
  }
}
@keyframes move-frames-106 {
  from {
    transform: translate3d(86vw, 108vh, 0);
  }
  to {
    transform: translate3d(54vw, -110vh, 0);
  }
}
.circle-container:nth-child(106) .circle {
  -webkit-animation-delay: 771ms;
          animation-delay: 771ms;
}
.circle-container:nth-child(107) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-107;
          animation-name: move-frames-107;
  -webkit-animation-duration: 36196ms;
          animation-duration: 36196ms;
  -webkit-animation-delay: 18166ms;
          animation-delay: 18166ms;
}
@-webkit-keyframes move-frames-107 {
  from {
    transform: translate3d(8vw, 108vh, 0);
  }
  to {
    transform: translate3d(75vw, -117vh, 0);
  }
}
@keyframes move-frames-107 {
  from {
    transform: translate3d(8vw, 108vh, 0);
  }
  to {
    transform: translate3d(75vw, -117vh, 0);
  }
}
.circle-container:nth-child(107) .circle {
  -webkit-animation-delay: 3511ms;
          animation-delay: 3511ms;
}
.circle-container:nth-child(108) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-108;
          animation-name: move-frames-108;
  -webkit-animation-duration: 35918ms;
          animation-duration: 35918ms;
  -webkit-animation-delay: 505ms;
          animation-delay: 505ms;
}
@-webkit-keyframes move-frames-108 {
  from {
    transform: translate3d(47vw, 107vh, 0);
  }
  to {
    transform: translate3d(70vw, -120vh, 0);
  }
}
@keyframes move-frames-108 {
  from {
    transform: translate3d(47vw, 107vh, 0);
  }
  to {
    transform: translate3d(70vw, -120vh, 0);
  }
}
.circle-container:nth-child(108) .circle {
  -webkit-animation-delay: 2351ms;
          animation-delay: 2351ms;
}
.circle-container:nth-child(109) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-109;
          animation-name: move-frames-109;
  -webkit-animation-duration: 28613ms;
          animation-duration: 28613ms;
  -webkit-animation-delay: 3658ms;
          animation-delay: 3658ms;
}
@-webkit-keyframes move-frames-109 {
  from {
    transform: translate3d(8vw, 109vh, 0);
  }
  to {
    transform: translate3d(84vw, -130vh, 0);
  }
}
@keyframes move-frames-109 {
  from {
    transform: translate3d(8vw, 109vh, 0);
  }
  to {
    transform: translate3d(84vw, -130vh, 0);
  }
}
.circle-container:nth-child(109) .circle {
  -webkit-animation-delay: 3311ms;
          animation-delay: 3311ms;
}
.circle-container:nth-child(110) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-110;
          animation-name: move-frames-110;
  -webkit-animation-duration: 31473ms;
          animation-duration: 31473ms;
  -webkit-animation-delay: 10992ms;
          animation-delay: 10992ms;
}
@-webkit-keyframes move-frames-110 {
  from {
    transform: translate3d(91vw, 108vh, 0);
  }
  to {
    transform: translate3d(17vw, -116vh, 0);
  }
}
@keyframes move-frames-110 {
  from {
    transform: translate3d(91vw, 108vh, 0);
  }
  to {
    transform: translate3d(17vw, -116vh, 0);
  }
}
.circle-container:nth-child(110) .circle {
  -webkit-animation-delay: 1825ms;
          animation-delay: 1825ms;
}
.circle-container:nth-child(111) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-111;
          animation-name: move-frames-111;
  -webkit-animation-duration: 35909ms;
          animation-duration: 35909ms;
  -webkit-animation-delay: 8785ms;
          animation-delay: 8785ms;
}
@-webkit-keyframes move-frames-111 {
  from {
    transform: translate3d(5vw, 101vh, 0);
  }
  to {
    transform: translate3d(93vw, -125vh, 0);
  }
}
@keyframes move-frames-111 {
  from {
    transform: translate3d(5vw, 101vh, 0);
  }
  to {
    transform: translate3d(93vw, -125vh, 0);
  }
}
.circle-container:nth-child(111) .circle {
  -webkit-animation-delay: 845ms;
          animation-delay: 845ms;
}
.circle-container:nth-child(112) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-112;
          animation-name: move-frames-112;
  -webkit-animation-duration: 31963ms;
          animation-duration: 31963ms;
  -webkit-animation-delay: 21625ms;
          animation-delay: 21625ms;
}
@-webkit-keyframes move-frames-112 {
  from {
    transform: translate3d(40vw, 107vh, 0);
  }
  to {
    transform: translate3d(36vw, -127vh, 0);
  }
}
@keyframes move-frames-112 {
  from {
    transform: translate3d(40vw, 107vh, 0);
  }
  to {
    transform: translate3d(36vw, -127vh, 0);
  }
}
.circle-container:nth-child(112) .circle {
  -webkit-animation-delay: 3345ms;
          animation-delay: 3345ms;
}
.circle-container:nth-child(113) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-113;
          animation-name: move-frames-113;
  -webkit-animation-duration: 32344ms;
          animation-duration: 32344ms;
  -webkit-animation-delay: 18649ms;
          animation-delay: 18649ms;
}
@-webkit-keyframes move-frames-113 {
  from {
    transform: translate3d(36vw, 108vh, 0);
  }
  to {
    transform: translate3d(56vw, -133vh, 0);
  }
}
@keyframes move-frames-113 {
  from {
    transform: translate3d(36vw, 108vh, 0);
  }
  to {
    transform: translate3d(56vw, -133vh, 0);
  }
}
.circle-container:nth-child(113) .circle {
  -webkit-animation-delay: 2928ms;
          animation-delay: 2928ms;
}
.circle-container:nth-child(114) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-114;
          animation-name: move-frames-114;
  -webkit-animation-duration: 29886ms;
          animation-duration: 29886ms;
  -webkit-animation-delay: 13466ms;
          animation-delay: 13466ms;
}
@-webkit-keyframes move-frames-114 {
  from {
    transform: translate3d(23vw, 108vh, 0);
  }
  to {
    transform: translate3d(11vw, -118vh, 0);
  }
}
@keyframes move-frames-114 {
  from {
    transform: translate3d(23vw, 108vh, 0);
  }
  to {
    transform: translate3d(11vw, -118vh, 0);
  }
}
.circle-container:nth-child(114) .circle {
  -webkit-animation-delay: 55ms;
          animation-delay: 55ms;
}
.circle-container:nth-child(115) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-115;
          animation-name: move-frames-115;
  -webkit-animation-duration: 29811ms;
          animation-duration: 29811ms;
  -webkit-animation-delay: 29312ms;
          animation-delay: 29312ms;
}
@-webkit-keyframes move-frames-115 {
  from {
    transform: translate3d(37vw, 101vh, 0);
  }
  to {
    transform: translate3d(44vw, -122vh, 0);
  }
}
@keyframes move-frames-115 {
  from {
    transform: translate3d(37vw, 101vh, 0);
  }
  to {
    transform: translate3d(44vw, -122vh, 0);
  }
}
.circle-container:nth-child(115) .circle {
  -webkit-animation-delay: 1165ms;
          animation-delay: 1165ms;
}
.circle-container:nth-child(116) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-116;
          animation-name: move-frames-116;
  -webkit-animation-duration: 35824ms;
          animation-duration: 35824ms;
  -webkit-animation-delay: 34696ms;
          animation-delay: 34696ms;
}
@-webkit-keyframes move-frames-116 {
  from {
    transform: translate3d(51vw, 105vh, 0);
  }
  to {
    transform: translate3d(29vw, -108vh, 0);
  }
}
@keyframes move-frames-116 {
  from {
    transform: translate3d(51vw, 105vh, 0);
  }
  to {
    transform: translate3d(29vw, -108vh, 0);
  }
}
.circle-container:nth-child(116) .circle {
  -webkit-animation-delay: 677ms;
          animation-delay: 677ms;
}
.circle-container:nth-child(117) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-117;
          animation-name: move-frames-117;
  -webkit-animation-duration: 29219ms;
          animation-duration: 29219ms;
  -webkit-animation-delay: 16099ms;
          animation-delay: 16099ms;
}
@-webkit-keyframes move-frames-117 {
  from {
    transform: translate3d(2vw, 110vh, 0);
  }
  to {
    transform: translate3d(57vw, -115vh, 0);
  }
}
@keyframes move-frames-117 {
  from {
    transform: translate3d(2vw, 110vh, 0);
  }
  to {
    transform: translate3d(57vw, -115vh, 0);
  }
}
.circle-container:nth-child(117) .circle {
  -webkit-animation-delay: 213ms;
          animation-delay: 213ms;
}
.circle-container:nth-child(118) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-118;
          animation-name: move-frames-118;
  -webkit-animation-duration: 28690ms;
          animation-duration: 28690ms;
  -webkit-animation-delay: 9965ms;
          animation-delay: 9965ms;
}
@-webkit-keyframes move-frames-118 {
  from {
    transform: translate3d(87vw, 108vh, 0);
  }
  to {
    transform: translate3d(42vw, -116vh, 0);
  }
}
@keyframes move-frames-118 {
  from {
    transform: translate3d(87vw, 108vh, 0);
  }
  to {
    transform: translate3d(42vw, -116vh, 0);
  }
}
.circle-container:nth-child(118) .circle {
  -webkit-animation-delay: 1080ms;
          animation-delay: 1080ms;
}
.circle-container:nth-child(119) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-119;
          animation-name: move-frames-119;
  -webkit-animation-duration: 35616ms;
          animation-duration: 35616ms;
  -webkit-animation-delay: 35194ms;
          animation-delay: 35194ms;
}
@-webkit-keyframes move-frames-119 {
  from {
    transform: translate3d(97vw, 101vh, 0);
  }
  to {
    transform: translate3d(77vw, -131vh, 0);
  }
}
@keyframes move-frames-119 {
  from {
    transform: translate3d(97vw, 101vh, 0);
  }
  to {
    transform: translate3d(77vw, -131vh, 0);
  }
}
.circle-container:nth-child(119) .circle {
  -webkit-animation-delay: 2545ms;
          animation-delay: 2545ms;
}
.circle-container:nth-child(120) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-120;
          animation-name: move-frames-120;
  -webkit-animation-duration: 32589ms;
          animation-duration: 32589ms;
  -webkit-animation-delay: 2601ms;
          animation-delay: 2601ms;
}
@-webkit-keyframes move-frames-120 {
  from {
    transform: translate3d(22vw, 102vh, 0);
  }
  to {
    transform: translate3d(92vw, -107vh, 0);
  }
}
@keyframes move-frames-120 {
  from {
    transform: translate3d(22vw, 102vh, 0);
  }
  to {
    transform: translate3d(92vw, -107vh, 0);
  }
}
.circle-container:nth-child(120) .circle {
  -webkit-animation-delay: 3295ms;
          animation-delay: 3295ms;
}
.circle-container:nth-child(121) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-121;
          animation-name: move-frames-121;
  -webkit-animation-duration: 29721ms;
          animation-duration: 29721ms;
  -webkit-animation-delay: 7056ms;
          animation-delay: 7056ms;
}
@-webkit-keyframes move-frames-121 {
  from {
    transform: translate3d(93vw, 102vh, 0);
  }
  to {
    transform: translate3d(78vw, -104vh, 0);
  }
}
@keyframes move-frames-121 {
  from {
    transform: translate3d(93vw, 102vh, 0);
  }
  to {
    transform: translate3d(78vw, -104vh, 0);
  }
}
.circle-container:nth-child(121) .circle {
  -webkit-animation-delay: 2183ms;
          animation-delay: 2183ms;
}
.circle-container:nth-child(122) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-122;
          animation-name: move-frames-122;
  -webkit-animation-duration: 31333ms;
          animation-duration: 31333ms;
  -webkit-animation-delay: 14849ms;
          animation-delay: 14849ms;
}
@-webkit-keyframes move-frames-122 {
  from {
    transform: translate3d(42vw, 105vh, 0);
  }
  to {
    transform: translate3d(85vw, -128vh, 0);
  }
}
@keyframes move-frames-122 {
  from {
    transform: translate3d(42vw, 105vh, 0);
  }
  to {
    transform: translate3d(85vw, -128vh, 0);
  }
}
.circle-container:nth-child(122) .circle {
  -webkit-animation-delay: 2065ms;
          animation-delay: 2065ms;
}
.circle-container:nth-child(123) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-123;
          animation-name: move-frames-123;
  -webkit-animation-duration: 34744ms;
          animation-duration: 34744ms;
  -webkit-animation-delay: 942ms;
          animation-delay: 942ms;
}
@-webkit-keyframes move-frames-123 {
  from {
    transform: translate3d(9vw, 105vh, 0);
  }
  to {
    transform: translate3d(24vw, -127vh, 0);
  }
}
@keyframes move-frames-123 {
  from {
    transform: translate3d(9vw, 105vh, 0);
  }
  to {
    transform: translate3d(24vw, -127vh, 0);
  }
}
.circle-container:nth-child(123) .circle {
  -webkit-animation-delay: 3505ms;
          animation-delay: 3505ms;
}
.circle-container:nth-child(124) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-124;
          animation-name: move-frames-124;
  -webkit-animation-duration: 33208ms;
          animation-duration: 33208ms;
  -webkit-animation-delay: 16174ms;
          animation-delay: 16174ms;
}
@-webkit-keyframes move-frames-124 {
  from {
    transform: translate3d(40vw, 104vh, 0);
  }
  to {
    transform: translate3d(86vw, -131vh, 0);
  }
}
@keyframes move-frames-124 {
  from {
    transform: translate3d(40vw, 104vh, 0);
  }
  to {
    transform: translate3d(86vw, -131vh, 0);
  }
}
.circle-container:nth-child(124) .circle {
  -webkit-animation-delay: 3225ms;
          animation-delay: 3225ms;
}
.circle-container:nth-child(125) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-125;
          animation-name: move-frames-125;
  -webkit-animation-duration: 32380ms;
          animation-duration: 32380ms;
  -webkit-animation-delay: 9245ms;
          animation-delay: 9245ms;
}
@-webkit-keyframes move-frames-125 {
  from {
    transform: translate3d(18vw, 103vh, 0);
  }
  to {
    transform: translate3d(90vw, -110vh, 0);
  }
}
@keyframes move-frames-125 {
  from {
    transform: translate3d(18vw, 103vh, 0);
  }
  to {
    transform: translate3d(90vw, -110vh, 0);
  }
}
.circle-container:nth-child(125) .circle {
  -webkit-animation-delay: 3406ms;
          animation-delay: 3406ms;
}
.circle-container:nth-child(126) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-126;
          animation-name: move-frames-126;
  -webkit-animation-duration: 36725ms;
          animation-duration: 36725ms;
  -webkit-animation-delay: 23711ms;
          animation-delay: 23711ms;
}
@-webkit-keyframes move-frames-126 {
  from {
    transform: translate3d(23vw, 110vh, 0);
  }
  to {
    transform: translate3d(26vw, -134vh, 0);
  }
}
@keyframes move-frames-126 {
  from {
    transform: translate3d(23vw, 110vh, 0);
  }
  to {
    transform: translate3d(26vw, -134vh, 0);
  }
}
.circle-container:nth-child(126) .circle {
  -webkit-animation-delay: 2596ms;
          animation-delay: 2596ms;
}
.circle-container:nth-child(127) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-127;
          animation-name: move-frames-127;
  -webkit-animation-duration: 36596ms;
          animation-duration: 36596ms;
  -webkit-animation-delay: 10226ms;
          animation-delay: 10226ms;
}
@-webkit-keyframes move-frames-127 {
  from {
    transform: translate3d(92vw, 106vh, 0);
  }
  to {
    transform: translate3d(95vw, -130vh, 0);
  }
}
@keyframes move-frames-127 {
  from {
    transform: translate3d(92vw, 106vh, 0);
  }
  to {
    transform: translate3d(95vw, -130vh, 0);
  }
}
.circle-container:nth-child(127) .circle {
  -webkit-animation-delay: 3259ms;
          animation-delay: 3259ms;
}
.circle-container:nth-child(128) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-128;
          animation-name: move-frames-128;
  -webkit-animation-duration: 34144ms;
          animation-duration: 34144ms;
  -webkit-animation-delay: 17220ms;
          animation-delay: 17220ms;
}
@-webkit-keyframes move-frames-128 {
  from {
    transform: translate3d(80vw, 105vh, 0);
  }
  to {
    transform: translate3d(24vw, -129vh, 0);
  }
}
@keyframes move-frames-128 {
  from {
    transform: translate3d(80vw, 105vh, 0);
  }
  to {
    transform: translate3d(24vw, -129vh, 0);
  }
}
.circle-container:nth-child(128) .circle {
  -webkit-animation-delay: 861ms;
          animation-delay: 861ms;
}
.circle-container:nth-child(129) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-129;
          animation-name: move-frames-129;
  -webkit-animation-duration: 32406ms;
          animation-duration: 32406ms;
  -webkit-animation-delay: 28912ms;
          animation-delay: 28912ms;
}
@-webkit-keyframes move-frames-129 {
  from {
    transform: translate3d(21vw, 108vh, 0);
  }
  to {
    transform: translate3d(51vw, -110vh, 0);
  }
}
@keyframes move-frames-129 {
  from {
    transform: translate3d(21vw, 108vh, 0);
  }
  to {
    transform: translate3d(51vw, -110vh, 0);
  }
}
.circle-container:nth-child(129) .circle {
  -webkit-animation-delay: 3943ms;
          animation-delay: 3943ms;
}
.circle-container:nth-child(130) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-130;
          animation-name: move-frames-130;
  -webkit-animation-duration: 36155ms;
          animation-duration: 36155ms;
  -webkit-animation-delay: 17088ms;
          animation-delay: 17088ms;
}
@-webkit-keyframes move-frames-130 {
  from {
    transform: translate3d(16vw, 101vh, 0);
  }
  to {
    transform: translate3d(84vw, -123vh, 0);
  }
}
@keyframes move-frames-130 {
  from {
    transform: translate3d(16vw, 101vh, 0);
  }
  to {
    transform: translate3d(84vw, -123vh, 0);
  }
}
.circle-container:nth-child(130) .circle {
  -webkit-animation-delay: 3843ms;
          animation-delay: 3843ms;
}
.circle-container:nth-child(131) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-131;
          animation-name: move-frames-131;
  -webkit-animation-duration: 29505ms;
          animation-duration: 29505ms;
  -webkit-animation-delay: 11499ms;
          animation-delay: 11499ms;
}
@-webkit-keyframes move-frames-131 {
  from {
    transform: translate3d(35vw, 110vh, 0);
  }
  to {
    transform: translate3d(56vw, -128vh, 0);
  }
}
@keyframes move-frames-131 {
  from {
    transform: translate3d(35vw, 110vh, 0);
  }
  to {
    transform: translate3d(56vw, -128vh, 0);
  }
}
.circle-container:nth-child(131) .circle {
  -webkit-animation-delay: 3367ms;
          animation-delay: 3367ms;
}
.circle-container:nth-child(132) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-132;
          animation-name: move-frames-132;
  -webkit-animation-duration: 34780ms;
          animation-duration: 34780ms;
  -webkit-animation-delay: 2915ms;
          animation-delay: 2915ms;
}
@-webkit-keyframes move-frames-132 {
  from {
    transform: translate3d(15vw, 101vh, 0);
  }
  to {
    transform: translate3d(74vw, -126vh, 0);
  }
}
@keyframes move-frames-132 {
  from {
    transform: translate3d(15vw, 101vh, 0);
  }
  to {
    transform: translate3d(74vw, -126vh, 0);
  }
}
.circle-container:nth-child(132) .circle {
  -webkit-animation-delay: 1763ms;
          animation-delay: 1763ms;
}
.circle-container:nth-child(133) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-133;
          animation-name: move-frames-133;
  -webkit-animation-duration: 28197ms;
          animation-duration: 28197ms;
  -webkit-animation-delay: 32985ms;
          animation-delay: 32985ms;
}
@-webkit-keyframes move-frames-133 {
  from {
    transform: translate3d(28vw, 104vh, 0);
  }
  to {
    transform: translate3d(43vw, -121vh, 0);
  }
}
@keyframes move-frames-133 {
  from {
    transform: translate3d(28vw, 104vh, 0);
  }
  to {
    transform: translate3d(43vw, -121vh, 0);
  }
}
.circle-container:nth-child(133) .circle {
  -webkit-animation-delay: 3295ms;
          animation-delay: 3295ms;
}
.circle-container:nth-child(134) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-134;
          animation-name: move-frames-134;
  -webkit-animation-duration: 28252ms;
          animation-duration: 28252ms;
  -webkit-animation-delay: 14509ms;
          animation-delay: 14509ms;
}
@-webkit-keyframes move-frames-134 {
  from {
    transform: translate3d(33vw, 110vh, 0);
  }
  to {
    transform: translate3d(10vw, -135vh, 0);
  }
}
@keyframes move-frames-134 {
  from {
    transform: translate3d(33vw, 110vh, 0);
  }
  to {
    transform: translate3d(10vw, -135vh, 0);
  }
}
.circle-container:nth-child(134) .circle {
  -webkit-animation-delay: 205ms;
          animation-delay: 205ms;
}
.circle-container:nth-child(135) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-135;
          animation-name: move-frames-135;
  -webkit-animation-duration: 28148ms;
          animation-duration: 28148ms;
  -webkit-animation-delay: 26113ms;
          animation-delay: 26113ms;
}
@-webkit-keyframes move-frames-135 {
  from {
    transform: translate3d(39vw, 107vh, 0);
  }
  to {
    transform: translate3d(100vw, -112vh, 0);
  }
}
@keyframes move-frames-135 {
  from {
    transform: translate3d(39vw, 107vh, 0);
  }
  to {
    transform: translate3d(100vw, -112vh, 0);
  }
}
.circle-container:nth-child(135) .circle {
  -webkit-animation-delay: 1025ms;
          animation-delay: 1025ms;
}
.circle-container:nth-child(136) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-136;
          animation-name: move-frames-136;
  -webkit-animation-duration: 30926ms;
          animation-duration: 30926ms;
  -webkit-animation-delay: 926ms;
          animation-delay: 926ms;
}
@-webkit-keyframes move-frames-136 {
  from {
    transform: translate3d(75vw, 110vh, 0);
  }
  to {
    transform: translate3d(91vw, -113vh, 0);
  }
}
@keyframes move-frames-136 {
  from {
    transform: translate3d(75vw, 110vh, 0);
  }
  to {
    transform: translate3d(91vw, -113vh, 0);
  }
}
.circle-container:nth-child(136) .circle {
  -webkit-animation-delay: 3004ms;
          animation-delay: 3004ms;
}
.circle-container:nth-child(137) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-137;
          animation-name: move-frames-137;
  -webkit-animation-duration: 33818ms;
          animation-duration: 33818ms;
  -webkit-animation-delay: 7359ms;
          animation-delay: 7359ms;
}
@-webkit-keyframes move-frames-137 {
  from {
    transform: translate3d(57vw, 108vh, 0);
  }
  to {
    transform: translate3d(85vw, -123vh, 0);
  }
}
@keyframes move-frames-137 {
  from {
    transform: translate3d(57vw, 108vh, 0);
  }
  to {
    transform: translate3d(85vw, -123vh, 0);
  }
}
.circle-container:nth-child(137) .circle {
  -webkit-animation-delay: 3042ms;
          animation-delay: 3042ms;
}
.circle-container:nth-child(138) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-138;
          animation-name: move-frames-138;
  -webkit-animation-duration: 34523ms;
          animation-duration: 34523ms;
  -webkit-animation-delay: 24154ms;
          animation-delay: 24154ms;
}
@-webkit-keyframes move-frames-138 {
  from {
    transform: translate3d(25vw, 101vh, 0);
  }
  to {
    transform: translate3d(74vw, -109vh, 0);
  }
}
@keyframes move-frames-138 {
  from {
    transform: translate3d(25vw, 101vh, 0);
  }
  to {
    transform: translate3d(74vw, -109vh, 0);
  }
}
.circle-container:nth-child(138) .circle {
  -webkit-animation-delay: 243ms;
          animation-delay: 243ms;
}
.circle-container:nth-child(139) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-139;
          animation-name: move-frames-139;
  -webkit-animation-duration: 30276ms;
          animation-duration: 30276ms;
  -webkit-animation-delay: 19589ms;
          animation-delay: 19589ms;
}
@-webkit-keyframes move-frames-139 {
  from {
    transform: translate3d(28vw, 109vh, 0);
  }
  to {
    transform: translate3d(96vw, -113vh, 0);
  }
}
@keyframes move-frames-139 {
  from {
    transform: translate3d(28vw, 109vh, 0);
  }
  to {
    transform: translate3d(96vw, -113vh, 0);
  }
}
.circle-container:nth-child(139) .circle {
  -webkit-animation-delay: 1629ms;
          animation-delay: 1629ms;
}
.circle-container:nth-child(140) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-140;
          animation-name: move-frames-140;
  -webkit-animation-duration: 33713ms;
          animation-duration: 33713ms;
  -webkit-animation-delay: 26268ms;
          animation-delay: 26268ms;
}
@-webkit-keyframes move-frames-140 {
  from {
    transform: translate3d(47vw, 107vh, 0);
  }
  to {
    transform: translate3d(59vw, -109vh, 0);
  }
}
@keyframes move-frames-140 {
  from {
    transform: translate3d(47vw, 107vh, 0);
  }
  to {
    transform: translate3d(59vw, -109vh, 0);
  }
}
.circle-container:nth-child(140) .circle {
  -webkit-animation-delay: 3928ms;
          animation-delay: 3928ms;
}
.circle-container:nth-child(141) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-141;
          animation-name: move-frames-141;
  -webkit-animation-duration: 35321ms;
          animation-duration: 35321ms;
  -webkit-animation-delay: 30399ms;
          animation-delay: 30399ms;
}
@-webkit-keyframes move-frames-141 {
  from {
    transform: translate3d(27vw, 107vh, 0);
  }
  to {
    transform: translate3d(59vw, -135vh, 0);
  }
}
@keyframes move-frames-141 {
  from {
    transform: translate3d(27vw, 107vh, 0);
  }
  to {
    transform: translate3d(59vw, -135vh, 0);
  }
}
.circle-container:nth-child(141) .circle {
  -webkit-animation-delay: 1351ms;
          animation-delay: 1351ms;
}
.circle-container:nth-child(142) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-142;
          animation-name: move-frames-142;
  -webkit-animation-duration: 30159ms;
          animation-duration: 30159ms;
  -webkit-animation-delay: 29306ms;
          animation-delay: 29306ms;
}
@-webkit-keyframes move-frames-142 {
  from {
    transform: translate3d(66vw, 110vh, 0);
  }
  to {
    transform: translate3d(84vw, -112vh, 0);
  }
}
@keyframes move-frames-142 {
  from {
    transform: translate3d(66vw, 110vh, 0);
  }
  to {
    transform: translate3d(84vw, -112vh, 0);
  }
}
.circle-container:nth-child(142) .circle {
  -webkit-animation-delay: 2538ms;
          animation-delay: 2538ms;
}
.circle-container:nth-child(143) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-143;
          animation-name: move-frames-143;
  -webkit-animation-duration: 31332ms;
          animation-duration: 31332ms;
  -webkit-animation-delay: 31884ms;
          animation-delay: 31884ms;
}
@-webkit-keyframes move-frames-143 {
  from {
    transform: translate3d(19vw, 109vh, 0);
  }
  to {
    transform: translate3d(31vw, -135vh, 0);
  }
}
@keyframes move-frames-143 {
  from {
    transform: translate3d(19vw, 109vh, 0);
  }
  to {
    transform: translate3d(31vw, -135vh, 0);
  }
}
.circle-container:nth-child(143) .circle {
  -webkit-animation-delay: 3425ms;
          animation-delay: 3425ms;
}
.circle-container:nth-child(144) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-144;
          animation-name: move-frames-144;
  -webkit-animation-duration: 35841ms;
          animation-duration: 35841ms;
  -webkit-animation-delay: 28048ms;
          animation-delay: 28048ms;
}
@-webkit-keyframes move-frames-144 {
  from {
    transform: translate3d(70vw, 109vh, 0);
  }
  to {
    transform: translate3d(7vw, -135vh, 0);
  }
}
@keyframes move-frames-144 {
  from {
    transform: translate3d(70vw, 109vh, 0);
  }
  to {
    transform: translate3d(7vw, -135vh, 0);
  }
}
.circle-container:nth-child(144) .circle {
  -webkit-animation-delay: 3328ms;
          animation-delay: 3328ms;
}
.circle-container:nth-child(145) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-145;
          animation-name: move-frames-145;
  -webkit-animation-duration: 35807ms;
          animation-duration: 35807ms;
  -webkit-animation-delay: 7358ms;
          animation-delay: 7358ms;
}
@-webkit-keyframes move-frames-145 {
  from {
    transform: translate3d(86vw, 105vh, 0);
  }
  to {
    transform: translate3d(32vw, -117vh, 0);
  }
}
@keyframes move-frames-145 {
  from {
    transform: translate3d(86vw, 105vh, 0);
  }
  to {
    transform: translate3d(32vw, -117vh, 0);
  }
}
.circle-container:nth-child(145) .circle {
  -webkit-animation-delay: 213ms;
          animation-delay: 213ms;
}
.circle-container:nth-child(146) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-146;
          animation-name: move-frames-146;
  -webkit-animation-duration: 32264ms;
          animation-duration: 32264ms;
  -webkit-animation-delay: 10817ms;
          animation-delay: 10817ms;
}
@-webkit-keyframes move-frames-146 {
  from {
    transform: translate3d(45vw, 106vh, 0);
  }
  to {
    transform: translate3d(49vw, -128vh, 0);
  }
}
@keyframes move-frames-146 {
  from {
    transform: translate3d(45vw, 106vh, 0);
  }
  to {
    transform: translate3d(49vw, -128vh, 0);
  }
}
.circle-container:nth-child(146) .circle {
  -webkit-animation-delay: 448ms;
          animation-delay: 448ms;
}
.circle-container:nth-child(147) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-147;
          animation-name: move-frames-147;
  -webkit-animation-duration: 28198ms;
          animation-duration: 28198ms;
  -webkit-animation-delay: 30703ms;
          animation-delay: 30703ms;
}
@-webkit-keyframes move-frames-147 {
  from {
    transform: translate3d(56vw, 110vh, 0);
  }
  to {
    transform: translate3d(12vw, -123vh, 0);
  }
}
@keyframes move-frames-147 {
  from {
    transform: translate3d(56vw, 110vh, 0);
  }
  to {
    transform: translate3d(12vw, -123vh, 0);
  }
}
.circle-container:nth-child(147) .circle {
  -webkit-animation-delay: 2613ms;
          animation-delay: 2613ms;
}
.circle-container:nth-child(148) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-148;
          animation-name: move-frames-148;
  -webkit-animation-duration: 36077ms;
          animation-duration: 36077ms;
  -webkit-animation-delay: 1215ms;
          animation-delay: 1215ms;
}
@-webkit-keyframes move-frames-148 {
  from {
    transform: translate3d(44vw, 109vh, 0);
  }
  to {
    transform: translate3d(75vw, -134vh, 0);
  }
}
@keyframes move-frames-148 {
  from {
    transform: translate3d(44vw, 109vh, 0);
  }
  to {
    transform: translate3d(75vw, -134vh, 0);
  }
}
.circle-container:nth-child(148) .circle {
  -webkit-animation-delay: 537ms;
          animation-delay: 537ms;
}
.circle-container:nth-child(149) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-149;
          animation-name: move-frames-149;
  -webkit-animation-duration: 33484ms;
          animation-duration: 33484ms;
  -webkit-animation-delay: 571ms;
          animation-delay: 571ms;
}
@-webkit-keyframes move-frames-149 {
  from {
    transform: translate3d(53vw, 109vh, 0);
  }
  to {
    transform: translate3d(48vw, -128vh, 0);
  }
}
@keyframes move-frames-149 {
  from {
    transform: translate3d(53vw, 109vh, 0);
  }
  to {
    transform: translate3d(48vw, -128vh, 0);
  }
}
.circle-container:nth-child(149) .circle {
  -webkit-animation-delay: 1060ms;
          animation-delay: 1060ms;
}
.circle-container:nth-child(150) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-150;
          animation-name: move-frames-150;
  -webkit-animation-duration: 35024ms;
          animation-duration: 35024ms;
  -webkit-animation-delay: 10722ms;
          animation-delay: 10722ms;
}
@-webkit-keyframes move-frames-150 {
  from {
    transform: translate3d(4vw, 105vh, 0);
  }
  to {
    transform: translate3d(33vw, -123vh, 0);
  }
}
@keyframes move-frames-150 {
  from {
    transform: translate3d(4vw, 105vh, 0);
  }
  to {
    transform: translate3d(33vw, -123vh, 0);
  }
}
.circle-container:nth-child(150) .circle {
  -webkit-animation-delay: 795ms;
          animation-delay: 795ms;
}
.circle-container:nth-child(151) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-151;
          animation-name: move-frames-151;
  -webkit-animation-duration: 32376ms;
          animation-duration: 32376ms;
  -webkit-animation-delay: 15834ms;
          animation-delay: 15834ms;
}
@-webkit-keyframes move-frames-151 {
  from {
    transform: translate3d(56vw, 104vh, 0);
  }
  to {
    transform: translate3d(24vw, -124vh, 0);
  }
}
@keyframes move-frames-151 {
  from {
    transform: translate3d(56vw, 104vh, 0);
  }
  to {
    transform: translate3d(24vw, -124vh, 0);
  }
}
.circle-container:nth-child(151) .circle {
  -webkit-animation-delay: 3908ms;
          animation-delay: 3908ms;
}
.circle-container:nth-child(152) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-152;
          animation-name: move-frames-152;
  -webkit-animation-duration: 31056ms;
          animation-duration: 31056ms;
  -webkit-animation-delay: 21250ms;
          animation-delay: 21250ms;
}
@-webkit-keyframes move-frames-152 {
  from {
    transform: translate3d(48vw, 102vh, 0);
  }
  to {
    transform: translate3d(78vw, -125vh, 0);
  }
}
@keyframes move-frames-152 {
  from {
    transform: translate3d(48vw, 102vh, 0);
  }
  to {
    transform: translate3d(78vw, -125vh, 0);
  }
}
.circle-container:nth-child(152) .circle {
  -webkit-animation-delay: 2928ms;
          animation-delay: 2928ms;
}
.circle-container:nth-child(153) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-153;
          animation-name: move-frames-153;
  -webkit-animation-duration: 28677ms;
          animation-duration: 28677ms;
  -webkit-animation-delay: 571ms;
          animation-delay: 571ms;
}
@-webkit-keyframes move-frames-153 {
  from {
    transform: translate3d(11vw, 108vh, 0);
  }
  to {
    transform: translate3d(34vw, -134vh, 0);
  }
}
@keyframes move-frames-153 {
  from {
    transform: translate3d(11vw, 108vh, 0);
  }
  to {
    transform: translate3d(34vw, -134vh, 0);
  }
}
.circle-container:nth-child(153) .circle {
  -webkit-animation-delay: 323ms;
          animation-delay: 323ms;
}
.circle-container:nth-child(154) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-154;
          animation-name: move-frames-154;
  -webkit-animation-duration: 29413ms;
          animation-duration: 29413ms;
  -webkit-animation-delay: 15842ms;
          animation-delay: 15842ms;
}
@-webkit-keyframes move-frames-154 {
  from {
    transform: translate3d(44vw, 109vh, 0);
  }
  to {
    transform: translate3d(93vw, -121vh, 0);
  }
}
@keyframes move-frames-154 {
  from {
    transform: translate3d(44vw, 109vh, 0);
  }
  to {
    transform: translate3d(93vw, -121vh, 0);
  }
}
.circle-container:nth-child(154) .circle {
  -webkit-animation-delay: 2019ms;
          animation-delay: 2019ms;
}
.circle-container:nth-child(155) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-155;
          animation-name: move-frames-155;
  -webkit-animation-duration: 32552ms;
          animation-duration: 32552ms;
  -webkit-animation-delay: 17241ms;
          animation-delay: 17241ms;
}
@-webkit-keyframes move-frames-155 {
  from {
    transform: translate3d(57vw, 104vh, 0);
  }
  to {
    transform: translate3d(79vw, -129vh, 0);
  }
}
@keyframes move-frames-155 {
  from {
    transform: translate3d(57vw, 104vh, 0);
  }
  to {
    transform: translate3d(79vw, -129vh, 0);
  }
}
.circle-container:nth-child(155) .circle {
  -webkit-animation-delay: 921ms;
          animation-delay: 921ms;
}
.circle-container:nth-child(156) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-156;
          animation-name: move-frames-156;
  -webkit-animation-duration: 28784ms;
          animation-duration: 28784ms;
  -webkit-animation-delay: 33114ms;
          animation-delay: 33114ms;
}
@-webkit-keyframes move-frames-156 {
  from {
    transform: translate3d(45vw, 108vh, 0);
  }
  to {
    transform: translate3d(63vw, -109vh, 0);
  }
}
@keyframes move-frames-156 {
  from {
    transform: translate3d(45vw, 108vh, 0);
  }
  to {
    transform: translate3d(63vw, -109vh, 0);
  }
}
.circle-container:nth-child(156) .circle {
  -webkit-animation-delay: 3783ms;
          animation-delay: 3783ms;
}
.circle-container:nth-child(157) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-157;
          animation-name: move-frames-157;
  -webkit-animation-duration: 35490ms;
          animation-duration: 35490ms;
  -webkit-animation-delay: 20712ms;
          animation-delay: 20712ms;
}
@-webkit-keyframes move-frames-157 {
  from {
    transform: translate3d(62vw, 103vh, 0);
  }
  to {
    transform: translate3d(66vw, -106vh, 0);
  }
}
@keyframes move-frames-157 {
  from {
    transform: translate3d(62vw, 103vh, 0);
  }
  to {
    transform: translate3d(66vw, -106vh, 0);
  }
}
.circle-container:nth-child(157) .circle {
  -webkit-animation-delay: 2329ms;
          animation-delay: 2329ms;
}
.circle-container:nth-child(158) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-158;
          animation-name: move-frames-158;
  -webkit-animation-duration: 34354ms;
          animation-duration: 34354ms;
  -webkit-animation-delay: 23502ms;
          animation-delay: 23502ms;
}
@-webkit-keyframes move-frames-158 {
  from {
    transform: translate3d(87vw, 104vh, 0);
  }
  to {
    transform: translate3d(50vw, -126vh, 0);
  }
}
@keyframes move-frames-158 {
  from {
    transform: translate3d(87vw, 104vh, 0);
  }
  to {
    transform: translate3d(50vw, -126vh, 0);
  }
}
.circle-container:nth-child(158) .circle {
  -webkit-animation-delay: 2151ms;
          animation-delay: 2151ms;
}
.circle-container:nth-child(159) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-159;
          animation-name: move-frames-159;
  -webkit-animation-duration: 36146ms;
          animation-duration: 36146ms;
  -webkit-animation-delay: 6221ms;
          animation-delay: 6221ms;
}
@-webkit-keyframes move-frames-159 {
  from {
    transform: translate3d(68vw, 102vh, 0);
  }
  to {
    transform: translate3d(42vw, -103vh, 0);
  }
}
@keyframes move-frames-159 {
  from {
    transform: translate3d(68vw, 102vh, 0);
  }
  to {
    transform: translate3d(42vw, -103vh, 0);
  }
}
.circle-container:nth-child(159) .circle {
  -webkit-animation-delay: 247ms;
          animation-delay: 247ms;
}
.circle-container:nth-child(160) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-160;
          animation-name: move-frames-160;
  -webkit-animation-duration: 34956ms;
          animation-duration: 34956ms;
  -webkit-animation-delay: 5807ms;
          animation-delay: 5807ms;
}
@-webkit-keyframes move-frames-160 {
  from {
    transform: translate3d(34vw, 110vh, 0);
  }
  to {
    transform: translate3d(66vw, -118vh, 0);
  }
}
@keyframes move-frames-160 {
  from {
    transform: translate3d(34vw, 110vh, 0);
  }
  to {
    transform: translate3d(66vw, -118vh, 0);
  }
}
.circle-container:nth-child(160) .circle {
  -webkit-animation-delay: 1046ms;
          animation-delay: 1046ms;
}
.circle-container:nth-child(161) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-161;
          animation-name: move-frames-161;
  -webkit-animation-duration: 36103ms;
          animation-duration: 36103ms;
  -webkit-animation-delay: 4206ms;
          animation-delay: 4206ms;
}
@-webkit-keyframes move-frames-161 {
  from {
    transform: translate3d(6vw, 104vh, 0);
  }
  to {
    transform: translate3d(35vw, -128vh, 0);
  }
}
@keyframes move-frames-161 {
  from {
    transform: translate3d(6vw, 104vh, 0);
  }
  to {
    transform: translate3d(35vw, -128vh, 0);
  }
}
.circle-container:nth-child(161) .circle {
  -webkit-animation-delay: 405ms;
          animation-delay: 405ms;
}
.circle-container:nth-child(162) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-162;
          animation-name: move-frames-162;
  -webkit-animation-duration: 28802ms;
          animation-duration: 28802ms;
  -webkit-animation-delay: 22306ms;
          animation-delay: 22306ms;
}
@-webkit-keyframes move-frames-162 {
  from {
    transform: translate3d(70vw, 102vh, 0);
  }
  to {
    transform: translate3d(74vw, -103vh, 0);
  }
}
@keyframes move-frames-162 {
  from {
    transform: translate3d(70vw, 102vh, 0);
  }
  to {
    transform: translate3d(74vw, -103vh, 0);
  }
}
.circle-container:nth-child(162) .circle {
  -webkit-animation-delay: 1156ms;
          animation-delay: 1156ms;
}
.circle-container:nth-child(163) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-163;
          animation-name: move-frames-163;
  -webkit-animation-duration: 33940ms;
          animation-duration: 33940ms;
  -webkit-animation-delay: 28802ms;
          animation-delay: 28802ms;
}
@-webkit-keyframes move-frames-163 {
  from {
    transform: translate3d(100vw, 104vh, 0);
  }
  to {
    transform: translate3d(35vw, -112vh, 0);
  }
}
@keyframes move-frames-163 {
  from {
    transform: translate3d(100vw, 104vh, 0);
  }
  to {
    transform: translate3d(35vw, -112vh, 0);
  }
}
.circle-container:nth-child(163) .circle {
  -webkit-animation-delay: 2545ms;
          animation-delay: 2545ms;
}
.circle-container:nth-child(164) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-164;
          animation-name: move-frames-164;
  -webkit-animation-duration: 33500ms;
          animation-duration: 33500ms;
  -webkit-animation-delay: 25397ms;
          animation-delay: 25397ms;
}
@-webkit-keyframes move-frames-164 {
  from {
    transform: translate3d(31vw, 108vh, 0);
  }
  to {
    transform: translate3d(9vw, -131vh, 0);
  }
}
@keyframes move-frames-164 {
  from {
    transform: translate3d(31vw, 108vh, 0);
  }
  to {
    transform: translate3d(9vw, -131vh, 0);
  }
}
.circle-container:nth-child(164) .circle {
  -webkit-animation-delay: 2675ms;
          animation-delay: 2675ms;
}
.circle-container:nth-child(165) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-165;
          animation-name: move-frames-165;
  -webkit-animation-duration: 29347ms;
          animation-duration: 29347ms;
  -webkit-animation-delay: 348ms;
          animation-delay: 348ms;
}
@-webkit-keyframes move-frames-165 {
  from {
    transform: translate3d(32vw, 107vh, 0);
  }
  to {
    transform: translate3d(61vw, -124vh, 0);
  }
}
@keyframes move-frames-165 {
  from {
    transform: translate3d(32vw, 107vh, 0);
  }
  to {
    transform: translate3d(61vw, -124vh, 0);
  }
}
.circle-container:nth-child(165) .circle {
  -webkit-animation-delay: 3166ms;
          animation-delay: 3166ms;
}
.circle-container:nth-child(166) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-166;
          animation-name: move-frames-166;
  -webkit-animation-duration: 30516ms;
          animation-duration: 30516ms;
  -webkit-animation-delay: 8796ms;
          animation-delay: 8796ms;
}
@-webkit-keyframes move-frames-166 {
  from {
    transform: translate3d(85vw, 104vh, 0);
  }
  to {
    transform: translate3d(36vw, -117vh, 0);
  }
}
@keyframes move-frames-166 {
  from {
    transform: translate3d(85vw, 104vh, 0);
  }
  to {
    transform: translate3d(36vw, -117vh, 0);
  }
}
.circle-container:nth-child(166) .circle {
  -webkit-animation-delay: 918ms;
          animation-delay: 918ms;
}
.circle-container:nth-child(167) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-167;
          animation-name: move-frames-167;
  -webkit-animation-duration: 33591ms;
          animation-duration: 33591ms;
  -webkit-animation-delay: 17657ms;
          animation-delay: 17657ms;
}
@-webkit-keyframes move-frames-167 {
  from {
    transform: translate3d(36vw, 105vh, 0);
  }
  to {
    transform: translate3d(86vw, -128vh, 0);
  }
}
@keyframes move-frames-167 {
  from {
    transform: translate3d(36vw, 105vh, 0);
  }
  to {
    transform: translate3d(86vw, -128vh, 0);
  }
}
.circle-container:nth-child(167) .circle {
  -webkit-animation-delay: 53ms;
          animation-delay: 53ms;
}
.circle-container:nth-child(168) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-168;
          animation-name: move-frames-168;
  -webkit-animation-duration: 35332ms;
          animation-duration: 35332ms;
  -webkit-animation-delay: 780ms;
          animation-delay: 780ms;
}
@-webkit-keyframes move-frames-168 {
  from {
    transform: translate3d(59vw, 103vh, 0);
  }
  to {
    transform: translate3d(47vw, -119vh, 0);
  }
}
@keyframes move-frames-168 {
  from {
    transform: translate3d(59vw, 103vh, 0);
  }
  to {
    transform: translate3d(47vw, -119vh, 0);
  }
}
.circle-container:nth-child(168) .circle {
  -webkit-animation-delay: 878ms;
          animation-delay: 878ms;
}
.circle-container:nth-child(169) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-169;
          animation-name: move-frames-169;
  -webkit-animation-duration: 35312ms;
          animation-duration: 35312ms;
  -webkit-animation-delay: 30667ms;
          animation-delay: 30667ms;
}
@-webkit-keyframes move-frames-169 {
  from {
    transform: translate3d(1vw, 106vh, 0);
  }
  to {
    transform: translate3d(41vw, -127vh, 0);
  }
}
@keyframes move-frames-169 {
  from {
    transform: translate3d(1vw, 106vh, 0);
  }
  to {
    transform: translate3d(41vw, -127vh, 0);
  }
}
.circle-container:nth-child(169) .circle {
  -webkit-animation-delay: 33ms;
          animation-delay: 33ms;
}
.circle-container:nth-child(170) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-170;
          animation-name: move-frames-170;
  -webkit-animation-duration: 31870ms;
          animation-duration: 31870ms;
  -webkit-animation-delay: 27882ms;
          animation-delay: 27882ms;
}
@-webkit-keyframes move-frames-170 {
  from {
    transform: translate3d(94vw, 103vh, 0);
  }
  to {
    transform: translate3d(25vw, -121vh, 0);
  }
}
@keyframes move-frames-170 {
  from {
    transform: translate3d(94vw, 103vh, 0);
  }
  to {
    transform: translate3d(25vw, -121vh, 0);
  }
}
.circle-container:nth-child(170) .circle {
  -webkit-animation-delay: 3440ms;
          animation-delay: 3440ms;
}
.circle-container:nth-child(171) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-171;
          animation-name: move-frames-171;
  -webkit-animation-duration: 34446ms;
          animation-duration: 34446ms;
  -webkit-animation-delay: 2972ms;
          animation-delay: 2972ms;
}
@-webkit-keyframes move-frames-171 {
  from {
    transform: translate3d(6vw, 107vh, 0);
  }
  to {
    transform: translate3d(92vw, -111vh, 0);
  }
}
@keyframes move-frames-171 {
  from {
    transform: translate3d(6vw, 107vh, 0);
  }
  to {
    transform: translate3d(92vw, -111vh, 0);
  }
}
.circle-container:nth-child(171) .circle {
  -webkit-animation-delay: 1527ms;
          animation-delay: 1527ms;
}
.circle-container:nth-child(172) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-172;
          animation-name: move-frames-172;
  -webkit-animation-duration: 36457ms;
          animation-duration: 36457ms;
  -webkit-animation-delay: 19592ms;
          animation-delay: 19592ms;
}
@-webkit-keyframes move-frames-172 {
  from {
    transform: translate3d(16vw, 102vh, 0);
  }
  to {
    transform: translate3d(47vw, -119vh, 0);
  }
}
@keyframes move-frames-172 {
  from {
    transform: translate3d(16vw, 102vh, 0);
  }
  to {
    transform: translate3d(47vw, -119vh, 0);
  }
}
.circle-container:nth-child(172) .circle {
  -webkit-animation-delay: 960ms;
          animation-delay: 960ms;
}
.circle-container:nth-child(173) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-173;
          animation-name: move-frames-173;
  -webkit-animation-duration: 28193ms;
          animation-duration: 28193ms;
  -webkit-animation-delay: 14145ms;
          animation-delay: 14145ms;
}
@-webkit-keyframes move-frames-173 {
  from {
    transform: translate3d(96vw, 104vh, 0);
  }
  to {
    transform: translate3d(3vw, -124vh, 0);
  }
}
@keyframes move-frames-173 {
  from {
    transform: translate3d(96vw, 104vh, 0);
  }
  to {
    transform: translate3d(3vw, -124vh, 0);
  }
}
.circle-container:nth-child(173) .circle {
  -webkit-animation-delay: 3814ms;
          animation-delay: 3814ms;
}
.circle-container:nth-child(174) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-174;
          animation-name: move-frames-174;
  -webkit-animation-duration: 34941ms;
          animation-duration: 34941ms;
  -webkit-animation-delay: 33138ms;
          animation-delay: 33138ms;
}
@-webkit-keyframes move-frames-174 {
  from {
    transform: translate3d(100vw, 107vh, 0);
  }
  to {
    transform: translate3d(31vw, -133vh, 0);
  }
}
@keyframes move-frames-174 {
  from {
    transform: translate3d(100vw, 107vh, 0);
  }
  to {
    transform: translate3d(31vw, -133vh, 0);
  }
}
.circle-container:nth-child(174) .circle {
  -webkit-animation-delay: 609ms;
          animation-delay: 609ms;
}
.circle-container:nth-child(175) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-175;
          animation-name: move-frames-175;
  -webkit-animation-duration: 35632ms;
          animation-duration: 35632ms;
  -webkit-animation-delay: 17714ms;
          animation-delay: 17714ms;
}
@-webkit-keyframes move-frames-175 {
  from {
    transform: translate3d(54vw, 104vh, 0);
  }
  to {
    transform: translate3d(80vw, -111vh, 0);
  }
}
@keyframes move-frames-175 {
  from {
    transform: translate3d(54vw, 104vh, 0);
  }
  to {
    transform: translate3d(80vw, -111vh, 0);
  }
}
.circle-container:nth-child(175) .circle {
  -webkit-animation-delay: 3680ms;
          animation-delay: 3680ms;
}
.circle-container:nth-child(176) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-176;
          animation-name: move-frames-176;
  -webkit-animation-duration: 32730ms;
          animation-duration: 32730ms;
  -webkit-animation-delay: 35955ms;
          animation-delay: 35955ms;
}
@-webkit-keyframes move-frames-176 {
  from {
    transform: translate3d(27vw, 107vh, 0);
  }
  to {
    transform: translate3d(51vw, -126vh, 0);
  }
}
@keyframes move-frames-176 {
  from {
    transform: translate3d(27vw, 107vh, 0);
  }
  to {
    transform: translate3d(51vw, -126vh, 0);
  }
}
.circle-container:nth-child(176) .circle {
  -webkit-animation-delay: 3454ms;
          animation-delay: 3454ms;
}
.circle-container:nth-child(177) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-177;
          animation-name: move-frames-177;
  -webkit-animation-duration: 34119ms;
          animation-duration: 34119ms;
  -webkit-animation-delay: 17309ms;
          animation-delay: 17309ms;
}
@-webkit-keyframes move-frames-177 {
  from {
    transform: translate3d(78vw, 102vh, 0);
  }
  to {
    transform: translate3d(45vw, -121vh, 0);
  }
}
@keyframes move-frames-177 {
  from {
    transform: translate3d(78vw, 102vh, 0);
  }
  to {
    transform: translate3d(45vw, -121vh, 0);
  }
}
.circle-container:nth-child(177) .circle {
  -webkit-animation-delay: 390ms;
          animation-delay: 390ms;
}
.circle-container:nth-child(178) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-178;
          animation-name: move-frames-178;
  -webkit-animation-duration: 36209ms;
          animation-duration: 36209ms;
  -webkit-animation-delay: 24185ms;
          animation-delay: 24185ms;
}
@-webkit-keyframes move-frames-178 {
  from {
    transform: translate3d(75vw, 104vh, 0);
  }
  to {
    transform: translate3d(83vw, -115vh, 0);
  }
}
@keyframes move-frames-178 {
  from {
    transform: translate3d(75vw, 104vh, 0);
  }
  to {
    transform: translate3d(83vw, -115vh, 0);
  }
}
.circle-container:nth-child(178) .circle {
  -webkit-animation-delay: 3973ms;
          animation-delay: 3973ms;
}
.circle-container:nth-child(179) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-179;
          animation-name: move-frames-179;
  -webkit-animation-duration: 31587ms;
          animation-duration: 31587ms;
  -webkit-animation-delay: 12562ms;
          animation-delay: 12562ms;
}
@-webkit-keyframes move-frames-179 {
  from {
    transform: translate3d(88vw, 108vh, 0);
  }
  to {
    transform: translate3d(25vw, -128vh, 0);
  }
}
@keyframes move-frames-179 {
  from {
    transform: translate3d(88vw, 108vh, 0);
  }
  to {
    transform: translate3d(25vw, -128vh, 0);
  }
}
.circle-container:nth-child(179) .circle {
  -webkit-animation-delay: 3594ms;
          animation-delay: 3594ms;
}
.circle-container:nth-child(180) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-180;
          animation-name: move-frames-180;
  -webkit-animation-duration: 28935ms;
          animation-duration: 28935ms;
  -webkit-animation-delay: 35847ms;
          animation-delay: 35847ms;
}
@-webkit-keyframes move-frames-180 {
  from {
    transform: translate3d(74vw, 110vh, 0);
  }
  to {
    transform: translate3d(55vw, -132vh, 0);
  }
}
@keyframes move-frames-180 {
  from {
    transform: translate3d(74vw, 110vh, 0);
  }
  to {
    transform: translate3d(55vw, -132vh, 0);
  }
}
.circle-container:nth-child(180) .circle {
  -webkit-animation-delay: 2124ms;
          animation-delay: 2124ms;
}
.circle-container:nth-child(181) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-181;
          animation-name: move-frames-181;
  -webkit-animation-duration: 31065ms;
          animation-duration: 31065ms;
  -webkit-animation-delay: 9918ms;
          animation-delay: 9918ms;
}
@-webkit-keyframes move-frames-181 {
  from {
    transform: translate3d(31vw, 105vh, 0);
  }
  to {
    transform: translate3d(3vw, -129vh, 0);
  }
}
@keyframes move-frames-181 {
  from {
    transform: translate3d(31vw, 105vh, 0);
  }
  to {
    transform: translate3d(3vw, -129vh, 0);
  }
}
.circle-container:nth-child(181) .circle {
  -webkit-animation-delay: 448ms;
          animation-delay: 448ms;
}
.circle-container:nth-child(182) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-182;
          animation-name: move-frames-182;
  -webkit-animation-duration: 28734ms;
          animation-duration: 28734ms;
  -webkit-animation-delay: 15784ms;
          animation-delay: 15784ms;
}
@-webkit-keyframes move-frames-182 {
  from {
    transform: translate3d(78vw, 108vh, 0);
  }
  to {
    transform: translate3d(1vw, -133vh, 0);
  }
}
@keyframes move-frames-182 {
  from {
    transform: translate3d(78vw, 108vh, 0);
  }
  to {
    transform: translate3d(1vw, -133vh, 0);
  }
}
.circle-container:nth-child(182) .circle {
  -webkit-animation-delay: 3599ms;
          animation-delay: 3599ms;
}
.circle-container:nth-child(183) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-183;
          animation-name: move-frames-183;
  -webkit-animation-duration: 30337ms;
          animation-duration: 30337ms;
  -webkit-animation-delay: 5481ms;
          animation-delay: 5481ms;
}
@-webkit-keyframes move-frames-183 {
  from {
    transform: translate3d(7vw, 105vh, 0);
  }
  to {
    transform: translate3d(69vw, -121vh, 0);
  }
}
@keyframes move-frames-183 {
  from {
    transform: translate3d(7vw, 105vh, 0);
  }
  to {
    transform: translate3d(69vw, -121vh, 0);
  }
}
.circle-container:nth-child(183) .circle {
  -webkit-animation-delay: 2575ms;
          animation-delay: 2575ms;
}
.circle-container:nth-child(184) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-184;
          animation-name: move-frames-184;
  -webkit-animation-duration: 35471ms;
          animation-duration: 35471ms;
  -webkit-animation-delay: 9341ms;
          animation-delay: 9341ms;
}
@-webkit-keyframes move-frames-184 {
  from {
    transform: translate3d(69vw, 105vh, 0);
  }
  to {
    transform: translate3d(81vw, -125vh, 0);
  }
}
@keyframes move-frames-184 {
  from {
    transform: translate3d(69vw, 105vh, 0);
  }
  to {
    transform: translate3d(81vw, -125vh, 0);
  }
}
.circle-container:nth-child(184) .circle {
  -webkit-animation-delay: 3011ms;
          animation-delay: 3011ms;
}
.circle-container:nth-child(185) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-185;
          animation-name: move-frames-185;
  -webkit-animation-duration: 30749ms;
          animation-duration: 30749ms;
  -webkit-animation-delay: 11961ms;
          animation-delay: 11961ms;
}
@-webkit-keyframes move-frames-185 {
  from {
    transform: translate3d(23vw, 103vh, 0);
  }
  to {
    transform: translate3d(4vw, -127vh, 0);
  }
}
@keyframes move-frames-185 {
  from {
    transform: translate3d(23vw, 103vh, 0);
  }
  to {
    transform: translate3d(4vw, -127vh, 0);
  }
}
.circle-container:nth-child(185) .circle {
  -webkit-animation-delay: 2248ms;
          animation-delay: 2248ms;
}
.circle-container:nth-child(186) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-186;
          animation-name: move-frames-186;
  -webkit-animation-duration: 28933ms;
          animation-duration: 28933ms;
  -webkit-animation-delay: 33233ms;
          animation-delay: 33233ms;
}
@-webkit-keyframes move-frames-186 {
  from {
    transform: translate3d(43vw, 104vh, 0);
  }
  to {
    transform: translate3d(34vw, -114vh, 0);
  }
}
@keyframes move-frames-186 {
  from {
    transform: translate3d(43vw, 104vh, 0);
  }
  to {
    transform: translate3d(34vw, -114vh, 0);
  }
}
.circle-container:nth-child(186) .circle {
  -webkit-animation-delay: 997ms;
          animation-delay: 997ms;
}
.circle-container:nth-child(187) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-187;
          animation-name: move-frames-187;
  -webkit-animation-duration: 29066ms;
          animation-duration: 29066ms;
  -webkit-animation-delay: 4222ms;
          animation-delay: 4222ms;
}
@-webkit-keyframes move-frames-187 {
  from {
    transform: translate3d(18vw, 101vh, 0);
  }
  to {
    transform: translate3d(8vw, -118vh, 0);
  }
}
@keyframes move-frames-187 {
  from {
    transform: translate3d(18vw, 101vh, 0);
  }
  to {
    transform: translate3d(8vw, -118vh, 0);
  }
}
.circle-container:nth-child(187) .circle {
  -webkit-animation-delay: 1612ms;
          animation-delay: 1612ms;
}
.circle-container:nth-child(188) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-188;
          animation-name: move-frames-188;
  -webkit-animation-duration: 29195ms;
          animation-duration: 29195ms;
  -webkit-animation-delay: 23811ms;
          animation-delay: 23811ms;
}
@-webkit-keyframes move-frames-188 {
  from {
    transform: translate3d(36vw, 101vh, 0);
  }
  to {
    transform: translate3d(74vw, -111vh, 0);
  }
}
@keyframes move-frames-188 {
  from {
    transform: translate3d(36vw, 101vh, 0);
  }
  to {
    transform: translate3d(74vw, -111vh, 0);
  }
}
.circle-container:nth-child(188) .circle {
  -webkit-animation-delay: 1448ms;
          animation-delay: 1448ms;
}
.circle-container:nth-child(189) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-189;
          animation-name: move-frames-189;
  -webkit-animation-duration: 31848ms;
          animation-duration: 31848ms;
  -webkit-animation-delay: 26283ms;
          animation-delay: 26283ms;
}
@-webkit-keyframes move-frames-189 {
  from {
    transform: translate3d(64vw, 110vh, 0);
  }
  to {
    transform: translate3d(50vw, -130vh, 0);
  }
}
@keyframes move-frames-189 {
  from {
    transform: translate3d(64vw, 110vh, 0);
  }
  to {
    transform: translate3d(50vw, -130vh, 0);
  }
}
.circle-container:nth-child(189) .circle {
  -webkit-animation-delay: 901ms;
          animation-delay: 901ms;
}
.circle-container:nth-child(190) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-190;
          animation-name: move-frames-190;
  -webkit-animation-duration: 35583ms;
          animation-duration: 35583ms;
  -webkit-animation-delay: 11322ms;
          animation-delay: 11322ms;
}
@-webkit-keyframes move-frames-190 {
  from {
    transform: translate3d(48vw, 110vh, 0);
  }
  to {
    transform: translate3d(52vw, -132vh, 0);
  }
}
@keyframes move-frames-190 {
  from {
    transform: translate3d(48vw, 110vh, 0);
  }
  to {
    transform: translate3d(52vw, -132vh, 0);
  }
}
.circle-container:nth-child(190) .circle {
  -webkit-animation-delay: 1279ms;
          animation-delay: 1279ms;
}
.circle-container:nth-child(191) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-191;
          animation-name: move-frames-191;
  -webkit-animation-duration: 29565ms;
          animation-duration: 29565ms;
  -webkit-animation-delay: 35183ms;
          animation-delay: 35183ms;
}
@-webkit-keyframes move-frames-191 {
  from {
    transform: translate3d(5vw, 105vh, 0);
  }
  to {
    transform: translate3d(22vw, -120vh, 0);
  }
}
@keyframes move-frames-191 {
  from {
    transform: translate3d(5vw, 105vh, 0);
  }
  to {
    transform: translate3d(22vw, -120vh, 0);
  }
}
.circle-container:nth-child(191) .circle {
  -webkit-animation-delay: 2606ms;
          animation-delay: 2606ms;
}
.circle-container:nth-child(192) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-192;
          animation-name: move-frames-192;
  -webkit-animation-duration: 28311ms;
          animation-duration: 28311ms;
  -webkit-animation-delay: 28286ms;
          animation-delay: 28286ms;
}
@-webkit-keyframes move-frames-192 {
  from {
    transform: translate3d(6vw, 106vh, 0);
  }
  to {
    transform: translate3d(22vw, -133vh, 0);
  }
}
@keyframes move-frames-192 {
  from {
    transform: translate3d(6vw, 106vh, 0);
  }
  to {
    transform: translate3d(22vw, -133vh, 0);
  }
}
.circle-container:nth-child(192) .circle {
  -webkit-animation-delay: 81ms;
          animation-delay: 81ms;
}
.circle-container:nth-child(193) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-193;
          animation-name: move-frames-193;
  -webkit-animation-duration: 36919ms;
          animation-duration: 36919ms;
  -webkit-animation-delay: 29574ms;
          animation-delay: 29574ms;
}
@-webkit-keyframes move-frames-193 {
  from {
    transform: translate3d(49vw, 105vh, 0);
  }
  to {
    transform: translate3d(25vw, -135vh, 0);
  }
}
@keyframes move-frames-193 {
  from {
    transform: translate3d(49vw, 105vh, 0);
  }
  to {
    transform: translate3d(25vw, -135vh, 0);
  }
}
.circle-container:nth-child(193) .circle {
  -webkit-animation-delay: 2484ms;
          animation-delay: 2484ms;
}
.circle-container:nth-child(194) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-194;
          animation-name: move-frames-194;
  -webkit-animation-duration: 32002ms;
          animation-duration: 32002ms;
  -webkit-animation-delay: 18390ms;
          animation-delay: 18390ms;
}
@-webkit-keyframes move-frames-194 {
  from {
    transform: translate3d(70vw, 104vh, 0);
  }
  to {
    transform: translate3d(23vw, -108vh, 0);
  }
}
@keyframes move-frames-194 {
  from {
    transform: translate3d(70vw, 104vh, 0);
  }
  to {
    transform: translate3d(23vw, -108vh, 0);
  }
}
.circle-container:nth-child(194) .circle {
  -webkit-animation-delay: 2517ms;
          animation-delay: 2517ms;
}
.circle-container:nth-child(195) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-195;
          animation-name: move-frames-195;
  -webkit-animation-duration: 36477ms;
          animation-duration: 36477ms;
  -webkit-animation-delay: 10761ms;
          animation-delay: 10761ms;
}
@-webkit-keyframes move-frames-195 {
  from {
    transform: translate3d(54vw, 110vh, 0);
  }
  to {
    transform: translate3d(63vw, -115vh, 0);
  }
}
@keyframes move-frames-195 {
  from {
    transform: translate3d(54vw, 110vh, 0);
  }
  to {
    transform: translate3d(63vw, -115vh, 0);
  }
}
.circle-container:nth-child(195) .circle {
  -webkit-animation-delay: 2366ms;
          animation-delay: 2366ms;
}
.circle-container:nth-child(196) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-196;
          animation-name: move-frames-196;
  -webkit-animation-duration: 34176ms;
          animation-duration: 34176ms;
  -webkit-animation-delay: 2590ms;
          animation-delay: 2590ms;
}
@-webkit-keyframes move-frames-196 {
  from {
    transform: translate3d(30vw, 110vh, 0);
  }
  to {
    transform: translate3d(2vw, -120vh, 0);
  }
}
@keyframes move-frames-196 {
  from {
    transform: translate3d(30vw, 110vh, 0);
  }
  to {
    transform: translate3d(2vw, -120vh, 0);
  }
}
.circle-container:nth-child(196) .circle {
  -webkit-animation-delay: 3082ms;
          animation-delay: 3082ms;
}
.circle-container:nth-child(197) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-197;
          animation-name: move-frames-197;
  -webkit-animation-duration: 33928ms;
          animation-duration: 33928ms;
  -webkit-animation-delay: 3319ms;
          animation-delay: 3319ms;
}
@-webkit-keyframes move-frames-197 {
  from {
    transform: translate3d(20vw, 109vh, 0);
  }
  to {
    transform: translate3d(10vw, -132vh, 0);
  }
}
@keyframes move-frames-197 {
  from {
    transform: translate3d(20vw, 109vh, 0);
  }
  to {
    transform: translate3d(10vw, -132vh, 0);
  }
}
.circle-container:nth-child(197) .circle {
  -webkit-animation-delay: 1240ms;
          animation-delay: 1240ms;
}
.circle-container:nth-child(198) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-198;
          animation-name: move-frames-198;
  -webkit-animation-duration: 36477ms;
          animation-duration: 36477ms;
  -webkit-animation-delay: 24874ms;
          animation-delay: 24874ms;
}
@-webkit-keyframes move-frames-198 {
  from {
    transform: translate3d(77vw, 103vh, 0);
  }
  to {
    transform: translate3d(65vw, -121vh, 0);
  }
}
@keyframes move-frames-198 {
  from {
    transform: translate3d(77vw, 103vh, 0);
  }
  to {
    transform: translate3d(65vw, -121vh, 0);
  }
}
.circle-container:nth-child(198) .circle {
  -webkit-animation-delay: 3088ms;
          animation-delay: 3088ms;
}
.circle-container:nth-child(199) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-199;
          animation-name: move-frames-199;
  -webkit-animation-duration: 29272ms;
          animation-duration: 29272ms;
  -webkit-animation-delay: 1430ms;
          animation-delay: 1430ms;
}
@-webkit-keyframes move-frames-199 {
  from {
    transform: translate3d(17vw, 101vh, 0);
  }
  to {
    transform: translate3d(19vw, -124vh, 0);
  }
}
@keyframes move-frames-199 {
  from {
    transform: translate3d(17vw, 101vh, 0);
  }
  to {
    transform: translate3d(19vw, -124vh, 0);
  }
}
.circle-container:nth-child(199) .circle {
  -webkit-animation-delay: 3329ms;
          animation-delay: 3329ms;
}
.circle-container:nth-child(200) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-200;
          animation-name: move-frames-200;
  -webkit-animation-duration: 34747ms;
          animation-duration: 34747ms;
  -webkit-animation-delay: 30458ms;
          animation-delay: 30458ms;
}
@-webkit-keyframes move-frames-200 {
  from {
    transform: translate3d(97vw, 109vh, 0);
  }
  to {
    transform: translate3d(25vw, -138vh, 0);
  }
}
@keyframes move-frames-200 {
  from {
    transform: translate3d(97vw, 109vh, 0);
  }
  to {
    transform: translate3d(25vw, -138vh, 0);
  }
}
.circle-container:nth-child(200) .circle {
  -webkit-animation-delay: 590ms;
          animation-delay: 590ms;
}

.message {
  position: absolute;
  right: 20px;
  bottom: 10px;
  color: white;
  font-family: "Open Sans";
  line-height: 27px;
  font-size: 18px;
  text-align: right;
  pointer-events: none;
  -webkit-animation: message-frames 1.5s ease 5s forwards;
          animation: message-frames 1.5s ease 5s forwards;
  opacity: 0;
}
@-webkit-keyframes message-frames {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes message-frames {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
