@media (max-width: 768px) {
  .no-mobile {
    display: none; } }
@media (min-width: 900px) and (max-width: 1140px) {
  .no-mobile {
    display: none !important; } }

@media (min-width: 1140px) {
  .mobile-menu {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 900px) {
  .main-nav {
    display: none !important; } }

@font-face {
  font-family: 'AvenirUltraLight';
  src: url("/assets/fonts/avenir/AvenirNext-UltraLight.woff");
  font-style: normal; }
@font-face {
  font-family: 'AvenirLight';
  src: url("/assets/fonts/avenir/Avenir-Light.woff");
  font-style: normal; }
@font-face {
  font-family: 'Avenir';
  src: url("/assets/fonts/avenir/Avenir-Roman.woff");
  font-style: normal; }
@font-face {
  font-family: 'AvenirMedium';
  src: url("/assets/fonts/avenir/Avenir-Medium.woff");
  font-style: normal; }
body {
  margin: 0; }

body, html, p {
  font-family: 'Avenir', helvetica, sans-serif; }
  @media (max-width: 768px) {
    body, html, p {
      font-family: helvetica, sans-serif;
      font-size: 10px; } }

h1, h2, h3, h4, h5, h6 {
  font-family: 'AvenirLight', sans-serif; }
  @media (max-width: 768px) {
    h1, h2, h3, h4, h5, h6 {
      font-family: helvetica, sans-serif;
      font-weight: lighter; } }

h1 {
  max-width: 80%;
  font-size: 70px;
  margin: 36px auto; }
  @media (max-width: 768px) {
    h1 {
      font-size: 18px;
      margin: 20px auto; } }

h2 {
  font-size: 50px; }
  @media (max-width: 768px) {
    h2 {
      margin-top: 30px;
      font-size: 20px; } }

#curve-1 h2 {
  margin-bottom: 100px; }
  @media (max-width: 768px) {
    #curve-1 h2 {
      margin-top: 50px;
      margin-bottom: 20px; } }

h3 {
  font-size: 20px; }
  @media (max-width: 768px) {
    h3 {
      font-size: 14px; } }

a {
  color: #6633ff;
  background: -moz-linear-gradient(240deg, #9900ff, #6600ff, #00ff99);
  background: -o-linear-gradient(240deg, #9900ff, #6600ff, #00ff99);
  background: -webkit-linear-gradient(240deg, #9900ff, #6600ff, #00ff99);
  background-size: 600% 600%;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: arial;
  font-weight: bold; }
  a i {
    background: -moz-linear-gradient(240deg, #9900ff, #00ff99);
    background: -o-linear-gradient(240deg, #9900ff, #00ff99);
    background: -webkit-linear-gradient(240deg, #9900ff, #00ff99);
    background-size: 600% 600%;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }

blockquote {
  margin: 0px auto;
  background-color: #eee;
  max-width: 480px;
  font-size: 1.2em;
  text-align: left;
  padding: 0 10px; }

.column-testimonials iframe {
  border: solid 3px #000;
  max-width: 100%; }

@media (min-width: 768px) and (max-width: 1200px) {
  .column-testimonials {
    clear: both;
    width: 100% !important; } }

iframe {
  margin-top: 20px;
  max-width: 100%; }

@media (max-width: 768px) {
  img {
    max-width: 100%; } }

p {
  line-height: 1.4em;
  font-size: 18px;
  font-weight: normal; }
  @media (max-width: 768px) {
    p {
      font-size: 10px; } }

ul {
  padding: 0; }

li {
  list-style-type: none;
  background-repeat: no-repeat;
  background-position: 0px 5px;
  line-height: 30px;
  text-indent: 0px;
  padding-left: 30px;
  background-size: 20px, 20px;
  font-size: 20px; }
  @media (max-width: 768px) {
    li {
      font-size: 12px; } }

ol li {
  list-style-type: upper-roman;
  background-image: none !important; }

.table-of-contents {
  text-align: left !important;
  padding-bottom: 50px; }

header {
  background-color: white;
  height: 70px;
  width: 100%;
  position: fixed;
  z-index: 9999;
  display: none;
  padding-left: 20px;
  box-shadow: 0px 0px 15px 10px rgba(0, 0, 0, 0.07); }
  header a {
    margin-right: 30px;
    text-decoration: none; }
  header img {
    margin-top: 10px;
    height: 50px; }
    @media (max-width: 768px) {
      header img {
        margin-top: 0px;
        height: auto;
        max-width: 100%;
        height: 40px; } }
  header p {
    margin-top: 0px; }
    header p span {
      line-height: 70px; }
    @media (max-width: 768px) {
      header p {
        margin: 0 auto;
        text-align: center;
        line-height: 70px;
        margin-top: 15px;
        width: 100%; } }
  header .container {
    width: 96%;
    margin: 0 auto; }
  @media (max-width: 768px) {
    header {
      padding-left: 0px; } }
  @media (min-width: 320px) and (max-width: 599px) {
    header {
      padding-left: 0px;
      height: auto;
      min-height: 80px; } }

.temp-banner {
  margin: 0;
  background-color: black;
  height: 90px;
  width: 100%;
  position: fixed;
  top: 70px;
  z-index: 9999;
  text-align: center;
  color: white; }
  @media (min-width: 600px) {
    .temp-banner {
      margin-left: -20px !important;
      padding-top: 10px;
      width: 100%; } }
  @media (min-width: 600px) and (max-width: 770px) {
    .temp-banner {
      margin: 0 !important;
      width: 100%; } }
  @media (max-width: 768px) {
    .temp-banner p {
      padding: 0 12px;
      line-height: normal !important;
      font-size: 1.5em !important;
      max-width: 90%; } }

.temp-banner p {
  margin-top: 20px !important;
  font-size: 2em !important;
  color: #31bfb8 !important; }

.temp-banner a {
  text-decoration: underline !important;
  text-decoration-color: #31bfb8 !important; }

footer {
  clear: both;
  margin-top: 70px;
  height: 80px;
  line-height: 80px;
  font-size: 20px;
  color: white;
  background: #181818; }
  footer a {
    text-decoration: none; }
  footer span {
    margin-top: 5px; }
    @media (max-width: 768px) {
      footer span {
        clear: both;
        text-align: center;
        width: 100%;
        float: none; } }
  @media (max-width: 768px) {
    footer .text-right {
      text-align: center; } }
  footer .footer-content {
    width: 80%;
    margin: 0 auto; }
    @media (max-width: 768px) {
      footer .footer-content {
        height: 180px; } }
  @media (max-width: 768px) {
    footer {
      height: auto;
      text-align: center;
      font-size: 14px; } }

li:nth-child(5n+1) {
  background-image: url("/assets/images/list_icon_1.png"); }

li:nth-child(5n+2) {
  background-image: url("/assets/images/list_icon_2.png"); }

li:nth-child(5n+3) {
  background-image: url("/assets/images/list_icon_3.png"); }

li:nth-child(5n+4) {
  background-image: url("/assets/images/list_icon_4.png"); }

li:nth-child(5n+5) {
  background-image: url("/assets/images/list_icon_5.png"); }

.text-Center, .text-center {
  text-align: center; }

.text-Left, .text-left {
  text-align: left; }

.text-right, .text-Right {
  text-align: right;
  float: right; }

.img-responsive {
  width: 100%; }

.bounce-wrap {
  height: 100px;
  position: absolute;
  bottom: 0;
  left: 50%; }
  .bounce-wrap img {
    display: block;
    max-width: 100%;
    transform: translateX(-50%); }
  @media (max-width: 768px) {
    .bounce-wrap {
      height: 200px; } }

/* grid for savvior */
.column {
  float: left; }

.size-1of2 {
  width: 50%; }

.size-1of3 {
  width: 33.33333%; }

.size-1of4 {
  width: 25%; }
  @media (min-width: 1200px) and (max-width: 1899px) {
    .size-1of4 {
      width: 22%; } }

/* Section Options */
.light {
  background-color: white;
  color: #181818; }

.medium {
  background-color: #eee;
  color: #181818; }

.dark {
  background-color: #181818;
  color: white; }

.columnx {
  float: left; }
  @media (max-width: 768px) {
    .columnx {
      width: 100% !important; } }

.hackathon-content {
  padding: 50px;
  padding-top: 0; }
  @media (max-width: 768px) {
    .hackathon-content {
      padding: 0; } }

.sixty {
  width: 56%;
  height: auto;
  min-height: 75vh;
  text-align: left; }
  .sixty .column-content {
    padding: 50px; }
  @media (max-width: 768px) {
    .sixty {
      height: auto;
      min-height: 50vh; } }

.forty {
  width: 44%;
  min-height: 75vh;
  text-align: left; }
  .forty .column-content {
    padding: 50px; }
  .forty h2 {
    margin-top: 0px; }
  @media (max-width: 768px) {
    .forty {
      height: auto;
      min-height: 50vh; } }

.gradient-parent {
  display: flex;
  height: 100%; }

.gradient-box {
  width: 60%;
  max-width: 75%;
  margin: auto;
  background: -webkit-linear-gradient(left top, rgba(102, 51, 255, 0.9), rgba(153, 0, 255, 0.9));
  background: -o-linear-gradient(bottom right, rgba(102, 51, 255, 0.9), rgba(153, 0, 255, 0.9));
  background: -moz-linear-gradient(bottom right, rgba(102, 51, 255, 0.9), rgba(153, 0, 255, 0.9));
  background: linear-gradient(to bottom right, rgba(102, 51, 255, 0.9), rgba(153, 0, 255, 0.9));
  padding: 50px;
  color: white;
  background: linear-gradient(240deg, #9900ff, #8500ff, #6600ff, #3d65d6, #21acba, #10d6a9, #0fe19f, #10d6a9, #21acba, #3d65d6, #6600ff, #8500ff, #9900ff);
  background-size: 600% 600%;
  -webkit-animation: HoloFade 30s linear infinite;
  -moz-animation: HoloFade 30s linear infinite;
  animation: HoloFade 30s linear infinite; }
  .gradient-box a {
    color: white; }
  .gradient-box h2 {
    margin: 10px; }
  @media (max-width: 768px) {
    .gradient-box {
      width: 100%;
      max-width: 100%; } }

/* Resource Section */
@media (min-width: 1200px) {
  .column-resources {
    margin-top: 20%; } }

#curve-9 {
  max-width: 1000px;
  padding: 10px; }
  @media (min-width: 1200px) {
    #curve-9 {
      margin: -200px auto 0 auto !important; } }

/* Curves */
.curve-mask {
  width: 100%;
  overflow: hidden; }
  .curve-mask .curve-up, .curve-mask .curve-down {
    position: relative;
    z-index: 10;
    width: 120%;
    margin-left: -10%;
    margin-right: 10%;
    border-radius: 200vh 200vh 0% 0% / 20vh  20vh 0% 0%;
    -moz-border-radius: 200vh 200vh 0% 0% / 20vh  20vh 0% 0%;
    -webkit-border-radius: 200vh 200vh 0% 0% / 20vh  20vh 0% 0%;
    overflow: hidden;
    -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC); }
  .curve-mask .curve-down {
    border-radius: 0% 0% 200vh 200vh / 0% 0% 20vh 20vh;
    -moz-border-radius: 0% 0% 200vh 200vh / 0% 0% 20vh 20vh;
    -webkit-border-radius: 0% 0% 200vh 200vh / 0% 0% 20vh 20vh;
    box-shadow: inset 0px -20px 30px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0px -20px 30px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0px -20px 30px rgba(0, 0, 0, 0.1);
    -o-box-shadow: inset 0px -20px 30px rgba(0, 0, 0, 0.1); }
  .curve-mask .curve-content-wrap {
    width: 80%;
    margin: 0 auto;
    display: flex;
    min-height: 90vh; }
    @media (max-width: 768px) {
      .curve-mask .curve-content-wrap {
        min-height: 100vh;
        height: auto;
        padding-bottom: 50px; } }
  .curve-mask .sixty-forty-wrap {
    width: 100%;
    display: flex;
    min-height: 75vh; }
    .curve-mask .sixty-forty-wrap div {
      min-height: 75vh;
      margin: auto; }
      @media (max-width: 768px) {
        .curve-mask .sixty-forty-wrap div {
          min-height: 33vh;
          height: auto; } }
    @media (max-width: 768px) {
      .curve-mask .sixty-forty-wrap {
        min-height: 33vh;
        height: auto; } }

@media (max-width: 768px) {
  .curve-content .column {
    clear: both;
    width: 100%; } }

.curve-content {
  width: 100%;
  margin: auto;
  padding-top: 110px; }

.remove-padding {
  padding-top: 0px !important; }

section.curve-content-wrap.remove-padding {
  min-height: 70vh !important; }

a.button {
  position: relative;
  border: 2px solid white;
  border-radius: 60px;
  background: transparent;
  background-clip: padding-box;
  padding-left: 20px;
  padding-right: 20px;
  min-width: 250px;
  font-weight: normal;
  letter-spacing: 2px;
  background: -webkit-linear-gradient(left top, rgba(102, 51, 255, 0.9), rgba(153, 0, 255, 0.9));
  background: -o-linear-gradient(bottom right, rgba(102, 51, 255, 0.9), rgba(153, 0, 255, 0.9));
  background: -moz-linear-gradient(bottom right, rgba(102, 51, 255, 0.9), rgba(153, 0, 255, 0.9));
  background: linear-gradient(to bottom right, rgba(102, 51, 255, 0.9), rgba(153, 0, 255, 0.9));
  -webkit-text-fill-color: white;
  color: white;
  text-decoration: none;
  display: inline-block;
  line-height: 45px;
  text-align: center; }
  a.button a, a.button input {
    text-decoration: none;
    color: white;
    font-size: 16px;
    background: none;
    animation: none;
    text-fill-color: white;
    -webkit-background-clip: none;
    -webkit-text-fill-color: white; }
    @media (max-width: 768px) {
      a.button a, a.button input {
        font-size: 12px; } }
  @media (max-width: 768px) {
    a.button {
      width: 200px;
      min-width: 100px;
      margin: 0;
      margin-bottom: 10px;
      font-size: 1.5rem; } }

button {
  position: relative;
  border: 2px solid transparent;
  border-radius: 60px;
  background: transparent;
  background-clip: padding-box;
  padding-left: 20px;
  padding-right: 20px;
  min-width: 300px;
  height: 45px;
  margin: 7.5px;
  font-weight: light;
  letter-spacing: 2px;
  background: -webkit-linear-gradient(left top, rgba(102, 51, 255, 0.9), rgba(153, 0, 255, 0.9));
  background: -o-linear-gradient(bottom right, rgba(102, 51, 255, 0.9), rgba(153, 0, 255, 0.9));
  background: -moz-linear-gradient(bottom right, rgba(102, 51, 255, 0.9), rgba(153, 0, 255, 0.9));
  background: linear-gradient(to bottom right, rgba(102, 51, 255, 0.9), rgba(153, 0, 255, 0.9)); }
  button a, button input {
    text-decoration: none;
    color: white;
    font-size: 16px;
    background: none;
    animation: none;
    text-fill-color: white;
    -webkit-background-clip: none;
    -webkit-text-fill-color: white; }
    @media (max-width: 768px) {
      button a, button input {
        font-size: 12px; } }
  @media (max-width: 768px) {
    button {
      width: 100%;
      min-width: 0;
      margin: 0;
      margin-bottom: 10px; } }

.submit-button {
  width: 100%;
  color: white;
  font-size: 16px;
  font-weight: bold;
  margin-top: 50px; }

.full-input {
  clear: both;
  width: 100%;
  float: left; }

input, textarea {
  border: 2px solid #9900ff;
  border-radius: 60px;
  padding: 12px;
  margin-top: 8px;
  color: #9900ff;
  background: transparent;
  font-size: 14px;
  width: 100%; }
  @media (max-width: 768px) {
    input, textarea {
      padding: 12px 0 12px 5px; } }

textarea {
  height: 200px;
  border-radius: 25px;
  margin-bottom: 20px; }

::-webkit-input-placeholder {
  font-weight: normal;
  color: #9900ff; }

:-moz-placeholder {
  /* Firefox 18- */
  font-weight: normal;
  color: #9900ff; }

::-moz-placeholder {
  /* Firefox 19+ */
  font-weight: normal;
  color: #9900ff; }

:-ms-input-placeholder {
  font-weight: normal;
  color: #9900ff; }

.button-hackathon {
  width: 100%;
  font-size: 90%; }

.column-hackathon {
  width: 50%; }
  @media (max-width: 768px) {
    .column-hackathon {
      width: 100%; } }

.hackathon-header {
  margin-bottom: 70px; }

.hackathon-container {
  padding-top: 70px; }

#curve-0 img {
  width: 90%; }

#curve-10 .curve-content-wrap, #curve-11 .curve-content-wrap {
  min-height: 20vh !important;
  height: auto; }

#curve-10 .curve-content-wrap {
  padding-top: 50px; }
  @media (max-width: 768px) {
    #curve-10 .curve-content-wrap {
      padding-top: 10px; } }

@media (max-width: 768px) {
  #curve-10 .sixty-forty-wrap div, #curve-11 .sixty-forty-wrap div {
    min-height: 20vh; } }

.fadeimg {
  background: linear-gradient(240deg, #9900ff, #8500ff, #6600ff, #3d65d6, #21acba, #10d6a9, #0fe19f, #10d6a9, #21acba, #3d65d6, #6600ff, #8500ff, #9900ff);
  background-size: 600% 600%;
  -webkit-animation: HoloFade 30s linear infinite;
  -moz-animation: HoloFade 30s linear infinite;
  animation: HoloFade 30s linear infinite; }

.fadelogo {
  background: linear-gradient(240deg, #6600ff, #9900ff, #9900ff, #6600ff, #21acba, #0fe19f, #21acba, #6600ff, #9900ff, #9900ff, #6600ff);
  background-size: 30% 200%;
  -webkit-animation: HoloLogoFade 30s linear infinite;
  -moz-animation: HoloLogoFade 30s linear infinite;
  animation: HoloLogoFade 30s linear infinite; }

.first-image, .second-image, .third-image, .fourth-image {
  max-width: 200px;
  padding-top: 60px; }
  @media (min-width: 900px) and (max-width: 1199px) {
    .first-image, .second-image, .third-image, .fourth-image {
      display: block; } }
  @media (min-width: 768px) and (max-width: 1200px) {
    .first-image, .second-image, .third-image, .fourth-image {
      max-width: 150px; } }

@media (min-width: 768px) {
  .first-image {
    padding: 15px 0 0 30px; } }

@media (min-width: 768px) {
  .second-image {
    padding: 20px 20px 0px 80px; } }

@media (min-width: 768px) {
  .third-image {
    width: 150px;
    padding: 0px 10px 0px 80px; } }

@media (min-width: 768px) {
  .fourth-image {
    width: 100px;
    padding: 0px 0px 0px 60px; } }

@media (max-width: 768px) {
  .three-col {
    margin-top: 50px; } }

@-webkit-keyframes HoloFade {
  0% {
    background-position: 0% 95%; }
  50% {
    background-position: 35% 19%; }
  100% {
    background-position: 0% 95%; } }
@-moz-keyframes HoloFade {
  0% {
    background-position: 0% 95%; }
  50% {
    background-position: 35% 19%; }
  100% {
    background-position: 0% 95%; } }
@keyframes HoloFade {
  0% {
    background-position: 0% 95%; }
  50% {
    background-position: 35% 19%; }
  100% {
    background-position: 0% 95%; } }
@-webkit-keyframes HoloLogoFade {
  0% {
    background-position: 0% 0%; }
  50% {
    background-position: 50% 0%; }
  100% {
    background-position: 100% 0%; } }
@-moz-keyframes HoloLogoFade {
  0% {
    background-position: 0% 0%; }
  50% {
    background-position: 50% 0%; }
  100% {
    background-position: 100% 0%; } }
@keyframes HoloLogoFade {
  0% {
    background-position: 0% 0%; }
  50% {
    background-position: 50% 0%; }
  100% {
    background-position: 100% 0%; } }
.gradient-box button {
  border: 2px solid white;
  background: transparent;
  color: white; }

.gradient-box button a, .gradient-box a {
  color: white;
  background: none;
  animation: none;
  text-fill-color: white;
  -webkit-background-clip: none;
  -webkit-text-fill-color: white; }

.fa {
  margin-right: 10px; }

.hiring-banner {
  text-align: center; }

#team {
  margin: 0 5% 0 10%; }
  @media (min-width: 600px) and (max-width: 899px) {
    #team {
      margin-right: 0%; } }

.team-intro {
  width: 50%;
  margin: 0 auto; }

.team-curve-mask {
  margin-bottom: 80px; }

.team-curve-content-wrap {
  min-height: 50vh !important; }

.grid {
  margin: 0 auto; }

.grid-sizer {
  width: 320px; }

@media (max-width: 768px) {
  .grid-sizer {
    width: 360px; } }
.grid-content {
  margin: 10px; }

.team-image {
  width: 200px; }

.grid-item {
  margin-bottom: 20px;
  padding: 10px; }

.grid-item p {
  text-align: center; }

.grid-item img {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%; }

.wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  transform-style: preserve-3d;
  perspective: 1000px;
  animation: rotate 30s infinite linear; }

@keyframes rotate {
  100% {
    transform: rotateY(360deg) rotateX(360deg); } }
.c {
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  opacity: 0; }

.c:nth-child(1) {
  animation: orbit1 30s infinite;
  animation-delay: 0.01s;
  background-color: #00ff80; }

@keyframes orbit1 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-315deg) rotateY(41deg) translateX(300px) rotateZ(315deg); }
  80% {
    transform: rotateZ(-315deg) rotateY(41deg) translateX(300px) rotateZ(315deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-315deg) rotateY(41deg) translateX(900px) rotateZ(315deg); } }
.c:nth-child(2) {
  animation: orbit2 30s infinite;
  animation-delay: 0.02s;
  background-color: #00ff81; }

@keyframes orbit2 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-220deg) rotateY(67deg) translateX(300px) rotateZ(220deg); }
  80% {
    transform: rotateZ(-220deg) rotateY(67deg) translateX(300px) rotateZ(220deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-220deg) rotateY(67deg) translateX(900px) rotateZ(220deg); } }
.c:nth-child(3) {
  animation: orbit3 30s infinite;
  animation-delay: 0.03s;
  background-color: #00ff81; }

@keyframes orbit3 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-348deg) rotateY(225deg) translateX(300px) rotateZ(348deg); }
  80% {
    transform: rotateZ(-348deg) rotateY(225deg) translateX(300px) rotateZ(348deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-348deg) rotateY(225deg) translateX(900px) rotateZ(348deg); } }
.c:nth-child(4) {
  animation: orbit4 30s infinite;
  animation-delay: 0.04s;
  background-color: #00ff82; }

@keyframes orbit4 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-233deg) rotateY(172deg) translateX(300px) rotateZ(233deg); }
  80% {
    transform: rotateZ(-233deg) rotateY(172deg) translateX(300px) rotateZ(233deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-233deg) rotateY(172deg) translateX(900px) rotateZ(233deg); } }
