html {
  width: 100%;
  height: 100%;
  background-color: #162034;
  overflow: hidden;
}

img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 295px;
  margin-top: -147px; /* Half the height */
  margin-left: -147px; /* Half the width */
}

html,
body,
#wrapper {
  position: absolute;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  z-index: 1000;
}

#wrapper td {
  vertical-align: middle;
  text-align: center;
}

.container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.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: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-1;
  animation-name: move-frames-1;
  -webkit-animation-duration: 34138ms;
  animation-duration: 34138ms;
  -webkit-animation-delay: 12277ms;
  animation-delay: 12277ms;
}
@-webkit-keyframes move-frames-1 {
  from {
    transform: translate3d(53vw, 104vh, 0);
  }
  to {
    transform: translate3d(30vw, -131vh, 0);
  }
}
@keyframes move-frames-1 {
  from {
    transform: translate3d(53vw, 104vh, 0);
  }
  to {
    transform: translate3d(30vw, -131vh, 0);
  }
}
.circle-container:nth-child(1) .circle {
  -webkit-animation-delay: 2003ms;
  animation-delay: 2003ms;
}
.circle-container:nth-child(2) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-2;
  animation-name: move-frames-2;
  -webkit-animation-duration: 28837ms;
  animation-duration: 28837ms;
  -webkit-animation-delay: 28288ms;
  animation-delay: 28288ms;
}
@-webkit-keyframes move-frames-2 {
  from {
    transform: translate3d(23vw, 108vh, 0);
  }
  to {
    transform: translate3d(48vw, -128vh, 0);
  }
}
@keyframes move-frames-2 {
  from {
    transform: translate3d(23vw, 108vh, 0);
  }
  to {
    transform: translate3d(48vw, -128vh, 0);
  }
}
.circle-container:nth-child(2) .circle {
  -webkit-animation-delay: 2335ms;
  animation-delay: 2335ms;
}
.circle-container:nth-child(3) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-3;
  animation-name: move-frames-3;
  -webkit-animation-duration: 31230ms;
  animation-duration: 31230ms;
  -webkit-animation-delay: 2010ms;
  animation-delay: 2010ms;
}
@-webkit-keyframes move-frames-3 {
  from {
    transform: translate3d(23vw, 101vh, 0);
  }
  to {
    transform: translate3d(3vw, -120vh, 0);
  }
}
@keyframes move-frames-3 {
  from {
    transform: translate3d(23vw, 101vh, 0);
  }
  to {
    transform: translate3d(3vw, -120vh, 0);
  }
}
.circle-container:nth-child(3) .circle {
  -webkit-animation-delay: 2524ms;
  animation-delay: 2524ms;
}
.circle-container:nth-child(4) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-4;
  animation-name: move-frames-4;
  -webkit-animation-duration: 29003ms;
  animation-duration: 29003ms;
  -webkit-animation-delay: 19135ms;
  animation-delay: 19135ms;
}
@-webkit-keyframes move-frames-4 {
  from {
    transform: translate3d(33vw, 105vh, 0);
  }
  to {
    transform: translate3d(41vw, -114vh, 0);
  }
}
@keyframes move-frames-4 {
  from {
    transform: translate3d(33vw, 105vh, 0);
  }
  to {
    transform: translate3d(41vw, -114vh, 0);
  }
}
.circle-container:nth-child(4) .circle {
  -webkit-animation-delay: 1401ms;
  animation-delay: 1401ms;
}
.circle-container:nth-child(5) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-5;
  animation-name: move-frames-5;
  -webkit-animation-duration: 33415ms;
  animation-duration: 33415ms;
  -webkit-animation-delay: 29914ms;
  animation-delay: 29914ms;
}
@-webkit-keyframes move-frames-5 {
  from {
    transform: translate3d(27vw, 103vh, 0);
  }
  to {
    transform: translate3d(86vw, -105vh, 0);
  }
}
@keyframes move-frames-5 {
  from {
    transform: translate3d(27vw, 103vh, 0);
  }
  to {
    transform: translate3d(86vw, -105vh, 0);
  }
}
.circle-container:nth-child(5) .circle {
  -webkit-animation-delay: 3269ms;
  animation-delay: 3269ms;
}
.circle-container:nth-child(6) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-6;
  animation-name: move-frames-6;
  -webkit-animation-duration: 33053ms;
  animation-duration: 33053ms;
  -webkit-animation-delay: 23332ms;
  animation-delay: 23332ms;
}
@-webkit-keyframes move-frames-6 {
  from {
    transform: translate3d(47vw, 107vh, 0);
  }
  to {
    transform: translate3d(43vw, -109vh, 0);
  }
}
@keyframes move-frames-6 {
  from {
    transform: translate3d(47vw, 107vh, 0);
  }
  to {
    transform: translate3d(43vw, -109vh, 0);
  }
}
.circle-container:nth-child(6) .circle {
  -webkit-animation-delay: 1547ms;
  animation-delay: 1547ms;
}
.circle-container:nth-child(7) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-7;
  animation-name: move-frames-7;
  -webkit-animation-duration: 31494ms;
  animation-duration: 31494ms;
  -webkit-animation-delay: 13916ms;
  animation-delay: 13916ms;
}
@-webkit-keyframes move-frames-7 {
  from {
    transform: translate3d(29vw, 101vh, 0);
  }
  to {
    transform: translate3d(54vw, -103vh, 0);
  }
}
@keyframes move-frames-7 {
  from {
    transform: translate3d(29vw, 101vh, 0);
  }
  to {
    transform: translate3d(54vw, -103vh, 0);
  }
}
.circle-container:nth-child(7) .circle {
  -webkit-animation-delay: 278ms;
  animation-delay: 278ms;
}
.circle-container:nth-child(8) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-8;
  animation-name: move-frames-8;
  -webkit-animation-duration: 32484ms;
  animation-duration: 32484ms;
  -webkit-animation-delay: 34280ms;
  animation-delay: 34280ms;
}
@-webkit-keyframes move-frames-8 {
  from {
    transform: translate3d(98vw, 106vh, 0);
  }
  to {
    transform: translate3d(42vw, -122vh, 0);
  }
}
@keyframes move-frames-8 {
  from {
    transform: translate3d(98vw, 106vh, 0);
  }
  to {
    transform: translate3d(42vw, -122vh, 0);
  }
}
.circle-container:nth-child(8) .circle {
  -webkit-animation-delay: 912ms;
  animation-delay: 912ms;
}
.circle-container:nth-child(9) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-9;
  animation-name: move-frames-9;
  -webkit-animation-duration: 34090ms;
  animation-duration: 34090ms;
  -webkit-animation-delay: 22792ms;
  animation-delay: 22792ms;
}
@-webkit-keyframes move-frames-9 {
  from {
    transform: translate3d(46vw, 110vh, 0);
  }
  to {
    transform: translate3d(16vw, -122vh, 0);
  }
}
@keyframes move-frames-9 {
  from {
    transform: translate3d(46vw, 110vh, 0);
  }
  to {
    transform: translate3d(16vw, -122vh, 0);
  }
}
.circle-container:nth-child(9) .circle {
  -webkit-animation-delay: 1116ms;
  animation-delay: 1116ms;
}
.circle-container:nth-child(10) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-10;
  animation-name: move-frames-10;
  -webkit-animation-duration: 28299ms;
  animation-duration: 28299ms;
  -webkit-animation-delay: 24710ms;
  animation-delay: 24710ms;
}
@-webkit-keyframes move-frames-10 {
  from {
    transform: translate3d(36vw, 106vh, 0);
  }
  to {
    transform: translate3d(33vw, -119vh, 0);
  }
}
@keyframes move-frames-10 {
  from {
    transform: translate3d(36vw, 106vh, 0);
  }
  to {
    transform: translate3d(33vw, -119vh, 0);
  }
}
.circle-container:nth-child(10) .circle {
  -webkit-animation-delay: 3262ms;
  animation-delay: 3262ms;
}
.circle-container:nth-child(11) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-11;
  animation-name: move-frames-11;
  -webkit-animation-duration: 35773ms;
  animation-duration: 35773ms;
  -webkit-animation-delay: 4940ms;
  animation-delay: 4940ms;
}
@-webkit-keyframes move-frames-11 {
  from {
    transform: translate3d(78vw, 108vh, 0);
  }
  to {
    transform: translate3d(32vw, -132vh, 0);
  }
}
@keyframes move-frames-11 {
  from {
    transform: translate3d(78vw, 108vh, 0);
  }
  to {
    transform: translate3d(32vw, -132vh, 0);
  }
}
.circle-container:nth-child(11) .circle {
  -webkit-animation-delay: 316ms;
  animation-delay: 316ms;
}
.circle-container:nth-child(12) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-12;
  animation-name: move-frames-12;
  -webkit-animation-duration: 33486ms;
  animation-duration: 33486ms;
  -webkit-animation-delay: 2755ms;
  animation-delay: 2755ms;
}
@-webkit-keyframes move-frames-12 {
  from {
    transform: translate3d(57vw, 103vh, 0);
  }
  to {
    transform: translate3d(65vw, -113vh, 0);
  }
}
@keyframes move-frames-12 {
  from {
    transform: translate3d(57vw, 103vh, 0);
  }
  to {
    transform: translate3d(65vw, -113vh, 0);
  }
}
.circle-container:nth-child(12) .circle {
  -webkit-animation-delay: 1396ms;
  animation-delay: 1396ms;
}
.circle-container:nth-child(13) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-13;
  animation-name: move-frames-13;
  -webkit-animation-duration: 29369ms;
  animation-duration: 29369ms;
  -webkit-animation-delay: 14178ms;
  animation-delay: 14178ms;
}
@-webkit-keyframes move-frames-13 {
  from {
    transform: translate3d(59vw, 108vh, 0);
  }
  to {
    transform: translate3d(80vw, -129vh, 0);
  }
}
@keyframes move-frames-13 {
  from {
    transform: translate3d(59vw, 108vh, 0);
  }
  to {
    transform: translate3d(80vw, -129vh, 0);
  }
}
.circle-container:nth-child(13) .circle {
  -webkit-animation-delay: 2946ms;
  animation-delay: 2946ms;
}
.circle-container:nth-child(14) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-14;
  animation-name: move-frames-14;
  -webkit-animation-duration: 28808ms;
  animation-duration: 28808ms;
  -webkit-animation-delay: 16219ms;
  animation-delay: 16219ms;
}
@-webkit-keyframes move-frames-14 {
  from {
    transform: translate3d(37vw, 102vh, 0);
  }
  to {
    transform: translate3d(11vw, -106vh, 0);
  }
}
@keyframes move-frames-14 {
  from {
    transform: translate3d(37vw, 102vh, 0);
  }
  to {
    transform: translate3d(11vw, -106vh, 0);
  }
}
.circle-container:nth-child(14) .circle {
  -webkit-animation-delay: 1194ms;
  animation-delay: 1194ms;
}
.circle-container:nth-child(15) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-15;
  animation-name: move-frames-15;
  -webkit-animation-duration: 28103ms;
  animation-duration: 28103ms;
  -webkit-animation-delay: 7393ms;
  animation-delay: 7393ms;
}
@-webkit-keyframes move-frames-15 {
  from {
    transform: translate3d(62vw, 104vh, 0);
  }
  to {
    transform: translate3d(23vw, -132vh, 0);
  }
}
@keyframes move-frames-15 {
  from {
    transform: translate3d(62vw, 104vh, 0);
  }
  to {
    transform: translate3d(23vw, -132vh, 0);
  }
}
.circle-container:nth-child(15) .circle {
  -webkit-animation-delay: 2610ms;
  animation-delay: 2610ms;
}
.circle-container:nth-child(16) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-16;
  animation-name: move-frames-16;
  -webkit-animation-duration: 36217ms;
  animation-duration: 36217ms;
  -webkit-animation-delay: 16314ms;
  animation-delay: 16314ms;
}
@-webkit-keyframes move-frames-16 {
  from {
    transform: translate3d(71vw, 101vh, 0);
  }
  to {
    transform: translate3d(23vw, -123vh, 0);
  }
}
@keyframes move-frames-16 {
  from {
    transform: translate3d(71vw, 101vh, 0);
  }
  to {
    transform: translate3d(23vw, -123vh, 0);
  }
}
.circle-container:nth-child(16) .circle {
  -webkit-animation-delay: 323ms;
  animation-delay: 323ms;
}
.circle-container:nth-child(17) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-17;
  animation-name: move-frames-17;
  -webkit-animation-duration: 29330ms;
  animation-duration: 29330ms;
  -webkit-animation-delay: 19755ms;
  animation-delay: 19755ms;
}
@-webkit-keyframes move-frames-17 {
  from {
    transform: translate3d(20vw, 101vh, 0);
  }
  to {
    transform: translate3d(82vw, -116vh, 0);
  }
}
@keyframes move-frames-17 {
  from {
    transform: translate3d(20vw, 101vh, 0);
  }
  to {
    transform: translate3d(82vw, -116vh, 0);
  }
}
.circle-container:nth-child(17) .circle {
  -webkit-animation-delay: 1069ms;
  animation-delay: 1069ms;
}
.circle-container:nth-child(18) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-18;
  animation-name: move-frames-18;
  -webkit-animation-duration: 31634ms;
  animation-duration: 31634ms;
  -webkit-animation-delay: 29157ms;
  animation-delay: 29157ms;
}
@-webkit-keyframes move-frames-18 {
  from {
    transform: translate3d(71vw, 102vh, 0);
  }
  to {
    transform: translate3d(43vw, -129vh, 0);
  }
}
@keyframes move-frames-18 {
  from {
    transform: translate3d(71vw, 102vh, 0);
  }
  to {
    transform: translate3d(43vw, -129vh, 0);
  }
}
.circle-container:nth-child(18) .circle {
  -webkit-animation-delay: 2673ms;
  animation-delay: 2673ms;
}
.circle-container:nth-child(19) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-19;
  animation-name: move-frames-19;
  -webkit-animation-duration: 33684ms;
  animation-duration: 33684ms;
  -webkit-animation-delay: 28470ms;
  animation-delay: 28470ms;
}
@-webkit-keyframes move-frames-19 {
  from {
    transform: translate3d(39vw, 106vh, 0);
  }
  to {
    transform: translate3d(51vw, -111vh, 0);
  }
}
@keyframes move-frames-19 {
  from {
    transform: translate3d(39vw, 106vh, 0);
  }
  to {
    transform: translate3d(51vw, -111vh, 0);
  }
}
.circle-container:nth-child(19) .circle {
  -webkit-animation-delay: 2872ms;
  animation-delay: 2872ms;
}
.circle-container:nth-child(20) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-20;
  animation-name: move-frames-20;
  -webkit-animation-duration: 30785ms;
  animation-duration: 30785ms;
  -webkit-animation-delay: 16775ms;
  animation-delay: 16775ms;
}
@-webkit-keyframes move-frames-20 {
  from {
    transform: translate3d(54vw, 110vh, 0);
  }
  to {
    transform: translate3d(79vw, -124vh, 0);
  }
}
@keyframes move-frames-20 {
  from {
    transform: translate3d(54vw, 110vh, 0);
  }
  to {
    transform: translate3d(79vw, -124vh, 0);
  }
}
.circle-container:nth-child(20) .circle {
  -webkit-animation-delay: 3404ms;
  animation-delay: 3404ms;
}
.circle-container:nth-child(21) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-21;
  animation-name: move-frames-21;
  -webkit-animation-duration: 33730ms;
  animation-duration: 33730ms;
  -webkit-animation-delay: 27844ms;
  animation-delay: 27844ms;
}
@-webkit-keyframes move-frames-21 {
  from {
    transform: translate3d(72vw, 104vh, 0);
  }
  to {
    transform: translate3d(11vw, -131vh, 0);
  }
}
@keyframes move-frames-21 {
  from {
    transform: translate3d(72vw, 104vh, 0);
  }
  to {
    transform: translate3d(11vw, -131vh, 0);
  }
}
.circle-container:nth-child(21) .circle {
  -webkit-animation-delay: 129ms;
  animation-delay: 129ms;
}
.circle-container:nth-child(22) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-22;
  animation-name: move-frames-22;
  -webkit-animation-duration: 36987ms;
  animation-duration: 36987ms;
  -webkit-animation-delay: 32269ms;
  animation-delay: 32269ms;
}
@-webkit-keyframes move-frames-22 {
  from {
    transform: translate3d(40vw, 109vh, 0);
  }
  to {
    transform: translate3d(9vw, -123vh, 0);
  }
}
@keyframes move-frames-22 {
  from {
    transform: translate3d(40vw, 109vh, 0);
  }
  to {
    transform: translate3d(9vw, -123vh, 0);
  }
}
.circle-container:nth-child(22) .circle {
  -webkit-animation-delay: 1878ms;
  animation-delay: 1878ms;
}
.circle-container:nth-child(23) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-23;
  animation-name: move-frames-23;
  -webkit-animation-duration: 36458ms;
  animation-duration: 36458ms;
  -webkit-animation-delay: 26002ms;
  animation-delay: 26002ms;
}
@-webkit-keyframes move-frames-23 {
  from {
    transform: translate3d(85vw, 107vh, 0);
  }
  to {
    transform: translate3d(51vw, -125vh, 0);
  }
}
@keyframes move-frames-23 {
  from {
    transform: translate3d(85vw, 107vh, 0);
  }
  to {
    transform: translate3d(51vw, -125vh, 0);
  }
}
.circle-container:nth-child(23) .circle {
  -webkit-animation-delay: 2307ms;
  animation-delay: 2307ms;
}
.circle-container:nth-child(24) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-24;
  animation-name: move-frames-24;
  -webkit-animation-duration: 32400ms;
  animation-duration: 32400ms;
  -webkit-animation-delay: 30102ms;
  animation-delay: 30102ms;
}
@-webkit-keyframes move-frames-24 {
  from {
    transform: translate3d(81vw, 109vh, 0);
  }
  to {
    transform: translate3d(52vw, -122vh, 0);
  }
}
@keyframes move-frames-24 {
  from {
    transform: translate3d(81vw, 109vh, 0);
  }
  to {
    transform: translate3d(52vw, -122vh, 0);
  }
}
.circle-container:nth-child(24) .circle {
  -webkit-animation-delay: 705ms;
  animation-delay: 705ms;
}
.circle-container:nth-child(25) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-25;
  animation-name: move-frames-25;
  -webkit-animation-duration: 32764ms;
  animation-duration: 32764ms;
  -webkit-animation-delay: 31051ms;
  animation-delay: 31051ms;
}
@-webkit-keyframes move-frames-25 {
  from {
    transform: translate3d(21vw, 107vh, 0);
  }
  to {
    transform: translate3d(38vw, -120vh, 0);
  }
}
@keyframes move-frames-25 {
  from {
    transform: translate3d(21vw, 107vh, 0);
  }
  to {
    transform: translate3d(38vw, -120vh, 0);
  }
}
.circle-container:nth-child(25) .circle {
  -webkit-animation-delay: 1222ms;
  animation-delay: 1222ms;
}
.circle-container:nth-child(26) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-26;
  animation-name: move-frames-26;
  -webkit-animation-duration: 31593ms;
  animation-duration: 31593ms;
  -webkit-animation-delay: 4028ms;
  animation-delay: 4028ms;
}
@-webkit-keyframes move-frames-26 {
  from {
    transform: translate3d(45vw, 109vh, 0);
  }
  to {
    transform: translate3d(89vw, -122vh, 0);
  }
}
@keyframes move-frames-26 {
  from {
    transform: translate3d(45vw, 109vh, 0);
  }
  to {
    transform: translate3d(89vw, -122vh, 0);
  }
}
.circle-container:nth-child(26) .circle {
  -webkit-animation-delay: 3370ms;
  animation-delay: 3370ms;
}
.circle-container:nth-child(27) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-27;
  animation-name: move-frames-27;
  -webkit-animation-duration: 28993ms;
  animation-duration: 28993ms;
  -webkit-animation-delay: 26602ms;
  animation-delay: 26602ms;
}
@-webkit-keyframes move-frames-27 {
  from {
    transform: translate3d(62vw, 110vh, 0);
  }
  to {
    transform: translate3d(81vw, -140vh, 0);
  }
}
@keyframes move-frames-27 {
  from {
    transform: translate3d(62vw, 110vh, 0);
  }
  to {
    transform: translate3d(81vw, -140vh, 0);
  }
}
.circle-container:nth-child(27) .circle {
  -webkit-animation-delay: 1465ms;
  animation-delay: 1465ms;
}
.circle-container:nth-child(28) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-28;
  animation-name: move-frames-28;
  -webkit-animation-duration: 29022ms;
  animation-duration: 29022ms;
  -webkit-animation-delay: 34677ms;
  animation-delay: 34677ms;
}
@-webkit-keyframes move-frames-28 {
  from {
    transform: translate3d(23vw, 109vh, 0);
  }
  to {
    transform: translate3d(26vw, -115vh, 0);
  }
}
@keyframes move-frames-28 {
  from {
    transform: translate3d(23vw, 109vh, 0);
  }
  to {
    transform: translate3d(26vw, -115vh, 0);
  }
}
.circle-container:nth-child(28) .circle {
  -webkit-animation-delay: 3324ms;
  animation-delay: 3324ms;
}
.circle-container:nth-child(29) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-29;
  animation-name: move-frames-29;
  -webkit-animation-duration: 29199ms;
  animation-duration: 29199ms;
  -webkit-animation-delay: 29338ms;
  animation-delay: 29338ms;
}
@-webkit-keyframes move-frames-29 {
  from {
    transform: translate3d(68vw, 101vh, 0);
  }
  to {
    transform: translate3d(70vw, -120vh, 0);
  }
}
@keyframes move-frames-29 {
  from {
    transform: translate3d(68vw, 101vh, 0);
  }
  to {
    transform: translate3d(70vw, -120vh, 0);
  }
}
.circle-container:nth-child(29) .circle {
  -webkit-animation-delay: 2887ms;
  animation-delay: 2887ms;
}
.circle-container:nth-child(30) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-30;
  animation-name: move-frames-30;
  -webkit-animation-duration: 31063ms;
  animation-duration: 31063ms;
  -webkit-animation-delay: 25368ms;
  animation-delay: 25368ms;
}
@-webkit-keyframes move-frames-30 {
  from {
    transform: translate3d(53vw, 103vh, 0);
  }
  to {
    transform: translate3d(44vw, -111vh, 0);
  }
}
@keyframes move-frames-30 {
  from {
    transform: translate3d(53vw, 103vh, 0);
  }
  to {
    transform: translate3d(44vw, -111vh, 0);
  }
}
.circle-container:nth-child(30) .circle {
  -webkit-animation-delay: 1749ms;
  animation-delay: 1749ms;
}
.circle-container:nth-child(31) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-31;
  animation-name: move-frames-31;
  -webkit-animation-duration: 33627ms;
  animation-duration: 33627ms;
  -webkit-animation-delay: 1512ms;
  animation-delay: 1512ms;
}
@-webkit-keyframes move-frames-31 {
  from {
    transform: translate3d(46vw, 102vh, 0);
  }
  to {
    transform: translate3d(73vw, -116vh, 0);
  }
}
@keyframes move-frames-31 {
  from {
    transform: translate3d(46vw, 102vh, 0);
  }
  to {
    transform: translate3d(73vw, -116vh, 0);
  }
}
.circle-container:nth-child(31) .circle {
  -webkit-animation-delay: 2772ms;
  animation-delay: 2772ms;
}
.circle-container:nth-child(32) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-32;
  animation-name: move-frames-32;
  -webkit-animation-duration: 33787ms;
  animation-duration: 33787ms;
  -webkit-animation-delay: 27147ms;
  animation-delay: 27147ms;
}
@-webkit-keyframes move-frames-32 {
  from {
    transform: translate3d(97vw, 103vh, 0);
  }
  to {
    transform: translate3d(55vw, -111vh, 0);
  }
}
@keyframes move-frames-32 {
  from {
    transform: translate3d(97vw, 103vh, 0);
  }
  to {
    transform: translate3d(55vw, -111vh, 0);
  }
}
.circle-container:nth-child(32) .circle {
  -webkit-animation-delay: 3220ms;
  animation-delay: 3220ms;
}
.circle-container:nth-child(33) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-33;
  animation-name: move-frames-33;
  -webkit-animation-duration: 30381ms;
  animation-duration: 30381ms;
  -webkit-animation-delay: 29499ms;
  animation-delay: 29499ms;
}
@-webkit-keyframes move-frames-33 {
  from {
    transform: translate3d(37vw, 106vh, 0);
  }
  to {
    transform: translate3d(31vw, -117vh, 0);
  }
}
@keyframes move-frames-33 {
  from {
    transform: translate3d(37vw, 106vh, 0);
  }
  to {
    transform: translate3d(31vw, -117vh, 0);
  }
}
.circle-container:nth-child(33) .circle {
  -webkit-animation-delay: 3508ms;
  animation-delay: 3508ms;
}
.circle-container:nth-child(34) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-34;
  animation-name: move-frames-34;
  -webkit-animation-duration: 29427ms;
  animation-duration: 29427ms;
  -webkit-animation-delay: 22533ms;
  animation-delay: 22533ms;
}
@-webkit-keyframes move-frames-34 {
  from {
    transform: translate3d(12vw, 104vh, 0);
  }
  to {
    transform: translate3d(61vw, -131vh, 0);
  }
}
@keyframes move-frames-34 {
  from {
    transform: translate3d(12vw, 104vh, 0);
  }
  to {
    transform: translate3d(61vw, -131vh, 0);
  }
}
.circle-container:nth-child(34) .circle {
  -webkit-animation-delay: 3019ms;
  animation-delay: 3019ms;
}
.circle-container:nth-child(35) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-35;
  animation-name: move-frames-35;
  -webkit-animation-duration: 30266ms;
  animation-duration: 30266ms;
  -webkit-animation-delay: 1583ms;
  animation-delay: 1583ms;
}
@-webkit-keyframes move-frames-35 {
  from {
    transform: translate3d(96vw, 108vh, 0);
  }
  to {
    transform: translate3d(43vw, -131vh, 0);
  }
}
@keyframes move-frames-35 {
  from {
    transform: translate3d(96vw, 108vh, 0);
  }
  to {
    transform: translate3d(43vw, -131vh, 0);
  }
}
.circle-container:nth-child(35) .circle {
  -webkit-animation-delay: 1225ms;
  animation-delay: 1225ms;
}
.circle-container:nth-child(36) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-36;
  animation-name: move-frames-36;
  -webkit-animation-duration: 30455ms;
  animation-duration: 30455ms;
  -webkit-animation-delay: 2583ms;
  animation-delay: 2583ms;
}
@-webkit-keyframes move-frames-36 {
  from {
    transform: translate3d(38vw, 104vh, 0);
  }
  to {
    transform: translate3d(6vw, -115vh, 0);
  }
}
@keyframes move-frames-36 {
  from {
    transform: translate3d(38vw, 104vh, 0);
  }
  to {
    transform: translate3d(6vw, -115vh, 0);
  }
}
.circle-container:nth-child(36) .circle {
  -webkit-animation-delay: 1761ms;
  animation-delay: 1761ms;
}
.circle-container:nth-child(37) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-37;
  animation-name: move-frames-37;
  -webkit-animation-duration: 35373ms;
  animation-duration: 35373ms;
  -webkit-animation-delay: 1182ms;
  animation-delay: 1182ms;
}
@-webkit-keyframes move-frames-37 {
  from {
    transform: translate3d(72vw, 105vh, 0);
  }
  to {
    transform: translate3d(42vw, -112vh, 0);
  }
}
@keyframes move-frames-37 {
  from {
    transform: translate3d(72vw, 105vh, 0);
  }
  to {
    transform: translate3d(42vw, -112vh, 0);
  }
}
.circle-container:nth-child(37) .circle {
  -webkit-animation-delay: 3071ms;
  animation-delay: 3071ms;
}
.circle-container:nth-child(38) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-38;
  animation-name: move-frames-38;
  -webkit-animation-duration: 35912ms;
  animation-duration: 35912ms;
  -webkit-animation-delay: 32164ms;
  animation-delay: 32164ms;
}
@-webkit-keyframes move-frames-38 {
  from {
    transform: translate3d(61vw, 102vh, 0);
  }
  to {
    transform: translate3d(44vw, -132vh, 0);
  }
}
@keyframes move-frames-38 {
  from {
    transform: translate3d(61vw, 102vh, 0);
  }
  to {
    transform: translate3d(44vw, -132vh, 0);
  }
}
.circle-container:nth-child(38) .circle {
  -webkit-animation-delay: 1688ms;
  animation-delay: 1688ms;
}
.circle-container:nth-child(39) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-39;
  animation-name: move-frames-39;
  -webkit-animation-duration: 33783ms;
  animation-duration: 33783ms;
  -webkit-animation-delay: 27113ms;
  animation-delay: 27113ms;
}
@-webkit-keyframes move-frames-39 {
  from {
    transform: translate3d(8vw, 108vh, 0);
  }
  to {
    transform: translate3d(61vw, -138vh, 0);
  }
}
@keyframes move-frames-39 {
  from {
    transform: translate3d(8vw, 108vh, 0);
  }
  to {
    transform: translate3d(61vw, -138vh, 0);
  }
}
.circle-container:nth-child(39) .circle {
  -webkit-animation-delay: 3169ms;
  animation-delay: 3169ms;
}
.circle-container:nth-child(40) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-40;
  animation-name: move-frames-40;
  -webkit-animation-duration: 33604ms;
  animation-duration: 33604ms;
  -webkit-animation-delay: 32074ms;
  animation-delay: 32074ms;
}
@-webkit-keyframes move-frames-40 {
  from {
    transform: translate3d(67vw, 107vh, 0);
  }
  to {
    transform: translate3d(4vw, -108vh, 0);
  }
}
@keyframes move-frames-40 {
  from {
    transform: translate3d(67vw, 107vh, 0);
  }
  to {
    transform: translate3d(4vw, -108vh, 0);
  }
}
.circle-container:nth-child(40) .circle {
  -webkit-animation-delay: 3935ms;
  animation-delay: 3935ms;
}
.circle-container:nth-child(41) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-41;
  animation-name: move-frames-41;
  -webkit-animation-duration: 30153ms;
  animation-duration: 30153ms;
  -webkit-animation-delay: 2432ms;
  animation-delay: 2432ms;
}
@-webkit-keyframes move-frames-41 {
  from {
    transform: translate3d(55vw, 102vh, 0);
  }
  to {
    transform: translate3d(26vw, -118vh, 0);
  }
}
@keyframes move-frames-41 {
  from {
    transform: translate3d(55vw, 102vh, 0);
  }
  to {
    transform: translate3d(26vw, -118vh, 0);
  }
}
.circle-container:nth-child(41) .circle {
  -webkit-animation-delay: 2697ms;
  animation-delay: 2697ms;
}
.circle-container:nth-child(42) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-42;
  animation-name: move-frames-42;
  -webkit-animation-duration: 36541ms;
  animation-duration: 36541ms;
  -webkit-animation-delay: 35010ms;
  animation-delay: 35010ms;
}
@-webkit-keyframes move-frames-42 {
  from {
    transform: translate3d(50vw, 101vh, 0);
  }
  to {
    transform: translate3d(38vw, -106vh, 0);
  }
}
@keyframes move-frames-42 {
  from {
    transform: translate3d(50vw, 101vh, 0);
  }
  to {
    transform: translate3d(38vw, -106vh, 0);
  }
}
.circle-container:nth-child(42) .circle {
  -webkit-animation-delay: 3976ms;
  animation-delay: 3976ms;
}
.circle-container:nth-child(43) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-43;
  animation-name: move-frames-43;
  -webkit-animation-duration: 28111ms;
  animation-duration: 28111ms;
  -webkit-animation-delay: 26812ms;
  animation-delay: 26812ms;
}
@-webkit-keyframes move-frames-43 {
  from {
    transform: translate3d(35vw, 107vh, 0);
  }
  to {
    transform: translate3d(14vw, -124vh, 0);
  }
}
@keyframes move-frames-43 {
  from {
    transform: translate3d(35vw, 107vh, 0);
  }
  to {
    transform: translate3d(14vw, -124vh, 0);
  }
}
.circle-container:nth-child(43) .circle {
  -webkit-animation-delay: 186ms;
  animation-delay: 186ms;
}
.circle-container:nth-child(44) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-44;
  animation-name: move-frames-44;
  -webkit-animation-duration: 31935ms;
  animation-duration: 31935ms;
  -webkit-animation-delay: 36310ms;
  animation-delay: 36310ms;
}
@-webkit-keyframes move-frames-44 {
  from {
    transform: translate3d(32vw, 101vh, 0);
  }
  to {
    transform: translate3d(28vw, -131vh, 0);
  }
}
@keyframes move-frames-44 {
  from {
    transform: translate3d(32vw, 101vh, 0);
  }
  to {
    transform: translate3d(28vw, -131vh, 0);
  }
}
.circle-container:nth-child(44) .circle {
  -webkit-animation-delay: 1664ms;
  animation-delay: 1664ms;
}
.circle-container:nth-child(45) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-45;
  animation-name: move-frames-45;
  -webkit-animation-duration: 36070ms;
  animation-duration: 36070ms;
  -webkit-animation-delay: 11727ms;
  animation-delay: 11727ms;
}
@-webkit-keyframes move-frames-45 {
  from {
    transform: translate3d(99vw, 104vh, 0);
  }
  to {
    transform: translate3d(67vw, -125vh, 0);
  }
}
@keyframes move-frames-45 {
  from {
    transform: translate3d(99vw, 104vh, 0);
  }
  to {
    transform: translate3d(67vw, -125vh, 0);
  }
}
.circle-container:nth-child(45) .circle {
  -webkit-animation-delay: 1556ms;
  animation-delay: 1556ms;
}
.circle-container:nth-child(46) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-46;
  animation-name: move-frames-46;
  -webkit-animation-duration: 32239ms;
  animation-duration: 32239ms;
  -webkit-animation-delay: 19657ms;
  animation-delay: 19657ms;
}
@-webkit-keyframes move-frames-46 {
  from {
    transform: translate3d(43vw, 110vh, 0);
  }
  to {
    transform: translate3d(56vw, -114vh, 0);
  }
}
@keyframes move-frames-46 {
  from {
    transform: translate3d(43vw, 110vh, 0);
  }
  to {
    transform: translate3d(56vw, -114vh, 0);
  }
}
.circle-container:nth-child(46) .circle {
  -webkit-animation-delay: 3508ms;
  animation-delay: 3508ms;
}
.circle-container:nth-child(47) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-47;
  animation-name: move-frames-47;
  -webkit-animation-duration: 33911ms;
  animation-duration: 33911ms;
  -webkit-animation-delay: 27732ms;
  animation-delay: 27732ms;
}
@-webkit-keyframes move-frames-47 {
  from {
    transform: translate3d(53vw, 103vh, 0);
  }
  to {
    transform: translate3d(45vw, -120vh, 0);
  }
}
@keyframes move-frames-47 {
  from {
    transform: translate3d(53vw, 103vh, 0);
  }
  to {
    transform: translate3d(45vw, -120vh, 0);
  }
}
.circle-container:nth-child(47) .circle {
  -webkit-animation-delay: 830ms;
  animation-delay: 830ms;
}
.circle-container:nth-child(48) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-48;
  animation-name: move-frames-48;
  -webkit-animation-duration: 28630ms;
  animation-duration: 28630ms;
  -webkit-animation-delay: 290ms;
  animation-delay: 290ms;
}
@-webkit-keyframes move-frames-48 {
  from {
    transform: translate3d(17vw, 106vh, 0);
  }
  to {
    transform: translate3d(81vw, -133vh, 0);
  }
}
@keyframes move-frames-48 {
  from {
    transform: translate3d(17vw, 106vh, 0);
  }
  to {
    transform: translate3d(81vw, -133vh, 0);
  }
}
.circle-container:nth-child(48) .circle {
  -webkit-animation-delay: 487ms;
  animation-delay: 487ms;
}
.circle-container:nth-child(49) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-49;
  animation-name: move-frames-49;
  -webkit-animation-duration: 36742ms;
  animation-duration: 36742ms;
  -webkit-animation-delay: 22126ms;
  animation-delay: 22126ms;
}
@-webkit-keyframes move-frames-49 {
  from {
    transform: translate3d(5vw, 104vh, 0);
  }
  to {
    transform: translate3d(38vw, -134vh, 0);
  }
}
@keyframes move-frames-49 {
  from {
    transform: translate3d(5vw, 104vh, 0);
  }
  to {
    transform: translate3d(38vw, -134vh, 0);
  }
}
.circle-container:nth-child(49) .circle {
  -webkit-animation-delay: 3176ms;
  animation-delay: 3176ms;
}
.circle-container:nth-child(50) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-50;
  animation-name: move-frames-50;
  -webkit-animation-duration: 32048ms;
  animation-duration: 32048ms;
  -webkit-animation-delay: 985ms;
  animation-delay: 985ms;
}
@-webkit-keyframes move-frames-50 {
  from {
    transform: translate3d(79vw, 104vh, 0);
  }
  to {
    transform: translate3d(22vw, -128vh, 0);
  }
}
@keyframes move-frames-50 {
  from {
    transform: translate3d(79vw, 104vh, 0);
  }
  to {
    transform: translate3d(22vw, -128vh, 0);
  }
}
.circle-container:nth-child(50) .circle {
  -webkit-animation-delay: 2918ms;
  animation-delay: 2918ms;
}
.circle-container:nth-child(51) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-51;
  animation-name: move-frames-51;
  -webkit-animation-duration: 32458ms;
  animation-duration: 32458ms;
  -webkit-animation-delay: 21687ms;
  animation-delay: 21687ms;
}
@-webkit-keyframes move-frames-51 {
  from {
    transform: translate3d(76vw, 104vh, 0);
  }
  to {
    transform: translate3d(99vw, -118vh, 0);
  }
}
@keyframes move-frames-51 {
  from {
    transform: translate3d(76vw, 104vh, 0);
  }
  to {
    transform: translate3d(99vw, -118vh, 0);
  }
}
.circle-container:nth-child(51) .circle {
  -webkit-animation-delay: 1143ms;
  animation-delay: 1143ms;
}
.circle-container:nth-child(52) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-52;
  animation-name: move-frames-52;
  -webkit-animation-duration: 35989ms;
  animation-duration: 35989ms;
  -webkit-animation-delay: 26017ms;
  animation-delay: 26017ms;
}
@-webkit-keyframes move-frames-52 {
  from {
    transform: translate3d(39vw, 101vh, 0);
  }
  to {
    transform: translate3d(44vw, -118vh, 0);
  }
}
@keyframes move-frames-52 {
  from {
    transform: translate3d(39vw, 101vh, 0);
  }
  to {
    transform: translate3d(44vw, -118vh, 0);
  }
}
.circle-container:nth-child(52) .circle {
  -webkit-animation-delay: 1128ms;
  animation-delay: 1128ms;
}
.circle-container:nth-child(53) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-53;
  animation-name: move-frames-53;
  -webkit-animation-duration: 31999ms;
  animation-duration: 31999ms;
  -webkit-animation-delay: 28721ms;
  animation-delay: 28721ms;
}
@-webkit-keyframes move-frames-53 {
  from {
    transform: translate3d(72vw, 110vh, 0);
  }
  to {
    transform: translate3d(82vw, -122vh, 0);
  }
}
@keyframes move-frames-53 {
  from {
    transform: translate3d(72vw, 110vh, 0);
  }
  to {
    transform: translate3d(82vw, -122vh, 0);
  }
}
.circle-container:nth-child(53) .circle {
  -webkit-animation-delay: 1612ms;
  animation-delay: 1612ms;
}
.circle-container:nth-child(54) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-54;
  animation-name: move-frames-54;
  -webkit-animation-duration: 34731ms;
  animation-duration: 34731ms;
  -webkit-animation-delay: 31597ms;
  animation-delay: 31597ms;
}
@-webkit-keyframes move-frames-54 {
  from {
    transform: translate3d(77vw, 101vh, 0);
  }
  to {
    transform: translate3d(57vw, -115vh, 0);
  }
}
@keyframes move-frames-54 {
  from {
    transform: translate3d(77vw, 101vh, 0);
  }
  to {
    transform: translate3d(57vw, -115vh, 0);
  }
}
.circle-container:nth-child(54) .circle {
  -webkit-animation-delay: 1600ms;
  animation-delay: 1600ms;
}
.circle-container:nth-child(55) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-55;
  animation-name: move-frames-55;
  -webkit-animation-duration: 34507ms;
  animation-duration: 34507ms;
  -webkit-animation-delay: 21110ms;
  animation-delay: 21110ms;
}
@-webkit-keyframes move-frames-55 {
  from {
    transform: translate3d(54vw, 107vh, 0);
  }
  to {
    transform: translate3d(77vw, -118vh, 0);
  }
}
@keyframes move-frames-55 {
  from {
    transform: translate3d(54vw, 107vh, 0);
  }
  to {
    transform: translate3d(77vw, -118vh, 0);
  }
}
.circle-container:nth-child(55) .circle {
  -webkit-animation-delay: 3862ms;
  animation-delay: 3862ms;
}
.circle-container:nth-child(56) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-56;
  animation-name: move-frames-56;
  -webkit-animation-duration: 33728ms;
  animation-duration: 33728ms;
  -webkit-animation-delay: 2105ms;
  animation-delay: 2105ms;
}
@-webkit-keyframes move-frames-56 {
  from {
    transform: translate3d(10vw, 110vh, 0);
  }
  to {
    transform: translate3d(53vw, -127vh, 0);
  }
}
@keyframes move-frames-56 {
  from {
    transform: translate3d(10vw, 110vh, 0);
  }
  to {
    transform: translate3d(53vw, -127vh, 0);
  }
}
.circle-container:nth-child(56) .circle {
  -webkit-animation-delay: 2784ms;
  animation-delay: 2784ms;
}
.circle-container:nth-child(57) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-57;
  animation-name: move-frames-57;
  -webkit-animation-duration: 30255ms;
  animation-duration: 30255ms;
  -webkit-animation-delay: 21914ms;
  animation-delay: 21914ms;
}
@-webkit-keyframes move-frames-57 {
  from {
    transform: translate3d(35vw, 101vh, 0);
  }
  to {
    transform: translate3d(94vw, -114vh, 0);
  }
}
@keyframes move-frames-57 {
  from {
    transform: translate3d(35vw, 101vh, 0);
  }
  to {
    transform: translate3d(94vw, -114vh, 0);
  }
}
.circle-container:nth-child(57) .circle {
  -webkit-animation-delay: 708ms;
  animation-delay: 708ms;
}
.circle-container:nth-child(58) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-58;
  animation-name: move-frames-58;
  -webkit-animation-duration: 28258ms;
  animation-duration: 28258ms;
  -webkit-animation-delay: 11085ms;
  animation-delay: 11085ms;
}
@-webkit-keyframes move-frames-58 {
  from {
    transform: translate3d(11vw, 102vh, 0);
  }
  to {
    transform: translate3d(41vw, -131vh, 0);
  }
}
@keyframes move-frames-58 {
  from {
    transform: translate3d(11vw, 102vh, 0);
  }
  to {
    transform: translate3d(41vw, -131vh, 0);
  }
}
.circle-container:nth-child(58) .circle {
  -webkit-animation-delay: 2770ms;
  animation-delay: 2770ms;
}
.circle-container:nth-child(59) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-59;
  animation-name: move-frames-59;
  -webkit-animation-duration: 34413ms;
  animation-duration: 34413ms;
  -webkit-animation-delay: 30788ms;
  animation-delay: 30788ms;
}
@-webkit-keyframes move-frames-59 {
  from {
    transform: translate3d(61vw, 103vh, 0);
  }
  to {
    transform: translate3d(75vw, -130vh, 0);
  }
}
@keyframes move-frames-59 {
  from {
    transform: translate3d(61vw, 103vh, 0);
  }
  to {
    transform: translate3d(75vw, -130vh, 0);
  }
}
.circle-container:nth-child(59) .circle {
  -webkit-animation-delay: 3661ms;
  animation-delay: 3661ms;
}
.circle-container:nth-child(60) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-60;
  animation-name: move-frames-60;
  -webkit-animation-duration: 34407ms;
  animation-duration: 34407ms;
  -webkit-animation-delay: 28160ms;
  animation-delay: 28160ms;
}
@-webkit-keyframes move-frames-60 {
  from {
    transform: translate3d(51vw, 101vh, 0);
  }
  to {
    transform: translate3d(58vw, -120vh, 0);
  }
}
@keyframes move-frames-60 {
  from {
    transform: translate3d(51vw, 101vh, 0);
  }
  to {
    transform: translate3d(58vw, -120vh, 0);
  }
}
.circle-container:nth-child(60) .circle {
  -webkit-animation-delay: 291ms;
  animation-delay: 291ms;
}
.circle-container:nth-child(61) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-61;
  animation-name: move-frames-61;
  -webkit-animation-duration: 34627ms;
  animation-duration: 34627ms;
  -webkit-animation-delay: 20525ms;
  animation-delay: 20525ms;
}
@-webkit-keyframes move-frames-61 {
  from {
    transform: translate3d(21vw, 110vh, 0);
  }
  to {
    transform: translate3d(79vw, -123vh, 0);
  }
}
@keyframes move-frames-61 {
  from {
    transform: translate3d(21vw, 110vh, 0);
  }
  to {
    transform: translate3d(79vw, -123vh, 0);
  }
}
.circle-container:nth-child(61) .circle {
  -webkit-animation-delay: 1817ms;
  animation-delay: 1817ms;
}
.circle-container:nth-child(62) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-62;
  animation-name: move-frames-62;
  -webkit-animation-duration: 34879ms;
  animation-duration: 34879ms;
  -webkit-animation-delay: 5717ms;
  animation-delay: 5717ms;
}
@-webkit-keyframes move-frames-62 {
  from {
    transform: translate3d(4vw, 102vh, 0);
  }
  to {
    transform: translate3d(37vw, -111vh, 0);
  }
}
@keyframes move-frames-62 {
  from {
    transform: translate3d(4vw, 102vh, 0);
  }
  to {
    transform: translate3d(37vw, -111vh, 0);
  }
}
.circle-container:nth-child(62) .circle {
  -webkit-animation-delay: 1284ms;
  animation-delay: 1284ms;
}
.circle-container:nth-child(63) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-63;
  animation-name: move-frames-63;
  -webkit-animation-duration: 34087ms;
  animation-duration: 34087ms;
  -webkit-animation-delay: 10649ms;
  animation-delay: 10649ms;
}
@-webkit-keyframes move-frames-63 {
  from {
    transform: translate3d(13vw, 102vh, 0);
  }
  to {
    transform: translate3d(83vw, -119vh, 0);
  }
}
@keyframes move-frames-63 {
  from {
    transform: translate3d(13vw, 102vh, 0);
  }
  to {
    transform: translate3d(83vw, -119vh, 0);
  }
}
.circle-container:nth-child(63) .circle {
  -webkit-animation-delay: 3622ms;
  animation-delay: 3622ms;
}
.circle-container:nth-child(64) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-64;
  animation-name: move-frames-64;
  -webkit-animation-duration: 36338ms;
  animation-duration: 36338ms;
  -webkit-animation-delay: 9515ms;
  animation-delay: 9515ms;
}
@-webkit-keyframes move-frames-64 {
  from {
    transform: translate3d(3vw, 102vh, 0);
  }
  to {
    transform: translate3d(40vw, -114vh, 0);
  }
}
@keyframes move-frames-64 {
  from {
    transform: translate3d(3vw, 102vh, 0);
  }
  to {
    transform: translate3d(40vw, -114vh, 0);
  }
}
.circle-container:nth-child(64) .circle {
  -webkit-animation-delay: 55ms;
  animation-delay: 55ms;
}
.circle-container:nth-child(65) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-65;
  animation-name: move-frames-65;
  -webkit-animation-duration: 28705ms;
  animation-duration: 28705ms;
  -webkit-animation-delay: 22590ms;
  animation-delay: 22590ms;
}
@-webkit-keyframes move-frames-65 {
  from {
    transform: translate3d(43vw, 110vh, 0);
  }
  to {
    transform: translate3d(33vw, -124vh, 0);
  }
}
@keyframes move-frames-65 {
  from {
    transform: translate3d(43vw, 110vh, 0);
  }
  to {
    transform: translate3d(33vw, -124vh, 0);
  }
}
.circle-container:nth-child(65) .circle {
  -webkit-animation-delay: 1034ms;
  animation-delay: 1034ms;
}
.circle-container:nth-child(66) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-66;
  animation-name: move-frames-66;
  -webkit-animation-duration: 33409ms;
  animation-duration: 33409ms;
  -webkit-animation-delay: 33997ms;
  animation-delay: 33997ms;
}
@-webkit-keyframes move-frames-66 {
  from {
    transform: translate3d(45vw, 102vh, 0);
  }
  to {
    transform: translate3d(95vw, -126vh, 0);
  }
}
@keyframes move-frames-66 {
  from {
    transform: translate3d(45vw, 102vh, 0);
  }
  to {
    transform: translate3d(95vw, -126vh, 0);
  }
}
.circle-container:nth-child(66) .circle {
  -webkit-animation-delay: 2787ms;
  animation-delay: 2787ms;
}
.circle-container:nth-child(67) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-67;
  animation-name: move-frames-67;
  -webkit-animation-duration: 36028ms;
  animation-duration: 36028ms;
  -webkit-animation-delay: 24772ms;
  animation-delay: 24772ms;
}
@-webkit-keyframes move-frames-67 {
  from {
    transform: translate3d(53vw, 105vh, 0);
  }
  to {
    transform: translate3d(21vw, -134vh, 0);
  }
}
@keyframes move-frames-67 {
  from {
    transform: translate3d(53vw, 105vh, 0);
  }
  to {
    transform: translate3d(21vw, -134vh, 0);
  }
}
.circle-container:nth-child(67) .circle {
  -webkit-animation-delay: 3212ms;
  animation-delay: 3212ms;
}
.circle-container:nth-child(68) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-68;
  animation-name: move-frames-68;
  -webkit-animation-duration: 29855ms;
  animation-duration: 29855ms;
  -webkit-animation-delay: 8596ms;
  animation-delay: 8596ms;
}
@-webkit-keyframes move-frames-68 {
  from {
    transform: translate3d(34vw, 106vh, 0);
  }
  to {
    transform: translate3d(9vw, -134vh, 0);
  }
}
@keyframes move-frames-68 {
  from {
    transform: translate3d(34vw, 106vh, 0);
  }
  to {
    transform: translate3d(9vw, -134vh, 0);
  }
}
.circle-container:nth-child(68) .circle {
  -webkit-animation-delay: 1113ms;
  animation-delay: 1113ms;
}
.circle-container:nth-child(69) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-69;
  animation-name: move-frames-69;
  -webkit-animation-duration: 30431ms;
  animation-duration: 30431ms;
  -webkit-animation-delay: 30416ms;
  animation-delay: 30416ms;
}
@-webkit-keyframes move-frames-69 {
  from {
    transform: translate3d(51vw, 105vh, 0);
  }
  to {
    transform: translate3d(44vw, -117vh, 0);
  }
}
@keyframes move-frames-69 {
  from {
    transform: translate3d(51vw, 105vh, 0);
  }
  to {
    transform: translate3d(44vw, -117vh, 0);
  }
}
.circle-container:nth-child(69) .circle {
  -webkit-animation-delay: 2713ms;
  animation-delay: 2713ms;
}
.circle-container:nth-child(70) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-70;
  animation-name: move-frames-70;
  -webkit-animation-duration: 35515ms;
  animation-duration: 35515ms;
  -webkit-animation-delay: 2167ms;
  animation-delay: 2167ms;
}
@-webkit-keyframes move-frames-70 {
  from {
    transform: translate3d(19vw, 105vh, 0);
  }
  to {
    transform: translate3d(91vw, -123vh, 0);
  }
}
@keyframes move-frames-70 {
  from {
    transform: translate3d(19vw, 105vh, 0);
  }
  to {
    transform: translate3d(91vw, -123vh, 0);
  }
}
.circle-container:nth-child(70) .circle {
  -webkit-animation-delay: 1758ms;
  animation-delay: 1758ms;
}
.circle-container:nth-child(71) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-71;
  animation-name: move-frames-71;
  -webkit-animation-duration: 30228ms;
  animation-duration: 30228ms;
  -webkit-animation-delay: 15817ms;
  animation-delay: 15817ms;
}
@-webkit-keyframes move-frames-71 {
  from {
    transform: translate3d(13vw, 109vh, 0);
  }
  to {
    transform: translate3d(74vw, -124vh, 0);
  }
}
@keyframes move-frames-71 {
  from {
    transform: translate3d(13vw, 109vh, 0);
  }
  to {
    transform: translate3d(74vw, -124vh, 0);
  }
}
.circle-container:nth-child(71) .circle {
  -webkit-animation-delay: 3814ms;
  animation-delay: 3814ms;
}
.circle-container:nth-child(72) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-72;
  animation-name: move-frames-72;
  -webkit-animation-duration: 33209ms;
  animation-duration: 33209ms;
  -webkit-animation-delay: 2927ms;
  animation-delay: 2927ms;
}
@-webkit-keyframes move-frames-72 {
  from {
    transform: translate3d(32vw, 109vh, 0);
  }
  to {
    transform: translate3d(34vw, -128vh, 0);
  }
}
@keyframes move-frames-72 {
  from {
    transform: translate3d(32vw, 109vh, 0);
  }
  to {
    transform: translate3d(34vw, -128vh, 0);
  }
}
.circle-container:nth-child(72) .circle {
  -webkit-animation-delay: 1114ms;
  animation-delay: 1114ms;
}
.circle-container:nth-child(73) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-73;
  animation-name: move-frames-73;
  -webkit-animation-duration: 35303ms;
  animation-duration: 35303ms;
  -webkit-animation-delay: 6162ms;
  animation-delay: 6162ms;
}
@-webkit-keyframes move-frames-73 {
  from {
    transform: translate3d(58vw, 107vh, 0);
  }
  to {
    transform: translate3d(24vw, -131vh, 0);
  }
}
@keyframes move-frames-73 {
  from {
    transform: translate3d(58vw, 107vh, 0);
  }
  to {
    transform: translate3d(24vw, -131vh, 0);
  }
}
.circle-container:nth-child(73) .circle {
  -webkit-animation-delay: 453ms;
  animation-delay: 453ms;
}
.circle-container:nth-child(74) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-74;
  animation-name: move-frames-74;
  -webkit-animation-duration: 31853ms;
  animation-duration: 31853ms;
  -webkit-animation-delay: 33109ms;
  animation-delay: 33109ms;
}
@-webkit-keyframes move-frames-74 {
  from {
    transform: translate3d(19vw, 102vh, 0);
  }
  to {
    transform: translate3d(45vw, -117vh, 0);
  }
}
@keyframes move-frames-74 {
  from {
    transform: translate3d(19vw, 102vh, 0);
  }
  to {
    transform: translate3d(45vw, -117vh, 0);
  }
}
.circle-container:nth-child(74) .circle {
  -webkit-animation-delay: 2474ms;
  animation-delay: 2474ms;
}
.circle-container:nth-child(75) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-75;
  animation-name: move-frames-75;
  -webkit-animation-duration: 35724ms;
  animation-duration: 35724ms;
  -webkit-animation-delay: 18451ms;
  animation-delay: 18451ms;
}
@-webkit-keyframes move-frames-75 {
  from {
    transform: translate3d(53vw, 102vh, 0);
  }
  to {
    transform: translate3d(44vw, -114vh, 0);
  }
}
@keyframes move-frames-75 {
  from {
    transform: translate3d(53vw, 102vh, 0);
  }
  to {
    transform: translate3d(44vw, -114vh, 0);
  }
}
.circle-container:nth-child(75) .circle {
  -webkit-animation-delay: 1148ms;
  animation-delay: 1148ms;
}
.circle-container:nth-child(76) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-76;
  animation-name: move-frames-76;
  -webkit-animation-duration: 36921ms;
  animation-duration: 36921ms;
  -webkit-animation-delay: 27523ms;
  animation-delay: 27523ms;
}
@-webkit-keyframes move-frames-76 {
  from {
    transform: translate3d(77vw, 102vh, 0);
  }
  to {
    transform: translate3d(70vw, -120vh, 0);
  }
}
@keyframes move-frames-76 {
  from {
    transform: translate3d(77vw, 102vh, 0);
  }
  to {
    transform: translate3d(70vw, -120vh, 0);
  }
}
.circle-container:nth-child(76) .circle {
  -webkit-animation-delay: 633ms;
  animation-delay: 633ms;
}
.circle-container:nth-child(77) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-77;
  animation-name: move-frames-77;
  -webkit-animation-duration: 35326ms;
  animation-duration: 35326ms;
  -webkit-animation-delay: 31497ms;
  animation-delay: 31497ms;
}
@-webkit-keyframes move-frames-77 {
  from {
    transform: translate3d(33vw, 108vh, 0);
  }
  to {
    transform: translate3d(28vw, -110vh, 0);
  }
}
@keyframes move-frames-77 {
  from {
    transform: translate3d(33vw, 108vh, 0);
  }
  to {
    transform: translate3d(28vw, -110vh, 0);
  }
}
.circle-container:nth-child(77) .circle {
  -webkit-animation-delay: 512ms;
  animation-delay: 512ms;
}
.circle-container:nth-child(78) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-78;
  animation-name: move-frames-78;
  -webkit-animation-duration: 30551ms;
  animation-duration: 30551ms;
  -webkit-animation-delay: 3905ms;
  animation-delay: 3905ms;
}
@-webkit-keyframes move-frames-78 {
  from {
    transform: translate3d(74vw, 106vh, 0);
  }
  to {
    transform: translate3d(98vw, -131vh, 0);
  }
}
@keyframes move-frames-78 {
  from {
    transform: translate3d(74vw, 106vh, 0);
  }
  to {
    transform: translate3d(98vw, -131vh, 0);
  }
}
.circle-container:nth-child(78) .circle {
  -webkit-animation-delay: 3033ms;
  animation-delay: 3033ms;
}
.circle-container:nth-child(79) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-79;
  animation-name: move-frames-79;
  -webkit-animation-duration: 35872ms;
  animation-duration: 35872ms;
  -webkit-animation-delay: 25302ms;
  animation-delay: 25302ms;
}
@-webkit-keyframes move-frames-79 {
  from {
    transform: translate3d(73vw, 105vh, 0);
  }
  to {
    transform: translate3d(12vw, -126vh, 0);
  }
}
@keyframes move-frames-79 {
  from {
    transform: translate3d(73vw, 105vh, 0);
  }
  to {
    transform: translate3d(12vw, -126vh, 0);
  }
}
.circle-container:nth-child(79) .circle {
  -webkit-animation-delay: 1121ms;
  animation-delay: 1121ms;
}
.circle-container:nth-child(80) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-80;
  animation-name: move-frames-80;
  -webkit-animation-duration: 34997ms;
  animation-duration: 34997ms;
  -webkit-animation-delay: 14630ms;
  animation-delay: 14630ms;
}
@-webkit-keyframes move-frames-80 {
  from {
    transform: translate3d(2vw, 104vh, 0);
  }
  to {
    transform: translate3d(90vw, -124vh, 0);
  }
}
@keyframes move-frames-80 {
  from {
    transform: translate3d(2vw, 104vh, 0);
  }
  to {
    transform: translate3d(90vw, -124vh, 0);
  }
}
.circle-container:nth-child(80) .circle {
  -webkit-animation-delay: 1797ms;
  animation-delay: 1797ms;
}
.circle-container:nth-child(81) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-81;
  animation-name: move-frames-81;
  -webkit-animation-duration: 29521ms;
  animation-duration: 29521ms;
  -webkit-animation-delay: 3055ms;
  animation-delay: 3055ms;
}
@-webkit-keyframes move-frames-81 {
  from {
    transform: translate3d(24vw, 107vh, 0);
  }
  to {
    transform: translate3d(39vw, -123vh, 0);
  }
}
@keyframes move-frames-81 {
  from {
    transform: translate3d(24vw, 107vh, 0);
  }
  to {
    transform: translate3d(39vw, -123vh, 0);
  }
}
.circle-container:nth-child(81) .circle {
  -webkit-animation-delay: 1627ms;
  animation-delay: 1627ms;
}
.circle-container:nth-child(82) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-82;
  animation-name: move-frames-82;
  -webkit-animation-duration: 34856ms;
  animation-duration: 34856ms;
  -webkit-animation-delay: 4756ms;
  animation-delay: 4756ms;
}
@-webkit-keyframes move-frames-82 {
  from {
    transform: translate3d(37vw, 104vh, 0);
  }
  to {
    transform: translate3d(19vw, -131vh, 0);
  }
}
@keyframes move-frames-82 {
  from {
    transform: translate3d(37vw, 104vh, 0);
  }
  to {
    transform: translate3d(19vw, -131vh, 0);
  }
}
.circle-container:nth-child(82) .circle {
  -webkit-animation-delay: 3170ms;
  animation-delay: 3170ms;
}
.circle-container:nth-child(83) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-83;
  animation-name: move-frames-83;
  -webkit-animation-duration: 31720ms;
  animation-duration: 31720ms;
  -webkit-animation-delay: 15402ms;
  animation-delay: 15402ms;
}
@-webkit-keyframes move-frames-83 {
  from {
    transform: translate3d(2vw, 101vh, 0);
  }
  to {
    transform: translate3d(58vw, -128vh, 0);
  }
}
@keyframes move-frames-83 {
  from {
    transform: translate3d(2vw, 101vh, 0);
  }
  to {
    transform: translate3d(58vw, -128vh, 0);
  }
}
.circle-container:nth-child(83) .circle {
  -webkit-animation-delay: 3434ms;
  animation-delay: 3434ms;
}
.circle-container:nth-child(84) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-84;
  animation-name: move-frames-84;
  -webkit-animation-duration: 28019ms;
  animation-duration: 28019ms;
  -webkit-animation-delay: 32777ms;
  animation-delay: 32777ms;
}
@-webkit-keyframes move-frames-84 {
  from {
    transform: translate3d(35vw, 105vh, 0);
  }
  to {
    transform: translate3d(58vw, -113vh, 0);
  }
}
@keyframes move-frames-84 {
  from {
    transform: translate3d(35vw, 105vh, 0);
  }
  to {
    transform: translate3d(58vw, -113vh, 0);
  }
}
.circle-container:nth-child(84) .circle {
  -webkit-animation-delay: 2466ms;
  animation-delay: 2466ms;
}
.circle-container:nth-child(85) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-85;
  animation-name: move-frames-85;
  -webkit-animation-duration: 29951ms;
  animation-duration: 29951ms;
  -webkit-animation-delay: 32733ms;
  animation-delay: 32733ms;
}
@-webkit-keyframes move-frames-85 {
  from {
    transform: translate3d(74vw, 103vh, 0);
  }
  to {
    transform: translate3d(86vw, -127vh, 0);
  }
}
@keyframes move-frames-85 {
  from {
    transform: translate3d(74vw, 103vh, 0);
  }
  to {
    transform: translate3d(86vw, -127vh, 0);
  }
}
.circle-container:nth-child(85) .circle {
  -webkit-animation-delay: 3112ms;
  animation-delay: 3112ms;
}
.circle-container:nth-child(86) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-86;
  animation-name: move-frames-86;
  -webkit-animation-duration: 35996ms;
  animation-duration: 35996ms;
  -webkit-animation-delay: 19353ms;
  animation-delay: 19353ms;
}
@-webkit-keyframes move-frames-86 {
  from {
    transform: translate3d(63vw, 107vh, 0);
  }
  to {
    transform: translate3d(81vw, -119vh, 0);
  }
}
@keyframes move-frames-86 {
  from {
    transform: translate3d(63vw, 107vh, 0);
  }
  to {
    transform: translate3d(81vw, -119vh, 0);
  }
}
.circle-container:nth-child(86) .circle {
  -webkit-animation-delay: 316ms;
  animation-delay: 316ms;
}
.circle-container:nth-child(87) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-87;
  animation-name: move-frames-87;
  -webkit-animation-duration: 36455ms;
  animation-duration: 36455ms;
  -webkit-animation-delay: 24870ms;
  animation-delay: 24870ms;
}
@-webkit-keyframes move-frames-87 {
  from {
    transform: translate3d(59vw, 104vh, 0);
  }
  to {
    transform: translate3d(56vw, -127vh, 0);
  }
}
@keyframes move-frames-87 {
  from {
    transform: translate3d(59vw, 104vh, 0);
  }
  to {
    transform: translate3d(56vw, -127vh, 0);
  }
}
.circle-container:nth-child(87) .circle {
  -webkit-animation-delay: 1488ms;
  animation-delay: 1488ms;
}
.circle-container:nth-child(88) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-88;
  animation-name: move-frames-88;
  -webkit-animation-duration: 35837ms;
  animation-duration: 35837ms;
  -webkit-animation-delay: 21978ms;
  animation-delay: 21978ms;
}
@-webkit-keyframes move-frames-88 {
  from {
    transform: translate3d(56vw, 108vh, 0);
  }
  to {
    transform: translate3d(90vw, -128vh, 0);
  }
}
@keyframes move-frames-88 {
  from {
    transform: translate3d(56vw, 108vh, 0);
  }
  to {
    transform: translate3d(90vw, -128vh, 0);
  }
}
.circle-container:nth-child(88) .circle {
  -webkit-animation-delay: 3548ms;
  animation-delay: 3548ms;
}
.circle-container:nth-child(89) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-89;
  animation-name: move-frames-89;
  -webkit-animation-duration: 31290ms;
  animation-duration: 31290ms;
  -webkit-animation-delay: 21265ms;
  animation-delay: 21265ms;
}
@-webkit-keyframes move-frames-89 {
  from {
    transform: translate3d(42vw, 106vh, 0);
  }
  to {
    transform: translate3d(19vw, -128vh, 0);
  }
}
@keyframes move-frames-89 {
  from {
    transform: translate3d(42vw, 106vh, 0);
  }
  to {
    transform: translate3d(19vw, -128vh, 0);
  }
}
.circle-container:nth-child(89) .circle {
  -webkit-animation-delay: 784ms;
  animation-delay: 784ms;
}
.circle-container:nth-child(90) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-90;
  animation-name: move-frames-90;
  -webkit-animation-duration: 33196ms;
  animation-duration: 33196ms;
  -webkit-animation-delay: 23948ms;
  animation-delay: 23948ms;
}
@-webkit-keyframes move-frames-90 {
  from {
    transform: translate3d(43vw, 101vh, 0);
  }
  to {
    transform: translate3d(85vw, -111vh, 0);
  }
}
@keyframes move-frames-90 {
  from {
    transform: translate3d(43vw, 101vh, 0);
  }
  to {
    transform: translate3d(85vw, -111vh, 0);
  }
}
.circle-container:nth-child(90) .circle {
  -webkit-animation-delay: 636ms;
  animation-delay: 636ms;
}
.circle-container:nth-child(91) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-91;
  animation-name: move-frames-91;
  -webkit-animation-duration: 30491ms;
  animation-duration: 30491ms;
  -webkit-animation-delay: 6633ms;
  animation-delay: 6633ms;
}
@-webkit-keyframes move-frames-91 {
  from {
    transform: translate3d(94vw, 103vh, 0);
  }
  to {
    transform: translate3d(36vw, -111vh, 0);
  }
}
@keyframes move-frames-91 {
  from {
    transform: translate3d(94vw, 103vh, 0);
  }
  to {
    transform: translate3d(36vw, -111vh, 0);
  }
}
.circle-container:nth-child(91) .circle {
  -webkit-animation-delay: 734ms;
  animation-delay: 734ms;
}
.circle-container:nth-child(92) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-92;
  animation-name: move-frames-92;
  -webkit-animation-duration: 31569ms;
  animation-duration: 31569ms;
  -webkit-animation-delay: 31057ms;
  animation-delay: 31057ms;
}
@-webkit-keyframes move-frames-92 {
  from {
    transform: translate3d(45vw, 108vh, 0);
  }
  to {
    transform: translate3d(3vw, -132vh, 0);
  }
}
@keyframes move-frames-92 {
  from {
    transform: translate3d(45vw, 108vh, 0);
  }
  to {
    transform: translate3d(3vw, -132vh, 0);
  }
}
.circle-container:nth-child(92) .circle {
  -webkit-animation-delay: 3510ms;
  animation-delay: 3510ms;
}
.circle-container:nth-child(93) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-93;
  animation-name: move-frames-93;
  -webkit-animation-duration: 30494ms;
  animation-duration: 30494ms;
  -webkit-animation-delay: 19427ms;
  animation-delay: 19427ms;
}
@-webkit-keyframes move-frames-93 {
  from {
    transform: translate3d(25vw, 109vh, 0);
  }
  to {
    transform: translate3d(12vw, -114vh, 0);
  }
}
@keyframes move-frames-93 {
  from {
    transform: translate3d(25vw, 109vh, 0);
  }
  to {
    transform: translate3d(12vw, -114vh, 0);
  }
}
.circle-container:nth-child(93) .circle {
  -webkit-animation-delay: 1039ms;
  animation-delay: 1039ms;
}
.circle-container:nth-child(94) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-94;
  animation-name: move-frames-94;
  -webkit-animation-duration: 35157ms;
  animation-duration: 35157ms;
  -webkit-animation-delay: 30085ms;
  animation-delay: 30085ms;
}
@-webkit-keyframes move-frames-94 {
  from {
    transform: translate3d(44vw, 104vh, 0);
  }
  to {
    transform: translate3d(22vw, -122vh, 0);
  }
}
@keyframes move-frames-94 {
  from {
    transform: translate3d(44vw, 104vh, 0);
  }
  to {
    transform: translate3d(22vw, -122vh, 0);
  }
}
.circle-container:nth-child(94) .circle {
  -webkit-animation-delay: 1172ms;
  animation-delay: 1172ms;
}
.circle-container:nth-child(95) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-95;
  animation-name: move-frames-95;
  -webkit-animation-duration: 28728ms;
  animation-duration: 28728ms;
  -webkit-animation-delay: 17116ms;
  animation-delay: 17116ms;
}
@-webkit-keyframes move-frames-95 {
  from {
    transform: translate3d(40vw, 108vh, 0);
  }
  to {
    transform: translate3d(14vw, -114vh, 0);
  }
}
@keyframes move-frames-95 {
  from {
    transform: translate3d(40vw, 108vh, 0);
  }
  to {
    transform: translate3d(14vw, -114vh, 0);
  }
}
.circle-container:nth-child(95) .circle {
  -webkit-animation-delay: 2218ms;
  animation-delay: 2218ms;
}
.circle-container:nth-child(96) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-96;
  animation-name: move-frames-96;
  -webkit-animation-duration: 31268ms;
  animation-duration: 31268ms;
  -webkit-animation-delay: 23241ms;
  animation-delay: 23241ms;
}
@-webkit-keyframes move-frames-96 {
  from {
    transform: translate3d(90vw, 101vh, 0);
  }
  to {
    transform: translate3d(51vw, -128vh, 0);
  }
}
@keyframes move-frames-96 {
  from {
    transform: translate3d(90vw, 101vh, 0);
  }
  to {
    transform: translate3d(51vw, -128vh, 0);
  }
}
.circle-container:nth-child(96) .circle {
  -webkit-animation-delay: 556ms;
  animation-delay: 556ms;
}
.circle-container:nth-child(97) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-97;
  animation-name: move-frames-97;
  -webkit-animation-duration: 33168ms;
  animation-duration: 33168ms;
  -webkit-animation-delay: 4505ms;
  animation-delay: 4505ms;
}
@-webkit-keyframes move-frames-97 {
  from {
    transform: translate3d(44vw, 101vh, 0);
  }
  to {
    transform: translate3d(53vw, -126vh, 0);
  }
}
@keyframes move-frames-97 {
  from {
    transform: translate3d(44vw, 101vh, 0);
  }
  to {
    transform: translate3d(53vw, -126vh, 0);
  }
}
.circle-container:nth-child(97) .circle {
  -webkit-animation-delay: 1990ms;
  animation-delay: 1990ms;
}
.circle-container:nth-child(98) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-98;
  animation-name: move-frames-98;
  -webkit-animation-duration: 30963ms;
  animation-duration: 30963ms;
  -webkit-animation-delay: 20596ms;
  animation-delay: 20596ms;
}
@-webkit-keyframes move-frames-98 {
  from {
    transform: translate3d(44vw, 104vh, 0);
  }
  to {
    transform: translate3d(34vw, -114vh, 0);
  }
}
@keyframes move-frames-98 {
  from {
    transform: translate3d(44vw, 104vh, 0);
  }
  to {
    transform: translate3d(34vw, -114vh, 0);
  }
}
.circle-container:nth-child(98) .circle {
  -webkit-animation-delay: 1695ms;
  animation-delay: 1695ms;
}
.circle-container:nth-child(99) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-99;
  animation-name: move-frames-99;
  -webkit-animation-duration: 36855ms;
  animation-duration: 36855ms;
  -webkit-animation-delay: 13640ms;
  animation-delay: 13640ms;
}
@-webkit-keyframes move-frames-99 {
  from {
    transform: translate3d(15vw, 105vh, 0);
  }
  to {
    transform: translate3d(59vw, -123vh, 0);
  }
}
@keyframes move-frames-99 {
  from {
    transform: translate3d(15vw, 105vh, 0);
  }
  to {
    transform: translate3d(59vw, -123vh, 0);
  }
}
.circle-container:nth-child(99) .circle {
  -webkit-animation-delay: 1192ms;
  animation-delay: 1192ms;
}
.circle-container:nth-child(100) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-100;
  animation-name: move-frames-100;
  -webkit-animation-duration: 34168ms;
  animation-duration: 34168ms;
  -webkit-animation-delay: 32999ms;
  animation-delay: 32999ms;
}
@-webkit-keyframes move-frames-100 {
  from {
    transform: translate3d(68vw, 110vh, 0);
  }
  to {
    transform: translate3d(92vw, -121vh, 0);
  }
}
@keyframes move-frames-100 {
  from {
    transform: translate3d(68vw, 110vh, 0);
  }
  to {
    transform: translate3d(92vw, -121vh, 0);
  }
}
.circle-container:nth-child(100) .circle {
  -webkit-animation-delay: 1152ms;
  animation-delay: 1152ms;
}
.circle-container:nth-child(101) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-101;
  animation-name: move-frames-101;
  -webkit-animation-duration: 36199ms;
  animation-duration: 36199ms;
  -webkit-animation-delay: 6791ms;
  animation-delay: 6791ms;
}
@-webkit-keyframes move-frames-101 {
  from {
    transform: translate3d(29vw, 104vh, 0);
  }
  to {
    transform: translate3d(84vw, -105vh, 0);
  }
}
@keyframes move-frames-101 {
  from {
    transform: translate3d(29vw, 104vh, 0);
  }
  to {
    transform: translate3d(84vw, -105vh, 0);
  }
}
.circle-container:nth-child(101) .circle {
  -webkit-animation-delay: 1644ms;
  animation-delay: 1644ms;
}
.circle-container:nth-child(102) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-102;
  animation-name: move-frames-102;
  -webkit-animation-duration: 35779ms;
  animation-duration: 35779ms;
  -webkit-animation-delay: 22106ms;
  animation-delay: 22106ms;
}
@-webkit-keyframes move-frames-102 {
  from {
    transform: translate3d(35vw, 108vh, 0);
  }
  to {
    transform: translate3d(68vw, -136vh, 0);
  }
}
@keyframes move-frames-102 {
  from {
    transform: translate3d(35vw, 108vh, 0);
  }
  to {
    transform: translate3d(68vw, -136vh, 0);
  }
}
.circle-container:nth-child(102) .circle {
  -webkit-animation-delay: 3848ms;
  animation-delay: 3848ms;
}
.circle-container:nth-child(103) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-103;
  animation-name: move-frames-103;
  -webkit-animation-duration: 31616ms;
  animation-duration: 31616ms;
  -webkit-animation-delay: 10413ms;
  animation-delay: 10413ms;
}
@-webkit-keyframes move-frames-103 {
  from {
    transform: translate3d(88vw, 105vh, 0);
  }
  to {
    transform: translate3d(48vw, -120vh, 0);
  }
}
@keyframes move-frames-103 {
  from {
    transform: translate3d(88vw, 105vh, 0);
  }
  to {
    transform: translate3d(48vw, -120vh, 0);
  }
}
.circle-container:nth-child(103) .circle {
  -webkit-animation-delay: 3995ms;
  animation-delay: 3995ms;
}
.circle-container:nth-child(104) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-104;
  animation-name: move-frames-104;
  -webkit-animation-duration: 35068ms;
  animation-duration: 35068ms;
  -webkit-animation-delay: 19267ms;
  animation-delay: 19267ms;
}
@-webkit-keyframes move-frames-104 {
  from {
    transform: translate3d(1vw, 105vh, 0);
  }
  to {
    transform: translate3d(76vw, -120vh, 0);
  }
}
@keyframes move-frames-104 {
  from {
    transform: translate3d(1vw, 105vh, 0);
  }
  to {
    transform: translate3d(76vw, -120vh, 0);
  }
}
.circle-container:nth-child(104) .circle {
  -webkit-animation-delay: 811ms;
  animation-delay: 811ms;
}
.circle-container:nth-child(105) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-105;
  animation-name: move-frames-105;
  -webkit-animation-duration: 33919ms;
  animation-duration: 33919ms;
  -webkit-animation-delay: 896ms;
  animation-delay: 896ms;
}
@-webkit-keyframes move-frames-105 {
  from {
    transform: translate3d(93vw, 102vh, 0);
  }
  to {
    transform: translate3d(60vw, -130vh, 0);
  }
}
@keyframes move-frames-105 {
  from {
    transform: translate3d(93vw, 102vh, 0);
  }
  to {
    transform: translate3d(60vw, -130vh, 0);
  }
}
.circle-container:nth-child(105) .circle {
  -webkit-animation-delay: 2476ms;
  animation-delay: 2476ms;
}
.circle-container:nth-child(106) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-106;
  animation-name: move-frames-106;
  -webkit-animation-duration: 28005ms;
  animation-duration: 28005ms;
  -webkit-animation-delay: 34446ms;
  animation-delay: 34446ms;
}
@-webkit-keyframes move-frames-106 {
  from {
    transform: translate3d(5vw, 108vh, 0);
  }
  to {
    transform: translate3d(50vw, -126vh, 0);
  }
}
@keyframes move-frames-106 {
  from {
    transform: translate3d(5vw, 108vh, 0);
  }
  to {
    transform: translate3d(50vw, -126vh, 0);
  }
}
.circle-container:nth-child(106) .circle {
  -webkit-animation-delay: 3914ms;
  animation-delay: 3914ms;
}
.circle-container:nth-child(107) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-107;
  animation-name: move-frames-107;
  -webkit-animation-duration: 35648ms;
  animation-duration: 35648ms;
  -webkit-animation-delay: 29538ms;
  animation-delay: 29538ms;
}
@-webkit-keyframes move-frames-107 {
  from {
    transform: translate3d(70vw, 108vh, 0);
  }
  to {
    transform: translate3d(92vw, -128vh, 0);
  }
}
@keyframes move-frames-107 {
  from {
    transform: translate3d(70vw, 108vh, 0);
  }
  to {
    transform: translate3d(92vw, -128vh, 0);
  }
}
.circle-container:nth-child(107) .circle {
  -webkit-animation-delay: 3434ms;
  animation-delay: 3434ms;
}
.circle-container:nth-child(108) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-108;
  animation-name: move-frames-108;
  -webkit-animation-duration: 30961ms;
  animation-duration: 30961ms;
  -webkit-animation-delay: 3881ms;
  animation-delay: 3881ms;
}
@-webkit-keyframes move-frames-108 {
  from {
    transform: translate3d(75vw, 107vh, 0);
  }
  to {
    transform: translate3d(92vw, -113vh, 0);
  }
}
@keyframes move-frames-108 {
  from {
    transform: translate3d(75vw, 107vh, 0);
  }
  to {
    transform: translate3d(92vw, -113vh, 0);
  }
}
.circle-container:nth-child(108) .circle {
  -webkit-animation-delay: 1610ms;
  animation-delay: 1610ms;
}
.circle-container:nth-child(109) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-109;
  animation-name: move-frames-109;
  -webkit-animation-duration: 35856ms;
  animation-duration: 35856ms;
  -webkit-animation-delay: 5401ms;
  animation-delay: 5401ms;
}
@-webkit-keyframes move-frames-109 {
  from {
    transform: translate3d(100vw, 102vh, 0);
  }
  to {
    transform: translate3d(53vw, -112vh, 0);
  }
}
@keyframes move-frames-109 {
  from {
    transform: translate3d(100vw, 102vh, 0);
  }
  to {
    transform: translate3d(53vw, -112vh, 0);
  }
}
.circle-container:nth-child(109) .circle {
  -webkit-animation-delay: 1278ms;
  animation-delay: 1278ms;
}
.circle-container:nth-child(110) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-110;
  animation-name: move-frames-110;
  -webkit-animation-duration: 29132ms;
  animation-duration: 29132ms;
  -webkit-animation-delay: 5826ms;
  animation-delay: 5826ms;
}
@-webkit-keyframes move-frames-110 {
  from {
    transform: translate3d(51vw, 109vh, 0);
  }
  to {
    transform: translate3d(70vw, -132vh, 0);
  }
}
@keyframes move-frames-110 {
  from {
    transform: translate3d(51vw, 109vh, 0);
  }
  to {
    transform: translate3d(70vw, -132vh, 0);
  }
}
.circle-container:nth-child(110) .circle {
  -webkit-animation-delay: 1535ms;
  animation-delay: 1535ms;
}
.circle-container:nth-child(111) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-111;
  animation-name: move-frames-111;
  -webkit-animation-duration: 31147ms;
  animation-duration: 31147ms;
  -webkit-animation-delay: 35000ms;
  animation-delay: 35000ms;
}
@-webkit-keyframes move-frames-111 {
  from {
    transform: translate3d(47vw, 108vh, 0);
  }
  to {
    transform: translate3d(38vw, -117vh, 0);
  }
}
@keyframes move-frames-111 {
  from {
    transform: translate3d(47vw, 108vh, 0);
  }
  to {
    transform: translate3d(38vw, -117vh, 0);
  }
}
.circle-container:nth-child(111) .circle {
  -webkit-animation-delay: 3267ms;
  animation-delay: 3267ms;
}
.circle-container:nth-child(112) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-112;
  animation-name: move-frames-112;
  -webkit-animation-duration: 35845ms;
  animation-duration: 35845ms;
  -webkit-animation-delay: 10700ms;
  animation-delay: 10700ms;
}
@-webkit-keyframes move-frames-112 {
  from {
    transform: translate3d(58vw, 103vh, 0);
  }
  to {
    transform: translate3d(1vw, -107vh, 0);
  }
}
@keyframes move-frames-112 {
  from {
    transform: translate3d(58vw, 103vh, 0);
  }
  to {
    transform: translate3d(1vw, -107vh, 0);
  }
}
.circle-container:nth-child(112) .circle {
  -webkit-animation-delay: 3017ms;
  animation-delay: 3017ms;
}
.circle-container:nth-child(113) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-113;
  animation-name: move-frames-113;
  -webkit-animation-duration: 29902ms;
  animation-duration: 29902ms;
  -webkit-animation-delay: 36576ms;
  animation-delay: 36576ms;
}
@-webkit-keyframes move-frames-113 {
  from {
    transform: translate3d(92vw, 103vh, 0);
  }
  to {
    transform: translate3d(20vw, -106vh, 0);
  }
}
@keyframes move-frames-113 {
  from {
    transform: translate3d(92vw, 103vh, 0);
  }
  to {
    transform: translate3d(20vw, -106vh, 0);
  }
}
.circle-container:nth-child(113) .circle {
  -webkit-animation-delay: 2397ms;
  animation-delay: 2397ms;
}
.circle-container:nth-child(114) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-114;
  animation-name: move-frames-114;
  -webkit-animation-duration: 31887ms;
  animation-duration: 31887ms;
  -webkit-animation-delay: 16006ms;
  animation-delay: 16006ms;
}
@-webkit-keyframes move-frames-114 {
  from {
    transform: translate3d(45vw, 103vh, 0);
  }
  to {
    transform: translate3d(77vw, -105vh, 0);
  }
}
@keyframes move-frames-114 {
  from {
    transform: translate3d(45vw, 103vh, 0);
  }
  to {
    transform: translate3d(77vw, -105vh, 0);
  }
}
.circle-container:nth-child(114) .circle {
  -webkit-animation-delay: 1905ms;
  animation-delay: 1905ms;
}
.circle-container:nth-child(115) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-115;
  animation-name: move-frames-115;
  -webkit-animation-duration: 30273ms;
  animation-duration: 30273ms;
  -webkit-animation-delay: 28945ms;
  animation-delay: 28945ms;
}
@-webkit-keyframes move-frames-115 {
  from {
    transform: translate3d(22vw, 107vh, 0);
  }
  to {
    transform: translate3d(74vw, -123vh, 0);
  }
}
@keyframes move-frames-115 {
  from {
    transform: translate3d(22vw, 107vh, 0);
  }
  to {
    transform: translate3d(74vw, -123vh, 0);
  }
}
.circle-container:nth-child(115) .circle {
  -webkit-animation-delay: 3328ms;
  animation-delay: 3328ms;
}
.circle-container:nth-child(116) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-116;
  animation-name: move-frames-116;
  -webkit-animation-duration: 32971ms;
  animation-duration: 32971ms;
  -webkit-animation-delay: 3310ms;
  animation-delay: 3310ms;
}
@-webkit-keyframes move-frames-116 {
  from {
    transform: translate3d(49vw, 107vh, 0);
  }
  to {
    transform: translate3d(91vw, -129vh, 0);
  }
}
@keyframes move-frames-116 {
  from {
    transform: translate3d(49vw, 107vh, 0);
  }
  to {
    transform: translate3d(91vw, -129vh, 0);
  }
}
.circle-container:nth-child(116) .circle {
  -webkit-animation-delay: 1631ms;
  animation-delay: 1631ms;
}
.circle-container:nth-child(117) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-117;
  animation-name: move-frames-117;
  -webkit-animation-duration: 36023ms;
  animation-duration: 36023ms;
  -webkit-animation-delay: 5292ms;
  animation-delay: 5292ms;
}
@-webkit-keyframes move-frames-117 {
  from {
    transform: translate3d(99vw, 101vh, 0);
  }
  to {
    transform: translate3d(100vw, -108vh, 0);
  }
}
@keyframes move-frames-117 {
  from {
    transform: translate3d(99vw, 101vh, 0);
  }
  to {
    transform: translate3d(100vw, -108vh, 0);
  }
}
.circle-container:nth-child(117) .circle {
  -webkit-animation-delay: 1749ms;
  animation-delay: 1749ms;
}
.circle-container:nth-child(118) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-118;
  animation-name: move-frames-118;
  -webkit-animation-duration: 29350ms;
  animation-duration: 29350ms;
  -webkit-animation-delay: 13120ms;
  animation-delay: 13120ms;
}
@-webkit-keyframes move-frames-118 {
  from {
    transform: translate3d(22vw, 108vh, 0);
  }
  to {
    transform: translate3d(6vw, -136vh, 0);
  }
}
@keyframes move-frames-118 {
  from {
    transform: translate3d(22vw, 108vh, 0);
  }
  to {
    transform: translate3d(6vw, -136vh, 0);
  }
}
.circle-container:nth-child(118) .circle {
  -webkit-animation-delay: 2977ms;
  animation-delay: 2977ms;
}
.circle-container:nth-child(119) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-119;
  animation-name: move-frames-119;
  -webkit-animation-duration: 28459ms;
  animation-duration: 28459ms;
  -webkit-animation-delay: 27255ms;
  animation-delay: 27255ms;
}
@-webkit-keyframes move-frames-119 {
  from {
    transform: translate3d(73vw, 103vh, 0);
  }
  to {
    transform: translate3d(5vw, -117vh, 0);
  }
}
@keyframes move-frames-119 {
  from {
    transform: translate3d(73vw, 103vh, 0);
  }
  to {
    transform: translate3d(5vw, -117vh, 0);
  }
}
.circle-container:nth-child(119) .circle {
  -webkit-animation-delay: 3210ms;
  animation-delay: 3210ms;
}
.circle-container:nth-child(120) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-120;
  animation-name: move-frames-120;
  -webkit-animation-duration: 30023ms;
  animation-duration: 30023ms;
  -webkit-animation-delay: 31755ms;
  animation-delay: 31755ms;
}
@-webkit-keyframes move-frames-120 {
  from {
    transform: translate3d(33vw, 106vh, 0);
  }
  to {
    transform: translate3d(28vw, -127vh, 0);
  }
}
@keyframes move-frames-120 {
  from {
    transform: translate3d(33vw, 106vh, 0);
  }
  to {
    transform: translate3d(28vw, -127vh, 0);
  }
}
.circle-container:nth-child(120) .circle {
  -webkit-animation-delay: 111ms;
  animation-delay: 111ms;
}
.circle-container:nth-child(121) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-121;
  animation-name: move-frames-121;
  -webkit-animation-duration: 30591ms;
  animation-duration: 30591ms;
  -webkit-animation-delay: 22241ms;
  animation-delay: 22241ms;
}
@-webkit-keyframes move-frames-121 {
  from {
    transform: translate3d(9vw, 106vh, 0);
  }
  to {
    transform: translate3d(4vw, -121vh, 0);
  }
}
@keyframes move-frames-121 {
  from {
    transform: translate3d(9vw, 106vh, 0);
  }
  to {
    transform: translate3d(4vw, -121vh, 0);
  }
}
.circle-container:nth-child(121) .circle {
  -webkit-animation-delay: 1765ms;
  animation-delay: 1765ms;
}
.circle-container:nth-child(122) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-122;
  animation-name: move-frames-122;
  -webkit-animation-duration: 33319ms;
  animation-duration: 33319ms;
  -webkit-animation-delay: 27451ms;
  animation-delay: 27451ms;
}
@-webkit-keyframes move-frames-122 {
  from {
    transform: translate3d(62vw, 104vh, 0);
  }
  to {
    transform: translate3d(44vw, -127vh, 0);
  }
}
@keyframes move-frames-122 {
  from {
    transform: translate3d(62vw, 104vh, 0);
  }
  to {
    transform: translate3d(44vw, -127vh, 0);
  }
}
.circle-container:nth-child(122) .circle {
  -webkit-animation-delay: 1692ms;
  animation-delay: 1692ms;
}
.circle-container:nth-child(123) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-123;
  animation-name: move-frames-123;
  -webkit-animation-duration: 32959ms;
  animation-duration: 32959ms;
  -webkit-animation-delay: 11552ms;
  animation-delay: 11552ms;
}
@-webkit-keyframes move-frames-123 {
  from {
    transform: translate3d(48vw, 109vh, 0);
  }
  to {
    transform: translate3d(87vw, -124vh, 0);
  }
}
@keyframes move-frames-123 {
  from {
    transform: translate3d(48vw, 109vh, 0);
  }
  to {
    transform: translate3d(87vw, -124vh, 0);
  }
}
.circle-container:nth-child(123) .circle {
  -webkit-animation-delay: 1626ms;
  animation-delay: 1626ms;
}
.circle-container:nth-child(124) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-124;
  animation-name: move-frames-124;
  -webkit-animation-duration: 28354ms;
  animation-duration: 28354ms;
  -webkit-animation-delay: 17734ms;
  animation-delay: 17734ms;
}
@-webkit-keyframes move-frames-124 {
  from {
    transform: translate3d(19vw, 104vh, 0);
  }
  to {
    transform: translate3d(80vw, -112vh, 0);
  }
}
@keyframes move-frames-124 {
  from {
    transform: translate3d(19vw, 104vh, 0);
  }
  to {
    transform: translate3d(80vw, -112vh, 0);
  }
}
.circle-container:nth-child(124) .circle {
  -webkit-animation-delay: 1500ms;
  animation-delay: 1500ms;
}
.circle-container:nth-child(125) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-125;
  animation-name: move-frames-125;
  -webkit-animation-duration: 32431ms;
  animation-duration: 32431ms;
  -webkit-animation-delay: 31042ms;
  animation-delay: 31042ms;
}
@-webkit-keyframes move-frames-125 {
  from {
    transform: translate3d(16vw, 109vh, 0);
  }
  to {
    transform: translate3d(35vw, -113vh, 0);
  }
}
@keyframes move-frames-125 {
  from {
    transform: translate3d(16vw, 109vh, 0);
  }
  to {
    transform: translate3d(35vw, -113vh, 0);
  }
}
.circle-container:nth-child(125) .circle {
  -webkit-animation-delay: 3105ms;
  animation-delay: 3105ms;
}
.circle-container:nth-child(126) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-126;
  animation-name: move-frames-126;
  -webkit-animation-duration: 32670ms;
  animation-duration: 32670ms;
  -webkit-animation-delay: 7950ms;
  animation-delay: 7950ms;
}
@-webkit-keyframes move-frames-126 {
  from {
    transform: translate3d(16vw, 101vh, 0);
  }
  to {
    transform: translate3d(8vw, -103vh, 0);
  }
}
@keyframes move-frames-126 {
  from {
    transform: translate3d(16vw, 101vh, 0);
  }
  to {
    transform: translate3d(8vw, -103vh, 0);
  }
}
.circle-container:nth-child(126) .circle {
  -webkit-animation-delay: 436ms;
  animation-delay: 436ms;
}
.circle-container:nth-child(127) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-127;
  animation-name: move-frames-127;
  -webkit-animation-duration: 32073ms;
  animation-duration: 32073ms;
  -webkit-animation-delay: 10527ms;
  animation-delay: 10527ms;
}
@-webkit-keyframes move-frames-127 {
  from {
    transform: translate3d(5vw, 103vh, 0);
  }
  to {
    transform: translate3d(52vw, -129vh, 0);
  }
}
@keyframes move-frames-127 {
  from {
    transform: translate3d(5vw, 103vh, 0);
  }
  to {
    transform: translate3d(52vw, -129vh, 0);
  }
}
.circle-container:nth-child(127) .circle {
  -webkit-animation-delay: 1454ms;
  animation-delay: 1454ms;
}
.circle-container:nth-child(128) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-128;
  animation-name: move-frames-128;
  -webkit-animation-duration: 32795ms;
  animation-duration: 32795ms;
  -webkit-animation-delay: 16471ms;
  animation-delay: 16471ms;
}
@-webkit-keyframes move-frames-128 {
  from {
    transform: translate3d(27vw, 109vh, 0);
  }
  to {
    transform: translate3d(19vw, -124vh, 0);
  }
}
@keyframes move-frames-128 {
  from {
    transform: translate3d(27vw, 109vh, 0);
  }
  to {
    transform: translate3d(19vw, -124vh, 0);
  }
}
.circle-container:nth-child(128) .circle {
  -webkit-animation-delay: 1088ms;
  animation-delay: 1088ms;
}
.circle-container:nth-child(129) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-129;
  animation-name: move-frames-129;
  -webkit-animation-duration: 31854ms;
  animation-duration: 31854ms;
  -webkit-animation-delay: 4826ms;
  animation-delay: 4826ms;
}
@-webkit-keyframes move-frames-129 {
  from {
    transform: translate3d(23vw, 110vh, 0);
  }
  to {
    transform: translate3d(25vw, -115vh, 0);
  }
}
@keyframes move-frames-129 {
  from {
    transform: translate3d(23vw, 110vh, 0);
  }
  to {
    transform: translate3d(25vw, -115vh, 0);
  }
}
.circle-container:nth-child(129) .circle {
  -webkit-animation-delay: 1126ms;
  animation-delay: 1126ms;
}
.circle-container:nth-child(130) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-130;
  animation-name: move-frames-130;
  -webkit-animation-duration: 31312ms;
  animation-duration: 31312ms;
  -webkit-animation-delay: 1245ms;
  animation-delay: 1245ms;
}
@-webkit-keyframes move-frames-130 {
  from {
    transform: translate3d(88vw, 109vh, 0);
  }
  to {
    transform: translate3d(58vw, -114vh, 0);
  }
}
@keyframes move-frames-130 {
  from {
    transform: translate3d(88vw, 109vh, 0);
  }
  to {
    transform: translate3d(58vw, -114vh, 0);
  }
}
.circle-container:nth-child(130) .circle {
  -webkit-animation-delay: 188ms;
  animation-delay: 188ms;
}
.circle-container:nth-child(131) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-131;
  animation-name: move-frames-131;
  -webkit-animation-duration: 32401ms;
  animation-duration: 32401ms;
  -webkit-animation-delay: 16046ms;
  animation-delay: 16046ms;
}
@-webkit-keyframes move-frames-131 {
  from {
    transform: translate3d(70vw, 110vh, 0);
  }
  to {
    transform: translate3d(99vw, -124vh, 0);
  }
}
@keyframes move-frames-131 {
  from {
    transform: translate3d(70vw, 110vh, 0);
  }
  to {
    transform: translate3d(99vw, -124vh, 0);
  }
}
.circle-container:nth-child(131) .circle {
  -webkit-animation-delay: 2329ms;
  animation-delay: 2329ms;
}
.circle-container:nth-child(132) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-132;
  animation-name: move-frames-132;
  -webkit-animation-duration: 36766ms;
  animation-duration: 36766ms;
  -webkit-animation-delay: 28966ms;
  animation-delay: 28966ms;
}
@-webkit-keyframes move-frames-132 {
  from {
    transform: translate3d(13vw, 101vh, 0);
  }
  to {
    transform: translate3d(7vw, -128vh, 0);
  }
}
@keyframes move-frames-132 {
  from {
    transform: translate3d(13vw, 101vh, 0);
  }
  to {
    transform: translate3d(7vw, -128vh, 0);
  }
}
.circle-container:nth-child(132) .circle {
  -webkit-animation-delay: 405ms;
  animation-delay: 405ms;
}
.circle-container:nth-child(133) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-133;
  animation-name: move-frames-133;
  -webkit-animation-duration: 33604ms;
  animation-duration: 33604ms;
  -webkit-animation-delay: 5045ms;
  animation-delay: 5045ms;
}
@-webkit-keyframes move-frames-133 {
  from {
    transform: translate3d(87vw, 110vh, 0);
  }
  to {
    transform: translate3d(19vw, -123vh, 0);
  }
}
@keyframes move-frames-133 {
  from {
    transform: translate3d(87vw, 110vh, 0);
  }
  to {
    transform: translate3d(19vw, -123vh, 0);
  }
}
.circle-container:nth-child(133) .circle {
  -webkit-animation-delay: 452ms;
  animation-delay: 452ms;
}
.circle-container:nth-child(134) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-134;
  animation-name: move-frames-134;
  -webkit-animation-duration: 34903ms;
  animation-duration: 34903ms;
  -webkit-animation-delay: 13226ms;
  animation-delay: 13226ms;
}
@-webkit-keyframes move-frames-134 {
  from {
    transform: translate3d(82vw, 104vh, 0);
  }
  to {
    transform: translate3d(92vw, -131vh, 0);
  }
}
@keyframes move-frames-134 {
  from {
    transform: translate3d(82vw, 104vh, 0);
  }
  to {
    transform: translate3d(92vw, -131vh, 0);
  }
}
.circle-container:nth-child(134) .circle {
  -webkit-animation-delay: 2659ms;
  animation-delay: 2659ms;
}
.circle-container:nth-child(135) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-135;
  animation-name: move-frames-135;
  -webkit-animation-duration: 36090ms;
  animation-duration: 36090ms;
  -webkit-animation-delay: 34715ms;
  animation-delay: 34715ms;
}
@-webkit-keyframes move-frames-135 {
  from {
    transform: translate3d(89vw, 105vh, 0);
  }
  to {
    transform: translate3d(79vw, -127vh, 0);
  }
}
@keyframes move-frames-135 {
  from {
    transform: translate3d(89vw, 105vh, 0);
  }
  to {
    transform: translate3d(79vw, -127vh, 0);
  }
}
.circle-container:nth-child(135) .circle {
  -webkit-animation-delay: 263ms;
  animation-delay: 263ms;
}
.circle-container:nth-child(136) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-136;
  animation-name: move-frames-136;
  -webkit-animation-duration: 30918ms;
  animation-duration: 30918ms;
  -webkit-animation-delay: 28272ms;
  animation-delay: 28272ms;
}
@-webkit-keyframes move-frames-136 {
  from {
    transform: translate3d(37vw, 105vh, 0);
  }
  to {
    transform: translate3d(29vw, -128vh, 0);
  }
}
@keyframes move-frames-136 {
  from {
    transform: translate3d(37vw, 105vh, 0);
  }
  to {
    transform: translate3d(29vw, -128vh, 0);
  }
}
.circle-container:nth-child(136) .circle {
  -webkit-animation-delay: 741ms;
  animation-delay: 741ms;
}
.circle-container:nth-child(137) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-137;
  animation-name: move-frames-137;
  -webkit-animation-duration: 33503ms;
  animation-duration: 33503ms;
  -webkit-animation-delay: 19049ms;
  animation-delay: 19049ms;
}
@-webkit-keyframes move-frames-137 {
  from {
    transform: translate3d(11vw, 105vh, 0);
  }
  to {
    transform: translate3d(86vw, -124vh, 0);
  }
}
@keyframes move-frames-137 {
  from {
    transform: translate3d(11vw, 105vh, 0);
  }
  to {
    transform: translate3d(86vw, -124vh, 0);
  }
}
.circle-container:nth-child(137) .circle {
  -webkit-animation-delay: 1328ms;
  animation-delay: 1328ms;
}
.circle-container:nth-child(138) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-138;
  animation-name: move-frames-138;
  -webkit-animation-duration: 31194ms;
  animation-duration: 31194ms;
  -webkit-animation-delay: 29856ms;
  animation-delay: 29856ms;
}
@-webkit-keyframes move-frames-138 {
  from {
    transform: translate3d(20vw, 108vh, 0);
  }
  to {
    transform: translate3d(99vw, -134vh, 0);
  }
}
@keyframes move-frames-138 {
  from {
    transform: translate3d(20vw, 108vh, 0);
  }
  to {
    transform: translate3d(99vw, -134vh, 0);
  }
}
.circle-container:nth-child(138) .circle {
  -webkit-animation-delay: 2480ms;
  animation-delay: 2480ms;
}
.circle-container:nth-child(139) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-139;
  animation-name: move-frames-139;
  -webkit-animation-duration: 33678ms;
  animation-duration: 33678ms;
  -webkit-animation-delay: 32178ms;
  animation-delay: 32178ms;
}
@-webkit-keyframes move-frames-139 {
  from {
    transform: translate3d(24vw, 108vh, 0);
  }
  to {
    transform: translate3d(85vw, -127vh, 0);
  }
}
@keyframes move-frames-139 {
  from {
    transform: translate3d(24vw, 108vh, 0);
  }
  to {
    transform: translate3d(85vw, -127vh, 0);
  }
}
.circle-container:nth-child(139) .circle {
  -webkit-animation-delay: 3476ms;
  animation-delay: 3476ms;
}
.circle-container:nth-child(140) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-140;
  animation-name: move-frames-140;
  -webkit-animation-duration: 31620ms;
  animation-duration: 31620ms;
  -webkit-animation-delay: 27671ms;
  animation-delay: 27671ms;
}
@-webkit-keyframes move-frames-140 {
  from {
    transform: translate3d(45vw, 107vh, 0);
  }
  to {
    transform: translate3d(29vw, -123vh, 0);
  }
}
@keyframes move-frames-140 {
  from {
    transform: translate3d(45vw, 107vh, 0);
  }
  to {
    transform: translate3d(29vw, -123vh, 0);
  }
}
.circle-container:nth-child(140) .circle {
  -webkit-animation-delay: 2994ms;
  animation-delay: 2994ms;
}
.circle-container:nth-child(141) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-141;
  animation-name: move-frames-141;
  -webkit-animation-duration: 32228ms;
  animation-duration: 32228ms;
  -webkit-animation-delay: 17124ms;
  animation-delay: 17124ms;
}
@-webkit-keyframes move-frames-141 {
  from {
    transform: translate3d(91vw, 105vh, 0);
  }
  to {
    transform: translate3d(20vw, -127vh, 0);
  }
}
@keyframes move-frames-141 {
  from {
    transform: translate3d(91vw, 105vh, 0);
  }
  to {
    transform: translate3d(20vw, -127vh, 0);
  }
}
.circle-container:nth-child(141) .circle {
  -webkit-animation-delay: 672ms;
  animation-delay: 672ms;
}
.circle-container:nth-child(142) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-142;
  animation-name: move-frames-142;
  -webkit-animation-duration: 32019ms;
  animation-duration: 32019ms;
  -webkit-animation-delay: 32852ms;
  animation-delay: 32852ms;
}
@-webkit-keyframes move-frames-142 {
  from {
    transform: translate3d(54vw, 108vh, 0);
  }
  to {
    transform: translate3d(71vw, -113vh, 0);
  }
}
@keyframes move-frames-142 {
  from {
    transform: translate3d(54vw, 108vh, 0);
  }
  to {
    transform: translate3d(71vw, -113vh, 0);
  }
}
.circle-container:nth-child(142) .circle {
  -webkit-animation-delay: 3078ms;
  animation-delay: 3078ms;
}
.circle-container:nth-child(143) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-143;
  animation-name: move-frames-143;
  -webkit-animation-duration: 30436ms;
  animation-duration: 30436ms;
  -webkit-animation-delay: 36463ms;
  animation-delay: 36463ms;
}
@-webkit-keyframes move-frames-143 {
  from {
    transform: translate3d(77vw, 106vh, 0);
  }
  to {
    transform: translate3d(53vw, -117vh, 0);
  }
}
@keyframes move-frames-143 {
  from {
    transform: translate3d(77vw, 106vh, 0);
  }
  to {
    transform: translate3d(53vw, -117vh, 0);
  }
}
.circle-container:nth-child(143) .circle {
  -webkit-animation-delay: 3435ms;
  animation-delay: 3435ms;
}
.circle-container:nth-child(144) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-144;
  animation-name: move-frames-144;
  -webkit-animation-duration: 36886ms;
  animation-duration: 36886ms;
  -webkit-animation-delay: 31437ms;
  animation-delay: 31437ms;
}
@-webkit-keyframes move-frames-144 {
  from {
    transform: translate3d(95vw, 103vh, 0);
  }
  to {
    transform: translate3d(92vw, -132vh, 0);
  }
}
@keyframes move-frames-144 {
  from {
    transform: translate3d(95vw, 103vh, 0);
  }
  to {
    transform: translate3d(92vw, -132vh, 0);
  }
}
.circle-container:nth-child(144) .circle {
  -webkit-animation-delay: 3258ms;
  animation-delay: 3258ms;
}
.circle-container:nth-child(145) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-145;
  animation-name: move-frames-145;
  -webkit-animation-duration: 29522ms;
  animation-duration: 29522ms;
  -webkit-animation-delay: 14884ms;
  animation-delay: 14884ms;
}
@-webkit-keyframes move-frames-145 {
  from {
    transform: translate3d(64vw, 101vh, 0);
  }
  to {
    transform: translate3d(49vw, -103vh, 0);
  }
}
@keyframes move-frames-145 {
  from {
    transform: translate3d(64vw, 101vh, 0);
  }
  to {
    transform: translate3d(49vw, -103vh, 0);
  }
}
.circle-container:nth-child(145) .circle {
  -webkit-animation-delay: 962ms;
  animation-delay: 962ms;
}
.circle-container:nth-child(146) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-146;
  animation-name: move-frames-146;
  -webkit-animation-duration: 28657ms;
  animation-duration: 28657ms;
  -webkit-animation-delay: 29355ms;
  animation-delay: 29355ms;
}
@-webkit-keyframes move-frames-146 {
  from {
    transform: translate3d(69vw, 110vh, 0);
  }
  to {
    transform: translate3d(28vw, -118vh, 0);
  }
}
@keyframes move-frames-146 {
  from {
    transform: translate3d(69vw, 110vh, 0);
  }
  to {
    transform: translate3d(28vw, -118vh, 0);
  }
}
.circle-container:nth-child(146) .circle {
  -webkit-animation-delay: 1014ms;
  animation-delay: 1014ms;
}
.circle-container:nth-child(147) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-147;
  animation-name: move-frames-147;
  -webkit-animation-duration: 34758ms;
  animation-duration: 34758ms;
  -webkit-animation-delay: 20436ms;
  animation-delay: 20436ms;
}
@-webkit-keyframes move-frames-147 {
  from {
    transform: translate3d(25vw, 102vh, 0);
  }
  to {
    transform: translate3d(43vw, -113vh, 0);
  }
}
@keyframes move-frames-147 {
  from {
    transform: translate3d(25vw, 102vh, 0);
  }
  to {
    transform: translate3d(43vw, -113vh, 0);
  }
}
.circle-container:nth-child(147) .circle {
  -webkit-animation-delay: 3481ms;
  animation-delay: 3481ms;
}
.circle-container:nth-child(148) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-148;
  animation-name: move-frames-148;
  -webkit-animation-duration: 36995ms;
  animation-duration: 36995ms;
  -webkit-animation-delay: 35444ms;
  animation-delay: 35444ms;
}
@-webkit-keyframes move-frames-148 {
  from {
    transform: translate3d(3vw, 109vh, 0);
  }
  to {
    transform: translate3d(20vw, -111vh, 0);
  }
}
@keyframes move-frames-148 {
  from {
    transform: translate3d(3vw, 109vh, 0);
  }
  to {
    transform: translate3d(20vw, -111vh, 0);
  }
}
.circle-container:nth-child(148) .circle {
  -webkit-animation-delay: 3943ms;
  animation-delay: 3943ms;
}
.circle-container:nth-child(149) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-149;
  animation-name: move-frames-149;
  -webkit-animation-duration: 35848ms;
  animation-duration: 35848ms;
  -webkit-animation-delay: 11079ms;
  animation-delay: 11079ms;
}
@-webkit-keyframes move-frames-149 {
  from {
    transform: translate3d(92vw, 104vh, 0);
  }
  to {
    transform: translate3d(11vw, -134vh, 0);
  }
}
@keyframes move-frames-149 {
  from {
    transform: translate3d(92vw, 104vh, 0);
  }
  to {
    transform: translate3d(11vw, -134vh, 0);
  }
}
.circle-container:nth-child(149) .circle {
  -webkit-animation-delay: 3087ms;
  animation-delay: 3087ms;
}
.circle-container:nth-child(150) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-150;
  animation-name: move-frames-150;
  -webkit-animation-duration: 32346ms;
  animation-duration: 32346ms;
  -webkit-animation-delay: 13092ms;
  animation-delay: 13092ms;
}
@-webkit-keyframes move-frames-150 {
  from {
    transform: translate3d(66vw, 108vh, 0);
  }
  to {
    transform: translate3d(59vw, -121vh, 0);
  }
}
@keyframes move-frames-150 {
  from {
    transform: translate3d(66vw, 108vh, 0);
  }
  to {
    transform: translate3d(59vw, -121vh, 0);
  }
}
.circle-container:nth-child(150) .circle {
  -webkit-animation-delay: 2769ms;
  animation-delay: 2769ms;
}
.circle-container:nth-child(151) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-151;
  animation-name: move-frames-151;
  -webkit-animation-duration: 29052ms;
  animation-duration: 29052ms;
  -webkit-animation-delay: 22532ms;
  animation-delay: 22532ms;
}
@-webkit-keyframes move-frames-151 {
  from {
    transform: translate3d(11vw, 101vh, 0);
  }
  to {
    transform: translate3d(31vw, -127vh, 0);
  }
}
@keyframes move-frames-151 {
  from {
    transform: translate3d(11vw, 101vh, 0);
  }
  to {
    transform: translate3d(31vw, -127vh, 0);
  }
}
.circle-container:nth-child(151) .circle {
  -webkit-animation-delay: 2134ms;
  animation-delay: 2134ms;
}
.circle-container:nth-child(152) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-152;
  animation-name: move-frames-152;
  -webkit-animation-duration: 31503ms;
  animation-duration: 31503ms;
  -webkit-animation-delay: 22307ms;
  animation-delay: 22307ms;
}
@-webkit-keyframes move-frames-152 {
  from {
    transform: translate3d(89vw, 106vh, 0);
  }
  to {
    transform: translate3d(35vw, -130vh, 0);
  }
}
@keyframes move-frames-152 {
  from {
    transform: translate3d(89vw, 106vh, 0);
  }
  to {
    transform: translate3d(35vw, -130vh, 0);
  }
}
.circle-container:nth-child(152) .circle {
  -webkit-animation-delay: 646ms;
  animation-delay: 646ms;
}
.circle-container:nth-child(153) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-153;
  animation-name: move-frames-153;
  -webkit-animation-duration: 35465ms;
  animation-duration: 35465ms;
  -webkit-animation-delay: 24806ms;
  animation-delay: 24806ms;
}
@-webkit-keyframes move-frames-153 {
  from {
    transform: translate3d(48vw, 107vh, 0);
  }
  to {
    transform: translate3d(63vw, -117vh, 0);
  }
}
@keyframes move-frames-153 {
  from {
    transform: translate3d(48vw, 107vh, 0);
  }
  to {
    transform: translate3d(63vw, -117vh, 0);
  }
}
.circle-container:nth-child(153) .circle {
  -webkit-animation-delay: 2916ms;
  animation-delay: 2916ms;
}
.circle-container:nth-child(154) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-154;
  animation-name: move-frames-154;
  -webkit-animation-duration: 29002ms;
  animation-duration: 29002ms;
  -webkit-animation-delay: 20742ms;
  animation-delay: 20742ms;
}
@-webkit-keyframes move-frames-154 {
  from {
    transform: translate3d(71vw, 110vh, 0);
  }
  to {
    transform: translate3d(86vw, -134vh, 0);
  }
}
@keyframes move-frames-154 {
  from {
    transform: translate3d(71vw, 110vh, 0);
  }
  to {
    transform: translate3d(86vw, -134vh, 0);
  }
}
.circle-container:nth-child(154) .circle {
  -webkit-animation-delay: 2468ms;
  animation-delay: 2468ms;
}
.circle-container:nth-child(155) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-155;
  animation-name: move-frames-155;
  -webkit-animation-duration: 28423ms;
  animation-duration: 28423ms;
  -webkit-animation-delay: 20773ms;
  animation-delay: 20773ms;
}
@-webkit-keyframes move-frames-155 {
  from {
    transform: translate3d(13vw, 109vh, 0);
  }
  to {
    transform: translate3d(38vw, -134vh, 0);
  }
}
@keyframes move-frames-155 {
  from {
    transform: translate3d(13vw, 109vh, 0);
  }
  to {
    transform: translate3d(38vw, -134vh, 0);
  }
}
.circle-container:nth-child(155) .circle {
  -webkit-animation-delay: 834ms;
  animation-delay: 834ms;
}
.circle-container:nth-child(156) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-156;
  animation-name: move-frames-156;
  -webkit-animation-duration: 29907ms;
  animation-duration: 29907ms;
  -webkit-animation-delay: 15127ms;
  animation-delay: 15127ms;
}
@-webkit-keyframes move-frames-156 {
  from {
    transform: translate3d(17vw, 106vh, 0);
  }
  to {
    transform: translate3d(89vw, -134vh, 0);
  }
}
@keyframes move-frames-156 {
  from {
    transform: translate3d(17vw, 106vh, 0);
  }
  to {
    transform: translate3d(89vw, -134vh, 0);
  }
}
.circle-container:nth-child(156) .circle {
  -webkit-animation-delay: 1378ms;
  animation-delay: 1378ms;
}
.circle-container:nth-child(157) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-157;
  animation-name: move-frames-157;
  -webkit-animation-duration: 30911ms;
  animation-duration: 30911ms;
  -webkit-animation-delay: 27927ms;
  animation-delay: 27927ms;
}
@-webkit-keyframes move-frames-157 {
  from {
    transform: translate3d(47vw, 106vh, 0);
  }
  to {
    transform: translate3d(64vw, -116vh, 0);
  }
}
@keyframes move-frames-157 {
  from {
    transform: translate3d(47vw, 106vh, 0);
  }
  to {
    transform: translate3d(64vw, -116vh, 0);
  }
}
.circle-container:nth-child(157) .circle {
  -webkit-animation-delay: 387ms;
  animation-delay: 387ms;
}
.circle-container:nth-child(158) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-158;
  animation-name: move-frames-158;
  -webkit-animation-duration: 32368ms;
  animation-duration: 32368ms;
  -webkit-animation-delay: 25838ms;
  animation-delay: 25838ms;
}
@-webkit-keyframes move-frames-158 {
  from {
    transform: translate3d(72vw, 104vh, 0);
  }
  to {
    transform: translate3d(94vw, -134vh, 0);
  }
}
@keyframes move-frames-158 {
  from {
    transform: translate3d(72vw, 104vh, 0);
  }
  to {
    transform: translate3d(94vw, -134vh, 0);
  }
}
.circle-container:nth-child(158) .circle {
  -webkit-animation-delay: 3085ms;
  animation-delay: 3085ms;
}
.circle-container:nth-child(159) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-159;
  animation-name: move-frames-159;
  -webkit-animation-duration: 34355ms;
  animation-duration: 34355ms;
  -webkit-animation-delay: 15565ms;
  animation-delay: 15565ms;
}
@-webkit-keyframes move-frames-159 {
  from {
    transform: translate3d(82vw, 105vh, 0);
  }
  to {
    transform: translate3d(57vw, -113vh, 0);
  }
}
@keyframes move-frames-159 {
  from {
    transform: translate3d(82vw, 105vh, 0);
  }
  to {
    transform: translate3d(57vw, -113vh, 0);
  }
}
.circle-container:nth-child(159) .circle {
  -webkit-animation-delay: 2187ms;
  animation-delay: 2187ms;
}
.circle-container:nth-child(160) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-160;
  animation-name: move-frames-160;
  -webkit-animation-duration: 31243ms;
  animation-duration: 31243ms;
  -webkit-animation-delay: 36674ms;
  animation-delay: 36674ms;
}
@-webkit-keyframes move-frames-160 {
  from {
    transform: translate3d(33vw, 103vh, 0);
  }
  to {
    transform: translate3d(61vw, -104vh, 0);
  }
}
@keyframes move-frames-160 {
  from {
    transform: translate3d(33vw, 103vh, 0);
  }
  to {
    transform: translate3d(61vw, -104vh, 0);
  }
}
.circle-container:nth-child(160) .circle {
  -webkit-animation-delay: 3355ms;
  animation-delay: 3355ms;
}
.circle-container:nth-child(161) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-161;
  animation-name: move-frames-161;
  -webkit-animation-duration: 30909ms;
  animation-duration: 30909ms;
  -webkit-animation-delay: 19687ms;
  animation-delay: 19687ms;
}
@-webkit-keyframes move-frames-161 {
  from {
    transform: translate3d(65vw, 105vh, 0);
  }
  to {
    transform: translate3d(71vw, -107vh, 0);
  }
}
@keyframes move-frames-161 {
  from {
    transform: translate3d(65vw, 105vh, 0);
  }
  to {
    transform: translate3d(71vw, -107vh, 0);
  }
}
.circle-container:nth-child(161) .circle {
  -webkit-animation-delay: 3336ms;
  animation-delay: 3336ms;
}
.circle-container:nth-child(162) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-162;
  animation-name: move-frames-162;
  -webkit-animation-duration: 30946ms;
  animation-duration: 30946ms;
  -webkit-animation-delay: 2442ms;
  animation-delay: 2442ms;
}
@-webkit-keyframes move-frames-162 {
  from {
    transform: translate3d(91vw, 103vh, 0);
  }
  to {
    transform: translate3d(48vw, -121vh, 0);
  }
}
@keyframes move-frames-162 {
  from {
    transform: translate3d(91vw, 103vh, 0);
  }
  to {
    transform: translate3d(48vw, -121vh, 0);
  }
}
.circle-container:nth-child(162) .circle {
  -webkit-animation-delay: 3969ms;
  animation-delay: 3969ms;
}
.circle-container:nth-child(163) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-163;
  animation-name: move-frames-163;
  -webkit-animation-duration: 35284ms;
  animation-duration: 35284ms;
  -webkit-animation-delay: 30445ms;
  animation-delay: 30445ms;
}
@-webkit-keyframes move-frames-163 {
  from {
    transform: translate3d(48vw, 101vh, 0);
  }
  to {
    transform: translate3d(72vw, -106vh, 0);
  }
}
@keyframes move-frames-163 {
  from {
    transform: translate3d(48vw, 101vh, 0);
  }
  to {
    transform: translate3d(72vw, -106vh, 0);
  }
}
.circle-container:nth-child(163) .circle {
  -webkit-animation-delay: 2816ms;
  animation-delay: 2816ms;
}
.circle-container:nth-child(164) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-164;
  animation-name: move-frames-164;
  -webkit-animation-duration: 28303ms;
  animation-duration: 28303ms;
  -webkit-animation-delay: 18143ms;
  animation-delay: 18143ms;
}
@-webkit-keyframes move-frames-164 {
  from {
    transform: translate3d(62vw, 104vh, 0);
  }
  to {
    transform: translate3d(17vw, -125vh, 0);
  }
}
@keyframes move-frames-164 {
  from {
    transform: translate3d(62vw, 104vh, 0);
  }
  to {
    transform: translate3d(17vw, -125vh, 0);
  }
}
.circle-container:nth-child(164) .circle {
  -webkit-animation-delay: 2388ms;
  animation-delay: 2388ms;
}
.circle-container:nth-child(165) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-165;
  animation-name: move-frames-165;
  -webkit-animation-duration: 28456ms;
  animation-duration: 28456ms;
  -webkit-animation-delay: 25780ms;
  animation-delay: 25780ms;
}
@-webkit-keyframes move-frames-165 {
  from {
    transform: translate3d(35vw, 104vh, 0);
  }
  to {
    transform: translate3d(86vw, -121vh, 0);
  }
}
@keyframes move-frames-165 {
  from {
    transform: translate3d(35vw, 104vh, 0);
  }
  to {
    transform: translate3d(86vw, -121vh, 0);
  }
}
.circle-container:nth-child(165) .circle {
  -webkit-animation-delay: 2372ms;
  animation-delay: 2372ms;
}
.circle-container:nth-child(166) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-166;
  animation-name: move-frames-166;
  -webkit-animation-duration: 35597ms;
  animation-duration: 35597ms;
  -webkit-animation-delay: 26631ms;
  animation-delay: 26631ms;
}
@-webkit-keyframes move-frames-166 {
  from {
    transform: translate3d(79vw, 108vh, 0);
  }
  to {
    transform: translate3d(31vw, -124vh, 0);
  }
}
@keyframes move-frames-166 {
  from {
    transform: translate3d(79vw, 108vh, 0);
  }
  to {
    transform: translate3d(31vw, -124vh, 0);
  }
}
.circle-container:nth-child(166) .circle {
  -webkit-animation-delay: 2162ms;
  animation-delay: 2162ms;
}
.circle-container:nth-child(167) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-167;
  animation-name: move-frames-167;
  -webkit-animation-duration: 35287ms;
  animation-duration: 35287ms;
  -webkit-animation-delay: 484ms;
  animation-delay: 484ms;
}
@-webkit-keyframes move-frames-167 {
  from {
    transform: translate3d(16vw, 109vh, 0);
  }
  to {
    transform: translate3d(1vw, -138vh, 0);
  }
}
@keyframes move-frames-167 {
  from {
    transform: translate3d(16vw, 109vh, 0);
  }
  to {
    transform: translate3d(1vw, -138vh, 0);
  }
}
.circle-container:nth-child(167) .circle {
  -webkit-animation-delay: 2423ms;
  animation-delay: 2423ms;
}
.circle-container:nth-child(168) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-168;
  animation-name: move-frames-168;
  -webkit-animation-duration: 36942ms;
  animation-duration: 36942ms;
  -webkit-animation-delay: 10418ms;
  animation-delay: 10418ms;
}
@-webkit-keyframes move-frames-168 {
  from {
    transform: translate3d(82vw, 102vh, 0);
  }
  to {
    transform: translate3d(43vw, -124vh, 0);
  }
}
@keyframes move-frames-168 {
  from {
    transform: translate3d(82vw, 102vh, 0);
  }
  to {
    transform: translate3d(43vw, -124vh, 0);
  }
}
.circle-container:nth-child(168) .circle {
  -webkit-animation-delay: 3383ms;
  animation-delay: 3383ms;
}
.circle-container:nth-child(169) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-169;
  animation-name: move-frames-169;
  -webkit-animation-duration: 31127ms;
  animation-duration: 31127ms;
  -webkit-animation-delay: 14297ms;
  animation-delay: 14297ms;
}
@-webkit-keyframes move-frames-169 {
  from {
    transform: translate3d(85vw, 104vh, 0);
  }
  to {
    transform: translate3d(17vw, -122vh, 0);
  }
}
@keyframes move-frames-169 {
  from {
    transform: translate3d(85vw, 104vh, 0);
  }
  to {
    transform: translate3d(17vw, -122vh, 0);
  }
}
.circle-container:nth-child(169) .circle {
  -webkit-animation-delay: 658ms;
  animation-delay: 658ms;
}
.circle-container:nth-child(170) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-170;
  animation-name: move-frames-170;
  -webkit-animation-duration: 29370ms;
  animation-duration: 29370ms;
  -webkit-animation-delay: 33045ms;
  animation-delay: 33045ms;
}
@-webkit-keyframes move-frames-170 {
  from {
    transform: translate3d(86vw, 103vh, 0);
  }
  to {
    transform: translate3d(74vw, -130vh, 0);
  }
}
@keyframes move-frames-170 {
  from {
    transform: translate3d(86vw, 103vh, 0);
  }
  to {
    transform: translate3d(74vw, -130vh, 0);
  }
}
.circle-container:nth-child(170) .circle {
  -webkit-animation-delay: 3783ms;
  animation-delay: 3783ms;
}
.circle-container:nth-child(171) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-171;
  animation-name: move-frames-171;
  -webkit-animation-duration: 35971ms;
  animation-duration: 35971ms;
  -webkit-animation-delay: 13507ms;
  animation-delay: 13507ms;
}
@-webkit-keyframes move-frames-171 {
  from {
    transform: translate3d(16vw, 107vh, 0);
  }
  to {
    transform: translate3d(87vw, -127vh, 0);
  }
}
@keyframes move-frames-171 {
  from {
    transform: translate3d(16vw, 107vh, 0);
  }
  to {
    transform: translate3d(87vw, -127vh, 0);
  }
}
.circle-container:nth-child(171) .circle {
  -webkit-animation-delay: 3203ms;
  animation-delay: 3203ms;
}
.circle-container:nth-child(172) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-172;
  animation-name: move-frames-172;
  -webkit-animation-duration: 32543ms;
  animation-duration: 32543ms;
  -webkit-animation-delay: 36427ms;
  animation-delay: 36427ms;
}
@-webkit-keyframes move-frames-172 {
  from {
    transform: translate3d(23vw, 108vh, 0);
  }
  to {
    transform: translate3d(31vw, -134vh, 0);
  }
}
@keyframes move-frames-172 {
  from {
    transform: translate3d(23vw, 108vh, 0);
  }
  to {
    transform: translate3d(31vw, -134vh, 0);
  }
}
.circle-container:nth-child(172) .circle {
  -webkit-animation-delay: 3907ms;
  animation-delay: 3907ms;
}
.circle-container:nth-child(173) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-173;
  animation-name: move-frames-173;
  -webkit-animation-duration: 28124ms;
  animation-duration: 28124ms;
  -webkit-animation-delay: 3615ms;
  animation-delay: 3615ms;
}
@-webkit-keyframes move-frames-173 {
  from {
    transform: translate3d(62vw, 103vh, 0);
  }
  to {
    transform: translate3d(90vw, -129vh, 0);
  }
}
@keyframes move-frames-173 {
  from {
    transform: translate3d(62vw, 103vh, 0);
  }
  to {
    transform: translate3d(90vw, -129vh, 0);
  }
}
.circle-container:nth-child(173) .circle {
  -webkit-animation-delay: 496ms;
  animation-delay: 496ms;
}
.circle-container:nth-child(174) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-174;
  animation-name: move-frames-174;
  -webkit-animation-duration: 32272ms;
  animation-duration: 32272ms;
  -webkit-animation-delay: 17642ms;
  animation-delay: 17642ms;
}
@-webkit-keyframes move-frames-174 {
  from {
    transform: translate3d(48vw, 110vh, 0);
  }
  to {
    transform: translate3d(52vw, -111vh, 0);
  }
}
@keyframes move-frames-174 {
  from {
    transform: translate3d(48vw, 110vh, 0);
  }
  to {
    transform: translate3d(52vw, -111vh, 0);
  }
}
.circle-container:nth-child(174) .circle {
  -webkit-animation-delay: 2223ms;
  animation-delay: 2223ms;
}
.circle-container:nth-child(175) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-175;
  animation-name: move-frames-175;
  -webkit-animation-duration: 33136ms;
  animation-duration: 33136ms;
  -webkit-animation-delay: 32575ms;
  animation-delay: 32575ms;
}
@-webkit-keyframes move-frames-175 {
  from {
    transform: translate3d(49vw, 106vh, 0);
  }
  to {
    transform: translate3d(90vw, -123vh, 0);
  }
}
@keyframes move-frames-175 {
  from {
    transform: translate3d(49vw, 106vh, 0);
  }
  to {
    transform: translate3d(90vw, -123vh, 0);
  }
}
.circle-container:nth-child(175) .circle {
  -webkit-animation-delay: 3315ms;
  animation-delay: 3315ms;
}
.circle-container:nth-child(176) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-176;
  animation-name: move-frames-176;
  -webkit-animation-duration: 32192ms;
  animation-duration: 32192ms;
  -webkit-animation-delay: 11466ms;
  animation-delay: 11466ms;
}
@-webkit-keyframes move-frames-176 {
  from {
    transform: translate3d(95vw, 101vh, 0);
  }
  to {
    transform: translate3d(100vw, -104vh, 0);
  }
}
@keyframes move-frames-176 {
  from {
    transform: translate3d(95vw, 101vh, 0);
  }
  to {
    transform: translate3d(100vw, -104vh, 0);
  }
}
.circle-container:nth-child(176) .circle {
  -webkit-animation-delay: 1927ms;
  animation-delay: 1927ms;
}
.circle-container:nth-child(177) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-177;
  animation-name: move-frames-177;
  -webkit-animation-duration: 35362ms;
  animation-duration: 35362ms;
  -webkit-animation-delay: 24093ms;
  animation-delay: 24093ms;
}
@-webkit-keyframes move-frames-177 {
  from {
    transform: translate3d(100vw, 104vh, 0);
  }
  to {
    transform: translate3d(85vw, -112vh, 0);
  }
}
@keyframes move-frames-177 {
  from {
    transform: translate3d(100vw, 104vh, 0);
  }
  to {
    transform: translate3d(85vw, -112vh, 0);
  }
}
.circle-container:nth-child(177) .circle {
  -webkit-animation-delay: 453ms;
  animation-delay: 453ms;
}
.circle-container:nth-child(178) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-178;
  animation-name: move-frames-178;
  -webkit-animation-duration: 30027ms;
  animation-duration: 30027ms;
  -webkit-animation-delay: 4235ms;
  animation-delay: 4235ms;
}
@-webkit-keyframes move-frames-178 {
  from {
    transform: translate3d(22vw, 102vh, 0);
  }
  to {
    transform: translate3d(6vw, -108vh, 0);
  }
}
@keyframes move-frames-178 {
  from {
    transform: translate3d(22vw, 102vh, 0);
  }
  to {
    transform: translate3d(6vw, -108vh, 0);
  }
}
.circle-container:nth-child(178) .circle {
  -webkit-animation-delay: 3039ms;
  animation-delay: 3039ms;
}
.circle-container:nth-child(179) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-179;
  animation-name: move-frames-179;
  -webkit-animation-duration: 36100ms;
  animation-duration: 36100ms;
  -webkit-animation-delay: 16336ms;
  animation-delay: 16336ms;
}
@-webkit-keyframes move-frames-179 {
  from {
    transform: translate3d(70vw, 101vh, 0);
  }
  to {
    transform: translate3d(86vw, -104vh, 0);
  }
}
@keyframes move-frames-179 {
  from {
    transform: translate3d(70vw, 101vh, 0);
  }
  to {
    transform: translate3d(86vw, -104vh, 0);
  }
}
.circle-container:nth-child(179) .circle {
  -webkit-animation-delay: 1023ms;
  animation-delay: 1023ms;
}
.circle-container:nth-child(180) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-180;
  animation-name: move-frames-180;
  -webkit-animation-duration: 31225ms;
  animation-duration: 31225ms;
  -webkit-animation-delay: 10739ms;
  animation-delay: 10739ms;
}
@-webkit-keyframes move-frames-180 {
  from {
    transform: translate3d(91vw, 108vh, 0);
  }
  to {
    transform: translate3d(65vw, -112vh, 0);
  }
}
@keyframes move-frames-180 {
  from {
    transform: translate3d(91vw, 108vh, 0);
  }
  to {
    transform: translate3d(65vw, -112vh, 0);
  }
}
.circle-container:nth-child(180) .circle {
  -webkit-animation-delay: 1336ms;
  animation-delay: 1336ms;
}
.circle-container:nth-child(181) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-181;
  animation-name: move-frames-181;
  -webkit-animation-duration: 32144ms;
  animation-duration: 32144ms;
  -webkit-animation-delay: 23834ms;
  animation-delay: 23834ms;
}
@-webkit-keyframes move-frames-181 {
  from {
    transform: translate3d(10vw, 104vh, 0);
  }
  to {
    transform: translate3d(33vw, -127vh, 0);
  }
}
@keyframes move-frames-181 {
  from {
    transform: translate3d(10vw, 104vh, 0);
  }
  to {
    transform: translate3d(33vw, -127vh, 0);
  }
}
.circle-container:nth-child(181) .circle {
  -webkit-animation-delay: 1122ms;
  animation-delay: 1122ms;
}
.circle-container:nth-child(182) {
  width: 2px;
  height: 2px;
  -webkit-animation-name: move-frames-182;
  animation-name: move-frames-182;
  -webkit-animation-duration: 32507ms;
  animation-duration: 32507ms;
  -webkit-animation-delay: 31956ms;
  animation-delay: 31956ms;
}
@-webkit-keyframes move-frames-182 {
  from {
    transform: translate3d(76vw, 101vh, 0);
  }
  to {
    transform: translate3d(33vw, -115vh, 0);
  }
}
@keyframes move-frames-182 {
  from {
    transform: translate3d(76vw, 101vh, 0);
  }
  to {
    transform: translate3d(33vw, -115vh, 0);
  }
}
.circle-container:nth-child(182) .circle {
  -webkit-animation-delay: 1199ms;
  animation-delay: 1199ms;
}
.circle-container:nth-child(183) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-183;
  animation-name: move-frames-183;
  -webkit-animation-duration: 35722ms;
  animation-duration: 35722ms;
  -webkit-animation-delay: 18444ms;
  animation-delay: 18444ms;
}
@-webkit-keyframes move-frames-183 {
  from {
    transform: translate3d(47vw, 108vh, 0);
  }
  to {
    transform: translate3d(78vw, -138vh, 0);
  }
}
@keyframes move-frames-183 {
  from {
    transform: translate3d(47vw, 108vh, 0);
  }
  to {
    transform: translate3d(78vw, -138vh, 0);
  }
}
.circle-container:nth-child(183) .circle {
  -webkit-animation-delay: 2756ms;
  animation-delay: 2756ms;
}
.circle-container:nth-child(184) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-184;
  animation-name: move-frames-184;
  -webkit-animation-duration: 29748ms;
  animation-duration: 29748ms;
  -webkit-animation-delay: 2976ms;
  animation-delay: 2976ms;
}
@-webkit-keyframes move-frames-184 {
  from {
    transform: translate3d(36vw, 109vh, 0);
  }
  to {
    transform: translate3d(26vw, -132vh, 0);
  }
}
@keyframes move-frames-184 {
  from {
    transform: translate3d(36vw, 109vh, 0);
  }
  to {
    transform: translate3d(26vw, -132vh, 0);
  }
}
.circle-container:nth-child(184) .circle {
  -webkit-animation-delay: 3724ms;
  animation-delay: 3724ms;
}
.circle-container:nth-child(185) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-185;
  animation-name: move-frames-185;
  -webkit-animation-duration: 31147ms;
  animation-duration: 31147ms;
  -webkit-animation-delay: 24660ms;
  animation-delay: 24660ms;
}
@-webkit-keyframes move-frames-185 {
  from {
    transform: translate3d(1vw, 109vh, 0);
  }
  to {
    transform: translate3d(89vw, -130vh, 0);
  }
}
@keyframes move-frames-185 {
  from {
    transform: translate3d(1vw, 109vh, 0);
  }
  to {
    transform: translate3d(89vw, -130vh, 0);
  }
}
.circle-container:nth-child(185) .circle {
  -webkit-animation-delay: 1319ms;
  animation-delay: 1319ms;
}
.circle-container:nth-child(186) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-186;
  animation-name: move-frames-186;
  -webkit-animation-duration: 33212ms;
  animation-duration: 33212ms;
  -webkit-animation-delay: 21282ms;
  animation-delay: 21282ms;
}
@-webkit-keyframes move-frames-186 {
  from {
    transform: translate3d(54vw, 105vh, 0);
  }
  to {
    transform: translate3d(34vw, -129vh, 0);
  }
}
@keyframes move-frames-186 {
  from {
    transform: translate3d(54vw, 105vh, 0);
  }
  to {
    transform: translate3d(34vw, -129vh, 0);
  }
}
.circle-container:nth-child(186) .circle {
  -webkit-animation-delay: 3578ms;
  animation-delay: 3578ms;
}
.circle-container:nth-child(187) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-187;
  animation-name: move-frames-187;
  -webkit-animation-duration: 34782ms;
  animation-duration: 34782ms;
  -webkit-animation-delay: 3749ms;
  animation-delay: 3749ms;
}
@-webkit-keyframes move-frames-187 {
  from {
    transform: translate3d(59vw, 104vh, 0);
  }
  to {
    transform: translate3d(63vw, -120vh, 0);
  }
}
@keyframes move-frames-187 {
  from {
    transform: translate3d(59vw, 104vh, 0);
  }
  to {
    transform: translate3d(63vw, -120vh, 0);
  }
}
.circle-container:nth-child(187) .circle {
  -webkit-animation-delay: 1560ms;
  animation-delay: 1560ms;
}
.circle-container:nth-child(188) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-188;
  animation-name: move-frames-188;
  -webkit-animation-duration: 28021ms;
  animation-duration: 28021ms;
  -webkit-animation-delay: 4686ms;
  animation-delay: 4686ms;
}
@-webkit-keyframes move-frames-188 {
  from {
    transform: translate3d(5vw, 106vh, 0);
  }
  to {
    transform: translate3d(10vw, -121vh, 0);
  }
}
@keyframes move-frames-188 {
  from {
    transform: translate3d(5vw, 106vh, 0);
  }
  to {
    transform: translate3d(10vw, -121vh, 0);
  }
}
.circle-container:nth-child(188) .circle {
  -webkit-animation-delay: 1484ms;
  animation-delay: 1484ms;
}
.circle-container:nth-child(189) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-189;
  animation-name: move-frames-189;
  -webkit-animation-duration: 31929ms;
  animation-duration: 31929ms;
  -webkit-animation-delay: 20276ms;
  animation-delay: 20276ms;
}
@-webkit-keyframes move-frames-189 {
  from {
    transform: translate3d(90vw, 101vh, 0);
  }
  to {
    transform: translate3d(12vw, -102vh, 0);
  }
}
@keyframes move-frames-189 {
  from {
    transform: translate3d(90vw, 101vh, 0);
  }
  to {
    transform: translate3d(12vw, -102vh, 0);
  }
}
.circle-container:nth-child(189) .circle {
  -webkit-animation-delay: 3232ms;
  animation-delay: 3232ms;
}
.circle-container:nth-child(190) {
  width: 1px;
  height: 1px;
  -webkit-animation-name: move-frames-190;
  animation-name: move-frames-190;
  -webkit-animation-duration: 33614ms;
  animation-duration: 33614ms;
  -webkit-animation-delay: 24474ms;
  animation-delay: 24474ms;
}
@-webkit-keyframes move-frames-190 {
  from {
    transform: translate3d(95vw, 101vh, 0);
  }
  to {
    transform: translate3d(40vw, -114vh, 0);
  }
}
@keyframes move-frames-190 {
  from {
    transform: translate3d(95vw, 101vh, 0);
  }
  to {
    transform: translate3d(40vw, -114vh, 0);
  }
}
.circle-container:nth-child(190) .circle {
  -webkit-animation-delay: 1768ms;
  animation-delay: 1768ms;
}
.circle-container:nth-child(191) {
  width: 4px;
  height: 4px;
  -webkit-animation-name: move-frames-191;
  animation-name: move-frames-191;
  -webkit-animation-duration: 36876ms;
  animation-duration: 36876ms;
  -webkit-animation-delay: 20042ms;
  animation-delay: 20042ms;
}
@-webkit-keyframes move-frames-191 {
  from {
    transform: translate3d(88vw, 108vh, 0);
  }
  to {
    transform: translate3d(65vw, -127vh, 0);
  }
}
@keyframes move-frames-191 {
  from {
    transform: translate3d(88vw, 108vh, 0);
  }
  to {
    transform: translate3d(65vw, -127vh, 0);
  }
}
.circle-container:nth-child(191) .circle {
  -webkit-animation-delay: 1492ms;
  animation-delay: 1492ms;
}
.circle-container:nth-child(192) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-192;
  animation-name: move-frames-192;
  -webkit-animation-duration: 34893ms;
  animation-duration: 34893ms;
  -webkit-animation-delay: 17970ms;
  animation-delay: 17970ms;
}
@-webkit-keyframes move-frames-192 {
  from {
    transform: translate3d(28vw, 104vh, 0);
  }
  to {
    transform: translate3d(29vw, -111vh, 0);
  }
}
@keyframes move-frames-192 {
  from {
    transform: translate3d(28vw, 104vh, 0);
  }
  to {
    transform: translate3d(29vw, -111vh, 0);
  }
}
.circle-container:nth-child(192) .circle {
  -webkit-animation-delay: 3513ms;
  animation-delay: 3513ms;
}
.circle-container:nth-child(193) {
  width: 3px;
  height: 3px;
  -webkit-animation-name: move-frames-193;
  animation-name: move-frames-193;
  -webkit-animation-duration: 32375ms;
  animation-duration: 32375ms;
  -webkit-animation-delay: 18595ms;
  animation-delay: 18595ms;
}
@-webkit-keyframes move-frames-193 {
  from {
    transform: translate3d(84vw, 103vh, 0);
  }
  to {
    transform: translate3d(92vw, -111vh, 0);
  }
}
@keyframes move-frames-193 {
  from {
    transform: translate3d(84vw, 103vh, 0);
  }
  to {
    transform: translate3d(92vw, -111vh, 0);
  }
}
.circle-container:nth-child(193) .circle {
  -webkit-animation-delay: 3884ms;
  animation-delay: 3884ms;
}
.circle-container:nth-child(194) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-194;
  animation-name: move-frames-194;
  -webkit-animation-duration: 31162ms;
  animation-duration: 31162ms;
  -webkit-animation-delay: 1599ms;
  animation-delay: 1599ms;
}
@-webkit-keyframes move-frames-194 {
  from {
    transform: translate3d(80vw, 109vh, 0);
  }
  to {
    transform: translate3d(70vw, -130vh, 0);
  }
}
@keyframes move-frames-194 {
  from {
    transform: translate3d(80vw, 109vh, 0);
  }
  to {
    transform: translate3d(70vw, -130vh, 0);
  }
}
.circle-container:nth-child(194) .circle {
  -webkit-animation-delay: 3018ms;
  animation-delay: 3018ms;
}
.circle-container:nth-child(195) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-195;
  animation-name: move-frames-195;
  -webkit-animation-duration: 28440ms;
  animation-duration: 28440ms;
  -webkit-animation-delay: 1169ms;
  animation-delay: 1169ms;
}
@-webkit-keyframes move-frames-195 {
  from {
    transform: translate3d(54vw, 105vh, 0);
  }
  to {
    transform: translate3d(86vw, -114vh, 0);
  }
}
@keyframes move-frames-195 {
  from {
    transform: translate3d(54vw, 105vh, 0);
  }
  to {
    transform: translate3d(86vw, -114vh, 0);
  }
}
.circle-container:nth-child(195) .circle {
  -webkit-animation-delay: 3425ms;
  animation-delay: 3425ms;
}
.circle-container:nth-child(196) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-196;
  animation-name: move-frames-196;
  -webkit-animation-duration: 36855ms;
  animation-duration: 36855ms;
  -webkit-animation-delay: 22214ms;
  animation-delay: 22214ms;
}
@-webkit-keyframes move-frames-196 {
  from {
    transform: translate3d(2vw, 101vh, 0);
  }
  to {
    transform: translate3d(97vw, -105vh, 0);
  }
}
@keyframes move-frames-196 {
  from {
    transform: translate3d(2vw, 101vh, 0);
  }
  to {
    transform: translate3d(97vw, -105vh, 0);
  }
}
.circle-container:nth-child(196) .circle {
  -webkit-animation-delay: 1133ms;
  animation-delay: 1133ms;
}
.circle-container:nth-child(197) {
  width: 5px;
  height: 5px;
  -webkit-animation-name: move-frames-197;
  animation-name: move-frames-197;
  -webkit-animation-duration: 30591ms;
  animation-duration: 30591ms;
  -webkit-animation-delay: 5774ms;
  animation-delay: 5774ms;
}
@-webkit-keyframes move-frames-197 {
  from {
    transform: translate3d(98vw, 105vh, 0);
  }
  to {
    transform: translate3d(67vw, -119vh, 0);
  }
}
@keyframes move-frames-197 {
  from {
    transform: translate3d(98vw, 105vh, 0);
  }
  to {
    transform: translate3d(67vw, -119vh, 0);
  }
}
.circle-container:nth-child(197) .circle {
  -webkit-animation-delay: 1777ms;
  animation-delay: 1777ms;
}
.circle-container:nth-child(198) {
  width: 6px;
  height: 6px;
  -webkit-animation-name: move-frames-198;
  animation-name: move-frames-198;
  -webkit-animation-duration: 33515ms;
  animation-duration: 33515ms;
  -webkit-animation-delay: 24276ms;
  animation-delay: 24276ms;
}
@-webkit-keyframes move-frames-198 {
  from {
    transform: translate3d(69vw, 102vh, 0);
  }
  to {
    transform: translate3d(21vw, -110vh, 0);
  }
}
@keyframes move-frames-198 {
  from {
    transform: translate3d(69vw, 102vh, 0);
  }
  to {
    transform: translate3d(21vw, -110vh, 0);
  }
}
.circle-container:nth-child(198) .circle {
  -webkit-animation-delay: 2867ms;
  animation-delay: 2867ms;
}
.circle-container:nth-child(199) {
  width: 7px;
  height: 7px;
  -webkit-animation-name: move-frames-199;
  animation-name: move-frames-199;
  -webkit-animation-duration: 32464ms;
  animation-duration: 32464ms;
  -webkit-animation-delay: 16640ms;
  animation-delay: 16640ms;
}
@-webkit-keyframes move-frames-199 {
  from {
    transform: translate3d(63vw, 110vh, 0);
  }
  to {
    transform: translate3d(21vw, -116vh, 0);
  }
}
@keyframes move-frames-199 {
  from {
    transform: translate3d(63vw, 110vh, 0);
  }
  to {
    transform: translate3d(21vw, -116vh, 0);
  }
}
.circle-container:nth-child(199) .circle {
  -webkit-animation-delay: 377ms;
  animation-delay: 377ms;
}
.circle-container:nth-child(200) {
  width: 8px;
  height: 8px;
  -webkit-animation-name: move-frames-200;
  animation-name: move-frames-200;
  -webkit-animation-duration: 34238ms;
  animation-duration: 34238ms;
  -webkit-animation-delay: 548ms;
  animation-delay: 548ms;
}
@-webkit-keyframes move-frames-200 {
  from {
    transform: translate3d(2vw, 110vh, 0);
  }
  to {
    transform: translate3d(40vw, -118vh, 0);
  }
}
@keyframes move-frames-200 {
  from {
    transform: translate3d(2vw, 110vh, 0);
  }
  to {
    transform: translate3d(40vw, -118vh, 0);
  }
}
.circle-container:nth-child(200) .circle {
  -webkit-animation-delay: 1451ms;
  animation-delay: 1451ms;
}

.message {
  position: absolute;
  right: 20px;
  bottom: 10px;
  color: white;
  font-family: "Josefin Slab", serif;
  line-height: 27px;
  font-size: 18px;
  text-align: right;
  pointer-events: none;
  -webkit-animation: message-frames 1.5s ease 5s forwards;
  animation: message-frames 1.5s ease 5s forwards;
  opacity: 0;
}
@-webkit-keyframes message-frames {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes message-frames {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
