#login h1 a {
	background: url("images/logo.png") no-repeat !important;
	width: 312px;
	height: 67px;
}
body.login {
	background: linear-gradient(210deg, #6a2883, #aa229f, #0082cc);
	background-image: url("images/ipro-sky.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;
}
@-webkit-keyframes AnimationName {
    0%{background-position:0% 54%}
    50%{background-position:100% 47%}
    100%{background-position:0% 54%}
}
@-moz-keyframes AnimationName {
    0%{background-position:0% 54%}
    50%{background-position:100% 47%}
    100%{background-position:0% 54%}
}
@keyframes AnimationName {
    0%{background-position:0% 54%}
    50%{background-position:100% 47%}
    100%{background-position:0% 54%}
}

*:focus {
    outline: none;
}

.login #nav a, .login #backtoblog a {color:#fff!important;text-shadow:none;text-decoration:none}
.login #nav a:hover, .login #backtoblog a:hover {color:#ccc!important;}

#login {
	background: linear-gradient(to bottom, rgba(103, 103, 103, 0.1) 0%, rgba(0, 0, 0, 0.5) 100%);
    transition: opacity 0.1s, transform 0.3s cubic-bezier(0.17, -0.65, 0.665, 1.25);
	padding-bottom: 20px;
}

.login form {
    margin-top: 20px;
    margin-left: 0;
    padding: 26px 24px 34px;
    font-weight: 400;
    overflow: hidden;
    background: transparent;
    color: #fff;
	border: 0;
}

.login form input:focus {
	outline:none !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.login form .input {
    background: transparent !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-left: none;
    border-right: none;
    border-top: none;
    border-radius: 0;
	font-size: 15px;
	outline:none;
	color: #e8e8e8;
}

.login form #wp-submit {
    background: #F36;
    border: 0;
    border-radius: 3px;
    display: block;
    width: 100%;
    margin-top: 14px;
    padding: 5px;
}

.login form input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ffffff;
  opacity: 1; /* Firefox */
}

.login form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #ffffff;
}

.login form input::-ms-input-placeholder { /* Microsoft Edge */
  color: #ffffff;
}

.login form button {
    color: #979797 !important;
}

#rememberme {
    border: 1px solid #b8b8b8;
    border-radius: 0;
    background: rgba(0,0,0,0.2);
}

#login #nav {
    text-align: center;
    margin: 0;
}

#login #backtoblog {
    text-align: center;
}

#wfls-prompt-overlay {
    background: rgba(0,0,0,0.9);
}

#wfls-token-submit {
    width: 100%;
	background: #F36;
    border: 0;
    border-radius: 3px;
    margin-top: 14px;
    padding: 5px;
}

* {
  margin: 0;
  padding: 0;
}

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

body {
  background-color: #021027;
}