.c:nth-child(5) {
  animation: orbit5 30s infinite;
  animation-delay: 0.05s;
  background-color: #00ff82; }

@keyframes orbit5 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-159deg) rotateY(38deg) translateX(300px) rotateZ(159deg); }
  80% {
    transform: rotateZ(-159deg) rotateY(38deg) translateX(300px) rotateZ(159deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-159deg) rotateY(38deg) translateX(900px) rotateZ(159deg); } }
.c:nth-child(6) {
  animation: orbit6 30s infinite;
  animation-delay: 0.06s;
  background-color: #00ff83; }

@keyframes orbit6 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-172deg) rotateY(116deg) translateX(300px) rotateZ(172deg); }
  80% {
    transform: rotateZ(-172deg) rotateY(116deg) translateX(300px) rotateZ(172deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-172deg) rotateY(116deg) translateX(900px) rotateZ(172deg); } }
.c:nth-child(7) {
  animation: orbit7 30s infinite;
  animation-delay: 0.07s;
  background-color: #00ff83; }

@keyframes orbit7 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-73deg) rotateY(308deg) translateX(300px) rotateZ(73deg); }
  80% {
    transform: rotateZ(-73deg) rotateY(308deg) translateX(300px) rotateZ(73deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-73deg) rotateY(308deg) translateX(900px) rotateZ(73deg); } }
.c:nth-child(8) {
  animation: orbit8 30s infinite;
  animation-delay: 0.08s;
  background-color: #00ff84; }

@keyframes orbit8 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-41deg) rotateY(3deg) translateX(300px) rotateZ(41deg); }
  80% {
    transform: rotateZ(-41deg) rotateY(3deg) translateX(300px) rotateZ(41deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-41deg) rotateY(3deg) translateX(900px) rotateZ(41deg); } }
.c:nth-child(9) {
  animation: orbit9 30s infinite;
  animation-delay: 0.09s;
  background-color: #00ff85; }

@keyframes orbit9 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-216deg) rotateY(85deg) translateX(300px) rotateZ(216deg); }
  80% {
    transform: rotateZ(-216deg) rotateY(85deg) translateX(300px) rotateZ(216deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-216deg) rotateY(85deg) translateX(900px) rotateZ(216deg); } }
.c:nth-child(10) {
  animation: orbit10 30s infinite;
  animation-delay: 0.1s;
  background-color: #00ff85; }

@keyframes orbit10 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-65deg) rotateY(184deg) translateX(300px) rotateZ(65deg); }
  80% {
    transform: rotateZ(-65deg) rotateY(184deg) translateX(300px) rotateZ(65deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-65deg) rotateY(184deg) translateX(900px) rotateZ(65deg); } }
.c:nth-child(11) {
  animation: orbit11 30s infinite;
  animation-delay: 0.11s;
  background-color: #00ff86; }

@keyframes orbit11 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-348deg) rotateY(255deg) translateX(300px) rotateZ(348deg); }
  80% {
    transform: rotateZ(-348deg) rotateY(255deg) translateX(300px) rotateZ(348deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-348deg) rotateY(255deg) translateX(900px) rotateZ(348deg); } }
.c:nth-child(12) {
  animation: orbit12 30s infinite;
  animation-delay: 0.12s;
  background-color: #00ff86; }

@keyframes orbit12 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-305deg) rotateY(45deg) translateX(300px) rotateZ(305deg); }
  80% {
    transform: rotateZ(-305deg) rotateY(45deg) translateX(300px) rotateZ(305deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-305deg) rotateY(45deg) translateX(900px) rotateZ(305deg); } }
.c:nth-child(13) {
  animation: orbit13 30s infinite;
  animation-delay: 0.13s;
  background-color: #00ff87; }

@keyframes orbit13 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-76deg) rotateY(229deg) translateX(300px) rotateZ(76deg); }
  80% {
    transform: rotateZ(-76deg) rotateY(229deg) translateX(300px) rotateZ(76deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-76deg) rotateY(229deg) translateX(900px) rotateZ(76deg); } }
.c:nth-child(14) {
  animation: orbit14 30s infinite;
  animation-delay: 0.14s;
  background-color: #00ff87; }

@keyframes orbit14 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-172deg) rotateY(55deg) translateX(300px) rotateZ(172deg); }
  80% {
    transform: rotateZ(-172deg) rotateY(55deg) translateX(300px) rotateZ(172deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-172deg) rotateY(55deg) translateX(900px) rotateZ(172deg); } }
.c:nth-child(15) {
  animation: orbit15 30s infinite;
  animation-delay: 0.15s;
  background-color: #00ff88; }

@keyframes orbit15 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-252deg) rotateY(121deg) translateX(300px) rotateZ(252deg); }
  80% {
    transform: rotateZ(-252deg) rotateY(121deg) translateX(300px) rotateZ(252deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-252deg) rotateY(121deg) translateX(900px) rotateZ(252deg); } }
.c:nth-child(16) {
  animation: orbit16 30s infinite;
  animation-delay: 0.16s;
  background-color: #00ff89; }

@keyframes orbit16 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-138deg) rotateY(60deg) translateX(300px) rotateZ(138deg); }
  80% {
    transform: rotateZ(-138deg) rotateY(60deg) translateX(300px) rotateZ(138deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-138deg) rotateY(60deg) translateX(900px) rotateZ(138deg); } }
.c:nth-child(17) {
  animation: orbit17 30s infinite;
  animation-delay: 0.17s;
  background-color: #00ff89; }

@keyframes orbit17 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-269deg) rotateY(239deg) translateX(300px) rotateZ(269deg); }
  80% {
    transform: rotateZ(-269deg) rotateY(239deg) translateX(300px) rotateZ(269deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-269deg) rotateY(239deg) translateX(900px) rotateZ(269deg); } }
.c:nth-child(18) {
  animation: orbit18 30s infinite;
  animation-delay: 0.18s;
  background-color: #00ff8a; }

@keyframes orbit18 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-172deg) rotateY(256deg) translateX(300px) rotateZ(172deg); }
  80% {
    transform: rotateZ(-172deg) rotateY(256deg) translateX(300px) rotateZ(172deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-172deg) rotateY(256deg) translateX(900px) rotateZ(172deg); } }
.c:nth-child(19) {
  animation: orbit19 30s infinite;
  animation-delay: 0.19s;
  background-color: #00ff8a; }

@keyframes orbit19 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-350deg) rotateY(342deg) translateX(300px) rotateZ(350deg); }
  80% {
    transform: rotateZ(-350deg) rotateY(342deg) translateX(300px) rotateZ(350deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-350deg) rotateY(342deg) translateX(900px) rotateZ(350deg); } }
.c:nth-child(20) {
  animation: orbit20 30s infinite;
  animation-delay: 0.2s;
  background-color: #00ff8b; }

@keyframes orbit20 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-316deg) rotateY(183deg) translateX(300px) rotateZ(316deg); }
  80% {
    transform: rotateZ(-316deg) rotateY(183deg) translateX(300px) rotateZ(316deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-316deg) rotateY(183deg) translateX(900px) rotateZ(316deg); } }
.c:nth-child(21) {
  animation: orbit21 30s infinite;
  animation-delay: 0.21s;
  background-color: #00ff8b; }

@keyframes orbit21 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-198deg) rotateY(179deg) translateX(300px) rotateZ(198deg); }
  80% {
    transform: rotateZ(-198deg) rotateY(179deg) translateX(300px) rotateZ(198deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-198deg) rotateY(179deg) translateX(900px) rotateZ(198deg); } }
.c:nth-child(22) {
  animation: orbit22 30s infinite;
  animation-delay: 0.22s;
  background-color: #00ff8c; }

@keyframes orbit22 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-293deg) rotateY(249deg) translateX(300px) rotateZ(293deg); }
  80% {
    transform: rotateZ(-293deg) rotateY(249deg) translateX(300px) rotateZ(293deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-293deg) rotateY(249deg) translateX(900px) rotateZ(293deg); } }
.c:nth-child(23) {
  animation: orbit23 30s infinite;
  animation-delay: 0.23s;
  background-color: #00ff8d; }

@keyframes orbit23 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-19deg) rotateY(210deg) translateX(300px) rotateZ(19deg); }
  80% {
    transform: rotateZ(-19deg) rotateY(210deg) translateX(300px) rotateZ(19deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-19deg) rotateY(210deg) translateX(900px) rotateZ(19deg); } }
.c:nth-child(24) {
  animation: orbit24 30s infinite;
  animation-delay: 0.24s;
  background-color: #00ff8d; }

@keyframes orbit24 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-349deg) rotateY(219deg) translateX(300px) rotateZ(349deg); }
  80% {
    transform: rotateZ(-349deg) rotateY(219deg) translateX(300px) rotateZ(349deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-349deg) rotateY(219deg) translateX(900px) rotateZ(349deg); } }
.c:nth-child(25) {
  animation: orbit25 30s infinite;
  animation-delay: 0.25s;
  background-color: #00ff8e; }

@keyframes orbit25 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-78deg) rotateY(182deg) translateX(300px) rotateZ(78deg); }
  80% {
    transform: rotateZ(-78deg) rotateY(182deg) translateX(300px) rotateZ(78deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-78deg) rotateY(182deg) translateX(900px) rotateZ(78deg); } }
.c:nth-child(26) {
  animation: orbit26 30s infinite;
  animation-delay: 0.26s;
  background-color: #00ff8e; }

@keyframes orbit26 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-288deg) rotateY(54deg) translateX(300px) rotateZ(288deg); }
  80% {
    transform: rotateZ(-288deg) rotateY(54deg) translateX(300px) rotateZ(288deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-288deg) rotateY(54deg) translateX(900px) rotateZ(288deg); } }
.c:nth-child(27) {
  animation: orbit27 30s infinite;
  animation-delay: 0.27s;
  background-color: #00ff8f; }

@keyframes orbit27 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-123deg) rotateY(242deg) translateX(300px) rotateZ(123deg); }
  80% {
    transform: rotateZ(-123deg) rotateY(242deg) translateX(300px) rotateZ(123deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-123deg) rotateY(242deg) translateX(900px) rotateZ(123deg); } }
.c:nth-child(28) {
  animation: orbit28 30s infinite;
  animation-delay: 0.28s;
  background-color: #00ff8f; }

@keyframes orbit28 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-336deg) rotateY(175deg) translateX(300px) rotateZ(336deg); }
  80% {
    transform: rotateZ(-336deg) rotateY(175deg) translateX(300px) rotateZ(336deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-336deg) rotateY(175deg) translateX(900px) rotateZ(336deg); } }
.c:nth-child(29) {
  animation: orbit29 30s infinite;
  animation-delay: 0.29s;
  background-color: #00ff90; }

@keyframes orbit29 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-209deg) rotateY(133deg) translateX(300px) rotateZ(209deg); }
  80% {
    transform: rotateZ(-209deg) rotateY(133deg) translateX(300px) rotateZ(209deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-209deg) rotateY(133deg) translateX(900px) rotateZ(209deg); } }
.c:nth-child(30) {
  animation: orbit30 30s infinite;
  animation-delay: 0.3s;
  background-color: #00ff91; }

@keyframes orbit30 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-118deg) rotateY(270deg) translateX(300px) rotateZ(118deg); }
  80% {
    transform: rotateZ(-118deg) rotateY(270deg) translateX(300px) rotateZ(118deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-118deg) rotateY(270deg) translateX(900px) rotateZ(118deg); } }
.c:nth-child(31) {
  animation: orbit31 30s infinite;
  animation-delay: 0.31s;
  background-color: #00ff91; }

@keyframes orbit31 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-33deg) rotateY(146deg) translateX(300px) rotateZ(33deg); }
  80% {
    transform: rotateZ(-33deg) rotateY(146deg) translateX(300px) rotateZ(33deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-33deg) rotateY(146deg) translateX(900px) rotateZ(33deg); } }
.c:nth-child(32) {
  animation: orbit32 30s infinite;
  animation-delay: 0.32s;
  background-color: #00ff92; }

@keyframes orbit32 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-170deg) rotateY(304deg) translateX(300px) rotateZ(170deg); }
  80% {
    transform: rotateZ(-170deg) rotateY(304deg) translateX(300px) rotateZ(170deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-170deg) rotateY(304deg) translateX(900px) rotateZ(170deg); } }
.c:nth-child(33) {
  animation: orbit33 30s infinite;
  animation-delay: 0.33s;
  background-color: #00ff92; }

@keyframes orbit33 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-239deg) rotateY(355deg) translateX(300px) rotateZ(239deg); }
  80% {
    transform: rotateZ(-239deg) rotateY(355deg) translateX(300px) rotateZ(239deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-239deg) rotateY(355deg) translateX(900px) rotateZ(239deg); } }
.c:nth-child(34) {
  animation: orbit34 30s infinite;
  animation-delay: 0.34s;
  background-color: #00ff93; }

@keyframes orbit34 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-53deg) rotateY(108deg) translateX(300px) rotateZ(53deg); }
  80% {
    transform: rotateZ(-53deg) rotateY(108deg) translateX(300px) rotateZ(53deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-53deg) rotateY(108deg) translateX(900px) rotateZ(53deg); } }
.c:nth-child(35) {
  animation: orbit35 30s infinite;
  animation-delay: 0.35s;
  background-color: #00ff93; }

@keyframes orbit35 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-307deg) rotateY(343deg) translateX(300px) rotateZ(307deg); }
  80% {
    transform: rotateZ(-307deg) rotateY(343deg) translateX(300px) rotateZ(307deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-307deg) rotateY(343deg) translateX(900px) rotateZ(307deg); } }
.c:nth-child(36) {
  animation: orbit36 30s infinite;
  animation-delay: 0.36s;
  background-color: #00ff94; }

@keyframes orbit36 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-45deg) rotateY(19deg) translateX(300px) rotateZ(45deg); }
  80% {
    transform: rotateZ(-45deg) rotateY(19deg) translateX(300px) rotateZ(45deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-45deg) rotateY(19deg) translateX(900px) rotateZ(45deg); } }
.c:nth-child(37) {
  animation: orbit37 30s infinite;
  animation-delay: 0.37s;
  background-color: #00ff94; }

@keyframes orbit37 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-322deg) rotateY(299deg) translateX(300px) rotateZ(322deg); }
  80% {
    transform: rotateZ(-322deg) rotateY(299deg) translateX(300px) rotateZ(322deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-322deg) rotateY(299deg) translateX(900px) rotateZ(322deg); } }
.c:nth-child(38) {
  animation: orbit38 30s infinite;
  animation-delay: 0.38s;
  background-color: #00ff95; }

@keyframes orbit38 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-243deg) rotateY(81deg) translateX(300px) rotateZ(243deg); }
  80% {
    transform: rotateZ(-243deg) rotateY(81deg) translateX(300px) rotateZ(243deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-243deg) rotateY(81deg) translateX(900px) rotateZ(243deg); } }
.c:nth-child(39) {
  animation: orbit39 30s infinite;
  animation-delay: 0.39s;
  background-color: #00ff96; }

@keyframes orbit39 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-290deg) rotateY(32deg) translateX(300px) rotateZ(290deg); }
  80% {
    transform: rotateZ(-290deg) rotateY(32deg) translateX(300px) rotateZ(290deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-290deg) rotateY(32deg) translateX(900px) rotateZ(290deg); } }
.c:nth-child(40) {
  animation: orbit40 30s infinite;
  animation-delay: 0.4s;
  background-color: #00ff96; }

@keyframes orbit40 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-343deg) rotateY(124deg) translateX(300px) rotateZ(343deg); }
  80% {
    transform: rotateZ(-343deg) rotateY(124deg) translateX(300px) rotateZ(343deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-343deg) rotateY(124deg) translateX(900px) rotateZ(343deg); } }
.c:nth-child(41) {
  animation: orbit41 30s infinite;
  animation-delay: 0.41s;
  background-color: #00ff97; }

@keyframes orbit41 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-124deg) rotateY(191deg) translateX(300px) rotateZ(124deg); }
  80% {
    transform: rotateZ(-124deg) rotateY(191deg) translateX(300px) rotateZ(124deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-124deg) rotateY(191deg) translateX(900px) rotateZ(124deg); } }
.c:nth-child(42) {
  animation: orbit42 30s infinite;
  animation-delay: 0.42s;
  background-color: #00ff97; }

@keyframes orbit42 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-130deg) rotateY(93deg) translateX(300px) rotateZ(130deg); }
  80% {
    transform: rotateZ(-130deg) rotateY(93deg) translateX(300px) rotateZ(130deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-130deg) rotateY(93deg) translateX(900px) rotateZ(130deg); } }
.c:nth-child(43) {
  animation: orbit43 30s infinite;
  animation-delay: 0.43s;
  background-color: #00ff98; }

@keyframes orbit43 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-295deg) rotateY(218deg) translateX(300px) rotateZ(295deg); }
  80% {
    transform: rotateZ(-295deg) rotateY(218deg) translateX(300px) rotateZ(295deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-295deg) rotateY(218deg) translateX(900px) rotateZ(295deg); } }
.c:nth-child(44) {
  animation: orbit44 30s infinite;
  animation-delay: 0.44s;
  background-color: #00ff98; }

@keyframes orbit44 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-333deg) rotateY(223deg) translateX(300px) rotateZ(333deg); }
  80% {
    transform: rotateZ(-333deg) rotateY(223deg) translateX(300px) rotateZ(333deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-333deg) rotateY(223deg) translateX(900px) rotateZ(333deg); } }
.c:nth-child(45) {
  animation: orbit45 30s infinite;
  animation-delay: 0.45s;
  background-color: #00ff99; }

@keyframes orbit45 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-124deg) rotateY(227deg) translateX(300px) rotateZ(124deg); }
  80% {
    transform: rotateZ(-124deg) rotateY(227deg) translateX(300px) rotateZ(124deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-124deg) rotateY(227deg) translateX(900px) rotateZ(124deg); } }
.c:nth-child(46) {
  animation: orbit46 30s infinite;
  animation-delay: 0.46s;
  background-color: #00ff9a; }

@keyframes orbit46 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-98deg) rotateY(357deg) translateX(300px) rotateZ(98deg); }
  80% {
    transform: rotateZ(-98deg) rotateY(357deg) translateX(300px) rotateZ(98deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-98deg) rotateY(357deg) translateX(900px) rotateZ(98deg); } }
.c:nth-child(47) {
  animation: orbit47 30s infinite;
  animation-delay: 0.47s;
  background-color: #00ff9a; }

@keyframes orbit47 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-4deg) rotateY(7deg) translateX(300px) rotateZ(4deg); }
  80% {
    transform: rotateZ(-4deg) rotateY(7deg) translateX(300px) rotateZ(4deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-4deg) rotateY(7deg) translateX(900px) rotateZ(4deg); } }
.c:nth-child(48) {
  animation: orbit48 30s infinite;
  animation-delay: 0.48s;
  background-color: #00ff9b; }

@keyframes orbit48 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-105deg) rotateY(208deg) translateX(300px) rotateZ(105deg); }
  80% {
    transform: rotateZ(-105deg) rotateY(208deg) translateX(300px) rotateZ(105deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-105deg) rotateY(208deg) translateX(900px) rotateZ(105deg); } }
.c:nth-child(49) {
  animation: orbit49 30s infinite;
  animation-delay: 0.49s;
  background-color: #00ff9b; }

@keyframes orbit49 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-35deg) rotateY(191deg) translateX(300px) rotateZ(35deg); }
  80% {
    transform: rotateZ(-35deg) rotateY(191deg) translateX(300px) rotateZ(35deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-35deg) rotateY(191deg) translateX(900px) rotateZ(35deg); } }
.c:nth-child(50) {
  animation: orbit50 30s infinite;
  animation-delay: 0.5s;
  background-color: #00ff9c; }

@keyframes orbit50 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-182deg) rotateY(165deg) translateX(300px) rotateZ(182deg); }
  80% {
    transform: rotateZ(-182deg) rotateY(165deg) translateX(300px) rotateZ(182deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-182deg) rotateY(165deg) translateX(900px) rotateZ(182deg); } }
.c:nth-child(51) {
  animation: orbit51 30s infinite;
  animation-delay: 0.51s;
  background-color: #00ff9c; }

@keyframes orbit51 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-158deg) rotateY(349deg) translateX(300px) rotateZ(158deg); }
  80% {
    transform: rotateZ(-158deg) rotateY(349deg) translateX(300px) rotateZ(158deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-158deg) rotateY(349deg) translateX(900px) rotateZ(158deg); } }
.c:nth-child(52) {
  animation: orbit52 30s infinite;
  animation-delay: 0.52s;
  background-color: #00ff9d; }

@keyframes orbit52 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-293deg) rotateY(291deg) translateX(300px) rotateZ(293deg); }
  80% {
    transform: rotateZ(-293deg) rotateY(291deg) translateX(300px) rotateZ(293deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-293deg) rotateY(291deg) translateX(900px) rotateZ(293deg); } }
.c:nth-child(53) {
  animation: orbit53 30s infinite;
  animation-delay: 0.53s;
  background-color: #00ff9e; }

@keyframes orbit53 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-290deg) rotateY(263deg) translateX(300px) rotateZ(290deg); }
  80% {
    transform: rotateZ(-290deg) rotateY(263deg) translateX(300px) rotateZ(290deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-290deg) rotateY(263deg) translateX(900px) rotateZ(290deg); } }
.c:nth-child(54) {
  animation: orbit54 30s infinite;
  animation-delay: 0.54s;
  background-color: #00ff9e; }

@keyframes orbit54 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-271deg) rotateY(104deg) translateX(300px) rotateZ(271deg); }
  80% {
    transform: rotateZ(-271deg) rotateY(104deg) translateX(300px) rotateZ(271deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-271deg) rotateY(104deg) translateX(900px) rotateZ(271deg); } }
.c:nth-child(55) {
  animation: orbit55 30s infinite;
  animation-delay: 0.55s;
  background-color: #00ff9f; }

@keyframes orbit55 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-115deg) rotateY(307deg) translateX(300px) rotateZ(115deg); }
  80% {
    transform: rotateZ(-115deg) rotateY(307deg) translateX(300px) rotateZ(115deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-115deg) rotateY(307deg) translateX(900px) rotateZ(115deg); } }
.c:nth-child(56) {
  animation: orbit56 30s infinite;
  animation-delay: 0.56s;
  background-color: #00ff9f; }

@keyframes orbit56 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-319deg) rotateY(320deg) translateX(300px) rotateZ(319deg); }
  80% {
    transform: rotateZ(-319deg) rotateY(320deg) translateX(300px) rotateZ(319deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-319deg) rotateY(320deg) translateX(900px) rotateZ(319deg); } }
.c:nth-child(57) {
  animation: orbit57 30s infinite;
  animation-delay: 0.57s;
  background-color: #00ffa0; }

@keyframes orbit57 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-256deg) rotateY(231deg) translateX(300px) rotateZ(256deg); }
  80% {
    transform: rotateZ(-256deg) rotateY(231deg) translateX(300px) rotateZ(256deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-256deg) rotateY(231deg) translateX(900px) rotateZ(256deg); } }
.c:nth-child(58) {
  animation: orbit58 30s infinite;
  animation-delay: 0.58s;
  background-color: #00ffa0; }

@keyframes orbit58 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-94deg) rotateY(95deg) translateX(300px) rotateZ(94deg); }
  80% {
    transform: rotateZ(-94deg) rotateY(95deg) translateX(300px) rotateZ(94deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-94deg) rotateY(95deg) translateX(900px) rotateZ(94deg); } }
.c:nth-child(59) {
  animation: orbit59 30s infinite;
  animation-delay: 0.59s;
  background-color: #00ffa1; }

@keyframes orbit59 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-292deg) rotateY(17deg) translateX(300px) rotateZ(292deg); }
  80% {
    transform: rotateZ(-292deg) rotateY(17deg) translateX(300px) rotateZ(292deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-292deg) rotateY(17deg) translateX(900px) rotateZ(292deg); } }
.c:nth-child(60) {
  animation: orbit60 30s infinite;
  animation-delay: 0.6s;
  background-color: #00ffa2; }

@keyframes orbit60 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-108deg) rotateY(158deg) translateX(300px) rotateZ(108deg); }
  80% {
    transform: rotateZ(-108deg) rotateY(158deg) translateX(300px) rotateZ(108deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-108deg) rotateY(158deg) translateX(900px) rotateZ(108deg); } }
.c:nth-child(61) {
  animation: orbit61 30s infinite;
  animation-delay: 0.61s;
  background-color: #00ffa2; }

@keyframes orbit61 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-5deg) rotateY(344deg) translateX(300px) rotateZ(5deg); }
  80% {
    transform: rotateZ(-5deg) rotateY(344deg) translateX(300px) rotateZ(5deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-5deg) rotateY(344deg) translateX(900px) rotateZ(5deg); } }
.c:nth-child(62) {
  animation: orbit62 30s infinite;
  animation-delay: 0.62s;
  background-color: #00ffa3; }

@keyframes orbit62 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-36deg) rotateY(260deg) translateX(300px) rotateZ(36deg); }
  80% {
    transform: rotateZ(-36deg) rotateY(260deg) translateX(300px) rotateZ(36deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-36deg) rotateY(260deg) translateX(900px) rotateZ(36deg); } }
.c:nth-child(63) {
  animation: orbit63 30s infinite;
  animation-delay: 0.63s;
  background-color: #00ffa3; }

@keyframes orbit63 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-149deg) rotateY(283deg) translateX(300px) rotateZ(149deg); }
  80% {
    transform: rotateZ(-149deg) rotateY(283deg) translateX(300px) rotateZ(149deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-149deg) rotateY(283deg) translateX(900px) rotateZ(149deg); } }
.c:nth-child(64) {
  animation: orbit64 30s infinite;
  animation-delay: 0.64s;
  background-color: #00ffa4; }

@keyframes orbit64 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-290deg) rotateY(253deg) translateX(300px) rotateZ(290deg); }
  80% {
    transform: rotateZ(-290deg) rotateY(253deg) translateX(300px) rotateZ(290deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-290deg) rotateY(253deg) translateX(900px) rotateZ(290deg); } }
.c:nth-child(65) {
  animation: orbit65 30s infinite;
  animation-delay: 0.65s;
  background-color: #00ffa4; }

@keyframes orbit65 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-17deg) rotateY(57deg) translateX(300px) rotateZ(17deg); }
  80% {
    transform: rotateZ(-17deg) rotateY(57deg) translateX(300px) rotateZ(17deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-17deg) rotateY(57deg) translateX(900px) rotateZ(17deg); } }
.c:nth-child(66) {
  animation: orbit66 30s infinite;
  animation-delay: 0.66s;
  background-color: #00ffa5; }

@keyframes orbit66 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-18deg) rotateY(33deg) translateX(300px) rotateZ(18deg); }
  80% {
    transform: rotateZ(-18deg) rotateY(33deg) translateX(300px) rotateZ(18deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-18deg) rotateY(33deg) translateX(900px) rotateZ(18deg); } }
.c:nth-child(67) {
  animation: orbit67 30s infinite;
  animation-delay: 0.67s;
  background-color: #00ffa5; }

@keyframes orbit67 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-339deg) rotateY(307deg) translateX(300px) rotateZ(339deg); }
  80% {
    transform: rotateZ(-339deg) rotateY(307deg) translateX(300px) rotateZ(339deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-339deg) rotateY(307deg) translateX(900px) rotateZ(339deg); } }
.c:nth-child(68) {
  animation: orbit68 30s infinite;
  animation-delay: 0.68s;
  background-color: #00ffa6; }

@keyframes orbit68 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-60deg) rotateY(252deg) translateX(300px) rotateZ(60deg); }
  80% {
    transform: rotateZ(-60deg) rotateY(252deg) translateX(300px) rotateZ(60deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-60deg) rotateY(252deg) translateX(900px) rotateZ(60deg); } }
.c:nth-child(69) {
  animation: orbit69 30s infinite;
  animation-delay: 0.69s;
  background-color: #00ffa7; }

@keyframes orbit69 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-11deg) rotateY(151deg) translateX(300px) rotateZ(11deg); }
  80% {
    transform: rotateZ(-11deg) rotateY(151deg) translateX(300px) rotateZ(11deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-11deg) rotateY(151deg) translateX(900px) rotateZ(11deg); } }
.c:nth-child(70) {
  animation: orbit70 30s infinite;
  animation-delay: 0.7s;
  background-color: #00ffa7; }

@keyframes orbit70 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-316deg) rotateY(238deg) translateX(300px) rotateZ(316deg); }
  80% {
    transform: rotateZ(-316deg) rotateY(238deg) translateX(300px) rotateZ(316deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-316deg) rotateY(238deg) translateX(900px) rotateZ(316deg); } }
.c:nth-child(71) {
  animation: orbit71 30s infinite;
  animation-delay: 0.71s;
  background-color: #00ffa8; }

@keyframes orbit71 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-17deg) rotateY(77deg) translateX(300px) rotateZ(17deg); }
  80% {
    transform: rotateZ(-17deg) rotateY(77deg) translateX(300px) rotateZ(17deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-17deg) rotateY(77deg) translateX(900px) rotateZ(17deg); } }
.c:nth-child(72) {
  animation: orbit72 30s infinite;
  animation-delay: 0.72s;
  background-color: #00ffa8; }

@keyframes orbit72 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-299deg) rotateY(345deg) translateX(300px) rotateZ(299deg); }
  80% {
    transform: rotateZ(-299deg) rotateY(345deg) translateX(300px) rotateZ(299deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-299deg) rotateY(345deg) translateX(900px) rotateZ(299deg); } }
.c:nth-child(73) {
  animation: orbit73 30s infinite;
  animation-delay: 0.73s;
  background-color: #00ffa9; }

@keyframes orbit73 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-291deg) rotateY(336deg) translateX(300px) rotateZ(291deg); }
  80% {
    transform: rotateZ(-291deg) rotateY(336deg) translateX(300px) rotateZ(291deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-291deg) rotateY(336deg) translateX(900px) rotateZ(291deg); } }
.c:nth-child(74) {
  animation: orbit74 30s infinite;
  animation-delay: 0.74s;
  background-color: #00ffa9; }

@keyframes orbit74 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-170deg) rotateY(227deg) translateX(300px) rotateZ(170deg); }
  80% {
    transform: rotateZ(-170deg) rotateY(227deg) translateX(300px) rotateZ(170deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-170deg) rotateY(227deg) translateX(900px) rotateZ(170deg); } }
.c:nth-child(75) {
  animation: orbit75 30s infinite;
  animation-delay: 0.75s;
  background-color: #00ffaa; }

@keyframes orbit75 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-285deg) rotateY(353deg) translateX(300px) rotateZ(285deg); }
  80% {
    transform: rotateZ(-285deg) rotateY(353deg) translateX(300px) rotateZ(285deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-285deg) rotateY(353deg) translateX(900px) rotateZ(285deg); } }
.c:nth-child(76) {
  animation: orbit76 30s infinite;
  animation-delay: 0.76s;
  background-color: #00ffab; }

@keyframes orbit76 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-271deg) rotateY(135deg) translateX(300px) rotateZ(271deg); }
  80% {
    transform: rotateZ(-271deg) rotateY(135deg) translateX(300px) rotateZ(271deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-271deg) rotateY(135deg) translateX(900px) rotateZ(271deg); } }
.c:nth-child(77) {
  animation: orbit77 30s infinite;
  animation-delay: 0.77s;
  background-color: #00ffab; }

@keyframes orbit77 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-77deg) rotateY(100deg) translateX(300px) rotateZ(77deg); }
  80% {
    transform: rotateZ(-77deg) rotateY(100deg) translateX(300px) rotateZ(77deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-77deg) rotateY(100deg) translateX(900px) rotateZ(77deg); } }
.c:nth-child(78) {
  animation: orbit78 30s infinite;
  animation-delay: 0.78s;
  background-color: #00ffac; }

@keyframes orbit78 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-247deg) rotateY(270deg) translateX(300px) rotateZ(247deg); }
  80% {
    transform: rotateZ(-247deg) rotateY(270deg) translateX(300px) rotateZ(247deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-247deg) rotateY(270deg) translateX(900px) rotateZ(247deg); } }
.c:nth-child(79) {
  animation: orbit79 30s infinite;
  animation-delay: 0.79s;
  background-color: #00ffac; }

@keyframes orbit79 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-2deg) rotateY(275deg) translateX(300px) rotateZ(2deg); }
  80% {
    transform: rotateZ(-2deg) rotateY(275deg) translateX(300px) rotateZ(2deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-2deg) rotateY(275deg) translateX(900px) rotateZ(2deg); } }
.c:nth-child(80) {
  animation: orbit80 30s infinite;
  animation-delay: 0.8s;
  background-color: #00ffad; }

@keyframes orbit80 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-48deg) rotateY(59deg) translateX(300px) rotateZ(48deg); }
  80% {
    transform: rotateZ(-48deg) rotateY(59deg) translateX(300px) rotateZ(48deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-48deg) rotateY(59deg) translateX(900px) rotateZ(48deg); } }
.c:nth-child(81) {
  animation: orbit81 30s infinite;
  animation-delay: 0.81s;
  background-color: #00ffad; }

@keyframes orbit81 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-134deg) rotateY(32deg) translateX(300px) rotateZ(134deg); }
  80% {
    transform: rotateZ(-134deg) rotateY(32deg) translateX(300px) rotateZ(134deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-134deg) rotateY(32deg) translateX(900px) rotateZ(134deg); } }
.c:nth-child(82) {
  animation: orbit82 30s infinite;
  animation-delay: 0.82s;
  background-color: #00ffae; }

@keyframes orbit82 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-110deg) rotateY(239deg) translateX(300px) rotateZ(110deg); }
  80% {
    transform: rotateZ(-110deg) rotateY(239deg) translateX(300px) rotateZ(110deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-110deg) rotateY(239deg) translateX(900px) rotateZ(110deg); } }
.c:nth-child(83) {
  animation: orbit83 30s infinite;
  animation-delay: 0.83s;
  background-color: #00ffaf; }

@keyframes orbit83 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-1deg) rotateY(296deg) translateX(300px) rotateZ(1deg); }
  80% {
    transform: rotateZ(-1deg) rotateY(296deg) translateX(300px) rotateZ(1deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-1deg) rotateY(296deg) translateX(900px) rotateZ(1deg); } }
.c:nth-child(84) {
  animation: orbit84 30s infinite;
  animation-delay: 0.84s;
  background-color: #00ffaf; }

@keyframes orbit84 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-33deg) rotateY(292deg) translateX(300px) rotateZ(33deg); }
  80% {
    transform: rotateZ(-33deg) rotateY(292deg) translateX(300px) rotateZ(33deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-33deg) rotateY(292deg) translateX(900px) rotateZ(33deg); } }
.c:nth-child(85) {
  animation: orbit85 30s infinite;
  animation-delay: 0.85s;
  background-color: #00ffb0; }

@keyframes orbit85 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-31deg) rotateY(37deg) translateX(300px) rotateZ(31deg); }
  80% {
    transform: rotateZ(-31deg) rotateY(37deg) translateX(300px) rotateZ(31deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-31deg) rotateY(37deg) translateX(900px) rotateZ(31deg); } }