.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: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-1;
          animation-name: move-frames-1;
  -webkit-animation-duration: 29210ms;
          animation-duration: 29210ms;
  -webkit-animation-delay: 2213ms;
          animation-delay: 2213ms;
}
@-webkit-keyframes move-frames-1 {
  from {
    transform: translate3d(67vw, 107vh, 0);
  }
  to {
    transform: translate3d(64vw, -110vh, 0);
  }
}
@keyframes move-frames-1 {
  from {
    transform: translate3d(67vw, 107vh, 0);
  }
  to {
    transform: translate3d(64vw, -110vh, 0);
  }
}
.circle-container:nth-child(1) .circle {
  -webkit-animation-delay: 1980ms;
          animation-delay: 1980ms;
}
.circle-container:nth-child(2) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-2;
          animation-name: move-frames-2;
  -webkit-animation-duration: 31261ms;
          animation-duration: 31261ms;
  -webkit-animation-delay: 20732ms;
          animation-delay: 20732ms;
}
@-webkit-keyframes move-frames-2 {
  from {
    transform: translate3d(6vw, 102vh, 0);
  }
  to {
    transform: translate3d(51vw, -106vh, 0);
  }
}
@keyframes move-frames-2 {
  from {
    transform: translate3d(6vw, 102vh, 0);
  }
  to {
    transform: translate3d(51vw, -106vh, 0);
  }
}
.circle-container:nth-child(2) .circle {
  -webkit-animation-delay: 1869ms;
          animation-delay: 1869ms;
}
.circle-container:nth-child(3) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-3;
          animation-name: move-frames-3;
  -webkit-animation-duration: 35316ms;
          animation-duration: 35316ms;
  -webkit-animation-delay: 9793ms;
          animation-delay: 9793ms;
}
@-webkit-keyframes move-frames-3 {
  from {
    transform: translate3d(47vw, 106vh, 0);
  }
  to {
    transform: translate3d(66vw, -125vh, 0);
  }
}
@keyframes move-frames-3 {
  from {
    transform: translate3d(47vw, 106vh, 0);
  }
  to {
    transform: translate3d(66vw, -125vh, 0);
  }
}
.circle-container:nth-child(3) .circle {
  -webkit-animation-delay: 2649ms;
          animation-delay: 2649ms;
}
.circle-container:nth-child(4) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-4;
          animation-name: move-frames-4;
  -webkit-animation-duration: 29647ms;
          animation-duration: 29647ms;
  -webkit-animation-delay: 4612ms;
          animation-delay: 4612ms;
}
@-webkit-keyframes move-frames-4 {
  from {
    transform: translate3d(46vw, 108vh, 0);
  }
  to {
    transform: translate3d(95vw, -136vh, 0);
  }
}
@keyframes move-frames-4 {
  from {
    transform: translate3d(46vw, 108vh, 0);
  }
  to {
    transform: translate3d(95vw, -136vh, 0);
  }
}
.circle-container:nth-child(4) .circle {
  -webkit-animation-delay: 3346ms;
          animation-delay: 3346ms;
}
.circle-container:nth-child(5) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-5;
          animation-name: move-frames-5;
  -webkit-animation-duration: 33021ms;
          animation-duration: 33021ms;
  -webkit-animation-delay: 6075ms;
          animation-delay: 6075ms;
}
@-webkit-keyframes move-frames-5 {
  from {
    transform: translate3d(21vw, 102vh, 0);
  }
  to {
    transform: translate3d(62vw, -114vh, 0);
  }
}
@keyframes move-frames-5 {
  from {
    transform: translate3d(21vw, 102vh, 0);
  }
  to {
    transform: translate3d(62vw, -114vh, 0);
  }
}
.circle-container:nth-child(5) .circle {
  -webkit-animation-delay: 2697ms;
          animation-delay: 2697ms;
}
.circle-container:nth-child(6) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-6;
          animation-name: move-frames-6;
  -webkit-animation-duration: 35579ms;
          animation-duration: 35579ms;
  -webkit-animation-delay: 9931ms;
          animation-delay: 9931ms;
}
@-webkit-keyframes move-frames-6 {
  from {
    transform: translate3d(59vw, 107vh, 0);
  }
  to {
    transform: translate3d(72vw, -113vh, 0);
  }
}
@keyframes move-frames-6 {
  from {
    transform: translate3d(59vw, 107vh, 0);
  }
  to {
    transform: translate3d(72vw, -113vh, 0);
  }
}
.circle-container:nth-child(6) .circle {
  -webkit-animation-delay: 3034ms;
          animation-delay: 3034ms;
}
.circle-container:nth-child(7) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-7;
          animation-name: move-frames-7;
  -webkit-animation-duration: 28214ms;
          animation-duration: 28214ms;
  -webkit-animation-delay: 27067ms;
          animation-delay: 27067ms;
}
@-webkit-keyframes move-frames-7 {
  from {
    transform: translate3d(20vw, 110vh, 0);
  }
  to {
    transform: translate3d(36vw, -128vh, 0);
  }
}
@keyframes move-frames-7 {
  from {
    transform: translate3d(20vw, 110vh, 0);
  }
  to {
    transform: translate3d(36vw, -128vh, 0);
  }
}
.circle-container:nth-child(7) .circle {
  -webkit-animation-delay: 2955ms;
          animation-delay: 2955ms;
}
.circle-container:nth-child(8) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-8;
          animation-name: move-frames-8;
  -webkit-animation-duration: 34077ms;
          animation-duration: 34077ms;
  -webkit-animation-delay: 16231ms;
          animation-delay: 16231ms;
}
@-webkit-keyframes move-frames-8 {
  from {
    transform: translate3d(35vw, 104vh, 0);
  }
  to {
    transform: translate3d(95vw, -105vh, 0);
  }
}
@keyframes move-frames-8 {
  from {
    transform: translate3d(35vw, 104vh, 0);
  }
  to {
    transform: translate3d(95vw, -105vh, 0);
  }
}
.circle-container:nth-child(8) .circle {
  -webkit-animation-delay: 2973ms;
          animation-delay: 2973ms;
}
.circle-container:nth-child(9) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-9;
          animation-name: move-frames-9;
  -webkit-animation-duration: 34193ms;
          animation-duration: 34193ms;
  -webkit-animation-delay: 36694ms;
          animation-delay: 36694ms;
}
@-webkit-keyframes move-frames-9 {
  from {
    transform: translate3d(58vw, 107vh, 0);
  }
  to {
    transform: translate3d(41vw, -124vh, 0);
  }
}
@keyframes move-frames-9 {
  from {
    transform: translate3d(58vw, 107vh, 0);
  }
  to {
    transform: translate3d(41vw, -124vh, 0);
  }
}
.circle-container:nth-child(9) .circle {
  -webkit-animation-delay: 3605ms;
          animation-delay: 3605ms;
}
.circle-container:nth-child(10) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-10;
          animation-name: move-frames-10;
  -webkit-animation-duration: 30424ms;
          animation-duration: 30424ms;
  -webkit-animation-delay: 2365ms;
          animation-delay: 2365ms;
}
@-webkit-keyframes move-frames-10 {
  from {
    transform: translate3d(74vw, 102vh, 0);
  }
  to {
    transform: translate3d(8vw, -103vh, 0);
  }
}
@keyframes move-frames-10 {
  from {
    transform: translate3d(74vw, 102vh, 0);
  }
  to {
    transform: translate3d(8vw, -103vh, 0);
  }
}
.circle-container:nth-child(10) .circle {
  -webkit-animation-delay: 813ms;
          animation-delay: 813ms;
}
.circle-container:nth-child(11) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-11;
          animation-name: move-frames-11;
  -webkit-animation-duration: 30426ms;
          animation-duration: 30426ms;
  -webkit-animation-delay: 11344ms;
          animation-delay: 11344ms;
}
@-webkit-keyframes move-frames-11 {
  from {
    transform: translate3d(83vw, 110vh, 0);
  }
  to {
    transform: translate3d(89vw, -134vh, 0);
  }
}
@keyframes move-frames-11 {
  from {
    transform: translate3d(83vw, 110vh, 0);
  }
  to {
    transform: translate3d(89vw, -134vh, 0);
  }
}
.circle-container:nth-child(11) .circle {
  -webkit-animation-delay: 1252ms;
          animation-delay: 1252ms;
}
.circle-container:nth-child(12) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-12;
          animation-name: move-frames-12;
  -webkit-animation-duration: 34664ms;
          animation-duration: 34664ms;
  -webkit-animation-delay: 30487ms;
          animation-delay: 30487ms;
}
@-webkit-keyframes move-frames-12 {
  from {
    transform: translate3d(96vw, 101vh, 0);
  }
  to {
    transform: translate3d(18vw, -129vh, 0);
  }
}
@keyframes move-frames-12 {
  from {
    transform: translate3d(96vw, 101vh, 0);
  }
  to {
    transform: translate3d(18vw, -129vh, 0);
  }
}
.circle-container:nth-child(12) .circle {
  -webkit-animation-delay: 2369ms;
          animation-delay: 2369ms;
}
.circle-container:nth-child(13) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-13;
          animation-name: move-frames-13;
  -webkit-animation-duration: 29059ms;
          animation-duration: 29059ms;
  -webkit-animation-delay: 36848ms;
          animation-delay: 36848ms;
}
@-webkit-keyframes move-frames-13 {
  from {
    transform: translate3d(90vw, 104vh, 0);
  }
  to {
    transform: translate3d(74vw, -130vh, 0);
  }
}
@keyframes move-frames-13 {
  from {
    transform: translate3d(90vw, 104vh, 0);
  }
  to {
    transform: translate3d(74vw, -130vh, 0);
  }
}
.circle-container:nth-child(13) .circle {
  -webkit-animation-delay: 3023ms;
          animation-delay: 3023ms;
}
.circle-container:nth-child(14) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-14;
          animation-name: move-frames-14;
  -webkit-animation-duration: 36875ms;
          animation-duration: 36875ms;
  -webkit-animation-delay: 9405ms;
          animation-delay: 9405ms;
}
@-webkit-keyframes move-frames-14 {
  from {
    transform: translate3d(38vw, 104vh, 0);
  }
  to {
    transform: translate3d(19vw, -128vh, 0);
  }
}
@keyframes move-frames-14 {
  from {
    transform: translate3d(38vw, 104vh, 0);
  }
  to {
    transform: translate3d(19vw, -128vh, 0);
  }
}
.circle-container:nth-child(14) .circle {
  -webkit-animation-delay: 3049ms;
          animation-delay: 3049ms;
}
.circle-container:nth-child(15) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-15;
          animation-name: move-frames-15;
  -webkit-animation-duration: 30698ms;
          animation-duration: 30698ms;
  -webkit-animation-delay: 6245ms;
          animation-delay: 6245ms;
}
@-webkit-keyframes move-frames-15 {
  from {
    transform: translate3d(52vw, 105vh, 0);
  }
  to {
    transform: translate3d(30vw, -120vh, 0);
  }
}
@keyframes move-frames-15 {
  from {
    transform: translate3d(52vw, 105vh, 0);
  }
  to {
    transform: translate3d(30vw, -120vh, 0);
  }
}
.circle-container:nth-child(15) .circle {
  -webkit-animation-delay: 3897ms;
          animation-delay: 3897ms;
}
.circle-container:nth-child(16) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-16;
          animation-name: move-frames-16;
  -webkit-animation-duration: 35601ms;
          animation-duration: 35601ms;
  -webkit-animation-delay: 31736ms;
          animation-delay: 31736ms;
}
@-webkit-keyframes move-frames-16 {
  from {
    transform: translate3d(66vw, 110vh, 0);
  }
  to {
    transform: translate3d(54vw, -118vh, 0);
  }
}
@keyframes move-frames-16 {
  from {
    transform: translate3d(66vw, 110vh, 0);
  }
  to {
    transform: translate3d(54vw, -118vh, 0);
  }
}
.circle-container:nth-child(16) .circle {
  -webkit-animation-delay: 3494ms;
          animation-delay: 3494ms;
}
.circle-container:nth-child(17) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-17;
          animation-name: move-frames-17;
  -webkit-animation-duration: 36092ms;
          animation-duration: 36092ms;
  -webkit-animation-delay: 35717ms;
          animation-delay: 35717ms;
}
@-webkit-keyframes move-frames-17 {
  from {
    transform: translate3d(19vw, 109vh, 0);
  }
  to {
    transform: translate3d(71vw, -133vh, 0);
  }
}
@keyframes move-frames-17 {
  from {
    transform: translate3d(19vw, 109vh, 0);
  }
  to {
    transform: translate3d(71vw, -133vh, 0);
  }
}
.circle-container:nth-child(17) .circle {
  -webkit-animation-delay: 430ms;
          animation-delay: 430ms;
}
.circle-container:nth-child(18) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-18;
          animation-name: move-frames-18;
  -webkit-animation-duration: 31604ms;
          animation-duration: 31604ms;
  -webkit-animation-delay: 133ms;
          animation-delay: 133ms;
}
@-webkit-keyframes move-frames-18 {
  from {
    transform: translate3d(32vw, 107vh, 0);
  }
  to {
    transform: translate3d(68vw, -112vh, 0);
  }
}
@keyframes move-frames-18 {
  from {
    transform: translate3d(32vw, 107vh, 0);
  }
  to {
    transform: translate3d(68vw, -112vh, 0);
  }
}
.circle-container:nth-child(18) .circle {
  -webkit-animation-delay: 3849ms;
          animation-delay: 3849ms;
}
.circle-container:nth-child(19) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-19;
          animation-name: move-frames-19;
  -webkit-animation-duration: 29260ms;
          animation-duration: 29260ms;
  -webkit-animation-delay: 34268ms;
          animation-delay: 34268ms;
}
@-webkit-keyframes move-frames-19 {
  from {
    transform: translate3d(69vw, 106vh, 0);
  }
  to {
    transform: translate3d(1vw, -126vh, 0);
  }
}
@keyframes move-frames-19 {
  from {
    transform: translate3d(69vw, 106vh, 0);
  }
  to {
    transform: translate3d(1vw, -126vh, 0);
  }
}
.circle-container:nth-child(19) .circle {
  -webkit-animation-delay: 617ms;
          animation-delay: 617ms;
}
.circle-container:nth-child(20) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-20;
          animation-name: move-frames-20;
  -webkit-animation-duration: 31429ms;
          animation-duration: 31429ms;
  -webkit-animation-delay: 12011ms;
          animation-delay: 12011ms;
}
@-webkit-keyframes move-frames-20 {
  from {
    transform: translate3d(55vw, 107vh, 0);
  }
  to {
    transform: translate3d(51vw, -115vh, 0);
  }
}
@keyframes move-frames-20 {
  from {
    transform: translate3d(55vw, 107vh, 0);
  }
  to {
    transform: translate3d(51vw, -115vh, 0);
  }
}
.circle-container:nth-child(20) .circle {
  -webkit-animation-delay: 3904ms;
          animation-delay: 3904ms;
}
.circle-container:nth-child(21) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-21;
          animation-name: move-frames-21;
  -webkit-animation-duration: 32016ms;
          animation-duration: 32016ms;
  -webkit-animation-delay: 15893ms;
          animation-delay: 15893ms;
}
@-webkit-keyframes move-frames-21 {
  from {
    transform: translate3d(54vw, 110vh, 0);
  }
  to {
    transform: translate3d(13vw, -114vh, 0);
  }
}
@keyframes move-frames-21 {
  from {
    transform: translate3d(54vw, 110vh, 0);
  }
  to {
    transform: translate3d(13vw, -114vh, 0);
  }
}
.circle-container:nth-child(21) .circle {
  -webkit-animation-delay: 3482ms;
          animation-delay: 3482ms;
}
.circle-container:nth-child(22) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-22;
          animation-name: move-frames-22;
  -webkit-animation-duration: 34224ms;
          animation-duration: 34224ms;
  -webkit-animation-delay: 35201ms;
          animation-delay: 35201ms;
}
@-webkit-keyframes move-frames-22 {
  from {
    transform: translate3d(1vw, 107vh, 0);
  }
  to {
    transform: translate3d(47vw, -122vh, 0);
  }
}
@keyframes move-frames-22 {
  from {
    transform: translate3d(1vw, 107vh, 0);
  }
  to {
    transform: translate3d(47vw, -122vh, 0);
  }
}
.circle-container:nth-child(22) .circle {
  -webkit-animation-delay: 1522ms;
          animation-delay: 1522ms;
}
.circle-container:nth-child(23) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-23;
          animation-name: move-frames-23;
  -webkit-animation-duration: 28615ms;
          animation-duration: 28615ms;
  -webkit-animation-delay: 10424ms;
          animation-delay: 10424ms;
}
@-webkit-keyframes move-frames-23 {
  from {
    transform: translate3d(90vw, 108vh, 0);
  }
  to {
    transform: translate3d(4vw, -135vh, 0);
  }
}
@keyframes move-frames-23 {
  from {
    transform: translate3d(90vw, 108vh, 0);
  }
  to {
    transform: translate3d(4vw, -135vh, 0);
  }
}
.circle-container:nth-child(23) .circle {
  -webkit-animation-delay: 654ms;
          animation-delay: 654ms;
}
.circle-container:nth-child(24) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-24;
          animation-name: move-frames-24;
  -webkit-animation-duration: 32105ms;
          animation-duration: 32105ms;
  -webkit-animation-delay: 14206ms;
          animation-delay: 14206ms;
}
@-webkit-keyframes move-frames-24 {
  from {
    transform: translate3d(65vw, 109vh, 0);
  }
  to {
    transform: translate3d(75vw, -115vh, 0);
  }
}
@keyframes move-frames-24 {
  from {
    transform: translate3d(65vw, 109vh, 0);
  }
  to {
    transform: translate3d(75vw, -115vh, 0);
  }
}
.circle-container:nth-child(24) .circle {
  -webkit-animation-delay: 2570ms;
          animation-delay: 2570ms;
}
.circle-container:nth-child(25) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-25;
          animation-name: move-frames-25;
  -webkit-animation-duration: 35164ms;
          animation-duration: 35164ms;
  -webkit-animation-delay: 13718ms;
          animation-delay: 13718ms;
}
@-webkit-keyframes move-frames-25 {
  from {
    transform: translate3d(71vw, 105vh, 0);
  }
  to {
    transform: translate3d(17vw, -115vh, 0);
  }
}
@keyframes move-frames-25 {
  from {
    transform: translate3d(71vw, 105vh, 0);
  }
  to {
    transform: translate3d(17vw, -115vh, 0);
  }
}
.circle-container:nth-child(25) .circle {
  -webkit-animation-delay: 3362ms;
          animation-delay: 3362ms;
}
.circle-container:nth-child(26) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-26;
          animation-name: move-frames-26;
  -webkit-animation-duration: 32651ms;
          animation-duration: 32651ms;
  -webkit-animation-delay: 14872ms;
          animation-delay: 14872ms;
}
@-webkit-keyframes move-frames-26 {
  from {
    transform: translate3d(73vw, 105vh, 0);
  }
  to {
    transform: translate3d(99vw, -134vh, 0);
  }
}
@keyframes move-frames-26 {
  from {
    transform: translate3d(73vw, 105vh, 0);
  }
  to {
    transform: translate3d(99vw, -134vh, 0);
  }
}
.circle-container:nth-child(26) .circle {
  -webkit-animation-delay: 470ms;
          animation-delay: 470ms;
}
.circle-container:nth-child(27) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-27;
          animation-name: move-frames-27;
  -webkit-animation-duration: 29077ms;
          animation-duration: 29077ms;
  -webkit-animation-delay: 889ms;
          animation-delay: 889ms;
}
@-webkit-keyframes move-frames-27 {
  from {
    transform: translate3d(14vw, 103vh, 0);
  }
  to {
    transform: translate3d(13vw, -115vh, 0);
  }
}
@keyframes move-frames-27 {
  from {
    transform: translate3d(14vw, 103vh, 0);
  }
  to {
    transform: translate3d(13vw, -115vh, 0);
  }
}
.circle-container:nth-child(27) .circle {
  -webkit-animation-delay: 66ms;
          animation-delay: 66ms;
}
.circle-container:nth-child(28) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-28;
          animation-name: move-frames-28;
  -webkit-animation-duration: 30968ms;
          animation-duration: 30968ms;
  -webkit-animation-delay: 21357ms;
          animation-delay: 21357ms;
}
@-webkit-keyframes move-frames-28 {
  from {
    transform: translate3d(60vw, 101vh, 0);
  }
  to {
    transform: translate3d(86vw, -110vh, 0);
  }
}
@keyframes move-frames-28 {
  from {
    transform: translate3d(60vw, 101vh, 0);
  }
  to {
    transform: translate3d(86vw, -110vh, 0);
  }
}
.circle-container:nth-child(28) .circle {
  -webkit-animation-delay: 941ms;
          animation-delay: 941ms;
}
.circle-container:nth-child(29) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-29;
          animation-name: move-frames-29;
  -webkit-animation-duration: 30376ms;
          animation-duration: 30376ms;
  -webkit-animation-delay: 18671ms;
          animation-delay: 18671ms;
}
@-webkit-keyframes move-frames-29 {
  from {
    transform: translate3d(19vw, 109vh, 0);
  }
  to {
    transform: translate3d(35vw, -116vh, 0);
  }
}
@keyframes move-frames-29 {
  from {
    transform: translate3d(19vw, 109vh, 0);
  }
  to {
    transform: translate3d(35vw, -116vh, 0);
  }
}
.circle-container:nth-child(29) .circle {
  -webkit-animation-delay: 3373ms;
          animation-delay: 3373ms;
}
.circle-container:nth-child(30) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-30;
          animation-name: move-frames-30;
  -webkit-animation-duration: 32006ms;
          animation-duration: 32006ms;
  -webkit-animation-delay: 25328ms;
          animation-delay: 25328ms;
}
@-webkit-keyframes move-frames-30 {
  from {
    transform: translate3d(30vw, 108vh, 0);
  }
  to {
    transform: translate3d(86vw, -133vh, 0);
  }
}
@keyframes move-frames-30 {
  from {
    transform: translate3d(30vw, 108vh, 0);
  }
  to {
    transform: translate3d(86vw, -133vh, 0);
  }
}
.circle-container:nth-child(30) .circle {
  -webkit-animation-delay: 3675ms;
          animation-delay: 3675ms;
}
.circle-container:nth-child(31) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-31;
          animation-name: move-frames-31;
  -webkit-animation-duration: 28858ms;
          animation-duration: 28858ms;
  -webkit-animation-delay: 16837ms;
          animation-delay: 16837ms;
}
@-webkit-keyframes move-frames-31 {
  from {
    transform: translate3d(5vw, 107vh, 0);
  }
  to {
    transform: translate3d(19vw, -108vh, 0);
  }
}
@keyframes move-frames-31 {
  from {
    transform: translate3d(5vw, 107vh, 0);
  }
  to {
    transform: translate3d(19vw, -108vh, 0);
  }
}
.circle-container:nth-child(31) .circle {
  -webkit-animation-delay: 3547ms;
          animation-delay: 3547ms;
}
.circle-container:nth-child(32) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-32;
          animation-name: move-frames-32;
  -webkit-animation-duration: 32284ms;
          animation-duration: 32284ms;
  -webkit-animation-delay: 28292ms;
          animation-delay: 28292ms;
}
@-webkit-keyframes move-frames-32 {
  from {
    transform: translate3d(92vw, 102vh, 0);
  }
  to {
    transform: translate3d(60vw, -122vh, 0);
  }
}
@keyframes move-frames-32 {
  from {
    transform: translate3d(92vw, 102vh, 0);
  }
  to {
    transform: translate3d(60vw, -122vh, 0);
  }
}
.circle-container:nth-child(32) .circle {
  -webkit-animation-delay: 1931ms;
          animation-delay: 1931ms;
}
.circle-container:nth-child(33) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-33;
          animation-name: move-frames-33;
  -webkit-animation-duration: 28380ms;
          animation-duration: 28380ms;
  -webkit-animation-delay: 19578ms;
          animation-delay: 19578ms;
}
@-webkit-keyframes move-frames-33 {
  from {
    transform: translate3d(26vw, 109vh, 0);
  }
  to {
    transform: translate3d(53vw, -134vh, 0);
  }
}
@keyframes move-frames-33 {
  from {
    transform: translate3d(26vw, 109vh, 0);
  }
  to {
    transform: translate3d(53vw, -134vh, 0);
  }
}
.circle-container:nth-child(33) .circle {
  -webkit-animation-delay: 3304ms;
          animation-delay: 3304ms;
}
.circle-container:nth-child(34) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-34;
          animation-name: move-frames-34;
  -webkit-animation-duration: 30566ms;
          animation-duration: 30566ms;
  -webkit-animation-delay: 27532ms;
          animation-delay: 27532ms;
}
@-webkit-keyframes move-frames-34 {
  from {
    transform: translate3d(100vw, 106vh, 0);
  }
  to {
    transform: translate3d(90vw, -135vh, 0);
  }
}
@keyframes move-frames-34 {
  from {
    transform: translate3d(100vw, 106vh, 0);
  }
  to {
    transform: translate3d(90vw, -135vh, 0);
  }
}
.circle-container:nth-child(34) .circle {
  -webkit-animation-delay: 3876ms;
          animation-delay: 3876ms;
}
.circle-container:nth-child(35) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-35;
          animation-name: move-frames-35;
  -webkit-animation-duration: 28647ms;
          animation-duration: 28647ms;
  -webkit-animation-delay: 5149ms;
          animation-delay: 5149ms;
}
@-webkit-keyframes move-frames-35 {
  from {
    transform: translate3d(69vw, 110vh, 0);
  }
  to {
    transform: translate3d(81vw, -117vh, 0);
  }
}
@keyframes move-frames-35 {
  from {
    transform: translate3d(69vw, 110vh, 0);
  }
  to {
    transform: translate3d(81vw, -117vh, 0);
  }
}
.circle-container:nth-child(35) .circle {
  -webkit-animation-delay: 258ms;
          animation-delay: 258ms;
}
.circle-container:nth-child(36) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-36;
          animation-name: move-frames-36;
  -webkit-animation-duration: 32084ms;
          animation-duration: 32084ms;
  -webkit-animation-delay: 21821ms;
          animation-delay: 21821ms;
}
@-webkit-keyframes move-frames-36 {
  from {
    transform: translate3d(87vw, 110vh, 0);
  }
  to {
    transform: translate3d(65vw, -121vh, 0);
  }
}
@keyframes move-frames-36 {
  from {
    transform: translate3d(87vw, 110vh, 0);
  }
  to {
    transform: translate3d(65vw, -121vh, 0);
  }
}
.circle-container:nth-child(36) .circle {
  -webkit-animation-delay: 1765ms;
          animation-delay: 1765ms;
}
.circle-container:nth-child(37) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-37;
          animation-name: move-frames-37;
  -webkit-animation-duration: 28635ms;
          animation-duration: 28635ms;
  -webkit-animation-delay: 31289ms;
          animation-delay: 31289ms;
}
@-webkit-keyframes move-frames-37 {
  from {
    transform: translate3d(93vw, 107vh, 0);
  }
  to {
    transform: translate3d(19vw, -120vh, 0);
  }
}
@keyframes move-frames-37 {
  from {
    transform: translate3d(93vw, 107vh, 0);
  }
  to {
    transform: translate3d(19vw, -120vh, 0);
  }
}
.circle-container:nth-child(37) .circle {
  -webkit-animation-delay: 1769ms;
          animation-delay: 1769ms;
}
.circle-container:nth-child(38) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-38;
          animation-name: move-frames-38;
  -webkit-animation-duration: 36802ms;
          animation-duration: 36802ms;
  -webkit-animation-delay: 11341ms;
          animation-delay: 11341ms;
}
@-webkit-keyframes move-frames-38 {
  from {
    transform: translate3d(44vw, 101vh, 0);
  }
  to {
    transform: translate3d(90vw, -126vh, 0);
  }
}
@keyframes move-frames-38 {
  from {
    transform: translate3d(44vw, 101vh, 0);
  }
  to {
    transform: translate3d(90vw, -126vh, 0);
  }
}
.circle-container:nth-child(38) .circle {
  -webkit-animation-delay: 3970ms;
          animation-delay: 3970ms;
}
.circle-container:nth-child(39) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-39;
          animation-name: move-frames-39;
  -webkit-animation-duration: 34120ms;
          animation-duration: 34120ms;
  -webkit-animation-delay: 14076ms;
          animation-delay: 14076ms;
}
@-webkit-keyframes move-frames-39 {
  from {
    transform: translate3d(42vw, 102vh, 0);
  }
  to {
    transform: translate3d(79vw, -109vh, 0);
  }
}
@keyframes move-frames-39 {
  from {
    transform: translate3d(42vw, 102vh, 0);
  }
  to {
    transform: translate3d(79vw, -109vh, 0);
  }
}
.circle-container:nth-child(39) .circle {
  -webkit-animation-delay: 2276ms;
          animation-delay: 2276ms;
}
.circle-container:nth-child(40) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-40;
          animation-name: move-frames-40;
  -webkit-animation-duration: 30712ms;
          animation-duration: 30712ms;
  -webkit-animation-delay: 14852ms;
          animation-delay: 14852ms;
}
@-webkit-keyframes move-frames-40 {
  from {
    transform: translate3d(90vw, 109vh, 0);
  }
  to {
    transform: translate3d(66vw, -129vh, 0);
  }
}
@keyframes move-frames-40 {
  from {
    transform: translate3d(90vw, 109vh, 0);
  }
  to {
    transform: translate3d(66vw, -129vh, 0);
  }
}
.circle-container:nth-child(40) .circle {
  -webkit-animation-delay: 3318ms;
          animation-delay: 3318ms;
}
.circle-container:nth-child(41) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-41;
          animation-name: move-frames-41;
  -webkit-animation-duration: 33262ms;
          animation-duration: 33262ms;
  -webkit-animation-delay: 30354ms;
          animation-delay: 30354ms;
}
@-webkit-keyframes move-frames-41 {
  from {
    transform: translate3d(13vw, 110vh, 0);
  }
  to {
    transform: translate3d(78vw, -136vh, 0);
  }
}
@keyframes move-frames-41 {
  from {
    transform: translate3d(13vw, 110vh, 0);
  }
  to {
    transform: translate3d(78vw, -136vh, 0);
  }
}
.circle-container:nth-child(41) .circle {
  -webkit-animation-delay: 3450ms;
          animation-delay: 3450ms;
}
.circle-container:nth-child(42) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-42;
          animation-name: move-frames-42;
  -webkit-animation-duration: 31227ms;
          animation-duration: 31227ms;
  -webkit-animation-delay: 14830ms;
          animation-delay: 14830ms;
}
@-webkit-keyframes move-frames-42 {
  from {
    transform: translate3d(57vw, 102vh, 0);
  }
  to {
    transform: translate3d(66vw, -132vh, 0);
  }
}
@keyframes move-frames-42 {
  from {
    transform: translate3d(57vw, 102vh, 0);
  }
  to {
    transform: translate3d(66vw, -132vh, 0);
  }
}
.circle-container:nth-child(42) .circle {
  -webkit-animation-delay: 3195ms;
          animation-delay: 3195ms;
}
.circle-container:nth-child(43) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-43;
          animation-name: move-frames-43;
  -webkit-animation-duration: 31703ms;
          animation-duration: 31703ms;
  -webkit-animation-delay: 14874ms;
          animation-delay: 14874ms;
}
@-webkit-keyframes move-frames-43 {
  from {
    transform: translate3d(12vw, 107vh, 0);
  }
  to {
    transform: translate3d(45vw, -130vh, 0);
  }
}
@keyframes move-frames-43 {
  from {
    transform: translate3d(12vw, 107vh, 0);
  }
  to {
    transform: translate3d(45vw, -130vh, 0);
  }
}
.circle-container:nth-child(43) .circle {
  -webkit-animation-delay: 1687ms;
          animation-delay: 1687ms;
}
.circle-container:nth-child(44) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-44;
          animation-name: move-frames-44;
  -webkit-animation-duration: 30840ms;
          animation-duration: 30840ms;
  -webkit-animation-delay: 16503ms;
          animation-delay: 16503ms;
}
@-webkit-keyframes move-frames-44 {
  from {
    transform: translate3d(33vw, 108vh, 0);
  }
  to {
    transform: translate3d(75vw, -114vh, 0);
  }
}
@keyframes move-frames-44 {
  from {
    transform: translate3d(33vw, 108vh, 0);
  }
  to {
    transform: translate3d(75vw, -114vh, 0);
  }
}
.circle-container:nth-child(44) .circle {
  -webkit-animation-delay: 2980ms;
          animation-delay: 2980ms;
}
.circle-container:nth-child(45) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-45;
          animation-name: move-frames-45;
  -webkit-animation-duration: 31857ms;
          animation-duration: 31857ms;
  -webkit-animation-delay: 11657ms;
          animation-delay: 11657ms;
}
@-webkit-keyframes move-frames-45 {
  from {
    transform: translate3d(74vw, 102vh, 0);
  }
  to {
    transform: translate3d(77vw, -104vh, 0);
  }
}
@keyframes move-frames-45 {
  from {
    transform: translate3d(74vw, 102vh, 0);
  }
  to {
    transform: translate3d(77vw, -104vh, 0);
  }
}
.circle-container:nth-child(45) .circle {
  -webkit-animation-delay: 863ms;
          animation-delay: 863ms;
}
.circle-container:nth-child(46) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-46;
          animation-name: move-frames-46;
  -webkit-animation-duration: 31446ms;
          animation-duration: 31446ms;
  -webkit-animation-delay: 25110ms;
          animation-delay: 25110ms;
}
@-webkit-keyframes move-frames-46 {
  from {
    transform: translate3d(8vw, 109vh, 0);
  }
  to {
    transform: translate3d(99vw, -133vh, 0);
  }
}
@keyframes move-frames-46 {
  from {
    transform: translate3d(8vw, 109vh, 0);
  }
  to {
    transform: translate3d(99vw, -133vh, 0);
  }
}
.circle-container:nth-child(46) .circle {
  -webkit-animation-delay: 217ms;
          animation-delay: 217ms;
}
.circle-container:nth-child(47) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-47;
          animation-name: move-frames-47;
  -webkit-animation-duration: 35946ms;
          animation-duration: 35946ms;
  -webkit-animation-delay: 14354ms;
          animation-delay: 14354ms;
}
@-webkit-keyframes move-frames-47 {
  from {
    transform: translate3d(54vw, 102vh, 0);
  }
  to {
    transform: translate3d(89vw, -103vh, 0);
  }
}
@keyframes move-frames-47 {
  from {
    transform: translate3d(54vw, 102vh, 0);
  }
  to {
    transform: translate3d(89vw, -103vh, 0);
  }
}
.circle-container:nth-child(47) .circle {
  -webkit-animation-delay: 1644ms;
          animation-delay: 1644ms;
}
.circle-container:nth-child(48) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-48;
          animation-name: move-frames-48;
  -webkit-animation-duration: 36112ms;
          animation-duration: 36112ms;
  -webkit-animation-delay: 15958ms;
          animation-delay: 15958ms;
}
@-webkit-keyframes move-frames-48 {
  from {
    transform: translate3d(91vw, 106vh, 0);
  }
  to {
    transform: translate3d(24vw, -123vh, 0);
  }
}
@keyframes move-frames-48 {
  from {
    transform: translate3d(91vw, 106vh, 0);
  }
  to {
    transform: translate3d(24vw, -123vh, 0);
  }
}
.circle-container:nth-child(48) .circle {
  -webkit-animation-delay: 3582ms;
          animation-delay: 3582ms;
}
.circle-container:nth-child(49) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-49;
          animation-name: move-frames-49;
  -webkit-animation-duration: 35004ms;
          animation-duration: 35004ms;
  -webkit-animation-delay: 33486ms;
          animation-delay: 33486ms;
}
@-webkit-keyframes move-frames-49 {
  from {
    transform: translate3d(43vw, 108vh, 0);
  }
  to {
    transform: translate3d(59vw, -138vh, 0);
  }
}
@keyframes move-frames-49 {
  from {
    transform: translate3d(43vw, 108vh, 0);
  }
  to {
    transform: translate3d(59vw, -138vh, 0);
  }
}
.circle-container:nth-child(49) .circle {
  -webkit-animation-delay: 2126ms;
          animation-delay: 2126ms;
}
.circle-container:nth-child(50) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-50;
          animation-name: move-frames-50;
  -webkit-animation-duration: 31099ms;
          animation-duration: 31099ms;
  -webkit-animation-delay: 23271ms;
          animation-delay: 23271ms;
}
@-webkit-keyframes move-frames-50 {
  from {
    transform: translate3d(1vw, 106vh, 0);
  }
  to {
    transform: translate3d(19vw, -112vh, 0);
  }
}
@keyframes move-frames-50 {
  from {
    transform: translate3d(1vw, 106vh, 0);
  }
  to {
    transform: translate3d(19vw, -112vh, 0);
  }
}
.circle-container:nth-child(50) .circle {
  -webkit-animation-delay: 3985ms;
          animation-delay: 3985ms;
}
.circle-container:nth-child(51) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-51;
          animation-name: move-frames-51;
  -webkit-animation-duration: 34917ms;
          animation-duration: 34917ms;
  -webkit-animation-delay: 34653ms;
          animation-delay: 34653ms;
}
@-webkit-keyframes move-frames-51 {
  from {
    transform: translate3d(3vw, 102vh, 0);
  }
  to {
    transform: translate3d(67vw, -118vh, 0);
  }
}
@keyframes move-frames-51 {
  from {
    transform: translate3d(3vw, 102vh, 0);
  }
  to {
    transform: translate3d(67vw, -118vh, 0);
  }
}
.circle-container:nth-child(51) .circle {
  -webkit-animation-delay: 1071ms;
          animation-delay: 1071ms;
}
.circle-container:nth-child(52) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-52;
          animation-name: move-frames-52;
  -webkit-animation-duration: 29483ms;
          animation-duration: 29483ms;
  -webkit-animation-delay: 28954ms;
          animation-delay: 28954ms;
}
@-webkit-keyframes move-frames-52 {
  from {
    transform: translate3d(43vw, 107vh, 0);
  }
  to {
    transform: translate3d(90vw, -109vh, 0);
  }
}
@keyframes move-frames-52 {
  from {
    transform: translate3d(43vw, 107vh, 0);
  }
  to {
    transform: translate3d(90vw, -109vh, 0);
  }
}
.circle-container:nth-child(52) .circle {
  -webkit-animation-delay: 43ms;
          animation-delay: 43ms;
}
.circle-container:nth-child(53) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-53;
          animation-name: move-frames-53;
  -webkit-animation-duration: 33802ms;
          animation-duration: 33802ms;
  -webkit-animation-delay: 2729ms;
          animation-delay: 2729ms;
}
@-webkit-keyframes move-frames-53 {
  from {
    transform: translate3d(46vw, 101vh, 0);
  }
  to {
    transform: translate3d(68vw, -122vh, 0);
  }
}
@keyframes move-frames-53 {
  from {
    transform: translate3d(46vw, 101vh, 0);
  }
  to {
    transform: translate3d(68vw, -122vh, 0);
  }
}
.circle-container:nth-child(53) .circle {
  -webkit-animation-delay: 3687ms;
          animation-delay: 3687ms;
}
.circle-container:nth-child(54) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-54;
          animation-name: move-frames-54;
  -webkit-animation-duration: 35588ms;
          animation-duration: 35588ms;
  -webkit-animation-delay: 31256ms;
          animation-delay: 31256ms;
}
@-webkit-keyframes move-frames-54 {
  from {
    transform: translate3d(75vw, 109vh, 0);
  }
  to {
    transform: translate3d(63vw, -128vh, 0);
  }
}
@keyframes move-frames-54 {
  from {
    transform: translate3d(75vw, 109vh, 0);
  }
  to {
    transform: translate3d(63vw, -128vh, 0);
  }
}
.circle-container:nth-child(54) .circle {
  -webkit-animation-delay: 3287ms;
          animation-delay: 3287ms;
}
.circle-container:nth-child(55) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-55;
          animation-name: move-frames-55;
  -webkit-animation-duration: 34454ms;
          animation-duration: 34454ms;
  -webkit-animation-delay: 2858ms;
          animation-delay: 2858ms;
}
@-webkit-keyframes move-frames-55 {
  from {
    transform: translate3d(16vw, 105vh, 0);
  }
  to {
    transform: translate3d(40vw, -116vh, 0);
  }
}
@keyframes move-frames-55 {
  from {
    transform: translate3d(16vw, 105vh, 0);
  }
  to {
    transform: translate3d(40vw, -116vh, 0);
  }
}
.circle-container:nth-child(55) .circle {
  -webkit-animation-delay: 1394ms;
          animation-delay: 1394ms;
}
.circle-container:nth-child(56) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-56;
          animation-name: move-frames-56;
  -webkit-animation-duration: 31097ms;
          animation-duration: 31097ms;
  -webkit-animation-delay: 36167ms;
          animation-delay: 36167ms;
}
@-webkit-keyframes move-frames-56 {
  from {
    transform: translate3d(58vw, 105vh, 0);
  }
  to {
    transform: translate3d(71vw, -119vh, 0);
  }
}
@keyframes move-frames-56 {
  from {
    transform: translate3d(58vw, 105vh, 0);
  }
  to {
    transform: translate3d(71vw, -119vh, 0);
  }
}
.circle-container:nth-child(56) .circle {
  -webkit-animation-delay: 1709ms;
          animation-delay: 1709ms;
}
.circle-container:nth-child(57) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-57;
          animation-name: move-frames-57;
  -webkit-animation-duration: 33191ms;
          animation-duration: 33191ms;
  -webkit-animation-delay: 31493ms;
          animation-delay: 31493ms;
}
@-webkit-keyframes move-frames-57 {
  from {
    transform: translate3d(21vw, 106vh, 0);
  }
  to {
    transform: translate3d(96vw, -121vh, 0);
  }
}
@keyframes move-frames-57 {
  from {
    transform: translate3d(21vw, 106vh, 0);
  }
  to {
    transform: translate3d(96vw, -121vh, 0);
  }
}
.circle-container:nth-child(57) .circle {
  -webkit-animation-delay: 2465ms;
          animation-delay: 2465ms;
}
.circle-container:nth-child(58) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-58;
          animation-name: move-frames-58;
  -webkit-animation-duration: 32073ms;
          animation-duration: 32073ms;
  -webkit-animation-delay: 6977ms;
          animation-delay: 6977ms;
}
@-webkit-keyframes move-frames-58 {
  from {
    transform: translate3d(91vw, 110vh, 0);
  }
  to {
    transform: translate3d(5vw, -137vh, 0);
  }
}
@keyframes move-frames-58 {
  from {
    transform: translate3d(91vw, 110vh, 0);
  }
  to {
    transform: translate3d(5vw, -137vh, 0);
  }
}
.circle-container:nth-child(58) .circle {
  -webkit-animation-delay: 1761ms;
          animation-delay: 1761ms;
}
.circle-container:nth-child(59) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-59;
          animation-name: move-frames-59;
  -webkit-animation-duration: 31263ms;
          animation-duration: 31263ms;
  -webkit-animation-delay: 13643ms;
          animation-delay: 13643ms;
}
@-webkit-keyframes move-frames-59 {
  from {
    transform: translate3d(57vw, 104vh, 0);
  }
  to {
    transform: translate3d(27vw, -109vh, 0);
  }
}
@keyframes move-frames-59 {
  from {
    transform: translate3d(57vw, 104vh, 0);
  }
  to {
    transform: translate3d(27vw, -109vh, 0);
  }
}
.circle-container:nth-child(59) .circle {
  -webkit-animation-delay: 1616ms;
          animation-delay: 1616ms;
}
.circle-container:nth-child(60) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-60;
          animation-name: move-frames-60;
  -webkit-animation-duration: 34772ms;
          animation-duration: 34772ms;
  -webkit-animation-delay: 6488ms;
          animation-delay: 6488ms;
}
@-webkit-keyframes move-frames-60 {
  from {
    transform: translate3d(8vw, 108vh, 0);
  }
  to {
    transform: translate3d(70vw, -135vh, 0);
  }
}
@keyframes move-frames-60 {
  from {
    transform: translate3d(8vw, 108vh, 0);
  }
  to {
    transform: translate3d(70vw, -135vh, 0);
  }
}
.circle-container:nth-child(60) .circle {
  -webkit-animation-delay: 22ms;
          animation-delay: 22ms;
}
.circle-container:nth-child(61) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-61;
          animation-name: move-frames-61;
  -webkit-animation-duration: 29734ms;
          animation-duration: 29734ms;
  -webkit-animation-delay: 34183ms;
          animation-delay: 34183ms;
}
@-webkit-keyframes move-frames-61 {
  from {
    transform: translate3d(19vw, 101vh, 0);
  }
  to {
    transform: translate3d(32vw, -107vh, 0);
  }
}
@keyframes move-frames-61 {
  from {
    transform: translate3d(19vw, 101vh, 0);
  }
  to {
    transform: translate3d(32vw, -107vh, 0);
  }
}
.circle-container:nth-child(61) .circle {
  -webkit-animation-delay: 853ms;
          animation-delay: 853ms;
}
.circle-container:nth-child(62) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-62;
          animation-name: move-frames-62;
  -webkit-animation-duration: 30827ms;
          animation-duration: 30827ms;
  -webkit-animation-delay: 17292ms;
          animation-delay: 17292ms;
}
@-webkit-keyframes move-frames-62 {
  from {
    transform: translate3d(8vw, 109vh, 0);
  }
  to {
    transform: translate3d(64vw, -126vh, 0);
  }
}
@keyframes move-frames-62 {
  from {
    transform: translate3d(8vw, 109vh, 0);
  }
  to {
    transform: translate3d(64vw, -126vh, 0);
  }
}
.circle-container:nth-child(62) .circle {
  -webkit-animation-delay: 1432ms;
          animation-delay: 1432ms;
}
.circle-container:nth-child(63) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-63;
          animation-name: move-frames-63;
  -webkit-animation-duration: 28147ms;
          animation-duration: 28147ms;
  -webkit-animation-delay: 22125ms;
          animation-delay: 22125ms;
}
@-webkit-keyframes move-frames-63 {
  from {
    transform: translate3d(68vw, 102vh, 0);
  }
  to {
    transform: translate3d(8vw, -105vh, 0);
  }
}
@keyframes move-frames-63 {
  from {
    transform: translate3d(68vw, 102vh, 0);
  }
  to {
    transform: translate3d(8vw, -105vh, 0);
  }
}
.circle-container:nth-child(63) .circle {
  -webkit-animation-delay: 2171ms;
          animation-delay: 2171ms;
}
.circle-container:nth-child(64) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-64;
          animation-name: move-frames-64;
  -webkit-animation-duration: 28105ms;
          animation-duration: 28105ms;
  -webkit-animation-delay: 4337ms;
          animation-delay: 4337ms;
}
@-webkit-keyframes move-frames-64 {
  from {
    transform: translate3d(20vw, 103vh, 0);
  }
  to {
    transform: translate3d(99vw, -105vh, 0);
  }
}
@keyframes move-frames-64 {
  from {
    transform: translate3d(20vw, 103vh, 0);
  }
  to {
    transform: translate3d(99vw, -105vh, 0);
  }
}
.circle-container:nth-child(64) .circle {
  -webkit-animation-delay: 2021ms;
          animation-delay: 2021ms;
}
.circle-container:nth-child(65) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-65;
          animation-name: move-frames-65;
  -webkit-animation-duration: 30637ms;
          animation-duration: 30637ms;
  -webkit-animation-delay: 4858ms;
          animation-delay: 4858ms;
}
@-webkit-keyframes move-frames-65 {
  from {
    transform: translate3d(60vw, 105vh, 0);
  }
  to {
    transform: translate3d(30vw, -124vh, 0);
  }
}
@keyframes move-frames-65 {
  from {
    transform: translate3d(60vw, 105vh, 0);
  }
  to {
    transform: translate3d(30vw, -124vh, 0);
  }
}
.circle-container:nth-child(65) .circle {
  -webkit-animation-delay: 2321ms;
          animation-delay: 2321ms;
}
.circle-container:nth-child(66) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-66;
          animation-name: move-frames-66;
  -webkit-animation-duration: 30835ms;
          animation-duration: 30835ms;
  -webkit-animation-delay: 27115ms;
          animation-delay: 27115ms;
}
@-webkit-keyframes move-frames-66 {
  from {
    transform: translate3d(2vw, 106vh, 0);
  }
  to {
    transform: translate3d(10vw, -120vh, 0);
  }
}
@keyframes move-frames-66 {
  from {
    transform: translate3d(2vw, 106vh, 0);
  }
  to {
    transform: translate3d(10vw, -120vh, 0);
  }
}
.circle-container:nth-child(66) .circle {
  -webkit-animation-delay: 3075ms;
          animation-delay: 3075ms;
}
.circle-container:nth-child(67) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-67;
          animation-name: move-frames-67;
  -webkit-animation-duration: 28415ms;
          animation-duration: 28415ms;
  -webkit-animation-delay: 9546ms;
          animation-delay: 9546ms;
}
@-webkit-keyframes move-frames-67 {
  from {
    transform: translate3d(42vw, 101vh, 0);
  }
  to {
    transform: translate3d(43vw, -111vh, 0);
  }
}
@keyframes move-frames-67 {
  from {
    transform: translate3d(42vw, 101vh, 0);
  }
  to {
    transform: translate3d(43vw, -111vh, 0);
  }
}
.circle-container:nth-child(67) .circle {
  -webkit-animation-delay: 2531ms;
          animation-delay: 2531ms;
}
.circle-container:nth-child(68) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-68;
          animation-name: move-frames-68;
  -webkit-animation-duration: 30247ms;
          animation-duration: 30247ms;
  -webkit-animation-delay: 18283ms;
          animation-delay: 18283ms;
}
@-webkit-keyframes move-frames-68 {
  from {
    transform: translate3d(84vw, 104vh, 0);
  }
  to {
    transform: translate3d(86vw, -121vh, 0);
  }
}
@keyframes move-frames-68 {
  from {
    transform: translate3d(84vw, 104vh, 0);
  }
  to {
    transform: translate3d(86vw, -121vh, 0);
  }
}
.circle-container:nth-child(68) .circle {
  -webkit-animation-delay: 2414ms;
          animation-delay: 2414ms;
}
.circle-container:nth-child(69) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-69;
          animation-name: move-frames-69;
  -webkit-animation-duration: 28570ms;
          animation-duration: 28570ms;
  -webkit-animation-delay: 23122ms;
          animation-delay: 23122ms;
}
@-webkit-keyframes move-frames-69 {
  from {
    transform: translate3d(27vw, 110vh, 0);
  }
  to {
    transform: translate3d(50vw, -137vh, 0);
  }
}
@keyframes move-frames-69 {
  from {
    transform: translate3d(27vw, 110vh, 0);
  }
  to {
    transform: translate3d(50vw, -137vh, 0);
  }
}
.circle-container:nth-child(69) .circle {
  -webkit-animation-delay: 1912ms;
          animation-delay: 1912ms;
}
.circle-container:nth-child(70) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-70;
          animation-name: move-frames-70;
  -webkit-animation-duration: 36759ms;
          animation-duration: 36759ms;
  -webkit-animation-delay: 1266ms;
          animation-delay: 1266ms;
}
@-webkit-keyframes move-frames-70 {
  from {
    transform: translate3d(88vw, 110vh, 0);
  }
  to {
    transform: translate3d(66vw, -123vh, 0);
  }
}
@keyframes move-frames-70 {
  from {
    transform: translate3d(88vw, 110vh, 0);
  }
  to {
    transform: translate3d(66vw, -123vh, 0);
  }
}
.circle-container:nth-child(70) .circle {
  -webkit-animation-delay: 1117ms;
          animation-delay: 1117ms;
}
.circle-container:nth-child(71) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-71;
          animation-name: move-frames-71;
  -webkit-animation-duration: 30105ms;
          animation-duration: 30105ms;
  -webkit-animation-delay: 14059ms;
          animation-delay: 14059ms;
}
@-webkit-keyframes move-frames-71 {
  from {
    transform: translate3d(26vw, 101vh, 0);
  }
  to {
    transform: translate3d(55vw, -120vh, 0);
  }
}
@keyframes move-frames-71 {
  from {
    transform: translate3d(26vw, 101vh, 0);
  }
  to {
    transform: translate3d(55vw, -120vh, 0);
  }
}
.circle-container:nth-child(71) .circle {
  -webkit-animation-delay: 3212ms;
          animation-delay: 3212ms;
}
.circle-container:nth-child(72) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-72;
          animation-name: move-frames-72;
  -webkit-animation-duration: 30782ms;
          animation-duration: 30782ms;
  -webkit-animation-delay: 3141ms;
          animation-delay: 3141ms;
}
@-webkit-keyframes move-frames-72 {
  from {
    transform: translate3d(78vw, 110vh, 0);
  }
  to {
    transform: translate3d(47vw, -131vh, 0);
  }
}
@keyframes move-frames-72 {
  from {
    transform: translate3d(78vw, 110vh, 0);
  }
  to {
    transform: translate3d(47vw, -131vh, 0);
  }
}
.circle-container:nth-child(72) .circle {
  -webkit-animation-delay: 312ms;
          animation-delay: 312ms;
}
.circle-container:nth-child(73) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-73;
          animation-name: move-frames-73;
  -webkit-animation-duration: 32065ms;
          animation-duration: 32065ms;
  -webkit-animation-delay: 18892ms;
          animation-delay: 18892ms;
}
@-webkit-keyframes move-frames-73 {
  from {
    transform: translate3d(65vw, 106vh, 0);
  }
  to {
    transform: translate3d(53vw, -132vh, 0);
  }
}
@keyframes move-frames-73 {
  from {
    transform: translate3d(65vw, 106vh, 0);
  }
  to {
    transform: translate3d(53vw, -132vh, 0);
  }
}
.circle-container:nth-child(73) .circle {
  -webkit-animation-delay: 1027ms;
          animation-delay: 1027ms;
}
.circle-container:nth-child(74) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-74;
          animation-name: move-frames-74;
  -webkit-animation-duration: 34954ms;
          animation-duration: 34954ms;
  -webkit-animation-delay: 24467ms;
          animation-delay: 24467ms;
}
@-webkit-keyframes move-frames-74 {
  from {
    transform: translate3d(27vw, 103vh, 0);
  }
  to {
    transform: translate3d(68vw, -109vh, 0);
  }
}
@keyframes move-frames-74 {
  from {
    transform: translate3d(27vw, 103vh, 0);
  }
  to {
    transform: translate3d(68vw, -109vh, 0);
  }
}
.circle-container:nth-child(74) .circle {
  -webkit-animation-delay: 2821ms;
          animation-delay: 2821ms;
}
.circle-container:nth-child(75) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-75;
          animation-name: move-frames-75;
  -webkit-animation-duration: 35713ms;
          animation-duration: 35713ms;
  -webkit-animation-delay: 15545ms;
          animation-delay: 15545ms;
}
@-webkit-keyframes move-frames-75 {
  from {
    transform: translate3d(99vw, 110vh, 0);
  }
  to {
    transform: translate3d(93vw, -126vh, 0);
  }
}
@keyframes move-frames-75 {
  from {
    transform: translate3d(99vw, 110vh, 0);
  }
  to {
    transform: translate3d(93vw, -126vh, 0);
  }
}
.circle-container:nth-child(75) .circle {
  -webkit-animation-delay: 1330ms;
          animation-delay: 1330ms;
}
.circle-container:nth-child(76) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-76;
          animation-name: move-frames-76;
  -webkit-animation-duration: 32737ms;
          animation-duration: 32737ms;
  -webkit-animation-delay: 19098ms;
          animation-delay: 19098ms;
}
@-webkit-keyframes move-frames-76 {
  from {
    transform: translate3d(20vw, 108vh, 0);
  }
  to {
    transform: translate3d(48vw, -121vh, 0);
  }
}
@keyframes move-frames-76 {
  from {
    transform: translate3d(20vw, 108vh, 0);
  }
  to {
    transform: translate3d(48vw, -121vh, 0);
  }
}
.circle-container:nth-child(76) .circle {
  -webkit-animation-delay: 3973ms;
          animation-delay: 3973ms;
}
.circle-container:nth-child(77) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-77;
          animation-name: move-frames-77;
  -webkit-animation-duration: 31411ms;
          animation-duration: 31411ms;
  -webkit-animation-delay: 13706ms;
          animation-delay: 13706ms;
}
@-webkit-keyframes move-frames-77 {
  from {
    transform: translate3d(37vw, 103vh, 0);
  }
  to {
    transform: translate3d(52vw, -104vh, 0);
  }
}
@keyframes move-frames-77 {
  from {
    transform: translate3d(37vw, 103vh, 0);
  }
  to {
    transform: translate3d(52vw, -104vh, 0);
  }
}
.circle-container:nth-child(77) .circle {
  -webkit-animation-delay: 2543ms;
          animation-delay: 2543ms;
}
.circle-container:nth-child(78) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-78;
          animation-name: move-frames-78;
  -webkit-animation-duration: 34131ms;
          animation-duration: 34131ms;
  -webkit-animation-delay: 32595ms;
          animation-delay: 32595ms;
}
@-webkit-keyframes move-frames-78 {
  from {
    transform: translate3d(96vw, 102vh, 0);
  }
  to {
    transform: translate3d(31vw, -111vh, 0);
  }
}
@keyframes move-frames-78 {
  from {
    transform: translate3d(96vw, 102vh, 0);
  }
  to {
    transform: translate3d(31vw, -111vh, 0);
  }
}
.circle-container:nth-child(78) .circle {
  -webkit-animation-delay: 1034ms;
          animation-delay: 1034ms;
}
.circle-container:nth-child(79) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-79;
          animation-name: move-frames-79;
  -webkit-animation-duration: 34032ms;
          animation-duration: 34032ms;
  -webkit-animation-delay: 9218ms;
          animation-delay: 9218ms;
}
@-webkit-keyframes move-frames-79 {
  from {
    transform: translate3d(23vw, 108vh, 0);
  }
  to {
    transform: translate3d(23vw, -129vh, 0);
  }
}
@keyframes move-frames-79 {
  from {
    transform: translate3d(23vw, 108vh, 0);
  }
  to {
    transform: translate3d(23vw, -129vh, 0);
  }
}
.circle-container:nth-child(79) .circle {
  -webkit-animation-delay: 3847ms;
          animation-delay: 3847ms;
}
.circle-container:nth-child(80) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-80;
          animation-name: move-frames-80;
  -webkit-animation-duration: 36641ms;
          animation-duration: 36641ms;
  -webkit-animation-delay: 25724ms;
          animation-delay: 25724ms;
}
@-webkit-keyframes move-frames-80 {
  from {
    transform: translate3d(68vw, 108vh, 0);
  }
  to {
    transform: translate3d(77vw, -136vh, 0);
  }
}
@keyframes move-frames-80 {
  from {
    transform: translate3d(68vw, 108vh, 0);
  }
  to {
    transform: translate3d(77vw, -136vh, 0);
  }
}
.circle-container:nth-child(80) .circle {
  -webkit-animation-delay: 3709ms;
          animation-delay: 3709ms;
}
.circle-container:nth-child(81) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-81;
          animation-name: move-frames-81;
  -webkit-animation-duration: 31874ms;
          animation-duration: 31874ms;
  -webkit-animation-delay: 2221ms;
          animation-delay: 2221ms;
}
@-webkit-keyframes move-frames-81 {
  from {
    transform: translate3d(82vw, 102vh, 0);
  }
  to {
    transform: translate3d(68vw, -122vh, 0);
  }
}
@keyframes move-frames-81 {
  from {
    transform: translate3d(82vw, 102vh, 0);
  }
  to {
    transform: translate3d(68vw, -122vh, 0);
  }
}
.circle-container:nth-child(81) .circle {
  -webkit-animation-delay: 3233ms;
          animation-delay: 3233ms;
}
.circle-container:nth-child(82) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-82;
          animation-name: move-frames-82;
  -webkit-animation-duration: 32504ms;
          animation-duration: 32504ms;
  -webkit-animation-delay: 35646ms;
          animation-delay: 35646ms;
}
@-webkit-keyframes move-frames-82 {
  from {
    transform: translate3d(51vw, 110vh, 0);
  }
  to {
    transform: translate3d(22vw, -136vh, 0);
  }
}
@keyframes move-frames-82 {
  from {
    transform: translate3d(51vw, 110vh, 0);
  }
  to {
    transform: translate3d(22vw, -136vh, 0);
  }
}
.circle-container:nth-child(82) .circle {
  -webkit-animation-delay: 2292ms;
          animation-delay: 2292ms;
}
.circle-container:nth-child(83) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-83;
          animation-name: move-frames-83;
  -webkit-animation-duration: 29449ms;
          animation-duration: 29449ms;
  -webkit-animation-delay: 9850ms;
          animation-delay: 9850ms;
}
@-webkit-keyframes move-frames-83 {
  from {
    transform: translate3d(3vw, 105vh, 0);
  }
  to {
    transform: translate3d(64vw, -115vh, 0);
  }
}
@keyframes move-frames-83 {
  from {
    transform: translate3d(3vw, 105vh, 0);
  }
  to {
    transform: translate3d(64vw, -115vh, 0);
  }
}
.circle-container:nth-child(83) .circle {
  -webkit-animation-delay: 1480ms;
          animation-delay: 1480ms;
}
.circle-container:nth-child(84) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-84;
          animation-name: move-frames-84;
  -webkit-animation-duration: 36455ms;
          animation-duration: 36455ms;
  -webkit-animation-delay: 21782ms;
          animation-delay: 21782ms;
}
@-webkit-keyframes move-frames-84 {
  from {
    transform: translate3d(86vw, 103vh, 0);
  }
  to {
    transform: translate3d(63vw, -106vh, 0);
  }
}
@keyframes move-frames-84 {
  from {
    transform: translate3d(86vw, 103vh, 0);
  }
  to {
    transform: translate3d(63vw, -106vh, 0);
  }
}
.circle-container:nth-child(84) .circle {
  -webkit-animation-delay: 2013ms;
          animation-delay: 2013ms;
}
.circle-container:nth-child(85) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-85;
          animation-name: move-frames-85;
  -webkit-animation-duration: 34234ms;
          animation-duration: 34234ms;
  -webkit-animation-delay: 20538ms;
          animation-delay: 20538ms;
}
@-webkit-keyframes move-frames-85 {
  from {
    transform: translate3d(99vw, 106vh, 0);
  }
  to {
    transform: translate3d(78vw, -135vh, 0);
  }
}
@keyframes move-frames-85 {
  from {
    transform: translate3d(99vw, 106vh, 0);
  }
  to {
    transform: translate3d(78vw, -135vh, 0);
  }
}
.circle-container:nth-child(85) .circle {
  -webkit-animation-delay: 2577ms;
          animation-delay: 2577ms;
}
.circle-container:nth-child(86) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-86;
          animation-name: move-frames-86;
  -webkit-animation-duration: 36245ms;
          animation-duration: 36245ms;
  -webkit-animation-delay: 19366ms;
          animation-delay: 19366ms;
}
@-webkit-keyframes move-frames-86 {
  from {
    transform: translate3d(7vw, 103vh, 0);
  }
  to {
    transform: translate3d(47vw, -131vh, 0);
  }
}
@keyframes move-frames-86 {
  from {
    transform: translate3d(7vw, 103vh, 0);
  }
  to {
    transform: translate3d(47vw, -131vh, 0);
  }
}
.circle-container:nth-child(86) .circle {
  -webkit-animation-delay: 2975ms;
          animation-delay: 2975ms;
}
.circle-container:nth-child(87) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-87;
          animation-name: move-frames-87;
  -webkit-animation-duration: 28876ms;
          animation-duration: 28876ms;
  -webkit-animation-delay: 2200ms;
          animation-delay: 2200ms;
}
@-webkit-keyframes move-frames-87 {
  from {
    transform: translate3d(75vw, 107vh, 0);
  }
  to {
    transform: translate3d(20vw, -114vh, 0);
  }
}
@keyframes move-frames-87 {
  from {
    transform: translate3d(75vw, 107vh, 0);
  }
  to {
    transform: translate3d(20vw, -114vh, 0);
  }
}
.circle-container:nth-child(87) .circle {
  -webkit-animation-delay: 2600ms;
          animation-delay: 2600ms;
}
.circle-container:nth-child(88) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-88;
          animation-name: move-frames-88;
  -webkit-animation-duration: 30484ms;
          animation-duration: 30484ms;
  -webkit-animation-delay: 27814ms;
          animation-delay: 27814ms;
}
@-webkit-keyframes move-frames-88 {
  from {
    transform: translate3d(4vw, 101vh, 0);
  }
  to {
    transform: translate3d(11vw, -125vh, 0);
  }
}
@keyframes move-frames-88 {
  from {
    transform: translate3d(4vw, 101vh, 0);
  }
  to {
    transform: translate3d(11vw, -125vh, 0);
  }
}
.circle-container:nth-child(88) .circle {
  -webkit-animation-delay: 1407ms;
          animation-delay: 1407ms;
}
.circle-container:nth-child(89) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-89;
          animation-name: move-frames-89;
  -webkit-animation-duration: 34576ms;
          animation-duration: 34576ms;
  -webkit-animation-delay: 26255ms;
          animation-delay: 26255ms;
}
@-webkit-keyframes move-frames-89 {
  from {
    transform: translate3d(96vw, 102vh, 0);
  }
  to {
    transform: translate3d(14vw, -115vh, 0);
  }
}
@keyframes move-frames-89 {
  from {
    transform: translate3d(96vw, 102vh, 0);
  }
  to {
    transform: translate3d(14vw, -115vh, 0);
  }
}
.circle-container:nth-child(89) .circle {
  -webkit-animation-delay: 1780ms;
          animation-delay: 1780ms;
}
.circle-container:nth-child(90) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-90;
          animation-name: move-frames-90;
  -webkit-animation-duration: 34361ms;
          animation-duration: 34361ms;
  -webkit-animation-delay: 8234ms;
          animation-delay: 8234ms;
}
@-webkit-keyframes move-frames-90 {
  from {
    transform: translate3d(9vw, 104vh, 0);
  }
  to {
    transform: translate3d(63vw, -133vh, 0);
  }
}
@keyframes move-frames-90 {
  from {
    transform: translate3d(9vw, 104vh, 0);
  }
  to {
    transform: translate3d(63vw, -133vh, 0);
  }
}
.circle-container:nth-child(90) .circle {
  -webkit-animation-delay: 861ms;
          animation-delay: 861ms;
}
.circle-container:nth-child(91) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-91;
          animation-name: move-frames-91;
  -webkit-animation-duration: 30227ms;
          animation-duration: 30227ms;
  -webkit-animation-delay: 18087ms;
          animation-delay: 18087ms;
}
@-webkit-keyframes move-frames-91 {
  from {
    transform: translate3d(36vw, 101vh, 0);
  }
  to {
    transform: translate3d(4vw, -119vh, 0);
  }
}
@keyframes move-frames-91 {
  from {
    transform: translate3d(36vw, 101vh, 0);
  }
  to {
    transform: translate3d(4vw, -119vh, 0);
  }
}
.circle-container:nth-child(91) .circle {
  -webkit-animation-delay: 1143ms;
          animation-delay: 1143ms;
}
.circle-container:nth-child(92) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-92;
          animation-name: move-frames-92;
  -webkit-animation-duration: 33777ms;
          animation-duration: 33777ms;
  -webkit-animation-delay: 11492ms;
          animation-delay: 11492ms;
}
@-webkit-keyframes move-frames-92 {
  from {
    transform: translate3d(55vw, 108vh, 0);
  }
  to {
    transform: translate3d(21vw, -116vh, 0);
  }
}
@keyframes move-frames-92 {
  from {
    transform: translate3d(55vw, 108vh, 0);
  }
  to {
    transform: translate3d(21vw, -116vh, 0);
  }
}
.circle-container:nth-child(92) .circle {
  -webkit-animation-delay: 2620ms;
          animation-delay: 2620ms;
}
.circle-container:nth-child(93) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-93;
          animation-name: move-frames-93;
  -webkit-animation-duration: 31921ms;
          animation-duration: 31921ms;
  -webkit-animation-delay: 25002ms;
          animation-delay: 25002ms;
}
@-webkit-keyframes move-frames-93 {
  from {
    transform: translate3d(57vw, 102vh, 0);
  }
  to {
    transform: translate3d(1vw, -125vh, 0);
  }
}
@keyframes move-frames-93 {
  from {
    transform: translate3d(57vw, 102vh, 0);
  }
  to {
    transform: translate3d(1vw, -125vh, 0);
  }
}
.circle-container:nth-child(93) .circle {
  -webkit-animation-delay: 2584ms;
          animation-delay: 2584ms;
}
.circle-container:nth-child(94) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-94;
          animation-name: move-frames-94;
  -webkit-animation-duration: 35452ms;
          animation-duration: 35452ms;
  -webkit-animation-delay: 12423ms;
          animation-delay: 12423ms;
}
@-webkit-keyframes move-frames-94 {
  from {
    transform: translate3d(53vw, 105vh, 0);
  }
  to {
    transform: translate3d(35vw, -132vh, 0);
  }
}
@keyframes move-frames-94 {
  from {
    transform: translate3d(53vw, 105vh, 0);
  }
  to {
    transform: translate3d(35vw, -132vh, 0);
  }
}
.circle-container:nth-child(94) .circle {
  -webkit-animation-delay: 2751ms;
          animation-delay: 2751ms;
}
.circle-container:nth-child(95) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-95;
          animation-name: move-frames-95;
  -webkit-animation-duration: 29175ms;
          animation-duration: 29175ms;
  -webkit-animation-delay: 26421ms;
          animation-delay: 26421ms;
}
@-webkit-keyframes move-frames-95 {
  from {
    transform: translate3d(36vw, 108vh, 0);
  }
  to {
    transform: translate3d(78vw, -112vh, 0);
  }
}
@keyframes move-frames-95 {
  from {
    transform: translate3d(36vw, 108vh, 0);
  }
  to {
    transform: translate3d(78vw, -112vh, 0);
  }
}
.circle-container:nth-child(95) .circle {
  -webkit-animation-delay: 3047ms;
          animation-delay: 3047ms;
}
.circle-container:nth-child(96) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-96;
          animation-name: move-frames-96;
  -webkit-animation-duration: 30904ms;
          animation-duration: 30904ms;
  -webkit-animation-delay: 15501ms;
          animation-delay: 15501ms;
}
@-webkit-keyframes move-frames-96 {
  from {
    transform: translate3d(84vw, 110vh, 0);
  }
  to {
    transform: translate3d(65vw, -130vh, 0);
  }
}
@keyframes move-frames-96 {
  from {
    transform: translate3d(84vw, 110vh, 0);
  }
  to {
    transform: translate3d(65vw, -130vh, 0);
  }
}
.circle-container:nth-child(96) .circle {
  -webkit-animation-delay: 2281ms;
          animation-delay: 2281ms;
}
.circle-container:nth-child(97) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-97;
          animation-name: move-frames-97;
  -webkit-animation-duration: 32303ms;
          animation-duration: 32303ms;
  -webkit-animation-delay: 25423ms;
          animation-delay: 25423ms;
}
@-webkit-keyframes move-frames-97 {
  from {
    transform: translate3d(67vw, 107vh, 0);
  }
  to {
    transform: translate3d(30vw, -116vh, 0);
  }
}
@keyframes move-frames-97 {
  from {
    transform: translate3d(67vw, 107vh, 0);
  }
  to {
    transform: translate3d(30vw, -116vh, 0);
  }
}
.circle-container:nth-child(97) .circle {
  -webkit-animation-delay: 815ms;
          animation-delay: 815ms;
}
.circle-container:nth-child(98) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-98;
          animation-name: move-frames-98;
  -webkit-animation-duration: 36063ms;
          animation-duration: 36063ms;
  -webkit-animation-delay: 14669ms;
          animation-delay: 14669ms;
}
@-webkit-keyframes move-frames-98 {
  from {
    transform: translate3d(3vw, 107vh, 0);
  }
  to {
    transform: translate3d(27vw, -127vh, 0);
  }
}
@keyframes move-frames-98 {
  from {
    transform: translate3d(3vw, 107vh, 0);
  }
  to {
    transform: translate3d(27vw, -127vh, 0);
  }
}
.circle-container:nth-child(98) .circle {
  -webkit-animation-delay: 2710ms;
          animation-delay: 2710ms;
}
.circle-container:nth-child(99) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-99;
          animation-name: move-frames-99;
  -webkit-animation-duration: 36610ms;
          animation-duration: 36610ms;
  -webkit-animation-delay: 27203ms;
          animation-delay: 27203ms;
}
@-webkit-keyframes move-frames-99 {
  from {
    transform: translate3d(1vw, 110vh, 0);
  }
  to {
    transform: translate3d(76vw, -131vh, 0);
  }
}
@keyframes move-frames-99 {
  from {
    transform: translate3d(1vw, 110vh, 0);
  }
  to {
    transform: translate3d(76vw, -131vh, 0);
  }
}
.circle-container:nth-child(99) .circle {
  -webkit-animation-delay: 2327ms;
          animation-delay: 2327ms;
}
.circle-container:nth-child(100) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-100;
          animation-name: move-frames-100;
  -webkit-animation-duration: 31534ms;
          animation-duration: 31534ms;
  -webkit-animation-delay: 29696ms;
          animation-delay: 29696ms;
}
@-webkit-keyframes move-frames-100 {
  from {
    transform: translate3d(85vw, 104vh, 0);
  }
  to {
    transform: translate3d(11vw, -112vh, 0);
  }
}
@keyframes move-frames-100 {
  from {
    transform: translate3d(85vw, 104vh, 0);
  }
  to {
    transform: translate3d(11vw, -112vh, 0);
  }
}
.circle-container:nth-child(100) .circle {
  -webkit-animation-delay: 678ms;
          animation-delay: 678ms;
}
.circle-container:nth-child(101) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-101;
          animation-name: move-frames-101;
  -webkit-animation-duration: 31637ms;
          animation-duration: 31637ms;
  -webkit-animation-delay: 20720ms;
          animation-delay: 20720ms;
}
@-webkit-keyframes move-frames-101 {
  from {
    transform: translate3d(46vw, 105vh, 0);
  }
  to {
    transform: translate3d(15vw, -112vh, 0);
  }
}
@keyframes move-frames-101 {
  from {
    transform: translate3d(46vw, 105vh, 0);
  }
  to {
    transform: translate3d(15vw, -112vh, 0);
  }
}
.circle-container:nth-child(101) .circle {
  -webkit-animation-delay: 3527ms;
          animation-delay: 3527ms;
}
.circle-container:nth-child(102) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-102;
          animation-name: move-frames-102;
  -webkit-animation-duration: 31269ms;
          animation-duration: 31269ms;
  -webkit-animation-delay: 24777ms;
          animation-delay: 24777ms;
}
@-webkit-keyframes move-frames-102 {
  from {
    transform: translate3d(31vw, 105vh, 0);
  }
  to {
    transform: translate3d(84vw, -127vh, 0);
  }
}
@keyframes move-frames-102 {
  from {
    transform: translate3d(31vw, 105vh, 0);
  }
  to {
    transform: translate3d(84vw, -127vh, 0);
  }
}
.circle-container:nth-child(102) .circle {
  -webkit-animation-delay: 254ms;
          animation-delay: 254ms;
}
.circle-container:nth-child(103) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-103;
          animation-name: move-frames-103;
  -webkit-animation-duration: 36670ms;
          animation-duration: 36670ms;
  -webkit-animation-delay: 21083ms;
          animation-delay: 21083ms;
}
@-webkit-keyframes move-frames-103 {
  from {
    transform: translate3d(3vw, 110vh, 0);
  }
  to {
    transform: translate3d(73vw, -115vh, 0);
  }
}
@keyframes move-frames-103 {
  from {
    transform: translate3d(3vw, 110vh, 0);
  }
  to {
    transform: translate3d(73vw, -115vh, 0);
  }
}
.circle-container:nth-child(103) .circle {
  -webkit-animation-delay: 1656ms;
          animation-delay: 1656ms;
}
.circle-container:nth-child(104) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-104;
          animation-name: move-frames-104;
  -webkit-animation-duration: 36913ms;
          animation-duration: 36913ms;
  -webkit-animation-delay: 4896ms;
          animation-delay: 4896ms;
}
@-webkit-keyframes move-frames-104 {
  from {
    transform: translate3d(62vw, 107vh, 0);
  }
  to {
    transform: translate3d(82vw, -108vh, 0);
  }
}
@keyframes move-frames-104 {
  from {
    transform: translate3d(62vw, 107vh, 0);
  }
  to {
    transform: translate3d(82vw, -108vh, 0);
  }
}
.circle-container:nth-child(104) .circle {
  -webkit-animation-delay: 850ms;
          animation-delay: 850ms;
}
.circle-container:nth-child(105) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-105;
          animation-name: move-frames-105;
  -webkit-animation-duration: 30073ms;
          animation-duration: 30073ms;
  -webkit-animation-delay: 14074ms;
          animation-delay: 14074ms;
}
@-webkit-keyframes move-frames-105 {
  from {
    transform: translate3d(80vw, 106vh, 0);
  }
  to {
    transform: translate3d(75vw, -120vh, 0);
  }
}
@keyframes move-frames-105 {
  from {
    transform: translate3d(80vw, 106vh, 0);
  }
  to {
    transform: translate3d(75vw, -120vh, 0);
  }
}
.circle-container:nth-child(105) .circle {
  -webkit-animation-delay: 1278ms;
          animation-delay: 1278ms;
}
.circle-container:nth-child(106) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-106;
          animation-name: move-frames-106;
  -webkit-animation-duration: 30242ms;
          animation-duration: 30242ms;
  -webkit-animation-delay: 28758ms;
          animation-delay: 28758ms;
}
@-webkit-keyframes move-frames-106 {
  from {
    transform: translate3d(7vw, 106vh, 0);
  }
  to {
    transform: translate3d(13vw, -117vh, 0);
  }
}
@keyframes move-frames-106 {
  from {
    transform: translate3d(7vw, 106vh, 0);
  }
  to {
    transform: translate3d(13vw, -117vh, 0);
  }
}
.circle-container:nth-child(106) .circle {
  -webkit-animation-delay: 1762ms;
          animation-delay: 1762ms;
}
.circle-container:nth-child(107) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-107;
          animation-name: move-frames-107;
  -webkit-animation-duration: 29204ms;
          animation-duration: 29204ms;
  -webkit-animation-delay: 29691ms;
          animation-delay: 29691ms;
}
@-webkit-keyframes move-frames-107 {
  from {
    transform: translate3d(14vw, 103vh, 0);
  }
  to {
    transform: translate3d(27vw, -133vh, 0);
  }
}
@keyframes move-frames-107 {
  from {
    transform: translate3d(14vw, 103vh, 0);
  }
  to {
    transform: translate3d(27vw, -133vh, 0);
  }
}
.circle-container:nth-child(107) .circle {
  -webkit-animation-delay: 1295ms;
          animation-delay: 1295ms;
}
.circle-container:nth-child(108) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-108;
          animation-name: move-frames-108;
  -webkit-animation-duration: 30197ms;
          animation-duration: 30197ms;
  -webkit-animation-delay: 34397ms;
          animation-delay: 34397ms;
}
@-webkit-keyframes move-frames-108 {
  from {
    transform: translate3d(13vw, 108vh, 0);
  }
  to {
    transform: translate3d(55vw, -133vh, 0);
  }
}
@keyframes move-frames-108 {
  from {
    transform: translate3d(13vw, 108vh, 0);
  }
  to {
    transform: translate3d(55vw, -133vh, 0);
  }
}
.circle-container:nth-child(108) .circle {
  -webkit-animation-delay: 3308ms;
          animation-delay: 3308ms;
}
.circle-container:nth-child(109) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-109;
          animation-name: move-frames-109;
  -webkit-animation-duration: 30790ms;
          animation-duration: 30790ms;
  -webkit-animation-delay: 8664ms;
          animation-delay: 8664ms;
}
@-webkit-keyframes move-frames-109 {
  from {
    transform: translate3d(21vw, 103vh, 0);
  }
  to {
    transform: translate3d(80vw, -130vh, 0);
  }
}
@keyframes move-frames-109 {
  from {
    transform: translate3d(21vw, 103vh, 0);
  }
  to {
    transform: translate3d(80vw, -130vh, 0);
  }
}
.circle-container:nth-child(109) .circle {
  -webkit-animation-delay: 2680ms;
          animation-delay: 2680ms;
}
.circle-container:nth-child(110) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-110;
          animation-name: move-frames-110;
  -webkit-animation-duration: 36497ms;
          animation-duration: 36497ms;
  -webkit-animation-delay: 19277ms;
          animation-delay: 19277ms;
}
@-webkit-keyframes move-frames-110 {
  from {
    transform: translate3d(83vw, 103vh, 0);
  }
  to {
    transform: translate3d(19vw, -122vh, 0);
  }
}
@keyframes move-frames-110 {
  from {
    transform: translate3d(83vw, 103vh, 0);
  }
  to {
    transform: translate3d(19vw, -122vh, 0);
  }
}
.circle-container:nth-child(110) .circle {
  -webkit-animation-delay: 1570ms;
          animation-delay: 1570ms;
}
.circle-container:nth-child(111) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-111;
          animation-name: move-frames-111;
  -webkit-animation-duration: 32157ms;
          animation-duration: 32157ms;
  -webkit-animation-delay: 16926ms;
          animation-delay: 16926ms;
}
@-webkit-keyframes move-frames-111 {
  from {
    transform: translate3d(55vw, 109vh, 0);
  }
  to {
    transform: translate3d(59vw, -118vh, 0);
  }
}
@keyframes move-frames-111 {
  from {
    transform: translate3d(55vw, 109vh, 0);
  }
  to {
    transform: translate3d(59vw, -118vh, 0);
  }
}
.circle-container:nth-child(111) .circle {
  -webkit-animation-delay: 3301ms;
          animation-delay: 3301ms;
}
.circle-container:nth-child(112) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-112;
          animation-name: move-frames-112;
  -webkit-animation-duration: 36283ms;
          animation-duration: 36283ms;
  -webkit-animation-delay: 19837ms;
          animation-delay: 19837ms;
}
@-webkit-keyframes move-frames-112 {
  from {
    transform: translate3d(26vw, 101vh, 0);
  }
  to {
    transform: translate3d(51vw, -128vh, 0);
  }
}
@keyframes move-frames-112 {
  from {
    transform: translate3d(26vw, 101vh, 0);
  }
  to {
    transform: translate3d(51vw, -128vh, 0);
  }
}
.circle-container:nth-child(112) .circle {
  -webkit-animation-delay: 214ms;
          animation-delay: 214ms;
}
.circle-container:nth-child(113) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-113;
          animation-name: move-frames-113;
  -webkit-animation-duration: 31596ms;
          animation-duration: 31596ms;
  -webkit-animation-delay: 9497ms;
          animation-delay: 9497ms;
}
@-webkit-keyframes move-frames-113 {
  from {
    transform: translate3d(97vw, 107vh, 0);
  }
  to {
    transform: translate3d(56vw, -109vh, 0);
  }
}
@keyframes move-frames-113 {
  from {
    transform: translate3d(97vw, 107vh, 0);
  }
  to {
    transform: translate3d(56vw, -109vh, 0);
  }
}
.circle-container:nth-child(113) .circle {
  -webkit-animation-delay: 1017ms;
          animation-delay: 1017ms;
}
.circle-container:nth-child(114) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-114;
          animation-name: move-frames-114;
  -webkit-animation-duration: 32565ms;
          animation-duration: 32565ms;
  -webkit-animation-delay: 7880ms;
          animation-delay: 7880ms;
}
@-webkit-keyframes move-frames-114 {
  from {
    transform: translate3d(6vw, 106vh, 0);
  }
  to {
    transform: translate3d(62vw, -109vh, 0);
  }
}
@keyframes move-frames-114 {
  from {
    transform: translate3d(6vw, 106vh, 0);
  }
  to {
    transform: translate3d(62vw, -109vh, 0);
  }
}
.circle-container:nth-child(114) .circle {
  -webkit-animation-delay: 1955ms;
          animation-delay: 1955ms;
}
.circle-container:nth-child(115) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-115;
          animation-name: move-frames-115;
  -webkit-animation-duration: 31465ms;
          animation-duration: 31465ms;
  -webkit-animation-delay: 15242ms;
          animation-delay: 15242ms;
}
@-webkit-keyframes move-frames-115 {
  from {
    transform: translate3d(48vw, 107vh, 0);
  }
  to {
    transform: translate3d(72vw, -130vh, 0);
  }
}
@keyframes move-frames-115 {
  from {
    transform: translate3d(48vw, 107vh, 0);
  }
  to {
    transform: translate3d(72vw, -130vh, 0);
  }
}
.circle-container:nth-child(115) .circle {
  -webkit-animation-delay: 2683ms;
          animation-delay: 2683ms;
}
.circle-container:nth-child(116) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-116;
          animation-name: move-frames-116;
  -webkit-animation-duration: 31984ms;
          animation-duration: 31984ms;
  -webkit-animation-delay: 30965ms;
          animation-delay: 30965ms;
}
@-webkit-keyframes move-frames-116 {
  from {
    transform: translate3d(42vw, 106vh, 0);
  }
  to {
    transform: translate3d(81vw, -134vh, 0);
  }
}
@keyframes move-frames-116 {
  from {
    transform: translate3d(42vw, 106vh, 0);
  }
  to {
    transform: translate3d(81vw, -134vh, 0);
  }
}
.circle-container:nth-child(116) .circle {
  -webkit-animation-delay: 3809ms;
          animation-delay: 3809ms;
}
.circle-container:nth-child(117) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-117;
          animation-name: move-frames-117;
  -webkit-animation-duration: 36178ms;
          animation-duration: 36178ms;
  -webkit-animation-delay: 2534ms;
          animation-delay: 2534ms;
}
@-webkit-keyframes move-frames-117 {
  from {
    transform: translate3d(100vw, 101vh, 0);
  }
  to {
    transform: translate3d(66vw, -124vh, 0);
  }
}
@keyframes move-frames-117 {
  from {
    transform: translate3d(100vw, 101vh, 0);
  }
  to {
    transform: translate3d(66vw, -124vh, 0);
  }
}
.circle-container:nth-child(117) .circle {
  -webkit-animation-delay: 516ms;
          animation-delay: 516ms;
}
.circle-container:nth-child(118) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-118;
          animation-name: move-frames-118;
  -webkit-animation-duration: 30049ms;
          animation-duration: 30049ms;
  -webkit-animation-delay: 30829ms;
          animation-delay: 30829ms;
}
@-webkit-keyframes move-frames-118 {
  from {
    transform: translate3d(57vw, 109vh, 0);
  }
  to {
    transform: translate3d(53vw, -111vh, 0);
  }
}
@keyframes move-frames-118 {
  from {
    transform: translate3d(57vw, 109vh, 0);
  }
  to {
    transform: translate3d(53vw, -111vh, 0);
  }
}
.circle-container:nth-child(118) .circle {
  -webkit-animation-delay: 2299ms;
          animation-delay: 2299ms;
}
.circle-container:nth-child(119) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-119;
          animation-name: move-frames-119;
  -webkit-animation-duration: 36985ms;
          animation-duration: 36985ms;
  -webkit-animation-delay: 33872ms;
          animation-delay: 33872ms;
}
@-webkit-keyframes move-frames-119 {
  from {
    transform: translate3d(15vw, 103vh, 0);
  }
  to {
    transform: translate3d(17vw, -106vh, 0);
  }
}
@keyframes move-frames-119 {
  from {
    transform: translate3d(15vw, 103vh, 0);
  }
  to {
    transform: translate3d(17vw, -106vh, 0);
  }
}
.circle-container:nth-child(119) .circle {
  -webkit-animation-delay: 3484ms;
          animation-delay: 3484ms;
}
.circle-container:nth-child(120) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-120;
          animation-name: move-frames-120;
  -webkit-animation-duration: 34622ms;
          animation-duration: 34622ms;
  -webkit-animation-delay: 25197ms;
          animation-delay: 25197ms;
}
@-webkit-keyframes move-frames-120 {
  from {
    transform: translate3d(97vw, 110vh, 0);
  }
  to {
    transform: translate3d(91vw, -136vh, 0);
  }
}
@keyframes move-frames-120 {
  from {
    transform: translate3d(97vw, 110vh, 0);
  }
  to {
    transform: translate3d(91vw, -136vh, 0);
  }
}
.circle-container:nth-child(120) .circle {
  -webkit-animation-delay: 1322ms;
          animation-delay: 1322ms;
}
.circle-container:nth-child(121) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-121;
          animation-name: move-frames-121;
  -webkit-animation-duration: 31515ms;
          animation-duration: 31515ms;
  -webkit-animation-delay: 31919ms;
          animation-delay: 31919ms;
}
@-webkit-keyframes move-frames-121 {
  from {
    transform: translate3d(44vw, 105vh, 0);
  }
  to {
    transform: translate3d(46vw, -120vh, 0);
  }
}
@keyframes move-frames-121 {
  from {
    transform: translate3d(44vw, 105vh, 0);
  }
  to {
    transform: translate3d(46vw, -120vh, 0);
  }
}
.circle-container:nth-child(121) .circle {
  -webkit-animation-delay: 3316ms;
          animation-delay: 3316ms;
}
.circle-container:nth-child(122) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-122;
          animation-name: move-frames-122;
  -webkit-animation-duration: 36472ms;
          animation-duration: 36472ms;
  -webkit-animation-delay: 21117ms;
          animation-delay: 21117ms;
}
@-webkit-keyframes move-frames-122 {
  from {
    transform: translate3d(7vw, 109vh, 0);
  }
  to {
    transform: translate3d(40vw, -126vh, 0);
  }
}
@keyframes move-frames-122 {
  from {
    transform: translate3d(7vw, 109vh, 0);
  }
  to {
    transform: translate3d(40vw, -126vh, 0);
  }
}
.circle-container:nth-child(122) .circle {
  -webkit-animation-delay: 3054ms;
          animation-delay: 3054ms;
}
.circle-container:nth-child(123) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-123;
          animation-name: move-frames-123;
  -webkit-animation-duration: 33695ms;
          animation-duration: 33695ms;
  -webkit-animation-delay: 30836ms;
          animation-delay: 30836ms;
}
@-webkit-keyframes move-frames-123 {
  from {
    transform: translate3d(31vw, 107vh, 0);
  }
  to {
    transform: translate3d(96vw, -112vh, 0);
  }
}
@keyframes move-frames-123 {
  from {
    transform: translate3d(31vw, 107vh, 0);
  }
  to {
    transform: translate3d(96vw, -112vh, 0);
  }
}
.circle-container:nth-child(123) .circle {
  -webkit-animation-delay: 1447ms;
          animation-delay: 1447ms;
}
.circle-container:nth-child(124) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-124;
          animation-name: move-frames-124;
  -webkit-animation-duration: 32102ms;
          animation-duration: 32102ms;
  -webkit-animation-delay: 11072ms;
          animation-delay: 11072ms;
}
@-webkit-keyframes move-frames-124 {
  from {
    transform: translate3d(17vw, 109vh, 0);
  }
  to {
    transform: translate3d(39vw, -120vh, 0);
  }
}
@keyframes move-frames-124 {
  from {
    transform: translate3d(17vw, 109vh, 0);
  }
  to {
    transform: translate3d(39vw, -120vh, 0);
  }
}
.circle-container:nth-child(124) .circle {
  -webkit-animation-delay: 3222ms;
          animation-delay: 3222ms;
}
.circle-container:nth-child(125) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-125;
          animation-name: move-frames-125;
  -webkit-animation-duration: 36956ms;
          animation-duration: 36956ms;
  -webkit-animation-delay: 22904ms;
          animation-delay: 22904ms;
}
@-webkit-keyframes move-frames-125 {
  from {
    transform: translate3d(50vw, 103vh, 0);
  }
  to {
    transform: translate3d(26vw, -122vh, 0);
  }
}
@keyframes move-frames-125 {
  from {
    transform: translate3d(50vw, 103vh, 0);
  }
  to {
    transform: translate3d(26vw, -122vh, 0);
  }
}
.circle-container:nth-child(125) .circle {
  -webkit-animation-delay: 3666ms;
          animation-delay: 3666ms;
}
.circle-container:nth-child(126) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-126;
          animation-name: move-frames-126;
  -webkit-animation-duration: 28094ms;
          animation-duration: 28094ms;
  -webkit-animation-delay: 24253ms;
          animation-delay: 24253ms;
}
@-webkit-keyframes move-frames-126 {
  from {
    transform: translate3d(5vw, 101vh, 0);
  }
  to {
    transform: translate3d(55vw, -108vh, 0);
  }
}
@keyframes move-frames-126 {
  from {
    transform: translate3d(5vw, 101vh, 0);
  }
  to {
    transform: translate3d(55vw, -108vh, 0);
  }
}
.circle-container:nth-child(126) .circle {
  -webkit-animation-delay: 390ms;
          animation-delay: 390ms;
}
.circle-container:nth-child(127) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-127;
          animation-name: move-frames-127;
  -webkit-animation-duration: 31465ms;
          animation-duration: 31465ms;
  -webkit-animation-delay: 12974ms;
          animation-delay: 12974ms;
}
@-webkit-keyframes move-frames-127 {
  from {
    transform: translate3d(25vw, 101vh, 0);
  }
  to {
    transform: translate3d(52vw, -130vh, 0);
  }
}
@keyframes move-frames-127 {
  from {
    transform: translate3d(25vw, 101vh, 0);
  }
  to {
    transform: translate3d(52vw, -130vh, 0);
  }
}
.circle-container:nth-child(127) .circle {
  -webkit-animation-delay: 2498ms;
          animation-delay: 2498ms;
}
.circle-container:nth-child(128) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-128;
          animation-name: move-frames-128;
  -webkit-animation-duration: 35516ms;
          animation-duration: 35516ms;
  -webkit-animation-delay: 15992ms;
          animation-delay: 15992ms;
}
@-webkit-keyframes move-frames-128 {
  from {
    transform: translate3d(8vw, 103vh, 0);
  }
  to {
    transform: translate3d(53vw, -112vh, 0);
  }
}
@keyframes move-frames-128 {
  from {
    transform: translate3d(8vw, 103vh, 0);
  }
  to {
    transform: translate3d(53vw, -112vh, 0);
  }
}
.circle-container:nth-child(128) .circle {
  -webkit-animation-delay: 3342ms;
          animation-delay: 3342ms;
}
.circle-container:nth-child(129) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-129;
          animation-name: move-frames-129;
  -webkit-animation-duration: 36748ms;
          animation-duration: 36748ms;
  -webkit-animation-delay: 7687ms;
          animation-delay: 7687ms;
}
@-webkit-keyframes move-frames-129 {
  from {
    transform: translate3d(34vw, 105vh, 0);
  }
  to {
    transform: translate3d(54vw, -125vh, 0);
  }
}
@keyframes move-frames-129 {
  from {
    transform: translate3d(34vw, 105vh, 0);
  }
  to {
    transform: translate3d(54vw, -125vh, 0);
  }
}
.circle-container:nth-child(129) .circle {
  -webkit-animation-delay: 346ms;
          animation-delay: 346ms;
}
.circle-container:nth-child(130) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-130;
          animation-name: move-frames-130;
  -webkit-animation-duration: 34228ms;
          animation-duration: 34228ms;
  -webkit-animation-delay: 36094ms;
          animation-delay: 36094ms;
}
@-webkit-keyframes move-frames-130 {
  from {
    transform: translate3d(7vw, 106vh, 0);
  }
  to {
    transform: translate3d(65vw, -127vh, 0);
  }
}
@keyframes move-frames-130 {
  from {
    transform: translate3d(7vw, 106vh, 0);
  }
  to {
    transform: translate3d(65vw, -127vh, 0);
  }
}
.circle-container:nth-child(130) .circle {
  -webkit-animation-delay: 923ms;
          animation-delay: 923ms;
}
.circle-container:nth-child(131) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-131;
          animation-name: move-frames-131;
  -webkit-animation-duration: 33865ms;
          animation-duration: 33865ms;
  -webkit-animation-delay: 2328ms;
          animation-delay: 2328ms;
}
@-webkit-keyframes move-frames-131 {
  from {
    transform: translate3d(22vw, 107vh, 0);
  }
  to {
    transform: translate3d(30vw, -112vh, 0);
  }
}
@keyframes move-frames-131 {
  from {
    transform: translate3d(22vw, 107vh, 0);
  }
  to {
    transform: translate3d(30vw, -112vh, 0);
  }
}
.circle-container:nth-child(131) .circle {
  -webkit-animation-delay: 802ms;
          animation-delay: 802ms;
}
.circle-container:nth-child(132) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-132;
          animation-name: move-frames-132;
  -webkit-animation-duration: 34082ms;
          animation-duration: 34082ms;
  -webkit-animation-delay: 1544ms;
          animation-delay: 1544ms;
}
@-webkit-keyframes move-frames-132 {
  from {
    transform: translate3d(63vw, 108vh, 0);
  }
  to {
    transform: translate3d(34vw, -123vh, 0);
  }
}
@keyframes move-frames-132 {
  from {
    transform: translate3d(63vw, 108vh, 0);
  }
  to {
    transform: translate3d(34vw, -123vh, 0);
  }
}
.circle-container:nth-child(132) .circle {
  -webkit-animation-delay: 3934ms;
          animation-delay: 3934ms;
}
.circle-container:nth-child(133) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-133;
          animation-name: move-frames-133;
  -webkit-animation-duration: 31557ms;
          animation-duration: 31557ms;
  -webkit-animation-delay: 19112ms;
          animation-delay: 19112ms;
}
@-webkit-keyframes move-frames-133 {
  from {
    transform: translate3d(12vw, 104vh, 0);
  }
  to {
    transform: translate3d(1vw, -113vh, 0);
  }
}
@keyframes move-frames-133 {
  from {
    transform: translate3d(12vw, 104vh, 0);
  }
  to {
    transform: translate3d(1vw, -113vh, 0);
  }
}
.circle-container:nth-child(133) .circle {
  -webkit-animation-delay: 2139ms;
          animation-delay: 2139ms;
}
.circle-container:nth-child(134) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-134;
          animation-name: move-frames-134;
  -webkit-animation-duration: 36511ms;
          animation-duration: 36511ms;
  -webkit-animation-delay: 3ms;
          animation-delay: 3ms;
}
@-webkit-keyframes move-frames-134 {
  from {
    transform: translate3d(22vw, 102vh, 0);
  }
  to {
    transform: translate3d(61vw, -104vh, 0);
  }
}
@keyframes move-frames-134 {
  from {
    transform: translate3d(22vw, 102vh, 0);
  }
  to {
    transform: translate3d(61vw, -104vh, 0);
  }
}
.circle-container:nth-child(134) .circle {
  -webkit-animation-delay: 269ms;
          animation-delay: 269ms;
}
.circle-container:nth-child(135) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-135;
          animation-name: move-frames-135;
  -webkit-animation-duration: 28249ms;
          animation-duration: 28249ms;
  -webkit-animation-delay: 16409ms;
          animation-delay: 16409ms;
}
@-webkit-keyframes move-frames-135 {
  from {
    transform: translate3d(31vw, 101vh, 0);
  }
  to {
    transform: translate3d(47vw, -102vh, 0);
  }
}
@keyframes move-frames-135 {
  from {
    transform: translate3d(31vw, 101vh, 0);
  }
  to {
    transform: translate3d(47vw, -102vh, 0);
  }
}
.circle-container:nth-child(135) .circle {
  -webkit-animation-delay: 295ms;
          animation-delay: 295ms;
}
.circle-container:nth-child(136) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-136;
          animation-name: move-frames-136;
  -webkit-animation-duration: 32519ms;
          animation-duration: 32519ms;
  -webkit-animation-delay: 5816ms;
          animation-delay: 5816ms;
}
@-webkit-keyframes move-frames-136 {
  from {
    transform: translate3d(83vw, 106vh, 0);
  }
  to {
    transform: translate3d(36vw, -124vh, 0);
  }
}
@keyframes move-frames-136 {
  from {
    transform: translate3d(83vw, 106vh, 0);
  }
  to {
    transform: translate3d(36vw, -124vh, 0);
  }
}
.circle-container:nth-child(136) .circle {
  -webkit-animation-delay: 722ms;
          animation-delay: 722ms;
}
.circle-container:nth-child(137) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-137;
          animation-name: move-frames-137;
  -webkit-animation-duration: 30026ms;
          animation-duration: 30026ms;
  -webkit-animation-delay: 4835ms;
          animation-delay: 4835ms;
}
@-webkit-keyframes move-frames-137 {
  from {
    transform: translate3d(28vw, 103vh, 0);
  }
  to {
    transform: translate3d(83vw, -125vh, 0);
  }
}
@keyframes move-frames-137 {
  from {
    transform: translate3d(28vw, 103vh, 0);
  }
  to {
    transform: translate3d(83vw, -125vh, 0);
  }
}
.circle-container:nth-child(137) .circle {
  -webkit-animation-delay: 138ms;
          animation-delay: 138ms;
}
.circle-container:nth-child(138) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-138;
          animation-name: move-frames-138;
  -webkit-animation-duration: 32484ms;
          animation-duration: 32484ms;
  -webkit-animation-delay: 20275ms;
          animation-delay: 20275ms;
}
@-webkit-keyframes move-frames-138 {
  from {
    transform: translate3d(57vw, 106vh, 0);
  }
  to {
    transform: translate3d(13vw, -128vh, 0);
  }
}
@keyframes move-frames-138 {
  from {
    transform: translate3d(57vw, 106vh, 0);
  }
  to {
    transform: translate3d(13vw, -128vh, 0);
  }
}
.circle-container:nth-child(138) .circle {
  -webkit-animation-delay: 2418ms;
          animation-delay: 2418ms;
}
.circle-container:nth-child(139) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-139;
          animation-name: move-frames-139;
  -webkit-animation-duration: 31102ms;
          animation-duration: 31102ms;
  -webkit-animation-delay: 33748ms;
          animation-delay: 33748ms;
}
@-webkit-keyframes move-frames-139 {
  from {
    transform: translate3d(20vw, 103vh, 0);
  }
  to {
    transform: translate3d(95vw, -131vh, 0);
  }
}
@keyframes move-frames-139 {
  from {
    transform: translate3d(20vw, 103vh, 0);
  }
  to {
    transform: translate3d(95vw, -131vh, 0);
  }
}
.circle-container:nth-child(139) .circle {
  -webkit-animation-delay: 410ms;
          animation-delay: 410ms;
}
.circle-container:nth-child(140) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-140;
          animation-name: move-frames-140;
  -webkit-animation-duration: 31784ms;
          animation-duration: 31784ms;
  -webkit-animation-delay: 17810ms;
          animation-delay: 17810ms;
}
@-webkit-keyframes move-frames-140 {
  from {
    transform: translate3d(44vw, 104vh, 0);
  }
  to {
    transform: translate3d(21vw, -126vh, 0);
  }
}
@keyframes move-frames-140 {
  from {
    transform: translate3d(44vw, 104vh, 0);
  }
  to {
    transform: translate3d(21vw, -126vh, 0);
  }
}
.circle-container:nth-child(140) .circle {
  -webkit-animation-delay: 3845ms;
          animation-delay: 3845ms;
}
.circle-container:nth-child(141) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-141;
          animation-name: move-frames-141;
  -webkit-animation-duration: 31365ms;
          animation-duration: 31365ms;
  -webkit-animation-delay: 33867ms;
          animation-delay: 33867ms;
}
@-webkit-keyframes move-frames-141 {
  from {
    transform: translate3d(82vw, 103vh, 0);
  }
  to {
    transform: translate3d(69vw, -109vh, 0);
  }
}
@keyframes move-frames-141 {
  from {
    transform: translate3d(82vw, 103vh, 0);
  }
  to {
    transform: translate3d(69vw, -109vh, 0);
  }
}
.circle-container:nth-child(141) .circle {
  -webkit-animation-delay: 681ms;
          animation-delay: 681ms;
}
.circle-container:nth-child(142) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-142;
          animation-name: move-frames-142;
  -webkit-animation-duration: 32870ms;
          animation-duration: 32870ms;
  -webkit-animation-delay: 1891ms;
          animation-delay: 1891ms;
}
@-webkit-keyframes move-frames-142 {
  from {
    transform: translate3d(96vw, 105vh, 0);
  }
  to {
    transform: translate3d(61vw, -123vh, 0);
  }
}
@keyframes move-frames-142 {
  from {
    transform: translate3d(96vw, 105vh, 0);
  }
  to {
    transform: translate3d(61vw, -123vh, 0);
  }
}
.circle-container:nth-child(142) .circle {
  -webkit-animation-delay: 672ms;
          animation-delay: 672ms;
}
.circle-container:nth-child(143) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-143;
          animation-name: move-frames-143;
  -webkit-animation-duration: 30588ms;
          animation-duration: 30588ms;
  -webkit-animation-delay: 8341ms;
          animation-delay: 8341ms;
}
@-webkit-keyframes move-frames-143 {
  from {
    transform: translate3d(60vw, 106vh, 0);
  }
  to {
    transform: translate3d(13vw, -128vh, 0);
  }
}
@keyframes move-frames-143 {
  from {
    transform: translate3d(60vw, 106vh, 0);
  }
  to {
    transform: translate3d(13vw, -128vh, 0);
  }
}
.circle-container:nth-child(143) .circle {
  -webkit-animation-delay: 3232ms;
          animation-delay: 3232ms;
}
.circle-container:nth-child(144) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-144;
          animation-name: move-frames-144;
  -webkit-animation-duration: 34256ms;
          animation-duration: 34256ms;
  -webkit-animation-delay: 27516ms;
          animation-delay: 27516ms;
}
@-webkit-keyframes move-frames-144 {
  from {
    transform: translate3d(28vw, 103vh, 0);
  }
  to {
    transform: translate3d(95vw, -128vh, 0);
  }
}
@keyframes move-frames-144 {
  from {
    transform: translate3d(28vw, 103vh, 0);
  }
  to {
    transform: translate3d(95vw, -128vh, 0);
  }
}
.circle-container:nth-child(144) .circle {
  -webkit-animation-delay: 203ms;
          animation-delay: 203ms;
}
.circle-container:nth-child(145) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-145;
          animation-name: move-frames-145;
  -webkit-animation-duration: 30321ms;
          animation-duration: 30321ms;
  -webkit-animation-delay: 25708ms;
          animation-delay: 25708ms;
}
@-webkit-keyframes move-frames-145 {
  from {
    transform: translate3d(85vw, 101vh, 0);
  }
  to {
    transform: translate3d(36vw, -122vh, 0);
  }
}
@keyframes move-frames-145 {
  from {
    transform: translate3d(85vw, 101vh, 0);
  }
  to {
    transform: translate3d(36vw, -122vh, 0);
  }
}
.circle-container:nth-child(145) .circle {
  -webkit-animation-delay: 100ms;
          animation-delay: 100ms;
}
.circle-container:nth-child(146) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-146;
          animation-name: move-frames-146;
  -webkit-animation-duration: 34591ms;
          animation-duration: 34591ms;
  -webkit-animation-delay: 27802ms;
          animation-delay: 27802ms;
}
@-webkit-keyframes move-frames-146 {
  from {
    transform: translate3d(65vw, 104vh, 0);
  }
  to {
    transform: translate3d(59vw, -130vh, 0);
  }
}
@keyframes move-frames-146 {
  from {
    transform: translate3d(65vw, 104vh, 0);
  }
  to {
    transform: translate3d(59vw, -130vh, 0);
  }
}
.circle-container:nth-child(146) .circle {
  -webkit-animation-delay: 1940ms;
          animation-delay: 1940ms;
}
.circle-container:nth-child(147) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-147;
          animation-name: move-frames-147;
  -webkit-animation-duration: 35680ms;
          animation-duration: 35680ms;
  -webkit-animation-delay: 14715ms;
          animation-delay: 14715ms;
}
@-webkit-keyframes move-frames-147 {
  from {
    transform: translate3d(75vw, 104vh, 0);
  }
  to {
    transform: translate3d(32vw, -117vh, 0);
  }
}
@keyframes move-frames-147 {
  from {
    transform: translate3d(75vw, 104vh, 0);
  }
  to {
    transform: translate3d(32vw, -117vh, 0);
  }
}
.circle-container:nth-child(147) .circle {
  -webkit-animation-delay: 1694ms;
          animation-delay: 1694ms;
}
.circle-container:nth-child(148) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-148;
          animation-name: move-frames-148;
  -webkit-animation-duration: 34430ms;
          animation-duration: 34430ms;
  -webkit-animation-delay: 32223ms;
          animation-delay: 32223ms;
}
@-webkit-keyframes move-frames-148 {
  from {
    transform: translate3d(26vw, 103vh, 0);
  }
  to {
    transform: translate3d(20vw, -126vh, 0);
  }
}
@keyframes move-frames-148 {
  from {
    transform: translate3d(26vw, 103vh, 0);
  }
  to {
    transform: translate3d(20vw, -126vh, 0);
  }
}
.circle-container:nth-child(148) .circle {
  -webkit-animation-delay: 1722ms;
          animation-delay: 1722ms;
}
.circle-container:nth-child(149) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-149;
          animation-name: move-frames-149;
  -webkit-animation-duration: 36273ms;
          animation-duration: 36273ms;
  -webkit-animation-delay: 19195ms;
          animation-delay: 19195ms;
}
@-webkit-keyframes move-frames-149 {
  from {
    transform: translate3d(76vw, 109vh, 0);
  }
  to {
    transform: translate3d(30vw, -136vh, 0);
  }
}
@keyframes move-frames-149 {
  from {
    transform: translate3d(76vw, 109vh, 0);
  }
  to {
    transform: translate3d(30vw, -136vh, 0);
  }
}
.circle-container:nth-child(149) .circle {
  -webkit-animation-delay: 2148ms;
          animation-delay: 2148ms;
}
.circle-container:nth-child(150) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-150;
          animation-name: move-frames-150;
  -webkit-animation-duration: 36996ms;
          animation-duration: 36996ms;
  -webkit-animation-delay: 26499ms;
          animation-delay: 26499ms;
}
@-webkit-keyframes move-frames-150 {
  from {
    transform: translate3d(10vw, 107vh, 0);
  }
  to {
    transform: translate3d(36vw, -122vh, 0);
  }
}
@keyframes move-frames-150 {
  from {
    transform: translate3d(10vw, 107vh, 0);
  }
  to {
    transform: translate3d(36vw, -122vh, 0);
  }
}
.circle-container:nth-child(150) .circle {
  -webkit-animation-delay: 379ms;
          animation-delay: 379ms;
}
.circle-container:nth-child(151) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-151;
          animation-name: move-frames-151;
  -webkit-animation-duration: 33820ms;
          animation-duration: 33820ms;
  -webkit-animation-delay: 30977ms;
          animation-delay: 30977ms;
}
@-webkit-keyframes move-frames-151 {
  from {
    transform: translate3d(75vw, 109vh, 0);
  }
  to {
    transform: translate3d(44vw, -133vh, 0);
  }
}
@keyframes move-frames-151 {
  from {
    transform: translate3d(75vw, 109vh, 0);
  }
  to {
    transform: translate3d(44vw, -133vh, 0);
  }
}
.circle-container:nth-child(151) .circle {
  -webkit-animation-delay: 1087ms;
          animation-delay: 1087ms;
}
.circle-container:nth-child(152) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-152;
          animation-name: move-frames-152;
  -webkit-animation-duration: 33181ms;
          animation-duration: 33181ms;
  -webkit-animation-delay: 30376ms;
          animation-delay: 30376ms;
}
@-webkit-keyframes move-frames-152 {
  from {
    transform: translate3d(43vw, 108vh, 0);
  }
  to {
    transform: translate3d(63vw, -115vh, 0);
  }
}
@keyframes move-frames-152 {
  from {
    transform: translate3d(43vw, 108vh, 0);
  }
  to {
    transform: translate3d(63vw, -115vh, 0);
  }
}
.circle-container:nth-child(152) .circle {
  -webkit-animation-delay: 1763ms;
          animation-delay: 1763ms;
}
.circle-container:nth-child(153) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-153;
          animation-name: move-frames-153;
  -webkit-animation-duration: 33375ms;
          animation-duration: 33375ms;
  -webkit-animation-delay: 20995ms;
          animation-delay: 20995ms;
}
@-webkit-keyframes move-frames-153 {
  from {
    transform: translate3d(67vw, 106vh, 0);
  }
  to {
    transform: translate3d(92vw, -135vh, 0);
  }
}
@keyframes move-frames-153 {
  from {
    transform: translate3d(67vw, 106vh, 0);
  }
  to {
    transform: translate3d(92vw, -135vh, 0);
  }
}
.circle-container:nth-child(153) .circle {
  -webkit-animation-delay: 1909ms;
          animation-delay: 1909ms;
}
.circle-container:nth-child(154) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-154;
          animation-name: move-frames-154;
  -webkit-animation-duration: 31209ms;
          animation-duration: 31209ms;
  -webkit-animation-delay: 10719ms;
          animation-delay: 10719ms;
}
@-webkit-keyframes move-frames-154 {
  from {
    transform: translate3d(23vw, 103vh, 0);
  }
  to {
    transform: translate3d(100vw, -133vh, 0);
  }
}
@keyframes move-frames-154 {
  from {
    transform: translate3d(23vw, 103vh, 0);
  }
  to {
    transform: translate3d(100vw, -133vh, 0);
  }
}
.circle-container:nth-child(154) .circle {
  -webkit-animation-delay: 1280ms;
          animation-delay: 1280ms;
}
.circle-container:nth-child(155) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-155;
          animation-name: move-frames-155;
  -webkit-animation-duration: 32916ms;
          animation-duration: 32916ms;
  -webkit-animation-delay: 20551ms;
          animation-delay: 20551ms;
}
@-webkit-keyframes move-frames-155 {
  from {
    transform: translate3d(42vw, 110vh, 0);
  }
  to {
    transform: translate3d(78vw, -133vh, 0);
  }
}
@keyframes move-frames-155 {
  from {
    transform: translate3d(42vw, 110vh, 0);
  }
  to {
    transform: translate3d(78vw, -133vh, 0);
  }
}
.circle-container:nth-child(155) .circle {
  -webkit-animation-delay: 2497ms;
          animation-delay: 2497ms;
}
.circle-container:nth-child(156) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-156;
          animation-name: move-frames-156;
  -webkit-animation-duration: 36707ms;
          animation-duration: 36707ms;
  -webkit-animation-delay: 15319ms;
          animation-delay: 15319ms;
}
@-webkit-keyframes move-frames-156 {
  from {
    transform: translate3d(13vw, 104vh, 0);
  }
  to {
    transform: translate3d(76vw, -132vh, 0);
  }
}
@keyframes move-frames-156 {
  from {
    transform: translate3d(13vw, 104vh, 0);
  }
  to {
    transform: translate3d(76vw, -132vh, 0);
  }
}
.circle-container:nth-child(156) .circle {
  -webkit-animation-delay: 2263ms;
          animation-delay: 2263ms;
}
.circle-container:nth-child(157) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-157;
          animation-name: move-frames-157;
  -webkit-animation-duration: 32302ms;
          animation-duration: 32302ms;
  -webkit-animation-delay: 25366ms;
          animation-delay: 25366ms;
}
@-webkit-keyframes move-frames-157 {
  from {
    transform: translate3d(79vw, 106vh, 0);
  }
  to {
    transform: translate3d(7vw, -118vh, 0);
  }
}
@keyframes move-frames-157 {
  from {
    transform: translate3d(79vw, 106vh, 0);
  }
  to {
    transform: translate3d(7vw, -118vh, 0);
  }
}
.circle-container:nth-child(157) .circle {
  -webkit-animation-delay: 1353ms;
          animation-delay: 1353ms;
}
.circle-container:nth-child(158) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-158;
          animation-name: move-frames-158;
  -webkit-animation-duration: 33664ms;
          animation-duration: 33664ms;
  -webkit-animation-delay: 17654ms;
          animation-delay: 17654ms;
}
@-webkit-keyframes move-frames-158 {
  from {
    transform: translate3d(59vw, 105vh, 0);
  }
  to {
    transform: translate3d(30vw, -128vh, 0);
  }
}
@keyframes move-frames-158 {
  from {
    transform: translate3d(59vw, 105vh, 0);
  }
  to {
    transform: translate3d(30vw, -128vh, 0);
  }
}
.circle-container:nth-child(158) .circle {
  -webkit-animation-delay: 2963ms;
          animation-delay: 2963ms;
}
.circle-container:nth-child(159) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-159;
          animation-name: move-frames-159;
  -webkit-animation-duration: 35921ms;
          animation-duration: 35921ms;
  -webkit-animation-delay: 13314ms;
          animation-delay: 13314ms;
}
@-webkit-keyframes move-frames-159 {
  from {
    transform: translate3d(63vw, 109vh, 0);
  }
  to {
    transform: translate3d(82vw, -127vh, 0);
  }
}
@keyframes move-frames-159 {
  from {
    transform: translate3d(63vw, 109vh, 0);
  }
  to {
    transform: translate3d(82vw, -127vh, 0);
  }
}
.circle-container:nth-child(159) .circle {
  -webkit-animation-delay: 1160ms;
          animation-delay: 1160ms;
}
.circle-container:nth-child(160) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-160;
          animation-name: move-frames-160;
  -webkit-animation-duration: 30127ms;
          animation-duration: 30127ms;
  -webkit-animation-delay: 17044ms;
          animation-delay: 17044ms;
}
@-webkit-keyframes move-frames-160 {
  from {
    transform: translate3d(71vw, 108vh, 0);
  }
  to {
    transform: translate3d(58vw, -138vh, 0);
  }
}
@keyframes move-frames-160 {
  from {
    transform: translate3d(71vw, 108vh, 0);
  }
  to {
    transform: translate3d(58vw, -138vh, 0);
  }
}
.circle-container:nth-child(160) .circle {
  -webkit-animation-delay: 3498ms;
          animation-delay: 3498ms;
}
.circle-container:nth-child(161) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-161;
          animation-name: move-frames-161;
  -webkit-animation-duration: 34735ms;
          animation-duration: 34735ms;
  -webkit-animation-delay: 23756ms;
          animation-delay: 23756ms;
}
@-webkit-keyframes move-frames-161 {
  from {
    transform: translate3d(23vw, 103vh, 0);
  }
  to {
    transform: translate3d(77vw, -112vh, 0);
  }
}
@keyframes move-frames-161 {
  from {
    transform: translate3d(23vw, 103vh, 0);
  }
  to {
    transform: translate3d(77vw, -112vh, 0);
  }
}
.circle-container:nth-child(161) .circle {
  -webkit-animation-delay: 58ms;
          animation-delay: 58ms;
}
.circle-container:nth-child(162) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-162;
          animation-name: move-frames-162;
  -webkit-animation-duration: 34501ms;
          animation-duration: 34501ms;
  -webkit-animation-delay: 917ms;
          animation-delay: 917ms;
}
@-webkit-keyframes move-frames-162 {
  from {
    transform: translate3d(98vw, 107vh, 0);
  }
  to {
    transform: translate3d(36vw, -110vh, 0);
  }
}
@keyframes move-frames-162 {
  from {
    transform: translate3d(98vw, 107vh, 0);
  }
  to {
    transform: translate3d(36vw, -110vh, 0);
  }
}
.circle-container:nth-child(162) .circle {
  -webkit-animation-delay: 3564ms;
          animation-delay: 3564ms;
}
.circle-container:nth-child(163) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-163;
          animation-name: move-frames-163;
  -webkit-animation-duration: 36977ms;
          animation-duration: 36977ms;
  -webkit-animation-delay: 21834ms;
          animation-delay: 21834ms;
}
@-webkit-keyframes move-frames-163 {
  from {
    transform: translate3d(31vw, 103vh, 0);
  }
  to {
    transform: translate3d(24vw, -107vh, 0);
  }
}
@keyframes move-frames-163 {
  from {
    transform: translate3d(31vw, 103vh, 0);
  }
  to {
    transform: translate3d(24vw, -107vh, 0);
  }
}
.circle-container:nth-child(163) .circle {
  -webkit-animation-delay: 537ms;
          animation-delay: 537ms;
}
.circle-container:nth-child(164) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-164;
          animation-name: move-frames-164;
  -webkit-animation-duration: 28472ms;
          animation-duration: 28472ms;
  -webkit-animation-delay: 21567ms;
          animation-delay: 21567ms;
}
@-webkit-keyframes move-frames-164 {
  from {
    transform: translate3d(68vw, 108vh, 0);
  }
  to {
    transform: translate3d(76vw, -131vh, 0);
  }
}
@keyframes move-frames-164 {
  from {
    transform: translate3d(68vw, 108vh, 0);
  }
  to {
    transform: translate3d(76vw, -131vh, 0);
  }
}
.circle-container:nth-child(164) .circle {
  -webkit-animation-delay: 585ms;
          animation-delay: 585ms;
}
.circle-container:nth-child(165) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-165;
          animation-name: move-frames-165;
  -webkit-animation-duration: 28952ms;
          animation-duration: 28952ms;
  -webkit-animation-delay: 30055ms;
          animation-delay: 30055ms;
}
@-webkit-keyframes move-frames-165 {
  from {
    transform: translate3d(91vw, 101vh, 0);
  }
  to {
    transform: translate3d(32vw, -117vh, 0);
  }
}
@keyframes move-frames-165 {
  from {
    transform: translate3d(91vw, 101vh, 0);
  }
  to {
    transform: translate3d(32vw, -117vh, 0);
  }
}
.circle-container:nth-child(165) .circle {
  -webkit-animation-delay: 630ms;
          animation-delay: 630ms;
}
.circle-container:nth-child(166) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-166;
          animation-name: move-frames-166;
  -webkit-animation-duration: 30086ms;
          animation-duration: 30086ms;
  -webkit-animation-delay: 24036ms;
          animation-delay: 24036ms;
}
@-webkit-keyframes move-frames-166 {
  from {
    transform: translate3d(33vw, 110vh, 0);
  }
  to {
    transform: translate3d(17vw, -124vh, 0);
  }
}
@keyframes move-frames-166 {
  from {
    transform: translate3d(33vw, 110vh, 0);
  }
  to {
    transform: translate3d(17vw, -124vh, 0);
  }
}
.circle-container:nth-child(166) .circle {
  -webkit-animation-delay: 1407ms;
          animation-delay: 1407ms;
}
.circle-container:nth-child(167) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-167;
          animation-name: move-frames-167;
  -webkit-animation-duration: 31105ms;
          animation-duration: 31105ms;
  -webkit-animation-delay: 4806ms;
          animation-delay: 4806ms;
}
@-webkit-keyframes move-frames-167 {
  from {
    transform: translate3d(39vw, 108vh, 0);
  }
  to {
    transform: translate3d(21vw, -109vh, 0);
  }
}
@keyframes move-frames-167 {
  from {
    transform: translate3d(39vw, 108vh, 0);
  }
  to {
    transform: translate3d(21vw, -109vh, 0);
  }
}
.circle-container:nth-child(167) .circle {
  -webkit-animation-delay: 3438ms;
          animation-delay: 3438ms;
}
.circle-container:nth-child(168) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-168;
          animation-name: move-frames-168;
  -webkit-animation-duration: 32083ms;
          animation-duration: 32083ms;
  -webkit-animation-delay: 36761ms;
          animation-delay: 36761ms;
}
@-webkit-keyframes move-frames-168 {
  from {
    transform: translate3d(99vw, 106vh, 0);
  }
  to {
    transform: translate3d(36vw, -124vh, 0);
  }
}
@keyframes move-frames-168 {
  from {
    transform: translate3d(99vw, 106vh, 0);
  }
  to {
    transform: translate3d(36vw, -124vh, 0);
  }
}
.circle-container:nth-child(168) .circle {
  -webkit-animation-delay: 2302ms;
          animation-delay: 2302ms;
}
.circle-container:nth-child(169) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-169;
          animation-name: move-frames-169;
  -webkit-animation-duration: 36303ms;
          animation-duration: 36303ms;
  -webkit-animation-delay: 27043ms;
          animation-delay: 27043ms;
}
@-webkit-keyframes move-frames-169 {
  from {
    transform: translate3d(82vw, 107vh, 0);
  }
  to {
    transform: translate3d(84vw, -117vh, 0);
  }
}
@keyframes move-frames-169 {
  from {
    transform: translate3d(82vw, 107vh, 0);
  }
  to {
    transform: translate3d(84vw, -117vh, 0);
  }
}
.circle-container:nth-child(169) .circle {
  -webkit-animation-delay: 1106ms;
          animation-delay: 1106ms;
}
.circle-container:nth-child(170) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-170;
          animation-name: move-frames-170;
  -webkit-animation-duration: 32984ms;
          animation-duration: 32984ms;
  -webkit-animation-delay: 8747ms;
          animation-delay: 8747ms;
}
@-webkit-keyframes move-frames-170 {
  from {
    transform: translate3d(76vw, 110vh, 0);
  }
  to {
    transform: translate3d(15vw, -140vh, 0);
  }
}
@keyframes move-frames-170 {
  from {
    transform: translate3d(76vw, 110vh, 0);
  }
  to {
    transform: translate3d(15vw, -140vh, 0);
  }
}
.circle-container:nth-child(170) .circle {
  -webkit-animation-delay: 328ms;
          animation-delay: 328ms;
}
.circle-container:nth-child(171) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-171;
          animation-name: move-frames-171;
  -webkit-animation-duration: 35851ms;
          animation-duration: 35851ms;
  -webkit-animation-delay: 7888ms;
          animation-delay: 7888ms;
}
@-webkit-keyframes move-frames-171 {
  from {
    transform: translate3d(38vw, 107vh, 0);
  }
  to {
    transform: translate3d(85vw, -133vh, 0);
  }
}
@keyframes move-frames-171 {
  from {
    transform: translate3d(38vw, 107vh, 0);
  }
  to {
    transform: translate3d(85vw, -133vh, 0);
  }
}
.circle-container:nth-child(171) .circle {
  -webkit-animation-delay: 2870ms;
          animation-delay: 2870ms;
}
.circle-container:nth-child(172) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-172;
          animation-name: move-frames-172;
  -webkit-animation-duration: 29783ms;
          animation-duration: 29783ms;
  -webkit-animation-delay: 36127ms;
          animation-delay: 36127ms;
}
@-webkit-keyframes move-frames-172 {
  from {
    transform: translate3d(73vw, 107vh, 0);
  }
  to {
    transform: translate3d(71vw, -113vh, 0);
  }
}
@keyframes move-frames-172 {
  from {
    transform: translate3d(73vw, 107vh, 0);
  }
  to {
    transform: translate3d(71vw, -113vh, 0);
  }
}
.circle-container:nth-child(172) .circle {
  -webkit-animation-delay: 1518ms;
          animation-delay: 1518ms;
}
.circle-container:nth-child(173) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-173;
          animation-name: move-frames-173;
  -webkit-animation-duration: 35299ms;
          animation-duration: 35299ms;
  -webkit-animation-delay: 34163ms;
          animation-delay: 34163ms;
}
@-webkit-keyframes move-frames-173 {
  from {
    transform: translate3d(58vw, 101vh, 0);
  }
  to {
    transform: translate3d(34vw, -106vh, 0);
  }
}
@keyframes move-frames-173 {
  from {
    transform: translate3d(58vw, 101vh, 0);
  }
  to {
    transform: translate3d(34vw, -106vh, 0);
  }
}
.circle-container:nth-child(173) .circle {
  -webkit-animation-delay: 889ms;
          animation-delay: 889ms;
}
.circle-container:nth-child(174) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-174;
          animation-name: move-frames-174;
  -webkit-animation-duration: 30132ms;
          animation-duration: 30132ms;
  -webkit-animation-delay: 14532ms;
          animation-delay: 14532ms;
}
@-webkit-keyframes move-frames-174 {
  from {
    transform: translate3d(18vw, 107vh, 0);
  }
  to {
    transform: translate3d(68vw, -108vh, 0);
  }
}
@keyframes move-frames-174 {
  from {
    transform: translate3d(18vw, 107vh, 0);
  }
  to {
    transform: translate3d(68vw, -108vh, 0);
  }
}
.circle-container:nth-child(174) .circle {
  -webkit-animation-delay: 1454ms;
          animation-delay: 1454ms;
}
.circle-container:nth-child(175) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-175;
          animation-name: move-frames-175;
  -webkit-animation-duration: 30200ms;
          animation-duration: 30200ms;
  -webkit-animation-delay: 9606ms;
          animation-delay: 9606ms;
}
@-webkit-keyframes move-frames-175 {
  from {
    transform: translate3d(52vw, 102vh, 0);
  }
  to {
    transform: translate3d(37vw, -125vh, 0);
  }
}
@keyframes move-frames-175 {
  from {
    transform: translate3d(52vw, 102vh, 0);
  }
  to {
    transform: translate3d(37vw, -125vh, 0);
  }
}
.circle-container:nth-child(175) .circle {
  -webkit-animation-delay: 2593ms;
          animation-delay: 2593ms;
}
.circle-container:nth-child(176) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-176;
          animation-name: move-frames-176;
  -webkit-animation-duration: 34245ms;
          animation-duration: 34245ms;
  -webkit-animation-delay: 34129ms;
          animation-delay: 34129ms;
}
@-webkit-keyframes move-frames-176 {
  from {
    transform: translate3d(4vw, 105vh, 0);
  }
  to {
    transform: translate3d(71vw, -130vh, 0);
  }
}
@keyframes move-frames-176 {
  from {
    transform: translate3d(4vw, 105vh, 0);
  }
  to {
    transform: translate3d(71vw, -130vh, 0);
  }
}
.circle-container:nth-child(176) .circle {
  -webkit-animation-delay: 2593ms;
          animation-delay: 2593ms;
}
.circle-container:nth-child(177) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-177;
          animation-name: move-frames-177;
  -webkit-animation-duration: 35349ms;
          animation-duration: 35349ms;
  -webkit-animation-delay: 11829ms;
          animation-delay: 11829ms;
}
@-webkit-keyframes move-frames-177 {
  from {
    transform: translate3d(27vw, 106vh, 0);
  }
  to {
    transform: translate3d(20vw, -118vh, 0);
  }
}
@keyframes move-frames-177 {
  from {
    transform: translate3d(27vw, 106vh, 0);
  }
  to {
    transform: translate3d(20vw, -118vh, 0);
  }
}
.circle-container:nth-child(177) .circle {
  -webkit-animation-delay: 2163ms;
          animation-delay: 2163ms;
}
.circle-container:nth-child(178) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-178;
          animation-name: move-frames-178;
  -webkit-animation-duration: 34474ms;
          animation-duration: 34474ms;
  -webkit-animation-delay: 28863ms;
          animation-delay: 28863ms;
}
@-webkit-keyframes move-frames-178 {
  from {
    transform: translate3d(86vw, 104vh, 0);
  }
  to {
    transform: translate3d(80vw, -107vh, 0);
  }
}
@keyframes move-frames-178 {
  from {
    transform: translate3d(86vw, 104vh, 0);
  }
  to {
    transform: translate3d(80vw, -107vh, 0);
  }
}
.circle-container:nth-child(178) .circle {
  -webkit-animation-delay: 2304ms;
          animation-delay: 2304ms;
}
.circle-container:nth-child(179) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-179;
          animation-name: move-frames-179;
  -webkit-animation-duration: 31900ms;
          animation-duration: 31900ms;
  -webkit-animation-delay: 11582ms;
          animation-delay: 11582ms;
}
@-webkit-keyframes move-frames-179 {
  from {
    transform: translate3d(10vw, 110vh, 0);
  }
  to {
    transform: translate3d(47vw, -119vh, 0);
  }
}
@keyframes move-frames-179 {
  from {
    transform: translate3d(10vw, 110vh, 0);
  }
  to {
    transform: translate3d(47vw, -119vh, 0);
  }
}
.circle-container:nth-child(179) .circle {
  -webkit-animation-delay: 2292ms;
          animation-delay: 2292ms;
}
.circle-container:nth-child(180) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-180;
          animation-name: move-frames-180;
  -webkit-animation-duration: 31902ms;
          animation-duration: 31902ms;
  -webkit-animation-delay: 22598ms;
          animation-delay: 22598ms;
}
@-webkit-keyframes move-frames-180 {
  from {
    transform: translate3d(77vw, 104vh, 0);
  }
  to {
    transform: translate3d(94vw, -107vh, 0);
  }
}
@keyframes move-frames-180 {
  from {
    transform: translate3d(77vw, 104vh, 0);
  }
  to {
    transform: translate3d(94vw, -107vh, 0);
  }
}
.circle-container:nth-child(180) .circle {
  -webkit-animation-delay: 1884ms;
          animation-delay: 1884ms;
}
.circle-container:nth-child(181) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-181;
          animation-name: move-frames-181;
  -webkit-animation-duration: 35666ms;
          animation-duration: 35666ms;
  -webkit-animation-delay: 26555ms;
          animation-delay: 26555ms;
}
@-webkit-keyframes move-frames-181 {
  from {
    transform: translate3d(87vw, 102vh, 0);
  }
  to {
    transform: translate3d(52vw, -114vh, 0);
  }
}
@keyframes move-frames-181 {
  from {
    transform: translate3d(87vw, 102vh, 0);
  }
  to {
    transform: translate3d(52vw, -114vh, 0);
  }
}
.circle-container:nth-child(181) .circle {
  -webkit-animation-delay: 415ms;
          animation-delay: 415ms;
}
.circle-container:nth-child(182) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-182;
          animation-name: move-frames-182;
  -webkit-animation-duration: 31747ms;
          animation-duration: 31747ms;
  -webkit-animation-delay: 24999ms;
          animation-delay: 24999ms;
}
@-webkit-keyframes move-frames-182 {
  from {
    transform: translate3d(78vw, 105vh, 0);
  }
  to {
    transform: translate3d(12vw, -108vh, 0);
  }
}
@keyframes move-frames-182 {
  from {
    transform: translate3d(78vw, 105vh, 0);
  }
  to {
    transform: translate3d(12vw, -108vh, 0);
  }
}
.circle-container:nth-child(182) .circle {
  -webkit-animation-delay: 3195ms;
          animation-delay: 3195ms;
}
.circle-container:nth-child(183) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-183;
          animation-name: move-frames-183;
  -webkit-animation-duration: 36941ms;
          animation-duration: 36941ms;
  -webkit-animation-delay: 19460ms;
          animation-delay: 19460ms;
}
@-webkit-keyframes move-frames-183 {
  from {
    transform: translate3d(3vw, 110vh, 0);
  }
  to {
    transform: translate3d(1vw, -130vh, 0);
  }
}
@keyframes move-frames-183 {
  from {
    transform: translate3d(3vw, 110vh, 0);
  }
  to {
    transform: translate3d(1vw, -130vh, 0);
  }
}
.circle-container:nth-child(183) .circle {
  -webkit-animation-delay: 1397ms;
          animation-delay: 1397ms;
}
.circle-container:nth-child(184) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-184;
          animation-name: move-frames-184;
  -webkit-animation-duration: 32246ms;
          animation-duration: 32246ms;
  -webkit-animation-delay: 8821ms;
          animation-delay: 8821ms;
}
@-webkit-keyframes move-frames-184 {
  from {
    transform: translate3d(38vw, 110vh, 0);
  }
  to {
    transform: translate3d(76vw, -119vh, 0);
  }
}
@keyframes move-frames-184 {
  from {
    transform: translate3d(38vw, 110vh, 0);
  }
  to {
    transform: translate3d(76vw, -119vh, 0);
  }
}
.circle-container:nth-child(184) .circle {
  -webkit-animation-delay: 3036ms;
          animation-delay: 3036ms;
}
.circle-container:nth-child(185) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-185;
          animation-name: move-frames-185;
  -webkit-animation-duration: 28896ms;
          animation-duration: 28896ms;
  -webkit-animation-delay: 29047ms;
          animation-delay: 29047ms;
}
@-webkit-keyframes move-frames-185 {
  from {
    transform: translate3d(37vw, 102vh, 0);
  }
  to {
    transform: translate3d(37vw, -129vh, 0);
  }
}
@keyframes move-frames-185 {
  from {
    transform: translate3d(37vw, 102vh, 0);
  }
  to {
    transform: translate3d(37vw, -129vh, 0);
  }
}
.circle-container:nth-child(185) .circle {
  -webkit-animation-delay: 331ms;
          animation-delay: 331ms;
}
.circle-container:nth-child(186) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-186;
          animation-name: move-frames-186;
  -webkit-animation-duration: 31842ms;
          animation-duration: 31842ms;
  -webkit-animation-delay: 36793ms;
          animation-delay: 36793ms;
}
@-webkit-keyframes move-frames-186 {
  from {
    transform: translate3d(3vw, 103vh, 0);
  }
  to {
    transform: translate3d(21vw, -128vh, 0);
  }
}
@keyframes move-frames-186 {
  from {
    transform: translate3d(3vw, 103vh, 0);
  }
  to {
    transform: translate3d(21vw, -128vh, 0);
  }
}
.circle-container:nth-child(186) .circle {
  -webkit-animation-delay: 453ms;
          animation-delay: 453ms;
}
.circle-container:nth-child(187) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-187;
          animation-name: move-frames-187;
  -webkit-animation-duration: 29518ms;
          animation-duration: 29518ms;
  -webkit-animation-delay: 10826ms;
          animation-delay: 10826ms;
}
@-webkit-keyframes move-frames-187 {
  from {
    transform: translate3d(62vw, 104vh, 0);
  }
  to {
    transform: translate3d(97vw, -133vh, 0);
  }
}
@keyframes move-frames-187 {
  from {
    transform: translate3d(62vw, 104vh, 0);
  }
  to {
    transform: translate3d(97vw, -133vh, 0);
  }
}
.circle-container:nth-child(187) .circle {
  -webkit-animation-delay: 3155ms;
          animation-delay: 3155ms;
}
.circle-container:nth-child(188) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-188;
          animation-name: move-frames-188;
  -webkit-animation-duration: 33765ms;
          animation-duration: 33765ms;
  -webkit-animation-delay: 2314ms;
          animation-delay: 2314ms;
}
@-webkit-keyframes move-frames-188 {
  from {
    transform: translate3d(81vw, 101vh, 0);
  }
  to {
    transform: translate3d(90vw, -130vh, 0);
  }
}
@keyframes move-frames-188 {
  from {
    transform: translate3d(81vw, 101vh, 0);
  }
  to {
    transform: translate3d(90vw, -130vh, 0);
  }
}
.circle-container:nth-child(188) .circle {
  -webkit-animation-delay: 3544ms;
          animation-delay: 3544ms;
}
.circle-container:nth-child(189) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-189;
          animation-name: move-frames-189;
  -webkit-animation-duration: 31629ms;
          animation-duration: 31629ms;
  -webkit-animation-delay: 33391ms;
          animation-delay: 33391ms;
}
@-webkit-keyframes move-frames-189 {
  from {
    transform: translate3d(24vw, 101vh, 0);
  }
  to {
    transform: translate3d(88vw, -122vh, 0);
  }
}
@keyframes move-frames-189 {
  from {
    transform: translate3d(24vw, 101vh, 0);
  }
  to {
    transform: translate3d(88vw, -122vh, 0);
  }
}
.circle-container:nth-child(189) .circle {
  -webkit-animation-delay: 783ms;
          animation-delay: 783ms;
}
.circle-container:nth-child(190) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-190;
          animation-name: move-frames-190;
  -webkit-animation-duration: 29768ms;
          animation-duration: 29768ms;
  -webkit-animation-delay: 17360ms;
          animation-delay: 17360ms;
}
@-webkit-keyframes move-frames-190 {
  from {
    transform: translate3d(26vw, 104vh, 0);
  }
  to {
    transform: translate3d(12vw, -115vh, 0);
  }
}
@keyframes move-frames-190 {
  from {
    transform: translate3d(26vw, 104vh, 0);
  }
  to {
    transform: translate3d(12vw, -115vh, 0);
  }
}
.circle-container:nth-child(190) .circle {
  -webkit-animation-delay: 892ms;
          animation-delay: 892ms;
}
.circle-container:nth-child(191) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-191;
          animation-name: move-frames-191;
  -webkit-animation-duration: 31993ms;
          animation-duration: 31993ms;
  -webkit-animation-delay: 19137ms;
          animation-delay: 19137ms;
}
@-webkit-keyframes move-frames-191 {
  from {
    transform: translate3d(18vw, 107vh, 0);
  }
  to {
    transform: translate3d(74vw, -127vh, 0);
  }
}
@keyframes move-frames-191 {
  from {
    transform: translate3d(18vw, 107vh, 0);
  }
  to {
    transform: translate3d(74vw, -127vh, 0);
  }
}
.circle-container:nth-child(191) .circle {
  -webkit-animation-delay: 1349ms;
          animation-delay: 1349ms;
}
.circle-container:nth-child(192) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-192;
          animation-name: move-frames-192;
  -webkit-animation-duration: 31563ms;
          animation-duration: 31563ms;
  -webkit-animation-delay: 24185ms;
          animation-delay: 24185ms;
}
@-webkit-keyframes move-frames-192 {
  from {
    transform: translate3d(13vw, 103vh, 0);
  }
  to {
    transform: translate3d(62vw, -112vh, 0);
  }
}
@keyframes move-frames-192 {
  from {
    transform: translate3d(13vw, 103vh, 0);
  }
  to {
    transform: translate3d(62vw, -112vh, 0);
  }
}
.circle-container:nth-child(192) .circle {
  -webkit-animation-delay: 2036ms;
          animation-delay: 2036ms;
}
.circle-container:nth-child(193) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-193;
          animation-name: move-frames-193;
  -webkit-animation-duration: 28632ms;
          animation-duration: 28632ms;
  -webkit-animation-delay: 30395ms;
          animation-delay: 30395ms;
}
@-webkit-keyframes move-frames-193 {
  from {
    transform: translate3d(76vw, 102vh, 0);
  }
  to {
    transform: translate3d(47vw, -124vh, 0);
  }
}
@keyframes move-frames-193 {
  from {
    transform: translate3d(76vw, 102vh, 0);
  }
  to {
    transform: translate3d(47vw, -124vh, 0);
  }
}
.circle-container:nth-child(193) .circle {
  -webkit-animation-delay: 1894ms;
          animation-delay: 1894ms;
}
.circle-container:nth-child(194) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-194;
          animation-name: move-frames-194;
  -webkit-animation-duration: 30136ms;
          animation-duration: 30136ms;
  -webkit-animation-delay: 25695ms;
          animation-delay: 25695ms;
}
@-webkit-keyframes move-frames-194 {
  from {
    transform: translate3d(89vw, 109vh, 0);
  }
  to {
    transform: translate3d(87vw, -121vh, 0);
  }
}
@keyframes move-frames-194 {
  from {
    transform: translate3d(89vw, 109vh, 0);
  }
  to {
    transform: translate3d(87vw, -121vh, 0);
  }
}
.circle-container:nth-child(194) .circle {
  -webkit-animation-delay: 2735ms;
          animation-delay: 2735ms;
}
.circle-container:nth-child(195) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-195;
          animation-name: move-frames-195;
  -webkit-animation-duration: 29536ms;
          animation-duration: 29536ms;
  -webkit-animation-delay: 34728ms;
          animation-delay: 34728ms;
}
@-webkit-keyframes move-frames-195 {
  from {
    transform: translate3d(32vw, 106vh, 0);
  }
  to {
    transform: translate3d(3vw, -108vh, 0);
  }
}
@keyframes move-frames-195 {
  from {
    transform: translate3d(32vw, 106vh, 0);
  }
  to {
    transform: translate3d(3vw, -108vh, 0);
  }
}
.circle-container:nth-child(195) .circle {
  -webkit-animation-delay: 3788ms;
          animation-delay: 3788ms;
}
.circle-container:nth-child(196) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-196;
          animation-name: move-frames-196;
  -webkit-animation-duration: 36601ms;
          animation-duration: 36601ms;
  -webkit-animation-delay: 32405ms;
          animation-delay: 32405ms;
}
@-webkit-keyframes move-frames-196 {
  from {
    transform: translate3d(21vw, 104vh, 0);
  }
  to {
    transform: translate3d(80vw, -113vh, 0);
  }
}
@keyframes move-frames-196 {
  from {
    transform: translate3d(21vw, 104vh, 0);
  }
  to {
    transform: translate3d(80vw, -113vh, 0);
  }
}
.circle-container:nth-child(196) .circle {
  -webkit-animation-delay: 295ms;
          animation-delay: 295ms;
}
.circle-container:nth-child(197) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-197;
          animation-name: move-frames-197;
  -webkit-animation-duration: 28837ms;
          animation-duration: 28837ms;
  -webkit-animation-delay: 27677ms;
          animation-delay: 27677ms;
}
@-webkit-keyframes move-frames-197 {
  from {
    transform: translate3d(93vw, 101vh, 0);
  }
  to {
    transform: translate3d(21vw, -117vh, 0);
  }
}
@keyframes move-frames-197 {
  from {
    transform: translate3d(93vw, 101vh, 0);
  }
  to {
    transform: translate3d(21vw, -117vh, 0);
  }
}
.circle-container:nth-child(197) .circle {
  -webkit-animation-delay: 657ms;
          animation-delay: 657ms;
}
.circle-container:nth-child(198) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-198;
          animation-name: move-frames-198;
  -webkit-animation-duration: 32173ms;
          animation-duration: 32173ms;
  -webkit-animation-delay: 14400ms;
          animation-delay: 14400ms;
}
@-webkit-keyframes move-frames-198 {
  from {
    transform: translate3d(38vw, 102vh, 0);
  }
  to {
    transform: translate3d(52vw, -121vh, 0);
  }
}
@keyframes move-frames-198 {
  from {
    transform: translate3d(38vw, 102vh, 0);
  }
  to {
    transform: translate3d(52vw, -121vh, 0);
  }
}
.circle-container:nth-child(198) .circle {
  -webkit-animation-delay: 295ms;
          animation-delay: 295ms;
}
.circle-container:nth-child(199) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-199;
          animation-name: move-frames-199;
  -webkit-animation-duration: 36507ms;
          animation-duration: 36507ms;
  -webkit-animation-delay: 26880ms;
          animation-delay: 26880ms;
}
@-webkit-keyframes move-frames-199 {
  from {
    transform: translate3d(38vw, 105vh, 0);
  }
  to {
    transform: translate3d(16vw, -109vh, 0);
  }
}
@keyframes move-frames-199 {
  from {
    transform: translate3d(38vw, 105vh, 0);
  }
  to {
    transform: translate3d(16vw, -109vh, 0);
  }
}
.circle-container:nth-child(199) .circle {
  -webkit-animation-delay: 1696ms;
          animation-delay: 1696ms;
}
.circle-container:nth-child(200) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-200;
          animation-name: move-frames-200;
  -webkit-animation-duration: 31482ms;
          animation-duration: 31482ms;
  -webkit-animation-delay: 33514ms;
          animation-delay: 33514ms;
}
@-webkit-keyframes move-frames-200 {
  from {
    transform: translate3d(48vw, 108vh, 0);
  }
  to {
    transform: translate3d(30vw, -117vh, 0);
  }
}
@keyframes move-frames-200 {
  from {
    transform: translate3d(48vw, 108vh, 0);
  }
  to {
    transform: translate3d(30vw, -117vh, 0);
  }
}
.circle-container:nth-child(200) .circle {
  -webkit-animation-delay: 702ms;
          animation-delay: 702ms;
}

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