.c:nth-child(86) {
  animation: orbit86 30s infinite;
  animation-delay: 0.86s;
  background-color: #00ffb0; }

@keyframes orbit86 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-209deg) rotateY(219deg) translateX(300px) rotateZ(209deg); }
  80% {
    transform: rotateZ(-209deg) rotateY(219deg) translateX(300px) rotateZ(209deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-209deg) rotateY(219deg) translateX(900px) rotateZ(209deg); } }
.c:nth-child(87) {
  animation: orbit87 30s infinite;
  animation-delay: 0.87s;
  background-color: #00ffb1; }

@keyframes orbit87 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-274deg) rotateY(225deg) translateX(300px) rotateZ(274deg); }
  80% {
    transform: rotateZ(-274deg) rotateY(225deg) translateX(300px) rotateZ(274deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-274deg) rotateY(225deg) translateX(900px) rotateZ(274deg); } }
.c:nth-child(88) {
  animation: orbit88 30s infinite;
  animation-delay: 0.88s;
  background-color: #00ffb1; }

@keyframes orbit88 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-156deg) rotateY(128deg) translateX(300px) rotateZ(156deg); }
  80% {
    transform: rotateZ(-156deg) rotateY(128deg) translateX(300px) rotateZ(156deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-156deg) rotateY(128deg) translateX(900px) rotateZ(156deg); } }
.c:nth-child(89) {
  animation: orbit89 30s infinite;
  animation-delay: 0.89s;
  background-color: #00ffb2; }

@keyframes orbit89 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-303deg) rotateY(178deg) translateX(300px) rotateZ(303deg); }
  80% {
    transform: rotateZ(-303deg) rotateY(178deg) translateX(300px) rotateZ(303deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-303deg) rotateY(178deg) translateX(900px) rotateZ(303deg); } }
.c:nth-child(90) {
  animation: orbit90 30s infinite;
  animation-delay: 0.9s;
  background-color: #00ffb3; }

@keyframes orbit90 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-341deg) rotateY(69deg) translateX(300px) rotateZ(341deg); }
  80% {
    transform: rotateZ(-341deg) rotateY(69deg) translateX(300px) rotateZ(341deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-341deg) rotateY(69deg) translateX(900px) rotateZ(341deg); } }
.c:nth-child(91) {
  animation: orbit91 30s infinite;
  animation-delay: 0.91s;
  background-color: #00ffb3; }

@keyframes orbit91 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-63deg) rotateY(12deg) translateX(300px) rotateZ(63deg); }
  80% {
    transform: rotateZ(-63deg) rotateY(12deg) translateX(300px) rotateZ(63deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-63deg) rotateY(12deg) translateX(900px) rotateZ(63deg); } }
.c:nth-child(92) {
  animation: orbit92 30s infinite;
  animation-delay: 0.92s;
  background-color: #00ffb4; }

@keyframes orbit92 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-155deg) rotateY(15deg) translateX(300px) rotateZ(155deg); }
  80% {
    transform: rotateZ(-155deg) rotateY(15deg) translateX(300px) rotateZ(155deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-155deg) rotateY(15deg) translateX(900px) rotateZ(155deg); } }
.c:nth-child(93) {
  animation: orbit93 30s infinite;
  animation-delay: 0.93s;
  background-color: #00ffb4; }

@keyframes orbit93 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-136deg) rotateY(149deg) translateX(300px) rotateZ(136deg); }
  80% {
    transform: rotateZ(-136deg) rotateY(149deg) translateX(300px) rotateZ(136deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-136deg) rotateY(149deg) translateX(900px) rotateZ(136deg); } }
.c:nth-child(94) {
  animation: orbit94 30s infinite;
  animation-delay: 0.94s;
  background-color: #00ffb5; }

@keyframes orbit94 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-287deg) rotateY(119deg) translateX(300px) rotateZ(287deg); }
  80% {
    transform: rotateZ(-287deg) rotateY(119deg) translateX(300px) rotateZ(287deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-287deg) rotateY(119deg) translateX(900px) rotateZ(287deg); } }
.c:nth-child(95) {
  animation: orbit95 30s infinite;
  animation-delay: 0.95s;
  background-color: #00ffb5; }

@keyframes orbit95 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-62deg) rotateY(134deg) translateX(300px) rotateZ(62deg); }
  80% {
    transform: rotateZ(-62deg) rotateY(134deg) translateX(300px) rotateZ(62deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-62deg) rotateY(134deg) translateX(900px) rotateZ(62deg); } }
.c:nth-child(96) {
  animation: orbit96 30s infinite;
  animation-delay: 0.96s;
  background-color: #00ffb6; }

@keyframes orbit96 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-64deg) rotateY(351deg) translateX(300px) rotateZ(64deg); }
  80% {
    transform: rotateZ(-64deg) rotateY(351deg) translateX(300px) rotateZ(64deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-64deg) rotateY(351deg) translateX(900px) rotateZ(64deg); } }
.c:nth-child(97) {
  animation: orbit97 30s infinite;
  animation-delay: 0.97s;
  background-color: #00ffb6; }

@keyframes orbit97 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-346deg) rotateY(115deg) translateX(300px) rotateZ(346deg); }
  80% {
    transform: rotateZ(-346deg) rotateY(115deg) translateX(300px) rotateZ(346deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-346deg) rotateY(115deg) translateX(900px) rotateZ(346deg); } }
.c:nth-child(98) {
  animation: orbit98 30s infinite;
  animation-delay: 0.98s;
  background-color: #00ffb7; }

@keyframes orbit98 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-161deg) rotateY(93deg) translateX(300px) rotateZ(161deg); }
  80% {
    transform: rotateZ(-161deg) rotateY(93deg) translateX(300px) rotateZ(161deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-161deg) rotateY(93deg) translateX(900px) rotateZ(161deg); } }
.c:nth-child(99) {
  animation: orbit99 30s infinite;
  animation-delay: 0.99s;
  background-color: #00ffb8; }

@keyframes orbit99 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-338deg) rotateY(52deg) translateX(300px) rotateZ(338deg); }
  80% {
    transform: rotateZ(-338deg) rotateY(52deg) translateX(300px) rotateZ(338deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-338deg) rotateY(52deg) translateX(900px) rotateZ(338deg); } }
.c:nth-child(100) {
  animation: orbit100 30s infinite;
  animation-delay: 1s;
  background-color: #00ffb8; }

@keyframes orbit100 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-331deg) rotateY(15deg) translateX(300px) rotateZ(331deg); }
  80% {
    transform: rotateZ(-331deg) rotateY(15deg) translateX(300px) rotateZ(331deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-331deg) rotateY(15deg) translateX(900px) rotateZ(331deg); } }
.c:nth-child(101) {
  animation: orbit101 30s infinite;
  animation-delay: 1.01s;
  background-color: #00ffb9; }

@keyframes orbit101 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-236deg) rotateY(222deg) translateX(300px) rotateZ(236deg); }
  80% {
    transform: rotateZ(-236deg) rotateY(222deg) translateX(300px) rotateZ(236deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-236deg) rotateY(222deg) translateX(900px) rotateZ(236deg); } }
.c:nth-child(102) {
  animation: orbit102 30s infinite;
  animation-delay: 1.02s;
  background-color: #00ffb9; }

@keyframes orbit102 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-176deg) rotateY(102deg) translateX(300px) rotateZ(176deg); }
  80% {
    transform: rotateZ(-176deg) rotateY(102deg) translateX(300px) rotateZ(176deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-176deg) rotateY(102deg) translateX(900px) rotateZ(176deg); } }
.c:nth-child(103) {
  animation: orbit103 30s infinite;
  animation-delay: 1.03s;
  background-color: #00ffba; }

@keyframes orbit103 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-355deg) rotateY(179deg) translateX(300px) rotateZ(355deg); }
  80% {
    transform: rotateZ(-355deg) rotateY(179deg) translateX(300px) rotateZ(355deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-355deg) rotateY(179deg) translateX(900px) rotateZ(355deg); } }
.c:nth-child(104) {
  animation: orbit104 30s infinite;
  animation-delay: 1.04s;
  background-color: #00ffba; }

@keyframes orbit104 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-221deg) rotateY(268deg) translateX(300px) rotateZ(221deg); }
  80% {
    transform: rotateZ(-221deg) rotateY(268deg) translateX(300px) rotateZ(221deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-221deg) rotateY(268deg) translateX(900px) rotateZ(221deg); } }
.c:nth-child(105) {
  animation: orbit105 30s infinite;
  animation-delay: 1.05s;
  background-color: #00ffbb; }

@keyframes orbit105 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-110deg) rotateY(82deg) translateX(300px) rotateZ(110deg); }
  80% {
    transform: rotateZ(-110deg) rotateY(82deg) translateX(300px) rotateZ(110deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-110deg) rotateY(82deg) translateX(900px) rotateZ(110deg); } }
.c:nth-child(106) {
  animation: orbit106 30s infinite;
  animation-delay: 1.06s;
  background-color: #00ffbc; }

@keyframes orbit106 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-287deg) rotateY(174deg) translateX(300px) rotateZ(287deg); }
  80% {
    transform: rotateZ(-287deg) rotateY(174deg) translateX(300px) rotateZ(287deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-287deg) rotateY(174deg) translateX(900px) rotateZ(287deg); } }
.c:nth-child(107) {
  animation: orbit107 30s infinite;
  animation-delay: 1.07s;
  background-color: #00ffbc; }

@keyframes orbit107 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-1deg) rotateY(123deg) translateX(300px) rotateZ(1deg); }
  80% {
    transform: rotateZ(-1deg) rotateY(123deg) translateX(300px) rotateZ(1deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-1deg) rotateY(123deg) translateX(900px) rotateZ(1deg); } }
.c:nth-child(108) {
  animation: orbit108 30s infinite;
  animation-delay: 1.08s;
  background-color: #00ffbd; }

@keyframes orbit108 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-155deg) rotateY(61deg) translateX(300px) rotateZ(155deg); }
  80% {
    transform: rotateZ(-155deg) rotateY(61deg) translateX(300px) rotateZ(155deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-155deg) rotateY(61deg) translateX(900px) rotateZ(155deg); } }
.c:nth-child(109) {
  animation: orbit109 30s infinite;
  animation-delay: 1.09s;
  background-color: #00ffbd; }

@keyframes orbit109 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-101deg) rotateY(30deg) translateX(300px) rotateZ(101deg); }
  80% {
    transform: rotateZ(-101deg) rotateY(30deg) translateX(300px) rotateZ(101deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-101deg) rotateY(30deg) translateX(900px) rotateZ(101deg); } }
.c:nth-child(110) {
  animation: orbit110 30s infinite;
  animation-delay: 1.1s;
  background-color: #00ffbe; }

@keyframes orbit110 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-290deg) rotateY(280deg) translateX(300px) rotateZ(290deg); }
  80% {
    transform: rotateZ(-290deg) rotateY(280deg) translateX(300px) rotateZ(290deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-290deg) rotateY(280deg) translateX(900px) rotateZ(290deg); } }
.c:nth-child(111) {
  animation: orbit111 30s infinite;
  animation-delay: 1.11s;
  background-color: #00ffbe; }

@keyframes orbit111 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-129deg) rotateY(14deg) translateX(300px) rotateZ(129deg); }
  80% {
    transform: rotateZ(-129deg) rotateY(14deg) translateX(300px) rotateZ(129deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-129deg) rotateY(14deg) translateX(900px) rotateZ(129deg); } }
.c:nth-child(112) {
  animation: orbit112 30s infinite;
  animation-delay: 1.12s;
  background-color: #00ffbf; }

@keyframes orbit112 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-239deg) rotateY(31deg) translateX(300px) rotateZ(239deg); }
  80% {
    transform: rotateZ(-239deg) rotateY(31deg) translateX(300px) rotateZ(239deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-239deg) rotateY(31deg) translateX(900px) rotateZ(239deg); } }
.c:nth-child(113) {
  animation: orbit113 30s infinite;
  animation-delay: 1.13s;
  background-color: #00ffc0; }

@keyframes orbit113 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-211deg) rotateY(90deg) translateX(300px) rotateZ(211deg); }
  80% {
    transform: rotateZ(-211deg) rotateY(90deg) translateX(300px) rotateZ(211deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-211deg) rotateY(90deg) translateX(900px) rotateZ(211deg); } }
.c:nth-child(114) {
  animation: orbit114 30s infinite;
  animation-delay: 1.14s;
  background-color: #00ffc0; }

@keyframes orbit114 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-199deg) rotateY(271deg) translateX(300px) rotateZ(199deg); }
  80% {
    transform: rotateZ(-199deg) rotateY(271deg) translateX(300px) rotateZ(199deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-199deg) rotateY(271deg) translateX(900px) rotateZ(199deg); } }
.c:nth-child(115) {
  animation: orbit115 30s infinite;
  animation-delay: 1.15s;
  background-color: #00ffc1; }

@keyframes orbit115 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-196deg) rotateY(340deg) translateX(300px) rotateZ(196deg); }
  80% {
    transform: rotateZ(-196deg) rotateY(340deg) translateX(300px) rotateZ(196deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-196deg) rotateY(340deg) translateX(900px) rotateZ(196deg); } }
.c:nth-child(116) {
  animation: orbit116 30s infinite;
  animation-delay: 1.16s;
  background-color: #00ffc1; }

@keyframes orbit116 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-224deg) rotateY(107deg) translateX(300px) rotateZ(224deg); }
  80% {
    transform: rotateZ(-224deg) rotateY(107deg) translateX(300px) rotateZ(224deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-224deg) rotateY(107deg) translateX(900px) rotateZ(224deg); } }
.c:nth-child(117) {
  animation: orbit117 30s infinite;
  animation-delay: 1.17s;
  background-color: #00ffc2; }

@keyframes orbit117 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-329deg) rotateY(69deg) translateX(300px) rotateZ(329deg); }
  80% {
    transform: rotateZ(-329deg) rotateY(69deg) translateX(300px) rotateZ(329deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-329deg) rotateY(69deg) translateX(900px) rotateZ(329deg); } }
.c:nth-child(118) {
  animation: orbit118 30s infinite;
  animation-delay: 1.18s;
  background-color: #00ffc2; }

@keyframes orbit118 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-314deg) rotateY(201deg) translateX(300px) rotateZ(314deg); }
  80% {
    transform: rotateZ(-314deg) rotateY(201deg) translateX(300px) rotateZ(314deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-314deg) rotateY(201deg) translateX(900px) rotateZ(314deg); } }
.c:nth-child(119) {
  animation: orbit119 30s infinite;
  animation-delay: 1.19s;
  background-color: #00ffc3; }

@keyframes orbit119 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-236deg) rotateY(77deg) translateX(300px) rotateZ(236deg); }
  80% {
    transform: rotateZ(-236deg) rotateY(77deg) translateX(300px) rotateZ(236deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-236deg) rotateY(77deg) translateX(900px) rotateZ(236deg); } }
.c:nth-child(120) {
  animation: orbit120 30s infinite;
  animation-delay: 1.2s;
  background-color: #00ffc4; }

@keyframes orbit120 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-18deg) rotateY(103deg) translateX(300px) rotateZ(18deg); }
  80% {
    transform: rotateZ(-18deg) rotateY(103deg) translateX(300px) rotateZ(18deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-18deg) rotateY(103deg) translateX(900px) rotateZ(18deg); } }
.c:nth-child(121) {
  animation: orbit121 30s infinite;
  animation-delay: 1.21s;
  background-color: #00ffc4; }

@keyframes orbit121 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-262deg) rotateY(104deg) translateX(300px) rotateZ(262deg); }
  80% {
    transform: rotateZ(-262deg) rotateY(104deg) translateX(300px) rotateZ(262deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-262deg) rotateY(104deg) translateX(900px) rotateZ(262deg); } }
.c:nth-child(122) {
  animation: orbit122 30s infinite;
  animation-delay: 1.22s;
  background-color: #00ffc5; }

@keyframes orbit122 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-9deg) rotateY(299deg) translateX(300px) rotateZ(9deg); }
  80% {
    transform: rotateZ(-9deg) rotateY(299deg) translateX(300px) rotateZ(9deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-9deg) rotateY(299deg) translateX(900px) rotateZ(9deg); } }
.c:nth-child(123) {
  animation: orbit123 30s infinite;
  animation-delay: 1.23s;
  background-color: #00ffc5; }

@keyframes orbit123 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-97deg) rotateY(333deg) translateX(300px) rotateZ(97deg); }
  80% {
    transform: rotateZ(-97deg) rotateY(333deg) translateX(300px) rotateZ(97deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-97deg) rotateY(333deg) translateX(900px) rotateZ(97deg); } }
.c:nth-child(124) {
  animation: orbit124 30s infinite;
  animation-delay: 1.24s;
  background-color: #00ffc6; }

@keyframes orbit124 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-112deg) rotateY(291deg) translateX(300px) rotateZ(112deg); }
  80% {
    transform: rotateZ(-112deg) rotateY(291deg) translateX(300px) rotateZ(112deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-112deg) rotateY(291deg) translateX(900px) rotateZ(112deg); } }
.c:nth-child(125) {
  animation: orbit125 30s infinite;
  animation-delay: 1.25s;
  background-color: #00ffc6; }

@keyframes orbit125 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-64deg) rotateY(276deg) translateX(300px) rotateZ(64deg); }
  80% {
    transform: rotateZ(-64deg) rotateY(276deg) translateX(300px) rotateZ(64deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-64deg) rotateY(276deg) translateX(900px) rotateZ(64deg); } }
.c:nth-child(126) {
  animation: orbit126 30s infinite;
  animation-delay: 1.26s;
  background-color: #00ffc7; }

@keyframes orbit126 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-74deg) rotateY(335deg) translateX(300px) rotateZ(74deg); }
  80% {
    transform: rotateZ(-74deg) rotateY(335deg) translateX(300px) rotateZ(74deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-74deg) rotateY(335deg) translateX(900px) rotateZ(74deg); } }
.c:nth-child(127) {
  animation: orbit127 30s infinite;
  animation-delay: 1.27s;
  background-color: #00ffc7; }

@keyframes orbit127 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-96deg) rotateY(314deg) translateX(300px) rotateZ(96deg); }
  80% {
    transform: rotateZ(-96deg) rotateY(314deg) translateX(300px) rotateZ(96deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-96deg) rotateY(314deg) translateX(900px) rotateZ(96deg); } }
.c:nth-child(128) {
  animation: orbit128 30s infinite;
  animation-delay: 1.28s;
  background-color: #00ffc8; }

@keyframes orbit128 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-93deg) rotateY(54deg) translateX(300px) rotateZ(93deg); }
  80% {
    transform: rotateZ(-93deg) rotateY(54deg) translateX(300px) rotateZ(93deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-93deg) rotateY(54deg) translateX(900px) rotateZ(93deg); } }
.c:nth-child(129) {
  animation: orbit129 30s infinite;
  animation-delay: 1.29s;
  background-color: #00ffc9; }

@keyframes orbit129 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-311deg) rotateY(124deg) translateX(300px) rotateZ(311deg); }
  80% {
    transform: rotateZ(-311deg) rotateY(124deg) translateX(300px) rotateZ(311deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-311deg) rotateY(124deg) translateX(900px) rotateZ(311deg); } }
.c:nth-child(130) {
  animation: orbit130 30s infinite;
  animation-delay: 1.3s;
  background-color: #00ffc9; }

@keyframes orbit130 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-60deg) rotateY(194deg) translateX(300px) rotateZ(60deg); }
  80% {
    transform: rotateZ(-60deg) rotateY(194deg) translateX(300px) rotateZ(60deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-60deg) rotateY(194deg) translateX(900px) rotateZ(60deg); } }
.c:nth-child(131) {
  animation: orbit131 30s infinite;
  animation-delay: 1.31s;
  background-color: #00ffca; }

@keyframes orbit131 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-238deg) rotateY(291deg) translateX(300px) rotateZ(238deg); }
  80% {
    transform: rotateZ(-238deg) rotateY(291deg) translateX(300px) rotateZ(238deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-238deg) rotateY(291deg) translateX(900px) rotateZ(238deg); } }
.c:nth-child(132) {
  animation: orbit132 30s infinite;
  animation-delay: 1.32s;
  background-color: #00ffca; }

@keyframes orbit132 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-103deg) rotateY(143deg) translateX(300px) rotateZ(103deg); }
  80% {
    transform: rotateZ(-103deg) rotateY(143deg) translateX(300px) rotateZ(103deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-103deg) rotateY(143deg) translateX(900px) rotateZ(103deg); } }
.c:nth-child(133) {
  animation: orbit133 30s infinite;
  animation-delay: 1.33s;
  background-color: #00ffcb; }

@keyframes orbit133 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-4deg) rotateY(322deg) translateX(300px) rotateZ(4deg); }
  80% {
    transform: rotateZ(-4deg) rotateY(322deg) translateX(300px) rotateZ(4deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-4deg) rotateY(322deg) translateX(900px) rotateZ(4deg); } }
.c:nth-child(134) {
  animation: orbit134 30s infinite;
  animation-delay: 1.34s;
  background-color: #00ffcb; }

@keyframes orbit134 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-272deg) rotateY(296deg) translateX(300px) rotateZ(272deg); }
  80% {
    transform: rotateZ(-272deg) rotateY(296deg) translateX(300px) rotateZ(272deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-272deg) rotateY(296deg) translateX(900px) rotateZ(272deg); } }
.c:nth-child(135) {
  animation: orbit135 30s infinite;
  animation-delay: 1.35s;
  background-color: #00ffcc; }

@keyframes orbit135 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-185deg) rotateY(312deg) translateX(300px) rotateZ(185deg); }
  80% {
    transform: rotateZ(-185deg) rotateY(312deg) translateX(300px) rotateZ(185deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-185deg) rotateY(312deg) translateX(900px) rotateZ(185deg); } }
.c:nth-child(136) {
  animation: orbit136 30s infinite;
  animation-delay: 1.36s;
  background-color: #00ffcd; }

@keyframes orbit136 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-358deg) rotateY(206deg) translateX(300px) rotateZ(358deg); }
  80% {
    transform: rotateZ(-358deg) rotateY(206deg) translateX(300px) rotateZ(358deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-358deg) rotateY(206deg) translateX(900px) rotateZ(358deg); } }
.c:nth-child(137) {
  animation: orbit137 30s infinite;
  animation-delay: 1.37s;
  background-color: #00ffcd; }

@keyframes orbit137 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-151deg) rotateY(132deg) translateX(300px) rotateZ(151deg); }
  80% {
    transform: rotateZ(-151deg) rotateY(132deg) translateX(300px) rotateZ(151deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-151deg) rotateY(132deg) translateX(900px) rotateZ(151deg); } }
.c:nth-child(138) {
  animation: orbit138 30s infinite;
  animation-delay: 1.38s;
  background-color: #00ffce; }

@keyframes orbit138 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-287deg) rotateY(121deg) translateX(300px) rotateZ(287deg); }
  80% {
    transform: rotateZ(-287deg) rotateY(121deg) translateX(300px) rotateZ(287deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-287deg) rotateY(121deg) translateX(900px) rotateZ(287deg); } }
.c:nth-child(139) {
  animation: orbit139 30s infinite;
  animation-delay: 1.39s;
  background-color: #00ffce; }

@keyframes orbit139 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-141deg) rotateY(272deg) translateX(300px) rotateZ(141deg); }
  80% {
    transform: rotateZ(-141deg) rotateY(272deg) translateX(300px) rotateZ(141deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-141deg) rotateY(272deg) translateX(900px) rotateZ(141deg); } }
.c:nth-child(140) {
  animation: orbit140 30s infinite;
  animation-delay: 1.4s;
  background-color: #00ffcf; }

@keyframes orbit140 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-125deg) rotateY(293deg) translateX(300px) rotateZ(125deg); }
  80% {
    transform: rotateZ(-125deg) rotateY(293deg) translateX(300px) rotateZ(125deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-125deg) rotateY(293deg) translateX(900px) rotateZ(125deg); } }
.c:nth-child(141) {
  animation: orbit141 30s infinite;
  animation-delay: 1.41s;
  background-color: #00ffcf; }

@keyframes orbit141 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-86deg) rotateY(190deg) translateX(300px) rotateZ(86deg); }
  80% {
    transform: rotateZ(-86deg) rotateY(190deg) translateX(300px) rotateZ(86deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-86deg) rotateY(190deg) translateX(900px) rotateZ(86deg); } }
.c:nth-child(142) {
  animation: orbit142 30s infinite;
  animation-delay: 1.42s;
  background-color: #00ffd0; }

@keyframes orbit142 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-230deg) rotateY(255deg) translateX(300px) rotateZ(230deg); }
  80% {
    transform: rotateZ(-230deg) rotateY(255deg) translateX(300px) rotateZ(230deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-230deg) rotateY(255deg) translateX(900px) rotateZ(230deg); } }
.c:nth-child(143) {
  animation: orbit143 30s infinite;
  animation-delay: 1.43s;
  background-color: #00ffd1; }

@keyframes orbit143 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-154deg) rotateY(307deg) translateX(300px) rotateZ(154deg); }
  80% {
    transform: rotateZ(-154deg) rotateY(307deg) translateX(300px) rotateZ(154deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-154deg) rotateY(307deg) translateX(900px) rotateZ(154deg); } }
.c:nth-child(144) {
  animation: orbit144 30s infinite;
  animation-delay: 1.44s;
  background-color: #00ffd1; }

@keyframes orbit144 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-215deg) rotateY(244deg) translateX(300px) rotateZ(215deg); }
  80% {
    transform: rotateZ(-215deg) rotateY(244deg) translateX(300px) rotateZ(215deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-215deg) rotateY(244deg) translateX(900px) rotateZ(215deg); } }
.c:nth-child(145) {
  animation: orbit145 30s infinite;
  animation-delay: 1.45s;
  background-color: #00ffd2; }

@keyframes orbit145 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-305deg) rotateY(205deg) translateX(300px) rotateZ(305deg); }
  80% {
    transform: rotateZ(-305deg) rotateY(205deg) translateX(300px) rotateZ(305deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-305deg) rotateY(205deg) translateX(900px) rotateZ(305deg); } }
.c:nth-child(146) {
  animation: orbit146 30s infinite;
  animation-delay: 1.46s;
  background-color: #00ffd2; }

@keyframes orbit146 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-292deg) rotateY(95deg) translateX(300px) rotateZ(292deg); }
  80% {
    transform: rotateZ(-292deg) rotateY(95deg) translateX(300px) rotateZ(292deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-292deg) rotateY(95deg) translateX(900px) rotateZ(292deg); } }
.c:nth-child(147) {
  animation: orbit147 30s infinite;
  animation-delay: 1.47s;
  background-color: #00ffd3; }

@keyframes orbit147 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-211deg) rotateY(126deg) translateX(300px) rotateZ(211deg); }
  80% {
    transform: rotateZ(-211deg) rotateY(126deg) translateX(300px) rotateZ(211deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-211deg) rotateY(126deg) translateX(900px) rotateZ(211deg); } }
.c:nth-child(148) {
  animation: orbit148 30s infinite;
  animation-delay: 1.48s;
  background-color: #00ffd3; }

@keyframes orbit148 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-180deg) rotateY(291deg) translateX(300px) rotateZ(180deg); }
  80% {
    transform: rotateZ(-180deg) rotateY(291deg) translateX(300px) rotateZ(180deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-180deg) rotateY(291deg) translateX(900px) rotateZ(180deg); } }
.c:nth-child(149) {
  animation: orbit149 30s infinite;
  animation-delay: 1.49s;
  background-color: #00ffd4; }

@keyframes orbit149 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-237deg) rotateY(322deg) translateX(300px) rotateZ(237deg); }
  80% {
    transform: rotateZ(-237deg) rotateY(322deg) translateX(300px) rotateZ(237deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-237deg) rotateY(322deg) translateX(900px) rotateZ(237deg); } }
.c:nth-child(150) {
  animation: orbit150 30s infinite;
  animation-delay: 1.5s;
  background-color: #00ffd5; }

@keyframes orbit150 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-257deg) rotateY(198deg) translateX(300px) rotateZ(257deg); }
  80% {
    transform: rotateZ(-257deg) rotateY(198deg) translateX(300px) rotateZ(257deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-257deg) rotateY(198deg) translateX(900px) rotateZ(257deg); } }
.c:nth-child(151) {
  animation: orbit151 30s infinite;
  animation-delay: 1.51s;
  background-color: #00ffd5; }

@keyframes orbit151 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-147deg) rotateY(267deg) translateX(300px) rotateZ(147deg); }
  80% {
    transform: rotateZ(-147deg) rotateY(267deg) translateX(300px) rotateZ(147deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-147deg) rotateY(267deg) translateX(900px) rotateZ(147deg); } }
.c:nth-child(152) {
  animation: orbit152 30s infinite;
  animation-delay: 1.52s;
  background-color: #00ffd6; }

@keyframes orbit152 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-269deg) rotateY(8deg) translateX(300px) rotateZ(269deg); }
  80% {
    transform: rotateZ(-269deg) rotateY(8deg) translateX(300px) rotateZ(269deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-269deg) rotateY(8deg) translateX(900px) rotateZ(269deg); } }
.c:nth-child(153) {
  animation: orbit153 30s infinite;
  animation-delay: 1.53s;
  background-color: #00ffd6; }

@keyframes orbit153 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-110deg) rotateY(273deg) translateX(300px) rotateZ(110deg); }
  80% {
    transform: rotateZ(-110deg) rotateY(273deg) translateX(300px) rotateZ(110deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-110deg) rotateY(273deg) translateX(900px) rotateZ(110deg); } }
.c:nth-child(154) {
  animation: orbit154 30s infinite;
  animation-delay: 1.54s;
  background-color: #00ffd7; }

@keyframes orbit154 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-7deg) rotateY(344deg) translateX(300px) rotateZ(7deg); }
  80% {
    transform: rotateZ(-7deg) rotateY(344deg) translateX(300px) rotateZ(7deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-7deg) rotateY(344deg) translateX(900px) rotateZ(7deg); } }
.c:nth-child(155) {
  animation: orbit155 30s infinite;
  animation-delay: 1.55s;
  background-color: #00ffd7; }

@keyframes orbit155 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-83deg) rotateY(166deg) translateX(300px) rotateZ(83deg); }
  80% {
    transform: rotateZ(-83deg) rotateY(166deg) translateX(300px) rotateZ(83deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-83deg) rotateY(166deg) translateX(900px) rotateZ(83deg); } }
.c:nth-child(156) {
  animation: orbit156 30s infinite;
  animation-delay: 1.56s;
  background-color: #00ffd8; }

@keyframes orbit156 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-317deg) rotateY(268deg) translateX(300px) rotateZ(317deg); }
  80% {
    transform: rotateZ(-317deg) rotateY(268deg) translateX(300px) rotateZ(317deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-317deg) rotateY(268deg) translateX(900px) rotateZ(317deg); } }
.c:nth-child(157) {
  animation: orbit157 30s infinite;
  animation-delay: 1.57s;
  background-color: #00ffd8; }

@keyframes orbit157 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-251deg) rotateY(340deg) translateX(300px) rotateZ(251deg); }
  80% {
    transform: rotateZ(-251deg) rotateY(340deg) translateX(300px) rotateZ(251deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-251deg) rotateY(340deg) translateX(900px) rotateZ(251deg); } }
.c:nth-child(158) {
  animation: orbit158 30s infinite;
  animation-delay: 1.58s;
  background-color: #00ffd9; }

@keyframes orbit158 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-50deg) rotateY(100deg) translateX(300px) rotateZ(50deg); }
  80% {
    transform: rotateZ(-50deg) rotateY(100deg) translateX(300px) rotateZ(50deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-50deg) rotateY(100deg) translateX(900px) rotateZ(50deg); } }
.c:nth-child(159) {
  animation: orbit159 30s infinite;
  animation-delay: 1.59s;
  background-color: #00ffda; }

@keyframes orbit159 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-345deg) rotateY(114deg) translateX(300px) rotateZ(345deg); }
  80% {
    transform: rotateZ(-345deg) rotateY(114deg) translateX(300px) rotateZ(345deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-345deg) rotateY(114deg) translateX(900px) rotateZ(345deg); } }
.c:nth-child(160) {
  animation: orbit160 30s infinite;
  animation-delay: 1.6s;
  background-color: #00ffda; }

@keyframes orbit160 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-320deg) rotateY(282deg) translateX(300px) rotateZ(320deg); }
  80% {
    transform: rotateZ(-320deg) rotateY(282deg) translateX(300px) rotateZ(320deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-320deg) rotateY(282deg) translateX(900px) rotateZ(320deg); } }
.c:nth-child(161) {
  animation: orbit161 30s infinite;
  animation-delay: 1.61s;
  background-color: #00ffdb; }

@keyframes orbit161 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-264deg) rotateY(18deg) translateX(300px) rotateZ(264deg); }
  80% {
    transform: rotateZ(-264deg) rotateY(18deg) translateX(300px) rotateZ(264deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-264deg) rotateY(18deg) translateX(900px) rotateZ(264deg); } }
.c:nth-child(162) {
  animation: orbit162 30s infinite;
  animation-delay: 1.62s;
  background-color: #00ffdb; }

@keyframes orbit162 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-244deg) rotateY(13deg) translateX(300px) rotateZ(244deg); }
  80% {
    transform: rotateZ(-244deg) rotateY(13deg) translateX(300px) rotateZ(244deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-244deg) rotateY(13deg) translateX(900px) rotateZ(244deg); } }
.c:nth-child(163) {
  animation: orbit163 30s infinite;
  animation-delay: 1.63s;
  background-color: #00ffdc; }

@keyframes orbit163 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-116deg) rotateY(2deg) translateX(300px) rotateZ(116deg); }
  80% {
    transform: rotateZ(-116deg) rotateY(2deg) translateX(300px) rotateZ(116deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-116deg) rotateY(2deg) translateX(900px) rotateZ(116deg); } }
.c:nth-child(164) {
  animation: orbit164 30s infinite;
  animation-delay: 1.64s;
  background-color: #00ffdc; }

@keyframes orbit164 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-301deg) rotateY(27deg) translateX(300px) rotateZ(301deg); }
  80% {
    transform: rotateZ(-301deg) rotateY(27deg) translateX(300px) rotateZ(301deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-301deg) rotateY(27deg) translateX(900px) rotateZ(301deg); } }
.c:nth-child(165) {
  animation: orbit165 30s infinite;
  animation-delay: 1.65s;
  background-color: #00ffdd; }

@keyframes orbit165 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-251deg) rotateY(231deg) translateX(300px) rotateZ(251deg); }
  80% {
    transform: rotateZ(-251deg) rotateY(231deg) translateX(300px) rotateZ(251deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-251deg) rotateY(231deg) translateX(900px) rotateZ(251deg); } }
.c:nth-child(166) {
  animation: orbit166 30s infinite;
  animation-delay: 1.66s;
  background-color: #00ffde; }

@keyframes orbit166 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-52deg) rotateY(346deg) translateX(300px) rotateZ(52deg); }
  80% {
    transform: rotateZ(-52deg) rotateY(346deg) translateX(300px) rotateZ(52deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-52deg) rotateY(346deg) translateX(900px) rotateZ(52deg); } }
.c:nth-child(167) {
  animation: orbit167 30s infinite;
  animation-delay: 1.67s;
  background-color: #00ffde; }

@keyframes orbit167 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-358deg) rotateY(2deg) translateX(300px) rotateZ(358deg); }
  80% {
    transform: rotateZ(-358deg) rotateY(2deg) translateX(300px) rotateZ(358deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-358deg) rotateY(2deg) translateX(900px) rotateZ(358deg); } }
.c:nth-child(168) {
  animation: orbit168 30s infinite;
  animation-delay: 1.68s;
  background-color: #00ffdf; }

@keyframes orbit168 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-109deg) rotateY(9deg) translateX(300px) rotateZ(109deg); }
  80% {
    transform: rotateZ(-109deg) rotateY(9deg) translateX(300px) rotateZ(109deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-109deg) rotateY(9deg) translateX(900px) rotateZ(109deg); } }
.c:nth-child(169) {
  animation: orbit169 30s infinite;
  animation-delay: 1.69s;
  background-color: #00ffdf; }

@keyframes orbit169 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-355deg) rotateY(229deg) translateX(300px) rotateZ(355deg); }
  80% {
    transform: rotateZ(-355deg) rotateY(229deg) translateX(300px) rotateZ(355deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-355deg) rotateY(229deg) translateX(900px) rotateZ(355deg); } }
.c:nth-child(170) {
  animation: orbit170 30s infinite;
  animation-delay: 1.7s;
  background-color: #00ffe0; }

@keyframes orbit170 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-215deg) rotateY(98deg) translateX(300px) rotateZ(215deg); }
  80% {
    transform: rotateZ(-215deg) rotateY(98deg) translateX(300px) rotateZ(215deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-215deg) rotateY(98deg) translateX(900px) rotateZ(215deg); } }
.c:nth-child(171) {
  animation: orbit171 30s infinite;
  animation-delay: 1.71s;
  background-color: #00ffe0; }

@keyframes orbit171 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-159deg) rotateY(114deg) translateX(300px) rotateZ(159deg); }
  80% {
    transform: rotateZ(-159deg) rotateY(114deg) translateX(300px) rotateZ(159deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-159deg) rotateY(114deg) translateX(900px) rotateZ(159deg); } }
.c:nth-child(172) {
  animation: orbit172 30s infinite;
  animation-delay: 1.72s;
  background-color: #00ffe1; }

@keyframes orbit172 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-183deg) rotateY(260deg) translateX(300px) rotateZ(183deg); }
  80% {
    transform: rotateZ(-183deg) rotateY(260deg) translateX(300px) rotateZ(183deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-183deg) rotateY(260deg) translateX(900px) rotateZ(183deg); } }
.c:nth-child(173) {
  animation: orbit173 30s infinite;
  animation-delay: 1.73s;
  background-color: #00ffe2; }

@keyframes orbit173 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-331deg) rotateY(210deg) translateX(300px) rotateZ(331deg); }
  80% {
    transform: rotateZ(-331deg) rotateY(210deg) translateX(300px) rotateZ(331deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-331deg) rotateY(210deg) translateX(900px) rotateZ(331deg); } }
.c:nth-child(174) {
  animation: orbit174 30s infinite;
  animation-delay: 1.74s;
  background-color: #00ffe2; }

@keyframes orbit174 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-126deg) rotateY(181deg) translateX(300px) rotateZ(126deg); }
  80% {
    transform: rotateZ(-126deg) rotateY(181deg) translateX(300px) rotateZ(126deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-126deg) rotateY(181deg) translateX(900px) rotateZ(126deg); } }
.c:nth-child(175) {
  animation: orbit175 30s infinite;
  animation-delay: 1.75s;
  background-color: #00ffe3; }

@keyframes orbit175 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-220deg) rotateY(250deg) translateX(300px) rotateZ(220deg); }
  80% {
    transform: rotateZ(-220deg) rotateY(250deg) translateX(300px) rotateZ(220deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-220deg) rotateY(250deg) translateX(900px) rotateZ(220deg); } }
.c:nth-child(176) {
  animation: orbit176 30s infinite;
  animation-delay: 1.76s;
  background-color: #00ffe3; }

@keyframes orbit176 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-274deg) rotateY(340deg) translateX(300px) rotateZ(274deg); }
  80% {
    transform: rotateZ(-274deg) rotateY(340deg) translateX(300px) rotateZ(274deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-274deg) rotateY(340deg) translateX(900px) rotateZ(274deg); } }
.c:nth-child(177) {
  animation: orbit177 30s infinite;
  animation-delay: 1.77s;
  background-color: #00ffe4; }

@keyframes orbit177 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-313deg) rotateY(29deg) translateX(300px) rotateZ(313deg); }
  80% {
    transform: rotateZ(-313deg) rotateY(29deg) translateX(300px) rotateZ(313deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-313deg) rotateY(29deg) translateX(900px) rotateZ(313deg); } }
.c:nth-child(178) {
  animation: orbit178 30s infinite;
  animation-delay: 1.78s;
  background-color: #00ffe4; }

@keyframes orbit178 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-48deg) rotateY(141deg) translateX(300px) rotateZ(48deg); }
  80% {
    transform: rotateZ(-48deg) rotateY(141deg) translateX(300px) rotateZ(48deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-48deg) rotateY(141deg) translateX(900px) rotateZ(48deg); } }
.c:nth-child(179) {
  animation: orbit179 30s infinite;
  animation-delay: 1.79s;
  background-color: #00ffe5; }

@keyframes orbit179 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-310deg) rotateY(40deg) translateX(300px) rotateZ(310deg); }
  80% {
    transform: rotateZ(-310deg) rotateY(40deg) translateX(300px) rotateZ(310deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-310deg) rotateY(40deg) translateX(900px) rotateZ(310deg); } }
.c:nth-child(180) {
  animation: orbit180 30s infinite;
  animation-delay: 1.8s;
  background-color: #00ffe6; }

@keyframes orbit180 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-122deg) rotateY(272deg) translateX(300px) rotateZ(122deg); }
  80% {
    transform: rotateZ(-122deg) rotateY(272deg) translateX(300px) rotateZ(122deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-122deg) rotateY(272deg) translateX(900px) rotateZ(122deg); } }
.c:nth-child(181) {
  animation: orbit181 30s infinite;
  animation-delay: 1.81s;
  background-color: #00ffe6; }

@keyframes orbit181 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-352deg) rotateY(183deg) translateX(300px) rotateZ(352deg); }
  80% {
    transform: rotateZ(-352deg) rotateY(183deg) translateX(300px) rotateZ(352deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-352deg) rotateY(183deg) translateX(900px) rotateZ(352deg); } }
.c:nth-child(182) {
  animation: orbit182 30s infinite;
  animation-delay: 1.82s;
  background-color: #00ffe7; }

@keyframes orbit182 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-288deg) rotateY(349deg) translateX(300px) rotateZ(288deg); }
  80% {
    transform: rotateZ(-288deg) rotateY(349deg) translateX(300px) rotateZ(288deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-288deg) rotateY(349deg) translateX(900px) rotateZ(288deg); } }
.c:nth-child(183) {
  animation: orbit183 30s infinite;
  animation-delay: 1.83s;
  background-color: #00ffe7; }

@keyframes orbit183 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-313deg) rotateY(51deg) translateX(300px) rotateZ(313deg); }
  80% {
    transform: rotateZ(-313deg) rotateY(51deg) translateX(300px) rotateZ(313deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-313deg) rotateY(51deg) translateX(900px) rotateZ(313deg); } }
.c:nth-child(184) {
  animation: orbit184 30s infinite;
  animation-delay: 1.84s;
  background-color: #00ffe8; }

@keyframes orbit184 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-335deg) rotateY(92deg) translateX(300px) rotateZ(335deg); }
  80% {
    transform: rotateZ(-335deg) rotateY(92deg) translateX(300px) rotateZ(335deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-335deg) rotateY(92deg) translateX(900px) rotateZ(335deg); } }
.c:nth-child(185) {
  animation: orbit185 30s infinite;
  animation-delay: 1.85s;
  background-color: #00ffe8; }

@keyframes orbit185 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-226deg) rotateY(175deg) translateX(300px) rotateZ(226deg); }
  80% {
    transform: rotateZ(-226deg) rotateY(175deg) translateX(300px) rotateZ(226deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-226deg) rotateY(175deg) translateX(900px) rotateZ(226deg); } }
.c:nth-child(186) {
  animation: orbit186 30s infinite;
  animation-delay: 1.86s;
  background-color: #00ffe9; }

@keyframes orbit186 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-263deg) rotateY(316deg) translateX(300px) rotateZ(263deg); }
  80% {
    transform: rotateZ(-263deg) rotateY(316deg) translateX(300px) rotateZ(263deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-263deg) rotateY(316deg) translateX(900px) rotateZ(263deg); } }
.c:nth-child(187) {
  animation: orbit187 30s infinite;
  animation-delay: 1.87s;
  background-color: #00ffe9; }

@keyframes orbit187 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-325deg) rotateY(117deg) translateX(300px) rotateZ(325deg); }
  80% {
    transform: rotateZ(-325deg) rotateY(117deg) translateX(300px) rotateZ(325deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-325deg) rotateY(117deg) translateX(900px) rotateZ(325deg); } }
.c:nth-child(188) {
  animation: orbit188 30s infinite;
  animation-delay: 1.88s;
  background-color: #00ffea; }

@keyframes orbit188 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-162deg) rotateY(130deg) translateX(300px) rotateZ(162deg); }
  80% {
    transform: rotateZ(-162deg) rotateY(130deg) translateX(300px) rotateZ(162deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-162deg) rotateY(130deg) translateX(900px) rotateZ(162deg); } }
.c:nth-child(189) {
  animation: orbit189 30s infinite;
  animation-delay: 1.89s;
  background-color: #00ffeb; }

@keyframes orbit189 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-159deg) rotateY(24deg) translateX(300px) rotateZ(159deg); }
  80% {
    transform: rotateZ(-159deg) rotateY(24deg) translateX(300px) rotateZ(159deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-159deg) rotateY(24deg) translateX(900px) rotateZ(159deg); } }
.c:nth-child(190) {
  animation: orbit190 30s infinite;
  animation-delay: 1.9s;
  background-color: #00ffeb; }

@keyframes orbit190 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-235deg) rotateY(253deg) translateX(300px) rotateZ(235deg); }
  80% {
    transform: rotateZ(-235deg) rotateY(253deg) translateX(300px) rotateZ(235deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-235deg) rotateY(253deg) translateX(900px) rotateZ(235deg); } }
.c:nth-child(191) {
  animation: orbit191 30s infinite;
  animation-delay: 1.91s;
  background-color: #00ffec; }

@keyframes orbit191 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-282deg) rotateY(146deg) translateX(300px) rotateZ(282deg); }
  80% {
    transform: rotateZ(-282deg) rotateY(146deg) translateX(300px) rotateZ(282deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-282deg) rotateY(146deg) translateX(900px) rotateZ(282deg); } }
.c:nth-child(192) {
  animation: orbit192 30s infinite;
  animation-delay: 1.92s;
  background-color: #00ffec; }

@keyframes orbit192 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-113deg) rotateY(269deg) translateX(300px) rotateZ(113deg); }
  80% {
    transform: rotateZ(-113deg) rotateY(269deg) translateX(300px) rotateZ(113deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-113deg) rotateY(269deg) translateX(900px) rotateZ(113deg); } }
.c:nth-child(193) {
  animation: orbit193 30s infinite;
  animation-delay: 1.93s;
  background-color: #00ffed; }

@keyframes orbit193 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-203deg) rotateY(121deg) translateX(300px) rotateZ(203deg); }
  80% {
    transform: rotateZ(-203deg) rotateY(121deg) translateX(300px) rotateZ(203deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-203deg) rotateY(121deg) translateX(900px) rotateZ(203deg); } }
.c:nth-child(194) {
  animation: orbit194 30s infinite;
  animation-delay: 1.94s;
  background-color: #00ffed; }

@keyframes orbit194 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-120deg) rotateY(61deg) translateX(300px) rotateZ(120deg); }
  80% {
    transform: rotateZ(-120deg) rotateY(61deg) translateX(300px) rotateZ(120deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-120deg) rotateY(61deg) translateX(900px) rotateZ(120deg); } }
.c:nth-child(195) {
  animation: orbit195 30s infinite;
  animation-delay: 1.95s;
  background-color: #00ffee; }

@keyframes orbit195 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-205deg) rotateY(294deg) translateX(300px) rotateZ(205deg); }
  80% {
    transform: rotateZ(-205deg) rotateY(294deg) translateX(300px) rotateZ(205deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-205deg) rotateY(294deg) translateX(900px) rotateZ(205deg); } }
.c:nth-child(196) {
  animation: orbit196 30s infinite;
  animation-delay: 1.96s;
  background-color: #00ffef; }

@keyframes orbit196 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-125deg) rotateY(353deg) translateX(300px) rotateZ(125deg); }
  80% {
    transform: rotateZ(-125deg) rotateY(353deg) translateX(300px) rotateZ(125deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-125deg) rotateY(353deg) translateX(900px) rotateZ(125deg); } }
.c:nth-child(197) {
  animation: orbit197 30s infinite;
  animation-delay: 1.97s;
  background-color: #00ffef; }

@keyframes orbit197 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-42deg) rotateY(105deg) translateX(300px) rotateZ(42deg); }
  80% {
    transform: rotateZ(-42deg) rotateY(105deg) translateX(300px) rotateZ(42deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-42deg) rotateY(105deg) translateX(900px) rotateZ(42deg); } }
.c:nth-child(198) {
  animation: orbit198 30s infinite;
  animation-delay: 1.98s;
  background-color: #00fff0; }

@keyframes orbit198 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-41deg) rotateY(57deg) translateX(300px) rotateZ(41deg); }
  80% {
    transform: rotateZ(-41deg) rotateY(57deg) translateX(300px) rotateZ(41deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-41deg) rotateY(57deg) translateX(900px) rotateZ(41deg); } }
.c:nth-child(199) {
  animation: orbit199 30s infinite;
  animation-delay: 1.99s;
  background-color: #00fff0; }

@keyframes orbit199 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-217deg) rotateY(294deg) translateX(300px) rotateZ(217deg); }
  80% {
    transform: rotateZ(-217deg) rotateY(294deg) translateX(300px) rotateZ(217deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-217deg) rotateY(294deg) translateX(900px) rotateZ(217deg); } }
.c:nth-child(200) {
  animation: orbit200 30s infinite;
  animation-delay: 2s;
  background-color: #00fff1; }

@keyframes orbit200 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-180deg) rotateY(268deg) translateX(300px) rotateZ(180deg); }
  80% {
    transform: rotateZ(-180deg) rotateY(268deg) translateX(300px) rotateZ(180deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-180deg) rotateY(268deg) translateX(900px) rotateZ(180deg); } }
.c:nth-child(201) {
  animation: orbit201 30s infinite;
  animation-delay: 2.01s;
  background-color: #00fff1; }

@keyframes orbit201 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-78deg) rotateY(334deg) translateX(300px) rotateZ(78deg); }
  80% {
    transform: rotateZ(-78deg) rotateY(334deg) translateX(300px) rotateZ(78deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-78deg) rotateY(334deg) translateX(900px) rotateZ(78deg); } }
.c:nth-child(202) {
  animation: orbit202 30s infinite;
  animation-delay: 2.02s;
  background-color: #00fff2; }

@keyframes orbit202 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-271deg) rotateY(109deg) translateX(300px) rotateZ(271deg); }
  80% {
    transform: rotateZ(-271deg) rotateY(109deg) translateX(300px) rotateZ(271deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-271deg) rotateY(109deg) translateX(900px) rotateZ(271deg); } }
.c:nth-child(203) {
  animation: orbit203 30s infinite;
  animation-delay: 2.03s;
  background-color: #00fff3; }

@keyframes orbit203 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-63deg) rotateY(184deg) translateX(300px) rotateZ(63deg); }
  80% {
    transform: rotateZ(-63deg) rotateY(184deg) translateX(300px) rotateZ(63deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-63deg) rotateY(184deg) translateX(900px) rotateZ(63deg); } }
.c:nth-child(204) {
  animation: orbit204 30s infinite;
  animation-delay: 2.04s;
  background-color: #00fff3; }

@keyframes orbit204 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-207deg) rotateY(274deg) translateX(300px) rotateZ(207deg); }
  80% {
    transform: rotateZ(-207deg) rotateY(274deg) translateX(300px) rotateZ(207deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-207deg) rotateY(274deg) translateX(900px) rotateZ(207deg); } }
.c:nth-child(205) {
  animation: orbit205 30s infinite;
  animation-delay: 2.05s;
  background-color: #00fff4; }

@keyframes orbit205 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-345deg) rotateY(316deg) translateX(300px) rotateZ(345deg); }
  80% {
    transform: rotateZ(-345deg) rotateY(316deg) translateX(300px) rotateZ(345deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-345deg) rotateY(316deg) translateX(900px) rotateZ(345deg); } }
.c:nth-child(206) {
  animation: orbit206 30s infinite;
  animation-delay: 2.06s;
  background-color: #00fff4; }

@keyframes orbit206 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-85deg) rotateY(56deg) translateX(300px) rotateZ(85deg); }
  80% {
    transform: rotateZ(-85deg) rotateY(56deg) translateX(300px) rotateZ(85deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-85deg) rotateY(56deg) translateX(900px) rotateZ(85deg); } }
.c:nth-child(207) {
  animation: orbit207 30s infinite;
  animation-delay: 2.07s;
  background-color: #00fff5; }

@keyframes orbit207 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-9deg) rotateY(21deg) translateX(300px) rotateZ(9deg); }
  80% {
    transform: rotateZ(-9deg) rotateY(21deg) translateX(300px) rotateZ(9deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-9deg) rotateY(21deg) translateX(900px) rotateZ(9deg); } }
.c:nth-child(208) {
  animation: orbit208 30s infinite;
  animation-delay: 2.08s;
  background-color: #00fff5; }

@keyframes orbit208 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-355deg) rotateY(314deg) translateX(300px) rotateZ(355deg); }
  80% {
    transform: rotateZ(-355deg) rotateY(314deg) translateX(300px) rotateZ(355deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-355deg) rotateY(314deg) translateX(900px) rotateZ(355deg); } }
.c:nth-child(209) {
  animation: orbit209 30s infinite;
  animation-delay: 2.09s;
  background-color: #00fff6; }

@keyframes orbit209 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-30deg) rotateY(112deg) translateX(300px) rotateZ(30deg); }
  80% {
    transform: rotateZ(-30deg) rotateY(112deg) translateX(300px) rotateZ(30deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-30deg) rotateY(112deg) translateX(900px) rotateZ(30deg); } }
.c:nth-child(210) {
  animation: orbit210 30s infinite;
  animation-delay: 2.1s;
  background-color: #00fff7; }

@keyframes orbit210 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-302deg) rotateY(235deg) translateX(300px) rotateZ(302deg); }
  80% {
    transform: rotateZ(-302deg) rotateY(235deg) translateX(300px) rotateZ(302deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-302deg) rotateY(235deg) translateX(900px) rotateZ(302deg); } }
.c:nth-child(211) {
  animation: orbit211 30s infinite;
  animation-delay: 2.11s;
  background-color: #00fff7; }

@keyframes orbit211 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-140deg) rotateY(218deg) translateX(300px) rotateZ(140deg); }
  80% {
    transform: rotateZ(-140deg) rotateY(218deg) translateX(300px) rotateZ(140deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-140deg) rotateY(218deg) translateX(900px) rotateZ(140deg); } }
.c:nth-child(212) {
  animation: orbit212 30s infinite;
  animation-delay: 2.12s;
  background-color: #00fff8; }

@keyframes orbit212 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-201deg) rotateY(320deg) translateX(300px) rotateZ(201deg); }
  80% {
    transform: rotateZ(-201deg) rotateY(320deg) translateX(300px) rotateZ(201deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-201deg) rotateY(320deg) translateX(900px) rotateZ(201deg); } }
.c:nth-child(213) {
  animation: orbit213 30s infinite;
  animation-delay: 2.13s;
  background-color: #00fff8; }

@keyframes orbit213 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-195deg) rotateY(327deg) translateX(300px) rotateZ(195deg); }
  80% {
    transform: rotateZ(-195deg) rotateY(327deg) translateX(300px) rotateZ(195deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-195deg) rotateY(327deg) translateX(900px) rotateZ(195deg); } }
.c:nth-child(214) {
  animation: orbit214 30s infinite;
  animation-delay: 2.14s;
  background-color: #00fff9; }

@keyframes orbit214 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-260deg) rotateY(4deg) translateX(300px) rotateZ(260deg); }
  80% {
    transform: rotateZ(-260deg) rotateY(4deg) translateX(300px) rotateZ(260deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-260deg) rotateY(4deg) translateX(900px) rotateZ(260deg); } }
.c:nth-child(215) {
  animation: orbit215 30s infinite;
  animation-delay: 2.15s;
  background-color: #00fff9; }

@keyframes orbit215 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-127deg) rotateY(197deg) translateX(300px) rotateZ(127deg); }
  80% {
    transform: rotateZ(-127deg) rotateY(197deg) translateX(300px) rotateZ(127deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-127deg) rotateY(197deg) translateX(900px) rotateZ(127deg); } }
.c:nth-child(216) {
  animation: orbit216 30s infinite;
  animation-delay: 2.16s;
  background-color: #00fffa; }

@keyframes orbit216 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-335deg) rotateY(279deg) translateX(300px) rotateZ(335deg); }
  80% {
    transform: rotateZ(-335deg) rotateY(279deg) translateX(300px) rotateZ(335deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-335deg) rotateY(279deg) translateX(900px) rotateZ(335deg); } }
.c:nth-child(217) {
  animation: orbit217 30s infinite;
  animation-delay: 2.17s;
  background-color: #00fffa; }

@keyframes orbit217 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-148deg) rotateY(219deg) translateX(300px) rotateZ(148deg); }
  80% {
    transform: rotateZ(-148deg) rotateY(219deg) translateX(300px) rotateZ(148deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-148deg) rotateY(219deg) translateX(900px) rotateZ(148deg); } }
.c:nth-child(218) {
  animation: orbit218 30s infinite;
  animation-delay: 2.18s;
  background-color: #00fffb; }

@keyframes orbit218 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-255deg) rotateY(42deg) translateX(300px) rotateZ(255deg); }
  80% {
    transform: rotateZ(-255deg) rotateY(42deg) translateX(300px) rotateZ(255deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-255deg) rotateY(42deg) translateX(900px) rotateZ(255deg); } }
.c:nth-child(219) {
  animation: orbit219 30s infinite;
  animation-delay: 2.19s;
  background-color: #00fffc; }

@keyframes orbit219 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-170deg) rotateY(212deg) translateX(300px) rotateZ(170deg); }
  80% {
    transform: rotateZ(-170deg) rotateY(212deg) translateX(300px) rotateZ(170deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-170deg) rotateY(212deg) translateX(900px) rotateZ(170deg); } }
.c:nth-child(220) {
  animation: orbit220 30s infinite;
  animation-delay: 2.2s;
  background-color: #00fffc; }

@keyframes orbit220 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-249deg) rotateY(202deg) translateX(300px) rotateZ(249deg); }
  80% {
    transform: rotateZ(-249deg) rotateY(202deg) translateX(300px) rotateZ(249deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-249deg) rotateY(202deg) translateX(900px) rotateZ(249deg); } }
.c:nth-child(221) {
  animation: orbit221 30s infinite;
  animation-delay: 2.21s;
  background-color: #00fffd; }

@keyframes orbit221 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-298deg) rotateY(18deg) translateX(300px) rotateZ(298deg); }
  80% {
    transform: rotateZ(-298deg) rotateY(18deg) translateX(300px) rotateZ(298deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-298deg) rotateY(18deg) translateX(900px) rotateZ(298deg); } }
.c:nth-child(222) {
  animation: orbit222 30s infinite;
  animation-delay: 2.22s;
  background-color: #00fffd; }

@keyframes orbit222 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-258deg) rotateY(316deg) translateX(300px) rotateZ(258deg); }
  80% {
    transform: rotateZ(-258deg) rotateY(316deg) translateX(300px) rotateZ(258deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-258deg) rotateY(316deg) translateX(900px) rotateZ(258deg); } }
.c:nth-child(223) {
  animation: orbit223 30s infinite;
  animation-delay: 2.23s;
  background-color: #00fffe; }

@keyframes orbit223 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-300deg) rotateY(244deg) translateX(300px) rotateZ(300deg); }
  80% {
    transform: rotateZ(-300deg) rotateY(244deg) translateX(300px) rotateZ(300deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-300deg) rotateY(244deg) translateX(900px) rotateZ(300deg); } }
.c:nth-child(224) {
  animation: orbit224 30s infinite;
  animation-delay: 2.24s;
  background-color: #00fffe; }

@keyframes orbit224 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-109deg) rotateY(311deg) translateX(300px) rotateZ(109deg); }
  80% {
    transform: rotateZ(-109deg) rotateY(311deg) translateX(300px) rotateZ(109deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-109deg) rotateY(311deg) translateX(900px) rotateZ(109deg); } }
.c:nth-child(225) {
  animation: orbit225 30s infinite;
  animation-delay: 2.25s;
  background-color: cyan; }

@keyframes orbit225 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-59deg) rotateY(310deg) translateX(300px) rotateZ(59deg); }
  80% {
    transform: rotateZ(-59deg) rotateY(310deg) translateX(300px) rotateZ(59deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-59deg) rotateY(310deg) translateX(900px) rotateZ(59deg); } }
.c:nth-child(226) {
  animation: orbit226 30s infinite;
  animation-delay: 2.26s;
  background-color: #00feff; }

@keyframes orbit226 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-19deg) rotateY(235deg) translateX(300px) rotateZ(19deg); }
  80% {
    transform: rotateZ(-19deg) rotateY(235deg) translateX(300px) rotateZ(19deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-19deg) rotateY(235deg) translateX(900px) rotateZ(19deg); } }
.c:nth-child(227) {
  animation: orbit227 30s infinite;
  animation-delay: 2.27s;
  background-color: #00feff; }

@keyframes orbit227 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-84deg) rotateY(114deg) translateX(300px) rotateZ(84deg); }
  80% {
    transform: rotateZ(-84deg) rotateY(114deg) translateX(300px) rotateZ(84deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-84deg) rotateY(114deg) translateX(900px) rotateZ(84deg); } }
.c:nth-child(228) {
  animation: orbit228 30s infinite;
  animation-delay: 2.28s;
  background-color: #00fdff; }

@keyframes orbit228 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-314deg) rotateY(163deg) translateX(300px) rotateZ(314deg); }
  80% {
    transform: rotateZ(-314deg) rotateY(163deg) translateX(300px) rotateZ(314deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-314deg) rotateY(163deg) translateX(900px) rotateZ(314deg); } }
.c:nth-child(229) {
  animation: orbit229 30s infinite;
  animation-delay: 2.29s;
  background-color: #00fdff; }

@keyframes orbit229 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-264deg) rotateY(132deg) translateX(300px) rotateZ(264deg); }
  80% {
    transform: rotateZ(-264deg) rotateY(132deg) translateX(300px) rotateZ(264deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-264deg) rotateY(132deg) translateX(900px) rotateZ(264deg); } }
.c:nth-child(230) {
  animation: orbit230 30s infinite;
  animation-delay: 2.3s;
  background-color: #00fcff; }

@keyframes orbit230 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-282deg) rotateY(128deg) translateX(300px) rotateZ(282deg); }
  80% {
    transform: rotateZ(-282deg) rotateY(128deg) translateX(300px) rotateZ(282deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-282deg) rotateY(128deg) translateX(900px) rotateZ(282deg); } }
.c:nth-child(231) {
  animation: orbit231 30s infinite;
  animation-delay: 2.31s;
  background-color: #00fcff; }

@keyframes orbit231 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-53deg) rotateY(158deg) translateX(300px) rotateZ(53deg); }
  80% {
    transform: rotateZ(-53deg) rotateY(158deg) translateX(300px) rotateZ(53deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-53deg) rotateY(158deg) translateX(900px) rotateZ(53deg); } }
.c:nth-child(232) {
  animation: orbit232 30s infinite;
  animation-delay: 2.32s;
  background-color: #00fbff; }

@keyframes orbit232 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-6deg) rotateY(74deg) translateX(300px) rotateZ(6deg); }
  80% {
    transform: rotateZ(-6deg) rotateY(74deg) translateX(300px) rotateZ(6deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-6deg) rotateY(74deg) translateX(900px) rotateZ(6deg); } }
.c:nth-child(233) {
  animation: orbit233 30s infinite;
  animation-delay: 2.33s;
  background-color: #00faff; }

@keyframes orbit233 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-5deg) rotateY(330deg) translateX(300px) rotateZ(5deg); }
  80% {
    transform: rotateZ(-5deg) rotateY(330deg) translateX(300px) rotateZ(5deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-5deg) rotateY(330deg) translateX(900px) rotateZ(5deg); } }
.c:nth-child(234) {
  animation: orbit234 30s infinite;
  animation-delay: 2.34s;
  background-color: #00faff; }

@keyframes orbit234 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-174deg) rotateY(288deg) translateX(300px) rotateZ(174deg); }
  80% {
    transform: rotateZ(-174deg) rotateY(288deg) translateX(300px) rotateZ(174deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-174deg) rotateY(288deg) translateX(900px) rotateZ(174deg); } }
.c:nth-child(235) {
  animation: orbit235 30s infinite;
  animation-delay: 2.35s;
  background-color: #00f9ff; }

@keyframes orbit235 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-192deg) rotateY(293deg) translateX(300px) rotateZ(192deg); }
  80% {
    transform: rotateZ(-192deg) rotateY(293deg) translateX(300px) rotateZ(192deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-192deg) rotateY(293deg) translateX(900px) rotateZ(192deg); } }
.c:nth-child(236) {
  animation: orbit236 30s infinite;
  animation-delay: 2.36s;
  background-color: #00f9ff; }

@keyframes orbit236 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-333deg) rotateY(261deg) translateX(300px) rotateZ(333deg); }
  80% {
    transform: rotateZ(-333deg) rotateY(261deg) translateX(300px) rotateZ(333deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-333deg) rotateY(261deg) translateX(900px) rotateZ(333deg); } }
.c:nth-child(237) {
  animation: orbit237 30s infinite;
  animation-delay: 2.37s;
  background-color: #00f8ff; }

@keyframes orbit237 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-243deg) rotateY(62deg) translateX(300px) rotateZ(243deg); }
  80% {
    transform: rotateZ(-243deg) rotateY(62deg) translateX(300px) rotateZ(243deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-243deg) rotateY(62deg) translateX(900px) rotateZ(243deg); } }
.c:nth-child(238) {
  animation: orbit238 30s infinite;
  animation-delay: 2.38s;
  background-color: #00f8ff; }

@keyframes orbit238 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-161deg) rotateY(21deg) translateX(300px) rotateZ(161deg); }
  80% {
    transform: rotateZ(-161deg) rotateY(21deg) translateX(300px) rotateZ(161deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-161deg) rotateY(21deg) translateX(900px) rotateZ(161deg); } }
.c:nth-child(239) {
  animation: orbit239 30s infinite;
  animation-delay: 2.39s;
  background-color: #00f7ff; }

@keyframes orbit239 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-323deg) rotateY(96deg) translateX(300px) rotateZ(323deg); }
  80% {
    transform: rotateZ(-323deg) rotateY(96deg) translateX(300px) rotateZ(323deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-323deg) rotateY(96deg) translateX(900px) rotateZ(323deg); } }
.c:nth-child(240) {
  animation: orbit240 30s infinite;
  animation-delay: 2.4s;
  background-color: #00f7ff; }

@keyframes orbit240 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-179deg) rotateY(64deg) translateX(300px) rotateZ(179deg); }
  80% {
    transform: rotateZ(-179deg) rotateY(64deg) translateX(300px) rotateZ(179deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-179deg) rotateY(64deg) translateX(900px) rotateZ(179deg); } }
.c:nth-child(241) {
  animation: orbit241 30s infinite;
  animation-delay: 2.41s;
  background-color: #00f6ff; }

@keyframes orbit241 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-334deg) rotateY(194deg) translateX(300px) rotateZ(334deg); }
  80% {
    transform: rotateZ(-334deg) rotateY(194deg) translateX(300px) rotateZ(334deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-334deg) rotateY(194deg) translateX(900px) rotateZ(334deg); } }
.c:nth-child(242) {
  animation: orbit242 30s infinite;
  animation-delay: 2.42s;
  background-color: #00f5ff; }

@keyframes orbit242 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-198deg) rotateY(100deg) translateX(300px) rotateZ(198deg); }
  80% {
    transform: rotateZ(-198deg) rotateY(100deg) translateX(300px) rotateZ(198deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-198deg) rotateY(100deg) translateX(900px) rotateZ(198deg); } }
.c:nth-child(243) {
  animation: orbit243 30s infinite;
  animation-delay: 2.43s;
  background-color: #00f5ff; }

@keyframes orbit243 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-264deg) rotateY(338deg) translateX(300px) rotateZ(264deg); }
  80% {
    transform: rotateZ(-264deg) rotateY(338deg) translateX(300px) rotateZ(264deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-264deg) rotateY(338deg) translateX(900px) rotateZ(264deg); } }
.c:nth-child(244) {
  animation: orbit244 30s infinite;
  animation-delay: 2.44s;
  background-color: #00f4ff; }

@keyframes orbit244 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-264deg) rotateY(275deg) translateX(300px) rotateZ(264deg); }
  80% {
    transform: rotateZ(-264deg) rotateY(275deg) translateX(300px) rotateZ(264deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-264deg) rotateY(275deg) translateX(900px) rotateZ(264deg); } }
.c:nth-child(245) {
  animation: orbit245 30s infinite;
  animation-delay: 2.45s;
  background-color: #00f4ff; }

@keyframes orbit245 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-214deg) rotateY(222deg) translateX(300px) rotateZ(214deg); }
  80% {
    transform: rotateZ(-214deg) rotateY(222deg) translateX(300px) rotateZ(214deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-214deg) rotateY(222deg) translateX(900px) rotateZ(214deg); } }
.c:nth-child(246) {
  animation: orbit246 30s infinite;
  animation-delay: 2.46s;
  background-color: #00f3ff; }

@keyframes orbit246 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-333deg) rotateY(202deg) translateX(300px) rotateZ(333deg); }
  80% {
    transform: rotateZ(-333deg) rotateY(202deg) translateX(300px) rotateZ(333deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-333deg) rotateY(202deg) translateX(900px) rotateZ(333deg); } }
.c:nth-child(247) {
  animation: orbit247 30s infinite;
  animation-delay: 2.47s;
  background-color: #00f3ff; }

@keyframes orbit247 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-132deg) rotateY(255deg) translateX(300px) rotateZ(132deg); }
  80% {
    transform: rotateZ(-132deg) rotateY(255deg) translateX(300px) rotateZ(132deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-132deg) rotateY(255deg) translateX(900px) rotateZ(132deg); } }
.c:nth-child(248) {
  animation: orbit248 30s infinite;
  animation-delay: 2.48s;
  background-color: #00f2ff; }

@keyframes orbit248 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-307deg) rotateY(274deg) translateX(300px) rotateZ(307deg); }
  80% {
    transform: rotateZ(-307deg) rotateY(274deg) translateX(300px) rotateZ(307deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-307deg) rotateY(274deg) translateX(900px) rotateZ(307deg); } }
.c:nth-child(249) {
  animation: orbit249 30s infinite;
  animation-delay: 2.49s;
  background-color: #00f1ff; }

@keyframes orbit249 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-360deg) rotateY(8deg) translateX(300px) rotateZ(360deg); }
  80% {
    transform: rotateZ(-360deg) rotateY(8deg) translateX(300px) rotateZ(360deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-360deg) rotateY(8deg) translateX(900px) rotateZ(360deg); } }
.c:nth-child(250) {
  animation: orbit250 30s infinite;
  animation-delay: 2.5s;
  background-color: #00f1ff; }

@keyframes orbit250 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-288deg) rotateY(142deg) translateX(300px) rotateZ(288deg); }
  80% {
    transform: rotateZ(-288deg) rotateY(142deg) translateX(300px) rotateZ(288deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-288deg) rotateY(142deg) translateX(900px) rotateZ(288deg); } }
.c:nth-child(251) {
  animation: orbit251 30s infinite;
  animation-delay: 2.51s;
  background-color: #00f0ff; }

@keyframes orbit251 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-120deg) rotateY(130deg) translateX(300px) rotateZ(120deg); }
  80% {
    transform: rotateZ(-120deg) rotateY(130deg) translateX(300px) rotateZ(120deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-120deg) rotateY(130deg) translateX(900px) rotateZ(120deg); } }
.c:nth-child(252) {
  animation: orbit252 30s infinite;
  animation-delay: 2.52s;
  background-color: #00f0ff; }

@keyframes orbit252 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-295deg) rotateY(104deg) translateX(300px) rotateZ(295deg); }
  80% {
    transform: rotateZ(-295deg) rotateY(104deg) translateX(300px) rotateZ(295deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-295deg) rotateY(104deg) translateX(900px) rotateZ(295deg); } }
.c:nth-child(253) {
  animation: orbit253 30s infinite;
  animation-delay: 2.53s;
  background-color: #00efff; }

@keyframes orbit253 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-328deg) rotateY(173deg) translateX(300px) rotateZ(328deg); }
  80% {
    transform: rotateZ(-328deg) rotateY(173deg) translateX(300px) rotateZ(328deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-328deg) rotateY(173deg) translateX(900px) rotateZ(328deg); } }
.c:nth-child(254) {
  animation: orbit254 30s infinite;
  animation-delay: 2.54s;
  background-color: #00efff; }

@keyframes orbit254 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-249deg) rotateY(272deg) translateX(300px) rotateZ(249deg); }
  80% {
    transform: rotateZ(-249deg) rotateY(272deg) translateX(300px) rotateZ(249deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-249deg) rotateY(272deg) translateX(900px) rotateZ(249deg); } }
.c:nth-child(255) {
  animation: orbit255 30s infinite;
  animation-delay: 2.55s;
  background-color: #00eeff; }

@keyframes orbit255 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-173deg) rotateY(281deg) translateX(300px) rotateZ(173deg); }
  80% {
    transform: rotateZ(-173deg) rotateY(281deg) translateX(300px) rotateZ(173deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-173deg) rotateY(281deg) translateX(900px) rotateZ(173deg); } }
.c:nth-child(256) {
  animation: orbit256 30s infinite;
  animation-delay: 2.56s;
  background-color: #00edff; }

@keyframes orbit256 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-267deg) rotateY(87deg) translateX(300px) rotateZ(267deg); }
  80% {
    transform: rotateZ(-267deg) rotateY(87deg) translateX(300px) rotateZ(267deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-267deg) rotateY(87deg) translateX(900px) rotateZ(267deg); } }
.c:nth-child(257) {
  animation: orbit257 30s infinite;
  animation-delay: 2.57s;
  background-color: #00edff; }

@keyframes orbit257 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-297deg) rotateY(324deg) translateX(300px) rotateZ(297deg); }
  80% {
    transform: rotateZ(-297deg) rotateY(324deg) translateX(300px) rotateZ(297deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-297deg) rotateY(324deg) translateX(900px) rotateZ(297deg); } }
.c:nth-child(258) {
  animation: orbit258 30s infinite;
  animation-delay: 2.58s;
  background-color: #00ecff; }

@keyframes orbit258 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-166deg) rotateY(135deg) translateX(300px) rotateZ(166deg); }
  80% {
    transform: rotateZ(-166deg) rotateY(135deg) translateX(300px) rotateZ(166deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-166deg) rotateY(135deg) translateX(900px) rotateZ(166deg); } }
.c:nth-child(259) {
  animation: orbit259 30s infinite;
  animation-delay: 2.59s;
  background-color: #00ecff; }

@keyframes orbit259 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-230deg) rotateY(131deg) translateX(300px) rotateZ(230deg); }
  80% {
    transform: rotateZ(-230deg) rotateY(131deg) translateX(300px) rotateZ(230deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-230deg) rotateY(131deg) translateX(900px) rotateZ(230deg); } }
.c:nth-child(260) {
  animation: orbit260 30s infinite;
  animation-delay: 2.6s;
  background-color: #00ebff; }

@keyframes orbit260 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-42deg) rotateY(56deg) translateX(300px) rotateZ(42deg); }
  80% {
    transform: rotateZ(-42deg) rotateY(56deg) translateX(300px) rotateZ(42deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-42deg) rotateY(56deg) translateX(900px) rotateZ(42deg); } }
.c:nth-child(261) {
  animation: orbit261 30s infinite;
  animation-delay: 2.61s;
  background-color: #00ebff; }

@keyframes orbit261 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-40deg) rotateY(183deg) translateX(300px) rotateZ(40deg); }
  80% {
    transform: rotateZ(-40deg) rotateY(183deg) translateX(300px) rotateZ(40deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-40deg) rotateY(183deg) translateX(900px) rotateZ(40deg); } }
.c:nth-child(262) {
  animation: orbit262 30s infinite;
  animation-delay: 2.62s;
  background-color: #00eaff; }

@keyframes orbit262 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-250deg) rotateY(38deg) translateX(300px) rotateZ(250deg); }
  80% {
    transform: rotateZ(-250deg) rotateY(38deg) translateX(300px) rotateZ(250deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-250deg) rotateY(38deg) translateX(900px) rotateZ(250deg); } }
.c:nth-child(263) {
  animation: orbit263 30s infinite;
  animation-delay: 2.63s;
  background-color: #00e9ff; }

@keyframes orbit263 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-88deg) rotateY(206deg) translateX(300px) rotateZ(88deg); }
  80% {
    transform: rotateZ(-88deg) rotateY(206deg) translateX(300px) rotateZ(88deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-88deg) rotateY(206deg) translateX(900px) rotateZ(88deg); } }
.c:nth-child(264) {
  animation: orbit264 30s infinite;
  animation-delay: 2.64s;
  background-color: #00e9ff; }

@keyframes orbit264 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-79deg) rotateY(95deg) translateX(300px) rotateZ(79deg); }
  80% {
    transform: rotateZ(-79deg) rotateY(95deg) translateX(300px) rotateZ(79deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-79deg) rotateY(95deg) translateX(900px) rotateZ(79deg); } }
.c:nth-child(265) {
  animation: orbit265 30s infinite;
  animation-delay: 2.65s;
  background-color: #00e8ff; }

@keyframes orbit265 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-201deg) rotateY(186deg) translateX(300px) rotateZ(201deg); }
  80% {
    transform: rotateZ(-201deg) rotateY(186deg) translateX(300px) rotateZ(201deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-201deg) rotateY(186deg) translateX(900px) rotateZ(201deg); } }
.c:nth-child(266) {
  animation: orbit266 30s infinite;
  animation-delay: 2.66s;
  background-color: #00e8ff; }

@keyframes orbit266 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-344deg) rotateY(345deg) translateX(300px) rotateZ(344deg); }
  80% {
    transform: rotateZ(-344deg) rotateY(345deg) translateX(300px) rotateZ(344deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-344deg) rotateY(345deg) translateX(900px) rotateZ(344deg); } }
.c:nth-child(267) {
  animation: orbit267 30s infinite;
  animation-delay: 2.67s;
  background-color: #00e7ff; }

@keyframes orbit267 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-157deg) rotateY(35deg) translateX(300px) rotateZ(157deg); }
  80% {
    transform: rotateZ(-157deg) rotateY(35deg) translateX(300px) rotateZ(157deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-157deg) rotateY(35deg) translateX(900px) rotateZ(157deg); } }
.c:nth-child(268) {
  animation: orbit268 30s infinite;
  animation-delay: 2.68s;
  background-color: #00e7ff; }

@keyframes orbit268 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-117deg) rotateY(4deg) translateX(300px) rotateZ(117deg); }
  80% {
    transform: rotateZ(-117deg) rotateY(4deg) translateX(300px) rotateZ(117deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-117deg) rotateY(4deg) translateX(900px) rotateZ(117deg); } }
.c:nth-child(269) {
  animation: orbit269 30s infinite;
  animation-delay: 2.69s;
  background-color: #00e6ff; }

@keyframes orbit269 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-129deg) rotateY(93deg) translateX(300px) rotateZ(129deg); }
  80% {
    transform: rotateZ(-129deg) rotateY(93deg) translateX(300px) rotateZ(129deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-129deg) rotateY(93deg) translateX(900px) rotateZ(129deg); } }
.c:nth-child(270) {
  animation: orbit270 30s infinite;
  animation-delay: 2.7s;
  background-color: #00e6ff; }

@keyframes orbit270 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-4deg) rotateY(266deg) translateX(300px) rotateZ(4deg); }
  80% {
    transform: rotateZ(-4deg) rotateY(266deg) translateX(300px) rotateZ(4deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-4deg) rotateY(266deg) translateX(900px) rotateZ(4deg); } }
.c:nth-child(271) {
  animation: orbit271 30s infinite;
  animation-delay: 2.71s;
  background-color: #00e5ff; }

@keyframes orbit271 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-194deg) rotateY(102deg) translateX(300px) rotateZ(194deg); }
  80% {
    transform: rotateZ(-194deg) rotateY(102deg) translateX(300px) rotateZ(194deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-194deg) rotateY(102deg) translateX(900px) rotateZ(194deg); } }
.c:nth-child(272) {
  animation: orbit272 30s infinite;
  animation-delay: 2.72s;
  background-color: #00e4ff; }

@keyframes orbit272 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-268deg) rotateY(2deg) translateX(300px) rotateZ(268deg); }
  80% {
    transform: rotateZ(-268deg) rotateY(2deg) translateX(300px) rotateZ(268deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-268deg) rotateY(2deg) translateX(900px) rotateZ(268deg); } }
.c:nth-child(273) {
  animation: orbit273 30s infinite;
  animation-delay: 2.73s;
  background-color: #00e4ff; }

@keyframes orbit273 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-242deg) rotateY(360deg) translateX(300px) rotateZ(242deg); }
  80% {
    transform: rotateZ(-242deg) rotateY(360deg) translateX(300px) rotateZ(242deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-242deg) rotateY(360deg) translateX(900px) rotateZ(242deg); } }
.c:nth-child(274) {
  animation: orbit274 30s infinite;
  animation-delay: 2.74s;
  background-color: #00e3ff; }

@keyframes orbit274 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-173deg) rotateY(53deg) translateX(300px) rotateZ(173deg); }
  80% {
    transform: rotateZ(-173deg) rotateY(53deg) translateX(300px) rotateZ(173deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-173deg) rotateY(53deg) translateX(900px) rotateZ(173deg); } }
.c:nth-child(275) {
  animation: orbit275 30s infinite;
  animation-delay: 2.75s;
  background-color: #00e3ff; }

@keyframes orbit275 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-159deg) rotateY(42deg) translateX(300px) rotateZ(159deg); }
  80% {
    transform: rotateZ(-159deg) rotateY(42deg) translateX(300px) rotateZ(159deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-159deg) rotateY(42deg) translateX(900px) rotateZ(159deg); } }
.c:nth-child(276) {
  animation: orbit276 30s infinite;
  animation-delay: 2.76s;
  background-color: #00e2ff; }

@keyframes orbit276 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-23deg) rotateY(219deg) translateX(300px) rotateZ(23deg); }
  80% {
    transform: rotateZ(-23deg) rotateY(219deg) translateX(300px) rotateZ(23deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-23deg) rotateY(219deg) translateX(900px) rotateZ(23deg); } }
.c:nth-child(277) {
  animation: orbit277 30s infinite;
  animation-delay: 2.77s;
  background-color: #00e2ff; }

@keyframes orbit277 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-312deg) rotateY(120deg) translateX(300px) rotateZ(312deg); }
  80% {
    transform: rotateZ(-312deg) rotateY(120deg) translateX(300px) rotateZ(312deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-312deg) rotateY(120deg) translateX(900px) rotateZ(312deg); } }
.c:nth-child(278) {
  animation: orbit278 30s infinite;
  animation-delay: 2.78s;
  background-color: #00e1ff; }

@keyframes orbit278 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-125deg) rotateY(122deg) translateX(300px) rotateZ(125deg); }
  80% {
    transform: rotateZ(-125deg) rotateY(122deg) translateX(300px) rotateZ(125deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-125deg) rotateY(122deg) translateX(900px) rotateZ(125deg); } }
.c:nth-child(279) {
  animation: orbit279 30s infinite;
  animation-delay: 2.79s;
  background-color: #00e0ff; }

@keyframes orbit279 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-142deg) rotateY(268deg) translateX(300px) rotateZ(142deg); }
  80% {
    transform: rotateZ(-142deg) rotateY(268deg) translateX(300px) rotateZ(142deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-142deg) rotateY(268deg) translateX(900px) rotateZ(142deg); } }
.c:nth-child(280) {
  animation: orbit280 30s infinite;
  animation-delay: 2.8s;
  background-color: #00e0ff; }

@keyframes orbit280 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-244deg) rotateY(178deg) translateX(300px) rotateZ(244deg); }
  80% {
    transform: rotateZ(-244deg) rotateY(178deg) translateX(300px) rotateZ(244deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-244deg) rotateY(178deg) translateX(900px) rotateZ(244deg); } }
.c:nth-child(281) {
  animation: orbit281 30s infinite;
  animation-delay: 2.81s;
  background-color: #00dfff; }

@keyframes orbit281 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-44deg) rotateY(237deg) translateX(300px) rotateZ(44deg); }
  80% {
    transform: rotateZ(-44deg) rotateY(237deg) translateX(300px) rotateZ(44deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-44deg) rotateY(237deg) translateX(900px) rotateZ(44deg); } }
.c:nth-child(282) {
  animation: orbit282 30s infinite;
  animation-delay: 2.82s;
  background-color: #00dfff; }

@keyframes orbit282 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-123deg) rotateY(195deg) translateX(300px) rotateZ(123deg); }
  80% {
    transform: rotateZ(-123deg) rotateY(195deg) translateX(300px) rotateZ(123deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-123deg) rotateY(195deg) translateX(900px) rotateZ(123deg); } }
.c:nth-child(283) {
  animation: orbit283 30s infinite;
  animation-delay: 2.83s;
  background-color: #00deff; }

@keyframes orbit283 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-229deg) rotateY(75deg) translateX(300px) rotateZ(229deg); }
  80% {
    transform: rotateZ(-229deg) rotateY(75deg) translateX(300px) rotateZ(229deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-229deg) rotateY(75deg) translateX(900px) rotateZ(229deg); } }
.c:nth-child(284) {
  animation: orbit284 30s infinite;
  animation-delay: 2.84s;
  background-color: #00deff; }

@keyframes orbit284 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-147deg) rotateY(216deg) translateX(300px) rotateZ(147deg); }
  80% {
    transform: rotateZ(-147deg) rotateY(216deg) translateX(300px) rotateZ(147deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-147deg) rotateY(216deg) translateX(900px) rotateZ(147deg); } }
.c:nth-child(285) {
  animation: orbit285 30s infinite;
  animation-delay: 2.85s;
  background-color: #00ddff; }

@keyframes orbit285 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-332deg) rotateY(51deg) translateX(300px) rotateZ(332deg); }
  80% {
    transform: rotateZ(-332deg) rotateY(51deg) translateX(300px) rotateZ(332deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-332deg) rotateY(51deg) translateX(900px) rotateZ(332deg); } }
.c:nth-child(286) {
  animation: orbit286 30s infinite;
  animation-delay: 2.86s;
  background-color: #00dcff; }

@keyframes orbit286 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-261deg) rotateY(251deg) translateX(300px) rotateZ(261deg); }
  80% {
    transform: rotateZ(-261deg) rotateY(251deg) translateX(300px) rotateZ(261deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-261deg) rotateY(251deg) translateX(900px) rotateZ(261deg); } }
.c:nth-child(287) {
  animation: orbit287 30s infinite;
  animation-delay: 2.87s;
  background-color: #00dcff; }

@keyframes orbit287 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-34deg) rotateY(332deg) translateX(300px) rotateZ(34deg); }
  80% {
    transform: rotateZ(-34deg) rotateY(332deg) translateX(300px) rotateZ(34deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-34deg) rotateY(332deg) translateX(900px) rotateZ(34deg); } }
.c:nth-child(288) {
  animation: orbit288 30s infinite;
  animation-delay: 2.88s;
  background-color: #00dbff; }

@keyframes orbit288 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-156deg) rotateY(80deg) translateX(300px) rotateZ(156deg); }
  80% {
    transform: rotateZ(-156deg) rotateY(80deg) translateX(300px) rotateZ(156deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-156deg) rotateY(80deg) translateX(900px) rotateZ(156deg); } }
.c:nth-child(289) {
  animation: orbit289 30s infinite;
  animation-delay: 2.89s;
  background-color: #00dbff; }

@keyframes orbit289 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-332deg) rotateY(186deg) translateX(300px) rotateZ(332deg); }
  80% {
    transform: rotateZ(-332deg) rotateY(186deg) translateX(300px) rotateZ(332deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-332deg) rotateY(186deg) translateX(900px) rotateZ(332deg); } }
.c:nth-child(290) {
  animation: orbit290 30s infinite;
  animation-delay: 2.9s;
  background-color: #00daff; }

@keyframes orbit290 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-147deg) rotateY(83deg) translateX(300px) rotateZ(147deg); }
  80% {
    transform: rotateZ(-147deg) rotateY(83deg) translateX(300px) rotateZ(147deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-147deg) rotateY(83deg) translateX(900px) rotateZ(147deg); } }
.c:nth-child(291) {
  animation: orbit291 30s infinite;
  animation-delay: 2.91s;
  background-color: #00daff; }

@keyframes orbit291 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-18deg) rotateY(56deg) translateX(300px) rotateZ(18deg); }
  80% {
    transform: rotateZ(-18deg) rotateY(56deg) translateX(300px) rotateZ(18deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-18deg) rotateY(56deg) translateX(900px) rotateZ(18deg); } }
.c:nth-child(292) {
  animation: orbit292 30s infinite;
  animation-delay: 2.92s;
  background-color: #00d9ff; }

@keyframes orbit292 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-8deg) rotateY(290deg) translateX(300px) rotateZ(8deg); }
  80% {
    transform: rotateZ(-8deg) rotateY(290deg) translateX(300px) rotateZ(8deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-8deg) rotateY(290deg) translateX(900px) rotateZ(8deg); } }
.c:nth-child(293) {
  animation: orbit293 30s infinite;
  animation-delay: 2.93s;
  background-color: #00d8ff; }

@keyframes orbit293 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-147deg) rotateY(266deg) translateX(300px) rotateZ(147deg); }
  80% {
    transform: rotateZ(-147deg) rotateY(266deg) translateX(300px) rotateZ(147deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-147deg) rotateY(266deg) translateX(900px) rotateZ(147deg); } }
.c:nth-child(294) {
  animation: orbit294 30s infinite;
  animation-delay: 2.94s;
  background-color: #00d8ff; }

@keyframes orbit294 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-205deg) rotateY(317deg) translateX(300px) rotateZ(205deg); }
  80% {
    transform: rotateZ(-205deg) rotateY(317deg) translateX(300px) rotateZ(205deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-205deg) rotateY(317deg) translateX(900px) rotateZ(205deg); } }
.c:nth-child(295) {
  animation: orbit295 30s infinite;
  animation-delay: 2.95s;
  background-color: #00d7ff; }

@keyframes orbit295 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-31deg) rotateY(327deg) translateX(300px) rotateZ(31deg); }
  80% {
    transform: rotateZ(-31deg) rotateY(327deg) translateX(300px) rotateZ(31deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-31deg) rotateY(327deg) translateX(900px) rotateZ(31deg); } }
.c:nth-child(296) {
  animation: orbit296 30s infinite;
  animation-delay: 2.96s;
  background-color: #00d7ff; }

@keyframes orbit296 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-119deg) rotateY(291deg) translateX(300px) rotateZ(119deg); }
  80% {
    transform: rotateZ(-119deg) rotateY(291deg) translateX(300px) rotateZ(119deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-119deg) rotateY(291deg) translateX(900px) rotateZ(119deg); } }
.c:nth-child(297) {
  animation: orbit297 30s infinite;
  animation-delay: 2.97s;
  background-color: #00d6ff; }

@keyframes orbit297 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-118deg) rotateY(112deg) translateX(300px) rotateZ(118deg); }
  80% {
    transform: rotateZ(-118deg) rotateY(112deg) translateX(300px) rotateZ(118deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-118deg) rotateY(112deg) translateX(900px) rotateZ(118deg); } }
.c:nth-child(298) {
  animation: orbit298 30s infinite;
  animation-delay: 2.98s;
  background-color: #00d6ff; }

@keyframes orbit298 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-202deg) rotateY(35deg) translateX(300px) rotateZ(202deg); }
  80% {
    transform: rotateZ(-202deg) rotateY(35deg) translateX(300px) rotateZ(202deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-202deg) rotateY(35deg) translateX(900px) rotateZ(202deg); } }
.c:nth-child(299) {
  animation: orbit299 30s infinite;
  animation-delay: 2.99s;
  background-color: #00d5ff; }

@keyframes orbit299 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-126deg) rotateY(264deg) translateX(300px) rotateZ(126deg); }
  80% {
    transform: rotateZ(-126deg) rotateY(264deg) translateX(300px) rotateZ(126deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-126deg) rotateY(264deg) translateX(900px) rotateZ(126deg); } }
.c:nth-child(300) {
  animation: orbit300 30s infinite;
  animation-delay: 3s;
  background-color: #00d5ff; }

@keyframes orbit300 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-89deg) rotateY(65deg) translateX(300px) rotateZ(89deg); }
  80% {
    transform: rotateZ(-89deg) rotateY(65deg) translateX(300px) rotateZ(89deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-89deg) rotateY(65deg) translateX(900px) rotateZ(89deg); } }
.mobile-menu {
  display: block;
  background: #fff;
  line-height: 1.6em;
  font-weight: 400;
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  margin: 0 auto;
  z-index: 99999; }

/*Strip the ul of padding and list styling*/
.mobile-menu ul {
  list-style-type: none;
  margin: 0 auto;
  padding-left: 0;
  text-align: center;
  width: 100%;
  position: absolute;
  background: #fff; }

/*Create a horizontal list with spacing*/
.mobile-menu li {
  display: inline-block;
  background: none !important;
  /*float: left;
  margin-right: 1px;*/ }

/*Style for menu links*/
.mobile-menu li a {
  display: block;
  min-width: 140px;
  text-align: center;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  margin-left: -5px;
  padding: 10px 0;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s; }

/*Hover state for top level links*/
.mobile-menu li:hover a {
  color: #000;
  background-color: #ccddee; }

/*Style for dropdown links*/
.mobile-menu li:hover ul a {
  background: #f3f3f3;
  color: #000;
  height: 40px;
  line-height: 40px; }

/*Hover state for dropdown links*/
.mobile-menu li:hover .mobile-menu ul a:hover {
  color: #000; }

/*Hide dropdown links until they are needed*/
.mobile-menu li ul {
  display: none; }

/*Make dropdown links vertical*/
.mobile-menu li ul li {
  display: block;
  float: none; }

/*Prevent text wrapping*/
.mobile-menu li ul li a {
  width: auto;
  min-width: 100px;
  padding: 0 20px; }

/*Style 'show menu' label button and hide it by default*/
.mobile-menu .show-menu {
  text-decoration: none;
  color: #000;
  background: #fff;
  text-align: center;
  display: none;
  cursor: pointer;
  text-transform: uppercase; }

.mobile-menu .show-menu span {
  padding-left: 35px; }

/*Hide checkbox*/
.mobile-menu input[type=checkbox] {
  display: none; }

/*Show menu when invisible checkbox is checked*/
.mobile-menu input[type=checkbox]:checked ~ #menu {
  display: block; }

/*Responsive Styles*/
@media screen and (max-width: 1140px) {
  .mobile-menu .lines {
    position: absolute;
    top: 10px !important;
    right: 40px;
    border-bottom: 15px double #000;
    border-top: 5px solid #000;
    content: "";
    height: 5px;
    width: 20px;
    padding-right: 15px;
    margin-left: 10px;
    float: left; }

  /*Make dropdown links appear inline*/
  .mobile-menu ul {
    position: static;
    display: none; }

  /*Create vertical spacing*/
  .mobile-menu li {
    margin-bottom: 1px; }

  /*Make all menu links full width*/
  .mobile-menu ul li, .mobile-menu li a {
    width: 100%; }

  /*Display 'show menu' link*/
  .mobile-menu .show-menu {
    display: block; } }
@media screen and (max-width: 768px) {
  header img {
    height: auto;
    max-width: 100%;
    height: 40px;
    display: inline-block;
    margin-top: 15px; }

  .mobile-menu .lines {
    position: absolute;
    top: 10px !important;
    right: 20px !important; } }
@media screen and (max-width: 460px) {
  header img {
    margin-top: 40px; } }
