 @import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,700");
.solar_systm {
  transform-style: preserve-3d;
  pointer-events: none;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
}* {
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
}body .solar_systm .planet, body input[type=radio][name=planet]::after, body .overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
}body .solar_systm .planet.san26 .trajectory.ner, body .solar_systm .planet.san26 .trajectory.pro, body .solar_systm .planet.san26 .trajectory.tri,
body .solar_systm .planet.san25 .trajectory.ner, body .solar_systm .planet.san25 .trajectory.pro, body .solar_systm .planet.san25 .trajectory.tri,
body .solar_systm .planet.san24 .trajectory.ner, body .solar_systm .planet.san24 .trajectory.pro, body .solar_systm .planet.san24 .trajectory.tri,
body .solar_systm .planet.san23 .trajectory.ner, body .solar_systm .planet.san23 .trajectory.pro, body .solar_systm .planet.san23 .trajectory.tri,
body .solar_systm .planet.san22 .trajectory.ner, body .solar_systm .planet.san22 .trajectory.pro, body .solar_systm .planet.san22 .trajectory.tri,
body .solar_systm .planet.san21 .trajectory.ner, body .solar_systm .planet.san21 .trajectory.pro, body .solar_systm .planet.san21 .trajectory.tri,
body .solar_systm .planet.san20 .trajectory.ner, body .solar_systm .planet.san20 .trajectory.pro, body .solar_systm .planet.san20 .trajectory.tri,
body .solar_systm .planet.san19 .trajectory.ner, body .solar_systm .planet.san19 .trajectory.pro, body .solar_systm .planet.san19 .trajectory.tri,
body .solar_systm .planet.san18 .trajectory.ner, body .solar_systm .planet.san18 .trajectory.pro, body .solar_systm .planet.san18 .trajectory.tri,
body .solar_systm .planet.san17 .trajectory.ner, body .solar_systm .planet.san17 .trajectory.pro, body .solar_systm .planet.san17 .trajectory.tri,
body .solar_systm .planet.san16 .trajectory.ner, body .solar_systm .planet.san16 .trajectory.pro, body .solar_systm .planet.san16 .trajectory.tri,
body .solar_systm .planet.san15 .trajectory.ner, body .solar_systm .planet.san15 .trajectory.pro, body .solar_systm .planet.san15 .trajectory.tri,
body .solar_systm .planet.san14 .trajectory.ner, body .solar_systm .planet.san14 .trajectory.pro, body .solar_systm .planet.san14 .trajectory.tri,
body .solar_systm .planet.san13 .trajectory.ner, body .solar_systm .planet.san13 .trajectory.pro, body .solar_systm .planet.san13 .trajectory.tri,
body .solar_systm .planet.san12 .trajectory.ner, body .solar_systm .planet.san12 .trajectory.pro, body .solar_systm .planet.san12 .trajectory.tri,
body .solar_systm .planet.san11 .trajectory.ner, body .solar_systm .planet.san11 .trajectory.pro, body .solar_systm .planet.san11 .trajectory.tri,
body .solar_systm .planet.san10 .trajectory.ner, body .solar_systm .planet.san10 .trajectory.pro, body .solar_systm .planet.san10 .trajectory.tri,
body .solar_systm .planet.san09 .trajectory.ner, body .solar_systm .planet.san09 .trajectory.pro, body .solar_systm .planet.san09 .trajectory.tri,
body .solar_systm .planet.san08 .trajectory.ner, body .solar_systm .planet.san08 .trajectory.pro, body .solar_systm .planet.san08 .trajectory.tri, 
body .solar_systm .planet.san07 .trajectory.umb, body .solar_systm .planet.san07 .trajectory.ari, body .solar_systm .planet.san07 .trajectory.mir, 
body .solar_systm .planet.san06 .trajectory.enc, body .solar_systm .planet.san06 .trajectory.di, body .solar_systm .planet.san06 .trajectory.ti, 
body .solar_systm .planet.san05 .trajectory.ga, body .solar_systm .planet.san05 .trajectory.eu, body .solar_systm .planet.san05 .trajectory.lop, 
body .solar_systm .planet.san04 .trajectory.p, body .solar_systm .planet.san04 .trajectory.d, 
body .solar_systm .planet.san03 .trajectory.m {
  border: 2px dashed white;
  position: absolute;
  border-radius: 3400px;
  background: none !important;
  z-index: -2;
}body .solar_systm .planet {
  height: 500px;
  width: 800px;
  border-radius: 100px;
  background: red;
  transition: transform 2.8s 0.23s cubic-bezier(0.33, 0, 0, 1), opacity 2s 0.8s, box-shadow 0s 0s;
  background-size: 1000px 850px !important;
  top: auto;
  bottom: -100px;
}@-webkit-keyframes planet {
  from {
    background-position-y: 0px;
  }
  to {
    background-position-y: -1000px;
  }
}@keyframes planet {
  from {
    background-position-y: 0px;
  }
  to {
    background-position-y: -1000px;
  }
}body .solar {
  position: absolute;
  transform: rotatex(-19deg);
  perspective: 800px;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
}body input[type=radio][name=planet]::after {
  width: 200px;
  height: 200px;
  border-radius: 550px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  cursor: pointer;
  z-index: 12;
  left: 18px;
  bottom: 500px;
}body {
  overflow: hidden;
  background: black;
  height: 100vh;
  font-family: 'NanumGothic';
    background: url(images/bg.png) no-repeat center;
    background-size: cover;
}body .logo {
  color: white;
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 4px;
}body .logo span {
  font-size: 18px;
  color: #f39041;
  display: block;
}body label {
  cursor: pointer;
}body label.san01 > .preview {
  background: url("images/p_san01.png") !important;
}body label.san02 > .preview {
  background: url("images/p_san02.png") !important;
}body label.san03 > .preview {
  background: url("images/p_san03.png") !important;
}body label.san04 > .preview {
  background: url("images/p_san04.png") !important;
}body label.san05 > .preview {
  background: url("images/p_san05.png") !important;
}body label.san06 > .preview {
  background: url("images/p_san06.png") !important;
}body label.san07 > .preview {
  background: url("images/p_san07.png") !important;
}body label.san08 > .preview {
  background: url("images/p_san08.png") !important;
}body label.san09 > .preview {
  background: url("images/p_san09.png") !important;
}body label.san10 > .preview {
  background: url("images/p_san10.png") !important;
}body label.san11 > .preview {
  background: url("images/p_san11.png") !important;
}body label.san12 > .preview {
  background: url("images/p_san12.png") !important;
}body label.san13 > .preview {
  background: url("images/p_san13.png") !important;
}body label.san14 > .preview {
  background: url("images/p_san14.png") !important;
}body label.san15 > .preview {
  background: url("images/p_san15.png") !important;
}body label.san16 > .preview {
  background: url("images/p_san16.png") !important;
}body label.san17 > .preview {
  background: url("images/p_san17.png") !important;
}body label.san18 > .preview {
  background: url("images/p_san18.png") !important;
}body label.san19 > .preview {
  background: url("images/p_san19.png") !important;
}body label.san20 > .preview {
  background: url("images/p_san20.png") !important;
}body label.san21 > .preview {
  background: url("images/p_san21.png") !important;
}body label.san22 > .preview {
  background: url("images/p_san22.png") !important;
}body label.san23 > .preview {
  background: url("images/p_san23.png") !important;
}body label.san24 > .preview {
  background: url("images/p_san24.png") !important;
}body label.san25 > .preview {
  background: url("images/p_san25.png") !important;
}body label.san26 > .preview {
  background: url("images/p_san26.png") !important;
}body label.san27 > .preview {
  background: url("images/p_san27.png") !important;
}body label.menu {
  color: white;
  display: block;
  position: absolute;
  cursor: pointer;
  left: 90px;
  z-index: 2;
}body label.menu:after {
  display: block;
  width: 8px;
  height: 8px;
  border: 2px solid white;
  border-radius: 60px;
  content: "";
  z-index: 2;
  position: absolute;
  top: -2px;
  left: -2px;
}body label.menu:hover h2, body label.menu:hover h3 {
  opacity: 1;
}body label.menu.san01 h2 .pip {
  background: #E8927C;
}body label.menu.san02 h2 .pip {
  background: #b29d81;
}body label.menu.san03 h2 .pip {
  background: #26daaa;
}body label.menu.san04 h2 .pip {
  background: #e55f45;
}body label.menu.san05 h2 .pip {
  background: orange;
}body label.menu.san06 h2 .pip {
  background: #b45d15;
}body label.menu.san07 h2 .pip {
  background: #8dcdd8;
}body label.menu.san08 h2 .pip {
  background: #4f83e2;
}body label.menu.san09 h2 .pip {
  background: #FF8732;
}body label.menu.san10 h2 .pip {
  background: #FF6347;
}body label.menu.san11 h2 .pip {
  background: #66CDAA;
}body label.menu.san12 h2 .pip {
  background: #556B2F;
}body label.menu.san13 h2 .pip {
  background: #FF69B4;
}body label.menu.san14 h2 .pip {
  background: #1E90FF;
}body label.menu.san15 h2 .pip {
  background: #87CEEB;
}body label.menu.san16 h2 .pip {
  background: #228B22;
}body label.menu.san17 h2 .pip {
  background: #40E0D0;
}body label.menu.san18 h2 .pip {
  background: #9932CC;
}body label.menu.san19 h2 .pip {
  background: #FFFFF0;
}body label.menu.san20 h2 .pip {
  background: #8FBC8F;
}body label.menu.san21 h2 .pip {
  background: #00BFFF;
}body label.menu.san22 h2 .pip {
  background: #7FFFD4;
}body label.menu.san23 h2 .pip {
  background: #0000FF;
}body label.menu.san24 h2 .pip {
  background: #808000;
}body label.menu.san25 h2 .pip {
  background: #191970;
}body label.menu.san26 h2 .pip {
  background: #800000;
}body label.menu.san27 h2 .pip {
  background: #FFF5EE;
}body label.menu .preview {
  width: 20px;
  height: 20px;
  background: yellow;
  float: left;
  background-size: auto 100% !important;
  position: absolute;
  border-radius: 100px;
  box-shadow: 0 -1px 3px 2px #f1f1f9 inset;
}body label.menu .info {
  position: relative;
  left: 30px;
}body label.menu h2,
body label.menu h2 .pipd {
  text-transform: uppercase;
  margin: 0;
  font-weight: 100;
}body label.menu h2 {
  font-size: 10px;
  opacity: 0.7;
  margin-bottom: 4px;
  font-weight: bold;
}body label.menu h2 .pip {
  width: 0;
  height: 15px;
  background: #fea082;
  float: left;
  position: relative;
  top: 3px;
  transition: all 0.3s;
  margin-right: 0px;
}body label.menu h2 .pipd {
  font-size: 10px;
  letter-spacing: 1px;
  transition: all 0.3s;
  opacity: 0.5;
  font-weight: bold;
}body label.menu:nth-of-type(1) {
  top: calc(55vh + 10px + ((10px + 17px) * 1) + 0px - 430px);
}body label.menu:nth-of-type(2) {
  top: calc(55vh + 10px + ((10px + 17px) * 2) + 0px - 430px);
}body label.menu:nth-of-type(3) {
  top: calc(55vh + 10px + ((10px + 17px) * 3) + 0px - 430px);
}body label.menu:nth-of-type(4) {
  top: calc(55vh + 10px + ((10px + 17px) * 4) + 0px - 430px);
}body label.menu:nth-of-type(5) {
  top: calc(55vh + 10px + ((10px + 17px) * 5) + 0px - 430px);
}body label.menu:nth-of-type(6) {
  top: calc(55vh + 10px + ((10px + 17px) * 6) + 0px - 430px);
}body label.menu:nth-of-type(7) {
  top: calc(55vh + 10px + ((10px + 17px) * 7) + 0px - 430px);
}body label.menu:nth-of-type(8) {
  top: calc(55vh + 10px + ((10px + 17px) * 8) + 0px - 430px);
}body label.menu:nth-of-type(9) {
  top: calc(55vh + 10px + ((10px + 17px) * 9) + 0px - 430px);
}body label.menu:nth-of-type(10) {
  top: calc(55vh + 10px + ((10px + 17px) * 10) + 0px - 430px);
}body label.menu:nth-of-type(11) {
  top: calc(55vh + 10px + ((10px + 17px) * 11) + 0px - 430px);
}body label.menu:nth-of-type(12) {
  top: calc(55vh + 10px + ((10px + 17px) * 12) + 0px - 430px);
}body label.menu:nth-of-type(13) {
  top: calc(55vh + 10px + ((10px + 17px) * 13) + 0px - 430px);
}body label.menu:nth-of-type(14) {
  top: calc(55vh + 10px + ((10px + 17px) * 14) + 0px - 430px);
}body label.menu:nth-of-type(15) {
  top: calc(55vh + 10px + ((10px + 17px) * 15) + 0px - 430px);
}body label.menu:nth-of-type(16) {
  top: calc(55vh + 10px + ((10px + 17px) * 16) + 0px - 430px);
}body label.menu:nth-of-type(17) {
  top: calc(55vh + 10px + ((10px + 17px) * 17) + 0px - 430px);
}body label.menu:nth-of-type(18) {
  top: calc(55vh + 10px + ((10px + 17px) * 18) + 0px - 430px);
}body label.menu:nth-of-type(19) {
  top: calc(55vh + 10px + ((10px + 17px) * 19) + 0px - 430px);
}body label.menu:nth-of-type(20) {
  top: calc(55vh + 10px + ((10px + 17px) * 20) + 0px - 430px);
}body label.menu:nth-of-type(21) {
  top: calc(55vh + 10px + ((10px + 17px) * 21) + 0px - 430px);
}body label.menu:nth-of-type(22) {
  top: calc(55vh + 10px + ((10px + 17px) * 22) + 0px - 430px);
}body label.menu:nth-of-type(23) {
  top: calc(55vh + 10px + ((10px + 17px) * 23) + 0px - 430px);
}body label.menu:nth-of-type(24) {
  top: calc(55vh + 10px + ((10px + 17px) * 24) + 0px - 430px);
}body label.menu:nth-of-type(25) {
  top: calc(55vh + 10px + ((10px + 17px) * 25) + 0px - 430px);
}body label.menu:nth-of-type(26) {
  top: calc(55vh + 10px + ((10px + 17px) * 26) + 0px - 430px);
}body label.menu:nth-of-type(27) {
  top: calc(55vh + 10px + ((10px + 17px) * 27) + 0px - 430px);
}body input.read {
  display: none;
}body .read:checked + label + input + .panel {
  right: 0;
}body .read:checked + label {
  width: calc(100% - 420px);
}body .read:checked + label::after {
  opacity: 1;
  left: 0;
}body .read:checked + label + label {
  transition: all 0.3s 0.6s;
  opacity: 1;
}body .read:not(:checked) + label + label {
  transition: all 0.3s 0s;
  opacity: 0;
}body label.close {
  position: absolute;
  right: 60px;
  opacity: 0;
  transition: all 0.3s 0.4s;
  z-index: 3;
  top: 65px;
}body label.closeBig {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  height: 100vh;
  transition: all 0.2s;
  z-index: 10;
  width: 0;
  background: rgba(56, 37, 99, 0.38);
}body label.closeBig::after {
  content: "뒤로";
  text-align: center;
  font-size: 30px;
  color: white;
  position: absolute;
  left: -140px;
  opacity: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}body .overlay {
  border-bottom: 1020px solid transparent;
  width: 1800px;
  height: 620px;
  top: auto;
  transform: none;
  top: -240px;
  left: -303px;
  opacity: .2;
  border-radius: 100%;
  z-index: 0;
  box-shadow: 0px -190px 215px 110px transparent inset;
}body input[type=radio][name=planet] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}body input[type=radio][name=planet]::after {
  content: "";
}body input[type=radio][name=planet].planet1:checked::after {
  display: none;
}body input[type=radio][name=planet].planet1:checked + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet1:checked + label + div .solar_systm:nth-of-type(1) {
  pointer-events: all;
}body input[type=radio][name=planet].planet1:checked + label + div .solar_systm:nth-of-type(1) .planet {
  transform: translateZ(0px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 2;
  -webkit-animation: planet 60s 3.9s infinite linear;
          animation: planet 60s 3.9s infinite linear;
}body input[type=radio][name=planet].planet1:checked + label + div .solar_systm:nth-of-type(1) .planet_description {
  opacity: 1;
  transition: all 0.6s 2.6s;
}body input[type=radio][name=planet].planet1:checked + label + div .solar_systm:nth-of-type(1) .planet_description h2,
body input[type=radio][name=planet].planet1:checked + label + div .solar_systm:nth-of-type(1) .planet_description h1 {
  position: relative;
  top: 0px;
  transition: all 0.5s 3s;
}body input[type=radio][name=planet].planet1:checked + label + div .solar_systm:nth-of-type(1) .planet_description p,
body input[type=radio][name=planet].planet1:checked + label + div .solar_systm:nth-of-type(1) .planet_description a {
  transition: all 1s 3.5s, padding 0.3s 0s;
  opacity: 1;
}body input[type=radio][name=planet].planet1:checked + label + div .solar_systm:nth-of-type(1) .planet .moon {
  opacity: 1;
  transition: all 1s 3.2s;
}body input[type=radio][name=planet].planet1:checked + label + div .solar_systm:nth-of-type(1) .planet .trajectory {
  opacity: 0.2;
  transition: all 0.6s 2.9s;
}body input[type=radio][name=planet].planet1:checked + label + div .solar_systm:nth-of-type(1) .planet .overlay {
  opacity: 1;
  top: -240px;
}body input[type=radio][name=planet].planet1:checked + label + div .solar_systm:nth-of-type(2) .planet {
  transform: translateZ(-2300px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 1;
}body input[type=radio][name=planet].planet1:checked + label + div .solar_systm:nth-of-type(3) .planet {
  transform: translateZ(-4600px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 0;
}body input[type=radio][name=planet].planet1:checked + label + div .solar_systm:nth-of-type(4) .planet {
  transform: translateZ(-6900px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -1;
}body input[type=radio][name=planet].planet1:checked + label + div .solar_systm:nth-of-type(5) .planet {
  transform: translateZ(-9200px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -2;
}body input[type=radio][name=planet].planet1:checked + label + div .solar_systm:nth-of-type(6) .planet {
  transform: translateZ(-11500px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -3;
}body input[type=radio][name=planet].planet1:checked + label + div .solar_systm:nth-of-type(7) .planet {
  transform: translateZ(-13800px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -4;
}body input[type=radio][name=planet].planet1:checked + label + div .solar_systm:nth-of-type(8) .planet {
  transform: translateZ(-16100px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -5;
}body input[type=radio][name=planet].planet1:checked + label + div .solar_systm:nth-of-type(9) .planet {
  transform: translateZ(-18400px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -6;
}body input[type=radio][name=planet].planet1:checked + label + div .solar_systm:nth-of-type(10) .planet {
  transform: translateZ(-20700px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -7;
}body input[type=radio][name=planet].planet1:checked + label + div .solar_systm:nth-of-type(11) .planet {
  transform: translateZ(-23000px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -8;
}body input[type=radio][name=planet].planet1:checked + label + div .solar_systm:nth-of-type(12) .planet {
  transform: translateZ(-25300px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -9;
}body input[type=radio][name=planet].planet1:checked + label + div .solar_systm:nth-of-type(13) .planet {
  transform: translateZ(-27600px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -10;
}body input[type=radio][name=planet].planet1:checked + label + div .solar_systm:nth-of-type(14) .planet {
  transform: translateZ(-29900px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -11;
}body input[type=radio][name=planet].planet1:checked + label + div .solar_systm:nth-of-type(15) .planet {
  transform: translateZ(-32200px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -12;
}body input[type=radio][name=planet].planet1:checked + label + div .solar_systm:nth-of-type(16) .planet {
  transform: translateZ(-34500px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -13;
}body input[type=radio][name=planet].planet1:checked + label + div .solar_systm:nth-of-type(17) .planet {
  transform: translateZ(-36800px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -14;
}body input[type=radio][name=planet].planet1:checked + label + div .solar_systm:nth-of-type(18) .planet {
  transform: translateZ(-39100px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -15;
}body input[type=radio][name=planet].planet1:checked + label + div .solar_systm:nth-of-type(19) .planet {
  transform: translateZ(-41400px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -16;
}body input[type=radio][name=planet].planet1:checked + label + div .solar_systm:nth-of-type(20) .planet {
  transform: translateZ(-43700px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -17;
}body input[type=radio][name=planet].planet1:checked + label + div .solar_systm:nth-of-type(21) .planet {
  transform: translateZ(-46000px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -18;
}body input[type=radio][name=planet].planet1:checked + label + div .solar_systm:nth-of-type(22) .planet {
  transform: translateZ(-48300px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -19;
}body input[type=radio][name=planet].planet1:checked + label + div .solar_systm:nth-of-type(23) .planet {
  transform: translateZ(-50600px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -20;
}body input[type=radio][name=planet].planet1:checked + label + div .solar_systm:nth-of-type(24) .planet {
  transform: translateZ(-52900px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -21;
}body input[type=radio][name=planet].planet1:checked + label + div .solar_systm:nth-of-type(25) .planet {
  transform: translateZ(-55200px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -22;
}body input[type=radio][name=planet].planet1:checked + label + div .solar_systm:nth-of-type(26) .planet {
  transform: translateZ(-57500px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -23;
}body input[type=radio][name=planet].planet1:checked + label + div .solar_systm:nth-of-type(27) .planet {
  transform: translateZ(-59800px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -24;
}body input[type=radio][name=planet].planet1:checked + label.san01 > .info h2 .pipd {
  color: #E8927C;
}body input[type=radio][name=planet].planet1:checked + label.san02 > .info h2 .pipd {
  color: #b29d81;
}body input[type=radio][name=planet].planet1:checked + label.san03 > .info h2 .pipd {
  color: #26daaa;
}body input[type=radio][name=planet].planet1:checked + label.san04 > .info h2 .pipd {
  color: #e55f45;
}body input[type=radio][name=planet].planet1:checked + label.san05 > .info h2 .pipd {
  color: orange;
}body input[type=radio][name=planet].planet1:checked + label.san06 > .info h2 .pipd {
  color: #b45d15;
}body input[type=radio][name=planet].planet1:checked + label.san07 > .info h2 .pipd {
  color: #8dcdd8;
}body input[type=radio][name=planet].planet1:checked + label.san08 > .info h2 .pipd {
  color: #4f83e2;
}body input[type=radio][name=planet].planet1:checked + label.san09 > .info h2 .pipd {
  color: #FF8732;
}body input[type=radio][name=planet].planet1:checked + label.san10 > .info h2 .pipd {
  color: #FF6347;
}body input[type=radio][name=planet].planet1:checked + label.san11 > .info h2 .pipd {
  color: #66CDAA;
}body input[type=radio][name=planet].planet1:checked + label.san12 > .info h2 .pipd {
  color: #556B2F;
}body input[type=radio][name=planet].planet1:checked + label.san13 > .info h2 .pipd {
  color: #FF69B4;
}body input[type=radio][name=planet].planet1:checked + label.san14 > .info h2 .pipd {
  color: #1E90FF;
}body input[type=radio][name=planet].planet1:checked + label.san15 > .info h2 .pipd {
  color: #87CEEB;
}body input[type=radio][name=planet].planet1:checked + label.san16 > .info h2 .pipd {
  color: #228B22;
}body input[type=radio][name=planet].planet1:checked + label.san17 > .info h2 .pipd {
  color: #40E0D0;
}body input[type=radio][name=planet].planet1:checked + label.san18 > .info h2 .pipd {
  color: #9932CC;
}body input[type=radio][name=planet].planet1:checked + label.san19 > .info h2 .pipd {
  color: #FFFFF0;
}body input[type=radio][name=planet].planet1:checked + label.san20 > .info h2 .pipd {
  color: #8FBC8F;
}body input[type=radio][name=planet].planet1:checked + label.san21 > .info h2 .pipd {
  color: #00BFFF;
}body input[type=radio][name=planet].planet1:checked + label.san22 > .info h2 .pipd {
  color: #7FFFD4;
}body input[type=radio][name=planet].planet1:checked + label.san23 > .info h2 .pipd {
  color: #0000FF;
}body input[type=radio][name=planet].planet1:checked + label.san24 > .info h2 .pipd {
  color: #808000;
}body input[type=radio][name=planet].planet1:checked + label.san25 > .info h2 .pipd {
  color: #191970;
}body input[type=radio][name=planet].planet1:checked + label.san26 > .info h2 .pipd {
  color: #800000;
}body input[type=radio][name=planet].planet1:checked + label.san27 > .info h2 .pipd {
  color: #FFF5EE;
}body input[type=radio][name=planet].planet1:checked + label {
  opacity: 1;
}body input[type=radio][name=planet].planet1:checked + label:before {
  display: block;
  width: 4px;
  height: 4px;
  position: absolute;
  left: 2px;
  top: 2px;
  z-index: 2;
  background: white;
  border-radius: 4px;
  content: "";
}body input[type=radio][name=planet].planet1:checked + label > .info h2 {
  opacity: 1;
}body input[type=radio][name=planet].planet1:checked + label > .info h2 .pip {
  width: 30px;
  margin-right: 6px;
}body input[type=radio][name=planet].planet1:checked + label > .info h2 .pipd {
  opacity: 1;
  color: #fea082;
}body input[type=radio][name=planet] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}body input[type=radio][name=planet]::after {
  content: "";
}body input[type=radio][name=planet].planet2:checked::after {
  display: none;
}body input[type=radio][name=planet].planet2:checked + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet2:checked + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet2:checked + label + input + label + div .solar_systm:nth-of-type(2) {
  pointer-events: all;
}body input[type=radio][name=planet].planet2:checked + label + input + label + div .solar_systm:nth-of-type(1) .planet {
  transform: translateZ(2300px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 3;
}body input[type=radio][name=planet].planet2:checked + label + input + label + div .solar_systm:nth-of-type(2) .planet {
  transform: translateZ(0px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 2;
  -webkit-animation: planet 60s 3.9s infinite linear;
          animation: planet 60s 3.9s infinite linear;
}body input[type=radio][name=planet].planet2:checked + label + input + label + div .solar_systm:nth-of-type(2) .planet_description {
  opacity: 1;
  transition: all 0.6s 2.6s;
}body input[type=radio][name=planet].planet2:checked + label + input + label + div .solar_systm:nth-of-type(2) .planet_description h2,
body input[type=radio][name=planet].planet2:checked + label + input + label + div .solar_systm:nth-of-type(2) .planet_description h1 {
  position: relative;
  top: 0px;
  transition: all 0.5s 3s;
}body input[type=radio][name=planet].planet2:checked + label + input + label + div .solar_systm:nth-of-type(2) .planet_description p,
body input[type=radio][name=planet].planet2:checked + label + input + label + div .solar_systm:nth-of-type(2) .planet_description a {
  transition: all 1s 3.5s, padding 0.3s 0s;
  opacity: 1;
}body input[type=radio][name=planet].planet2:checked + label + input + label + div .solar_systm:nth-of-type(2) .planet .moon {
  opacity: 1;
  transition: all 1s 3.2s;
}body input[type=radio][name=planet].planet2:checked + label + input + label + div .solar_systm:nth-of-type(2) .planet .trajectory {
  opacity: 0.2;
  transition: all 0.6s 2.9s;
}body input[type=radio][name=planet].planet2:checked + label + input + label + div .solar_systm:nth-of-type(2) .planet .overlay {
  opacity: 1;
  top: -240px;
}body input[type=radio][name=planet].planet2:checked + label + input + label + div .solar_systm:nth-of-type(3) .planet {
  transform: translateZ(-2300px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 1;
}body input[type=radio][name=planet].planet2:checked + label + input + label + div .solar_systm:nth-of-type(4) .planet {
  transform: translateZ(-4600px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 0;
}body input[type=radio][name=planet].planet2:checked + label + input + label + div .solar_systm:nth-of-type(5) .planet {
  transform: translateZ(-6900px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -1;
}body input[type=radio][name=planet].planet2:checked + label + input + label + div .solar_systm:nth-of-type(6) .planet {
  transform: translateZ(-9200px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -2;
}body input[type=radio][name=planet].planet2:checked + label + input + label + div .solar_systm:nth-of-type(7) .planet {
  transform: translateZ(-11500px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -3;
}body input[type=radio][name=planet].planet2:checked + label + input + label + div .solar_systm:nth-of-type(8) .planet {
  transform: translateZ(-13800px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -4;
}body input[type=radio][name=planet].planet2:checked + label + input + label + div .solar_systm:nth-of-type(9) .planet {
  transform: translateZ(-16100px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -5;
}body input[type=radio][name=planet].planet2:checked + label + input + label + div .solar_systm:nth-of-type(10) .planet {
  transform: translateZ(-18400px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -6;
}body input[type=radio][name=planet].planet2:checked + label + input + label + div .solar_systm:nth-of-type(11) .planet {
  transform: translateZ(-20700px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -7;
}body input[type=radio][name=planet].planet2:checked + label + input + label + div .solar_systm:nth-of-type(12) .planet {
  transform: translateZ(-23000px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -8;
}body input[type=radio][name=planet].planet2:checked + label + input + label + div .solar_systm:nth-of-type(13) .planet {
  transform: translateZ(-25300px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -9;
}body input[type=radio][name=planet].planet2:checked + label + input + label + div .solar_systm:nth-of-type(14) .planet {
  transform: translateZ(-27600px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -10;
}body input[type=radio][name=planet].planet2:checked + label + input + label + div .solar_systm:nth-of-type(15) .planet {
  transform: translateZ(-29900px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -11;
}body input[type=radio][name=planet].planet2:checked + label + input + label + div .solar_systm:nth-of-type(16) .planet {
  transform: translateZ(-32200px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -12;
}body input[type=radio][name=planet].planet2:checked + label + input + label + div .solar_systm:nth-of-type(17) .planet {
  transform: translateZ(-34500px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -13;
}body input[type=radio][name=planet].planet2:checked + label + input + label + div .solar_systm:nth-of-type(18) .planet {
  transform: translateZ(-36800px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -14;
}body input[type=radio][name=planet].planet2:checked + label + input + label + div .solar_systm:nth-of-type(19) .planet {
  transform: translateZ(-39100px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -15;
}body input[type=radio][name=planet].planet2:checked + label + input + label + div .solar_systm:nth-of-type(20) .planet {
  transform: translateZ(-41400px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -16;
}body input[type=radio][name=planet].planet2:checked + label + input + label + div .solar_systm:nth-of-type(21) .planet {
  transform: translateZ(-43700px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -17;
}body input[type=radio][name=planet].planet2:checked + label + input + label + div .solar_systm:nth-of-type(22) .planet {
  transform: translateZ(-46000px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -18;
}body input[type=radio][name=planet].planet2:checked + label + input + label + div .solar_systm:nth-of-type(23) .planet {
  transform: translateZ(-48300px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -19;
}body input[type=radio][name=planet].planet2:checked + label + input + label + div .solar_systm:nth-of-type(24) .planet {
  transform: translateZ(-50600px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -20;
}body input[type=radio][name=planet].planet2:checked + label + input + label + div .solar_systm:nth-of-type(25) .planet {
  transform: translateZ(-52900px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -21;
}body input[type=radio][name=planet].planet2:checked + label + input + label + div .solar_systm:nth-of-type(26) .planet {
  transform: translateZ(-55200px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -22;
}body input[type=radio][name=planet].planet2:checked + label + input + label + div .solar_systm:nth-of-type(27) .planet {
  transform: translateZ(-57500px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -23;
}body input[type=radio][name=planet].planet2:checked + label.san01 > .info h2 .pipd {
  color: #E8927C;
}body input[type=radio][name=planet].planet2:checked + label.san02 > .info h2 .pipd {
  color: #b29d81;
}body input[type=radio][name=planet].planet2:checked + label.san03 > .info h2 .pipd {
  color: #26daaa;
}body input[type=radio][name=planet].planet2:checked + label.san04 > .info h2 .pipd {
  color: #e55f45;
}body input[type=radio][name=planet].planet2:checked + label.san05 > .info h2 .pipd {
  color: orange;
}body input[type=radio][name=planet].planet2:checked + label.san06 > .info h2 .pipd {
  color: #b45d15;
}body input[type=radio][name=planet].planet2:checked + label.san07 > .info h2 .pipd {
  color: #8dcdd8;
}body input[type=radio][name=planet].planet2:checked + label.san08 > .info h2 .pipd {
  color: #4f83e2;
}body input[type=radio][name=planet].planet2:checked + label.san09 > .info h2 .pipd {
  color: #FF8732;
}body input[type=radio][name=planet].planet2:checked + label.san10 > .info h2 .pipd {
  color: #FF6347;
}body input[type=radio][name=planet].planet2:checked + label.san11 > .info h2 .pipd {
  color: #66CDAA;
}body input[type=radio][name=planet].planet2:checked + label.san12 > .info h2 .pipd {
  color: #556B2F;
}body input[type=radio][name=planet].planet2:checked + label.san13 > .info h2 .pipd {
  color: #FF69B4;
}body input[type=radio][name=planet].planet2:checked + label.san14 > .info h2 .pipd {
  color: #1E90FF;
}body input[type=radio][name=planet].planet2:checked + label.san15 > .info h2 .pipd {
  color: #87CEEB;
}body input[type=radio][name=planet].planet2:checked + label.san16 > .info h2 .pipd {
  color: #228B22;
}body input[type=radio][name=planet].planet2:checked + label.san17 > .info h2 .pipd {
  color: #40E0D0;
}body input[type=radio][name=planet].planet2:checked + label.san18 > .info h2 .pipd {
  color: #9932CC;
}body input[type=radio][name=planet].planet2:checked + label.san19 > .info h2 .pipd {
  color: #FFFFF0;
}body input[type=radio][name=planet].planet2:checked + label.san20 > .info h2 .pipd {
  color: #8FBC8F;
}body input[type=radio][name=planet].planet2:checked + label.san21 > .info h2 .pipd {
  color: #00BFFF;
}body input[type=radio][name=planet].planet2:checked + label.san22 > .info h2 .pipd {
  color: #7FFFD4;
}body input[type=radio][name=planet].planet2:checked + label.san23 > .info h2 .pipd {
  color: #0000FF;
}body input[type=radio][name=planet].planet2:checked + label.san24 > .info h2 .pipd {
  color: #808000;
}body input[type=radio][name=planet].planet2:checked + label.san25 > .info h2 .pipd {
  color: #191970;
}body input[type=radio][name=planet].planet2:checked + label.san26 > .info h2 .pipd {
  color: #800000;
}body input[type=radio][name=planet].planet2:checked + label.san27 > .info h2 .pipd {
  color: #FFF5EE;
}body input[type=radio][name=planet].planet2:checked + label {
  opacity: 1;
}body input[type=radio][name=planet].planet2:checked + label:before {
  display: block;
  width: 4px;
  height: 4px;
  position: absolute;
  left: 2px;
  top: 2px;
  z-index: 2;
  background: white;
  border-radius: 4px;
  content: "";
}body input[type=radio][name=planet].planet2:checked + label > .info h2 {
  opacity: 1;
}body input[type=radio][name=planet].planet2:checked + label > .info h2 .pip {
  width: 30px;
  margin-right: 6px;
}body input[type=radio][name=planet].planet2:checked + label > .info h2 .pipd {
  opacity: 1;
  color: #fea082;
}body input[type=radio][name=planet] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}body input[type=radio][name=planet]::after {
  content: "";
}body input[type=radio][name=planet].planet3:checked::after {
  display: none;
}body input[type=radio][name=planet].planet3:checked + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet3:checked + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet3:checked + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet3:checked + label + input + label + input + label + div .solar_systm:nth-of-type(3) {
  pointer-events: all;
}body input[type=radio][name=planet].planet3:checked + label + input + label + input + label + div .solar_systm:nth-of-type(1) .planet {
  transform: translateZ(4600px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 4;
}body input[type=radio][name=planet].planet3:checked + label + input + label + input + label + div .solar_systm:nth-of-type(2) .planet {
  transform: translateZ(2300px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 3;
}body input[type=radio][name=planet].planet3:checked + label + input + label + input + label + div .solar_systm:nth-of-type(3) .planet {
  transform: translateZ(0px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 2;
  -webkit-animation: planet 60s 3.9s infinite linear;
          animation: planet 60s 3.9s infinite linear;
}body input[type=radio][name=planet].planet3:checked + label + input + label + input + label + div .solar_systm:nth-of-type(3) .planet_description {
  opacity: 1;
  transition: all 0.6s 2.6s;
}body input[type=radio][name=planet].planet3:checked + label + input + label + input + label + div .solar_systm:nth-of-type(3) .planet_description h2,
body input[type=radio][name=planet].planet3:checked + label + input + label + input + label + div .solar_systm:nth-of-type(3) .planet_description h1 {
  position: relative;
  top: 0px;
  transition: all 0.5s 3s;
}body input[type=radio][name=planet].planet3:checked + label + input + label + input + label + div .solar_systm:nth-of-type(3) .planet_description p,
body input[type=radio][name=planet].planet3:checked + label + input + label + input + label + div .solar_systm:nth-of-type(3) .planet_description a {
  transition: all 1s 3.5s, padding 0.3s 0s;
  opacity: 1;
}body input[type=radio][name=planet].planet3:checked + label + input + label + input + label + div .solar_systm:nth-of-type(3) .planet .moon {
  opacity: 1;
  transition: all 1s 3.2s;
}body input[type=radio][name=planet].planet3:checked + label + input + label + input + label + div .solar_systm:nth-of-type(3) .planet .trajectory {
  opacity: 0.2;
  transition: all 0.6s 2.9s;
}body input[type=radio][name=planet].planet3:checked + label + input + label + input + label + div .solar_systm:nth-of-type(3) .planet .overlay {
  opacity: 1;
  top: -240px;
}body input[type=radio][name=planet].planet3:checked + label + input + label + input + label + div .solar_systm:nth-of-type(4) .planet {
  transform: translateZ(-2300px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 1;
}body input[type=radio][name=planet].planet3:checked + label + input + label + input + label + div .solar_systm:nth-of-type(5) .planet {
  transform: translateZ(-4600px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 0;
}body input[type=radio][name=planet].planet3:checked + label + input + label + input + label + div .solar_systm:nth-of-type(6) .planet {
  transform: translateZ(-6900px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -1;
}body input[type=radio][name=planet].planet3:checked + label + input + label + input + label + div .solar_systm:nth-of-type(7) .planet {
  transform: translateZ(-9200px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -2;
}body input[type=radio][name=planet].planet3:checked + label + input + label + input + label + div .solar_systm:nth-of-type(8) .planet {
  transform: translateZ(-11500px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -3;
}body input[type=radio][name=planet].planet3:checked + label + input + label + input + label + div .solar_systm:nth-of-type(9) .planet {
  transform: translateZ(-13800px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -4;
}body input[type=radio][name=planet].planet3:checked + label + input + label + input + label + div .solar_systm:nth-of-type(10) .planet {
  transform: translateZ(-16100px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -5;
}body input[type=radio][name=planet].planet3:checked + label + input + label + input + label + div .solar_systm:nth-of-type(11) .planet {
  transform: translateZ(-18400px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -6;
}body input[type=radio][name=planet].planet3:checked + label + input + label + input + label + div .solar_systm:nth-of-type(12) .planet {
  transform: translateZ(-20700px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -7;
}body input[type=radio][name=planet].planet3:checked + label + input + label + input + label + div .solar_systm:nth-of-type(13) .planet {
  transform: translateZ(-23000px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -8;
}body input[type=radio][name=planet].planet3:checked + label + input + label + input + label + div .solar_systm:nth-of-type(14) .planet {
  transform: translateZ(-25300px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -9;
}body input[type=radio][name=planet].planet3:checked + label + input + label + input + label + div .solar_systm:nth-of-type(15) .planet {
  transform: translateZ(-27600px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -10;
}body input[type=radio][name=planet].planet3:checked + label + input + label + input + label + div .solar_systm:nth-of-type(16) .planet {
  transform: translateZ(-29900px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -11;
}body input[type=radio][name=planet].planet3:checked + label + input + label + input + label + div .solar_systm:nth-of-type(17) .planet {
  transform: translateZ(-32200px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -12;
}body input[type=radio][name=planet].planet3:checked + label + input + label + input + label + div .solar_systm:nth-of-type(18) .planet {
  transform: translateZ(-34500px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -13;
}body input[type=radio][name=planet].planet3:checked + label + input + label + input + label + div .solar_systm:nth-of-type(19) .planet {
  transform: translateZ(-36800px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -14;
}body input[type=radio][name=planet].planet3:checked + label + input + label + input + label + div .solar_systm:nth-of-type(20) .planet {
  transform: translateZ(-39100px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -15;
}body input[type=radio][name=planet].planet3:checked + label + input + label + input + label + div .solar_systm:nth-of-type(21) .planet {
  transform: translateZ(-41400px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -16;
}body input[type=radio][name=planet].planet3:checked + label + input + label + input + label + div .solar_systm:nth-of-type(22) .planet {
  transform: translateZ(-43700px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -17;
}body input[type=radio][name=planet].planet3:checked + label + input + label + input + label + div .solar_systm:nth-of-type(23) .planet {
  transform: translateZ(-46000px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -18;
}body input[type=radio][name=planet].planet3:checked + label + input + label + input + label + div .solar_systm:nth-of-type(24) .planet {
  transform: translateZ(-48300px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -19;
}body input[type=radio][name=planet].planet3:checked + label + input + label + input + label + div .solar_systm:nth-of-type(25) .planet {
  transform: translateZ(-50600px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -20;
}body input[type=radio][name=planet].planet3:checked + label + input + label + input + label + div .solar_systm:nth-of-type(26) .planet {
  transform: translateZ(-52900px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -21;
}body input[type=radio][name=planet].planet3:checked + label + input + label + input + label + div .solar_systm:nth-of-type(27) .planet {
  transform: translateZ(-55200px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -22;
}body input[type=radio][name=planet].planet3:checked + label.san01 > .info h2 .pipd {
  color: #E8927C;
}body input[type=radio][name=planet].planet3:checked + label.san02 > .info h2 .pipd {
  color: #b29d81;
}body input[type=radio][name=planet].planet3:checked + label.san03 > .info h2 .pipd {
  color: #26daaa;
}body input[type=radio][name=planet].planet3:checked + label.san04 > .info h2 .pipd {
  color: #e55f45;
}body input[type=radio][name=planet].planet3:checked + label.san05 > .info h2 .pipd {
  color: orange;
}body input[type=radio][name=planet].planet3:checked + label.san06 > .info h2 .pipd {
  color: #b45d15;
}body input[type=radio][name=planet].planet3:checked + label.san07 > .info h2 .pipd {
  color: #8dcdd8;
}body input[type=radio][name=planet].planet3:checked + label.san08 > .info h2 .pipd {
  color: #4f83e2;
}body input[type=radio][name=planet].planet3:checked + label.san09 > .info h2 .pipd {
  color: #FF8732;
}body input[type=radio][name=planet].planet3:checked + label.san10 > .info h2 .pipd {
  color: #FF6347;
}body input[type=radio][name=planet].planet3:checked + label.san11 > .info h2 .pipd {
  color: #66CDAA;
}body input[type=radio][name=planet].planet3:checked + label.san12 > .info h2 .pipd {
  color: #556B2F;
}body input[type=radio][name=planet].planet3:checked + label.san13 > .info h2 .pipd {
  color: #FF69B4;
}body input[type=radio][name=planet].planet3:checked + label.san14 > .info h2 .pipd {
  color: #1E90FF;
}body input[type=radio][name=planet].planet3:checked + label.san15 > .info h2 .pipd {
  color: #87CEEB;
}body input[type=radio][name=planet].planet3:checked + label.san16 > .info h2 .pipd {
  color: #228B22;
}body input[type=radio][name=planet].planet3:checked + label.san17 > .info h2 .pipd {
  color: #40E0D0;
}body input[type=radio][name=planet].planet3:checked + label.san18 > .info h2 .pipd {
  color: #9932CC;
}body input[type=radio][name=planet].planet3:checked + label.san19 > .info h2 .pipd {
  color: #FFFFF0;
}body input[type=radio][name=planet].planet3:checked + label.san20 > .info h2 .pipd {
  color: #8FBC8F;
}body input[type=radio][name=planet].planet3:checked + label.san21 > .info h2 .pipd {
  color: #00BFFF;
}body input[type=radio][name=planet].planet3:checked + label.san22 > .info h2 .pipd {
  color: #7FFFD4;
}body input[type=radio][name=planet].planet3:checked + label.san23 > .info h2 .pipd {
  color: #0000FF;
}body input[type=radio][name=planet].planet3:checked + label.san24 > .info h2 .pipd {
  color: #808000;
}body input[type=radio][name=planet].planet3:checked + label.san25 > .info h2 .pipd {
  color: #191970;
}body input[type=radio][name=planet].planet3:checked + label.san26 > .info h2 .pipd {
  color: #800000;
}body input[type=radio][name=planet].planet3:checked + label.san27 > .info h2 .pipd {
  color: #FFF5EE;
}body input[type=radio][name=planet].planet3:checked + label {
  opacity: 1;
}body input[type=radio][name=planet].planet3:checked + label:before {
  display: block;
  width: 4px;
  height: 4px;
  position: absolute;
  left: 2px;
  top: 2px;
  z-index: 2;
  background: white;
  border-radius: 4px;
  content: "";
}body input[type=radio][name=planet].planet3:checked + label > .info h2 {
  opacity: 1;
}body input[type=radio][name=planet].planet3:checked + label > .info h2 .pip {
  width: 30px;
  margin-right: 6px;
}body input[type=radio][name=planet].planet3:checked + label > .info h2 .pipd {
  opacity: 1;
  color: #fea082;
}body input[type=radio][name=planet] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}body input[type=radio][name=planet]::after {
  content: "";
}body input[type=radio][name=planet].planet4:checked::after {
  display: none;
}body input[type=radio][name=planet].planet4:checked + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet4:checked + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet4:checked + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet4:checked + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet4:checked + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(4) {
  pointer-events: all;
}body input[type=radio][name=planet].planet4:checked + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(1) .planet {
  transform: translateZ(6900px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 5;
}body input[type=radio][name=planet].planet4:checked + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(2) .planet {
  transform: translateZ(4600px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 4;
}body input[type=radio][name=planet].planet4:checked + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(3) .planet {
  transform: translateZ(2300px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 3;
}body input[type=radio][name=planet].planet4:checked + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(4) .planet {
  transform: translateZ(0px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 2;
  -webkit-animation: planet 60s 3.9s infinite linear;
          animation: planet 60s 3.9s infinite linear;
}body input[type=radio][name=planet].planet4:checked + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(4) .planet_description {
  opacity: 1;
  transition: all 0.6s 2.6s;
}body input[type=radio][name=planet].planet4:checked + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(4) .planet_description h2,
body input[type=radio][name=planet].planet4:checked + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(4) .planet_description h1 {
  position: relative;
  top: 0px;
  transition: all 0.5s 3s;
}body input[type=radio][name=planet].planet4:checked + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(4) .planet_description p,
body input[type=radio][name=planet].planet4:checked + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(4) .planet_description a {
  transition: all 1s 3.5s, padding 0.3s 0s;
  opacity: 1;
}body input[type=radio][name=planet].planet4:checked + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(4) .planet .moon {
  opacity: 1;
  transition: all 1s 3.2s;
}body input[type=radio][name=planet].planet4:checked + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(4) .planet .trajectory {
  opacity: 0.2;
  transition: all 0.6s 2.9s;
}body input[type=radio][name=planet].planet4:checked + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(4) .planet .overlay {
  opacity: 1;
  top: -240px;
}body input[type=radio][name=planet].planet4:checked + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(5) .planet {
  transform: translateZ(-2300px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 1;
}body input[type=radio][name=planet].planet4:checked + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(6) .planet {
  transform: translateZ(-4600px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 0;
}body input[type=radio][name=planet].planet4:checked + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(7) .planet {
  transform: translateZ(-6900px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -1;
}body input[type=radio][name=planet].planet4:checked + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(8) .planet {
  transform: translateZ(-9200px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -2;
}body input[type=radio][name=planet].planet4:checked + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(9) .planet {
  transform: translateZ(-11500px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -3;
}body input[type=radio][name=planet].planet4:checked + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(10) .planet {
  transform: translateZ(-13800px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -4;
}body input[type=radio][name=planet].planet4:checked + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(11) .planet {
  transform: translateZ(-16100px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -5;
}body input[type=radio][name=planet].planet4:checked + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(12) .planet {
  transform: translateZ(-18400px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -6;
}body input[type=radio][name=planet].planet4:checked + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(13) .planet {
  transform: translateZ(-20700px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -7;
}body input[type=radio][name=planet].planet4:checked + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(14) .planet {
  transform: translateZ(-23000px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -8;
}body input[type=radio][name=planet].planet4:checked + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(15) .planet {
  transform: translateZ(-25300px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -9;
}body input[type=radio][name=planet].planet4:checked + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(16) .planet {
  transform: translateZ(-27600px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -10;
}body input[type=radio][name=planet].planet4:checked + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(17) .planet {
  transform: translateZ(-29900px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -11;
}body input[type=radio][name=planet].planet4:checked + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(18) .planet {
  transform: translateZ(-32200px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -12;
}body input[type=radio][name=planet].planet4:checked + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(19) .planet {
  transform: translateZ(-34500px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -13;
}body input[type=radio][name=planet].planet4:checked + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(20) .planet {
  transform: translateZ(-36800px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -14;
}body input[type=radio][name=planet].planet4:checked + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(21) .planet {
  transform: translateZ(-39100px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -15;
}body input[type=radio][name=planet].planet4:checked + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(22) .planet {
  transform: translateZ(-41400px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -16;
}body input[type=radio][name=planet].planet4:checked + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(23) .planet {
  transform: translateZ(-43700px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -17;
}body input[type=radio][name=planet].planet4:checked + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(24) .planet {
  transform: translateZ(-46000px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -18;
}body input[type=radio][name=planet].planet4:checked + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(25) .planet {
  transform: translateZ(-48300px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -19;
}body input[type=radio][name=planet].planet4:checked + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(26) .planet {
  transform: translateZ(-50600px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -20;
}body input[type=radio][name=planet].planet4:checked + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(27) .planet {
  transform: translateZ(-52900px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -21;
}body input[type=radio][name=planet].planet4:checked + label.san01 > .info h2 .pipd {
  color: #E8927C;
}body input[type=radio][name=planet].planet4:checked + label.san02 > .info h2 .pipd {
  color: #b29d81;
}body input[type=radio][name=planet].planet4:checked + label.san03 > .info h2 .pipd {
  color: #26daaa;
}body input[type=radio][name=planet].planet4:checked + label.san04 > .info h2 .pipd {
  color: #e55f45;
}body input[type=radio][name=planet].planet4:checked + label.san05 > .info h2 .pipd {
  color: orange;
}body input[type=radio][name=planet].planet4:checked + label.san06 > .info h2 .pipd {
  color: #b45d15;
}body input[type=radio][name=planet].planet4:checked + label.san07 > .info h2 .pipd {
  color: #8dcdd8;
}body input[type=radio][name=planet].planet4:checked + label.san08 > .info h2 .pipd {
  color: #4f83e2;
}body input[type=radio][name=planet].planet4:checked + label.san09 > .info h2 .pipd {
  color: #FF8732;
}body input[type=radio][name=planet].planet4:checked + label.san10 > .info h2 .pipd {
  color: #FF6347;
}body input[type=radio][name=planet].planet4:checked + label.san11 > .info h2 .pipd {
  color: #66CDAA;
}body input[type=radio][name=planet].planet4:checked + label.san12 > .info h2 .pipd {
  color: #556B2F;
}body input[type=radio][name=planet].planet4:checked + label.san13 > .info h2 .pipd {
  color: #FF69B4;
}body input[type=radio][name=planet].planet4:checked + label.san14 > .info h2 .pipd {
  color: #1E90FF;
}body input[type=radio][name=planet].planet4:checked + label.san15 > .info h2 .pipd {
  color: #87CEEB;
}body input[type=radio][name=planet].planet4:checked + label.san16 > .info h2 .pipd {
  color: #228B22;
}body input[type=radio][name=planet].planet4:checked + label.san17 > .info h2 .pipd {
  color: #40E0D0;
}body input[type=radio][name=planet].planet4:checked + label.san18 > .info h2 .pipd {
  color: #9932CC;
}body input[type=radio][name=planet].planet4:checked + label.san19 > .info h2 .pipd {
  color: #FFFFF0;
}body input[type=radio][name=planet].planet4:checked + label.san20 > .info h2 .pipd {
  color: #8FBC8F;
}body input[type=radio][name=planet].planet4:checked + label.san21 > .info h2 .pipd {
  color: #00BFFF;
}body input[type=radio][name=planet].planet4:checked + label.san22 > .info h2 .pipd {
  color: #7FFFD4;
}body input[type=radio][name=planet].planet4:checked + label.san23 > .info h2 .pipd {
  color: #0000FF;
}body input[type=radio][name=planet].planet4:checked + label.san24 > .info h2 .pipd {
  color: #808000;
}body input[type=radio][name=planet].planet4:checked + label.san25 > .info h2 .pipd {
  color: #191970;
}body input[type=radio][name=planet].planet4:checked + label.san26 > .info h2 .pipd {
  color: #800000;
}body input[type=radio][name=planet].planet4:checked + label.san27 > .info h2 .pipd {
  color: #FFF5EE;
}body input[type=radio][name=planet].planet4:
checked + label {
  opacity: 1;
}body input[type=radio][name=planet].planet4:checked + label:before {
  display: block;
  width: 4px;
  height: 4px;
  position: absolute;
  left: 2px;
  top: 2px;
  z-index: 2;
  background: white;
  border-radius: 4px;
  content: "";
}body input[type=radio][name=planet].planet4:checked + label > .info h2 {
  opacity: 1;
}body input[type=radio][name=planet].planet4:checked + label > .info h2 .pip {
  width: 30px;
  margin-right: 6px;
}body input[type=radio][name=planet].planet4:checked + label > .info h2 .pipd {
  opacity: 1;
  color: #fea082;
}body input[type=radio][name=planet] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}body input[type=radio][name=planet]::after {
  content: "";
}body input[type=radio][name=planet].planet5:checked::after {
  display: none;
}body input[type=radio][name=planet].planet5:checked + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet5:checked + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet5:checked + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet5:checked + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet5:checked + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet5:checked + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(5) {
  pointer-events: all;
}body input[type=radio][name=planet].planet5:checked + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(1) .planet {
  transform: translateZ(9200px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 6;
}body input[type=radio][name=planet].planet5:checked + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(2) .planet {
  transform: translateZ(6900px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 5;
}body input[type=radio][name=planet].planet5:checked + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(3) .planet {
  transform: translateZ(4600px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 4;
}body input[type=radio][name=planet].planet5:checked + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(4) .planet {
  transform: translateZ(2300px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 3;
}body input[type=radio][name=planet].planet5:checked + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(5) .planet {
  transform: translateZ(0px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 2;
  -webkit-animation: planet 60s 3.9s infinite linear;
          animation: planet 60s 3.9s infinite linear;
}body input[type=radio][name=planet].planet5:checked + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(5) .planet_description {
  opacity: 1;
  transition: all 0.6s 2.6s;
}body input[type=radio][name=planet].planet5:checked + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(5) .planet_description h2,
body input[type=radio][name=planet].planet5:checked + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(5) .planet_description h1 {
  position: relative;
  top: 0px;
  transition: all 0.5s 3s;
}body input[type=radio][name=planet].planet5:checked + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(5) .planet_description p,
body input[type=radio][name=planet].planet5:checked + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(5) .planet_description a {
  transition: all 1s 3.5s, padding 0.3s 0s;
  opacity: 1;
}body input[type=radio][name=planet].planet5:checked + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(5) .planet .moon {
  opacity: 1;
  transition: all 1s 3.2s;
}body input[type=radio][name=planet].planet5:checked + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(5) .planet .trajectory {
  opacity: 0.2;
  transition: all 0.6s 2.9s;
}body input[type=radio][name=planet].planet5:checked + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(5) .planet .overlay {
  opacity: 1;
  top: -240px;
}body input[type=radio][name=planet].planet5:checked + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(6) .planet {
  transform: translateZ(-2300px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 1;
}body input[type=radio][name=planet].planet5:checked + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(7) .planet {
  transform: translateZ(-4600px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 0;
}body input[type=radio][name=planet].planet5:checked + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(8) .planet {
  transform: translateZ(-6900px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -1;
}body input[type=radio][name=planet].planet5:checked + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(9) .planet {
  transform: translateZ(-9200px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -2;
}body input[type=radio][name=planet].planet5:checked + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(10) .planet {
  transform: translateZ(-11500px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -3;
}body input[type=radio][name=planet].planet5:checked + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(11) .planet {
  transform: translateZ(-13800px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -4;
}body input[type=radio][name=planet].planet5:checked + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(12) .planet {
  transform: translateZ(-16100px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -5;
}body input[type=radio][name=planet].planet5:checked + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(13) .planet {
  transform: translateZ(-18400px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -6;
}body input[type=radio][name=planet].planet5:checked + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(14) .planet {
  transform: translateZ(-20700px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -7;
}body input[type=radio][name=planet].planet5:checked + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(15) .planet {
  transform: translateZ(-23000px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -8;
}body input[type=radio][name=planet].planet5:checked + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(16) .planet {
  transform: translateZ(-25300px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -9;
}body input[type=radio][name=planet].planet5:checked + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(17) .planet {
  transform: translateZ(-27600px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -10;
}body input[type=radio][name=planet].planet5:checked + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(18) .planet {
  transform: translateZ(-29900px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -11;
}body input[type=radio][name=planet].planet5:checked + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(19) .planet {
  transform: translateZ(-32200px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -12;
}body input[type=radio][name=planet].planet5:checked + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(20) .planet {
  transform: translateZ(-34500px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -13;
}body input[type=radio][name=planet].planet5:checked + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(21) .planet {
  transform: translateZ(-36800px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -14;
}body input[type=radio][name=planet].planet5:checked + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(22) .planet {
  transform: translateZ(-39100px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -15;
}body input[type=radio][name=planet].planet5:checked + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(23) .planet {
  transform: translateZ(-41400px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -16;
}body input[type=radio][name=planet].planet5:checked + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(24) .planet {
  transform: translateZ(-43700px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -17;
}body input[type=radio][name=planet].planet5:checked + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(25) .planet {
  transform: translateZ(-46000px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -18;
}body input[type=radio][name=planet].planet5:checked + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(26) .planet {
  transform: translateZ(-48300px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -19;
}body input[type=radio][name=planet].planet5:checked + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(27) .planet {
  transform: translateZ(-50600px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -20;
}body input[type=radio][name=planet].planet5:checked + label.san01 > .info h2 .pipd {
  color: #E8927C;
}body input[type=radio][name=planet].planet5:checked + label.san02 > .info h2 .pipd {
  color: #b29d81;
}body input[type=radio][name=planet].planet5:checked + label.san03 > .info h2 .pipd {
  color: #26daaa;
}body input[type=radio][name=planet].planet5:checked + label.san04 > .info h2 .pipd {
  color: #e55f45;
}body input[type=radio][name=planet].planet5:checked + label.san05 > .info h2 .pipd {
  color: orange;
}body input[type=radio][name=planet].planet5:checked + label.san06 > .info h2 .pipd {
  color: #b45d15;
}body input[type=radio][name=planet].planet5:checked + label.san07 > .info h2 .pipd {
  color: #8dcdd8;
}body input[type=radio][name=planet].planet5:checked + label.san08 > .info h2 .pipd {
  color: #4f83e2;
}body input[type=radio][name=planet].planet5:checked + label.san09 > .info h2 .pipd {
  color: #FF8732;
}body input[type=radio][name=planet].planet5:checked + label.san10 > .info h2 .pipd {
  color: #FF6347;
}body input[type=radio][name=planet].planet5:checked + label.san11 > .info h2 .pipd {
  color: #66CDAA;
}body input[type=radio][name=planet].planet5:checked + label.san12 > .info h2 .pipd {
  color: #556B2F;
}body input[type=radio][name=planet].planet5:checked + label.san13 > .info h2 .pipd {
  color: #FF69B4;
}body input[type=radio][name=planet].planet5:checked + label.san14 > .info h2 .pipd {
  color: #1E90FF;
}body input[type=radio][name=planet].planet5:checked + label.san15 > .info h2 .pipd {
  color: #87CEEB;
}body input[type=radio][name=planet].planet5:checked + label.san16 > .info h2 .pipd {
  color: #228B22;
}body input[type=radio][name=planet].planet5:checked + label.san17 > .info h2 .pipd {
  color: #40E0D0;
}body input[type=radio][name=planet].planet5:checked + label.san18 > .info h2 .pipd {
  color: #9932CC;
}body input[type=radio][name=planet].planet5:checked + label.san19 > .info h2 .pipd {
  color: #FFFFF0;
}body input[type=radio][name=planet].planet5:checked + label.san20 > .info h2 .pipd {
  color: #8FBC8F;
}body input[type=radio][name=planet].planet5:checked + label.san21 > .info h2 .pipd {
  color: #00BFFF;
}body input[type=radio][name=planet].planet5:checked + label.san22 > .info h2 .pipd {
  color: #7FFFD4;
}body input[type=radio][name=planet].planet5:checked + label.san23 > .info h2 .pipd {
  color: #0000FF;
}body input[type=radio][name=planet].planet5:checked + label.san24 > .info h2 .pipd {
  color: #808000;
}body input[type=radio][name=planet].planet5:checked + label.san25 > .info h2 .pipd {
  color: #191970;
}body input[type=radio][name=planet].planet5:checked + label.san26 > .info h2 .pipd {
  color: #800000;
}body input[type=radio][name=planet].planet5:checked + label.san27 > .info h2 .pipd {
  color: #FFF5EE;
}body input[type=radio][name=planet].planet5:checked + label {
  opacity: 1;
}body input[type=radio][name=planet].planet5:checked + label:before {
  display: block;
  width: 4px;
  height: 4px;
  position: absolute;
  left: 2px;
  top: 2px;
  z-index: 2;
  background: white;
  border-radius: 4px;
  content: "";
}body input[type=radio][name=planet].planet5:checked + label > .info h2 {
  opacity: 1;
}body input[type=radio][name=planet].planet5:checked + label > .info h2 .pip {
  width: 30px;
  margin-right: 6px;
}body input[type=radio][name=planet].planet5:checked + label > .info h2 .pipd {
  opacity: 1;
  color: #fea082;
}body input[type=radio][name=planet] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}body input[type=radio][name=planet]::after {
  content: "";
}body input[type=radio][name=planet].planet6:checked::after {
  display: none;
}body input[type=radio][name=planet].planet6:checked + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet6:checked + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet6:checked + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet6:checked + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet6:checked + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet6:checked + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet6:checked + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(6) {
  pointer-events: all;
}body input[type=radio][name=planet].planet6:checked + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(1) .planet {
  transform: translateZ(11500px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 7;
}body input[type=radio][name=planet].planet6:checked + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(2) .planet {
  transform: translateZ(9200px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 6;
}body input[type=radio][name=planet].planet6:checked + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(3) .planet {
  transform: translateZ(6900px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 5;
}body input[type=radio][name=planet].planet6:checked + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(4) .planet {
  transform: translateZ(4600px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 4;
}body input[type=radio][name=planet].planet6:checked + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(5) .planet {
  transform: translateZ(2300px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 3;
}body input[type=radio][name=planet].planet6:checked + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(6) .planet {
  transform: translateZ(0px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 2;
  -webkit-animation: planet 60s 3.9s infinite linear;
          animation: planet 60s 3.9s infinite linear;
}body input[type=radio][name=planet].planet6:checked + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(6) .planet_description {
  opacity: 1;
  transition: all 0.6s 2.6s;
}body input[type=radio][name=planet].planet6:checked + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(6) .planet_description h2,
body input[type=radio][name=planet].planet6:checked + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(6) .planet_description h1 {
  position: relative;
  top: 0px;
  transition: all 0.5s 3s;
}body input[type=radio][name=planet].planet6:checked + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(6) .planet_description p,
body input[type=radio][name=planet].planet6:checked + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(6) .planet_description a {
  transition: all 1s 3.5s, padding 0.3s 0s;
  opacity: 1;
}body input[type=radio][name=planet].planet6:checked + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(6) .planet .moon {
  opacity: 1;
  transition: all 1s 3.2s;
}body input[type=radio][name=planet].planet6:checked + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(6) .planet .trajectory {
  opacity: 0.2;
  transition: all 0.6s 2.9s;
}body input[type=radio][name=planet].planet6:checked + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(6) .planet .overlay {
  opacity: 1;
  top: -240px;
}body input[type=radio][name=planet].planet6:checked + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(7) .planet {
  transform: translateZ(-2300px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 1;
}body input[type=radio][name=planet].planet6:checked + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(8) .planet {
  transform: translateZ(-4600px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 0;
}body input[type=radio][name=planet].planet6:checked + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(9) .planet {
  transform: translateZ(-6900px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -1;
}body input[type=radio][name=planet].planet6:checked + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(10) .planet {
  transform: translateZ(-9200px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -2;
}body input[type=radio][name=planet].planet6:checked + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(11) .planet {
  transform: translateZ(-11500px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -3;
}body input[type=radio][name=planet].planet6:checked + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(12) .planet {
  transform: translateZ(-13800px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -4;
}body input[type=radio][name=planet].planet6:checked + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(13) .planet {
  transform: translateZ(-16100px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -5;
}body input[type=radio][name=planet].planet6:checked + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(14) .planet {
  transform: translateZ(-18400px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -6;
}body input[type=radio][name=planet].planet6:checked + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(15) .planet {
  transform: translateZ(-20700px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -7;
}body input[type=radio][name=planet].planet6:checked + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(16) .planet {
  transform: translateZ(-23000px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -8;
}body input[type=radio][name=planet].planet6:checked + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(17) .planet {
  transform: translateZ(-25300px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -9;
}body input[type=radio][name=planet].planet6:checked + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(18) .planet {
  transform: translateZ(-27600px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -10;
}body input[type=radio][name=planet].planet6:checked + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(19) .planet {
  transform: translateZ(-29900px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -11;
}body input[type=radio][name=planet].planet6:checked + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(20) .planet {
  transform: translateZ(-32200px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -12;
}body input[type=radio][name=planet].planet6:checked + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(21) .planet {
  transform: translateZ(-34500px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -13;
}body input[type=radio][name=planet].planet6:checked + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(22) .planet {
  transform: translateZ(-36800px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -14;
}body input[type=radio][name=planet].planet6:checked + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(23) .planet {
  transform: translateZ(-39100px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -15;
}body input[type=radio][name=planet].planet6:checked + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(24) .planet {
  transform: translateZ(-41400px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -16;
}body input[type=radio][name=planet].planet6:checked + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(25) .planet {
  transform: translateZ(-43700px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -17;
}body input[type=radio][name=planet].planet6:checked + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(26) .planet {
  transform: translateZ(-46000px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -18;
}body input[type=radio][name=planet].planet6:checked + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(27) .planet {
  transform: translateZ(-48300px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -19;
}body input[type=radio][name=planet].planet6:checked + label.san01 > .info h2 .pipd {
  color: #E8927C;
}body input[type=radio][name=planet].planet6:checked + label.san02 > .info h2 .pipd {
  color: #b29d81;
}body input[type=radio][name=planet].planet6:checked + label.san03 > .info h2 .pipd {
  color: #26daaa;
}body input[type=radio][name=planet].planet6:checked + label.san04 > .info h2 .pipd {
  color: #e55f45;
}body input[type=radio][name=planet].planet6:checked + label.san05 > .info h2 .pipd {
  color: orange;
}body input[type=radio][name=planet].planet6:checked + label.san06 > .info h2 .pipd {
  color: #b45d15;
}body input[type=radio][name=planet].planet6:checked + label.san07 > .info h2 .pipd {
  color: #8dcdd8;
}body input[type=radio][name=planet].planet6:checked + label.san08 > .info h2 .pipd {
  color: #4f83e2;
}body input[type=radio][name=planet].planet6:checked + label.san09 > .info h2 .pipd {
  color: #FF8732;
}body input[type=radio][name=planet].planet6:checked + label.san10 > .info h2 .pipd {
  color: #FF6347;
}body input[type=radio][name=planet].planet6:checked + label.san11 > .info h2 .pipd {
  color: #66CDAA;
}body input[type=radio][name=planet].planet6:checked + label.san12 > .info h2 .pipd {
  color: #556B2F;
}body input[type=radio][name=planet].planet6:checked + label.san13 > .info h2 .pipd {
  color: #FF69B4;
}body input[type=radio][name=planet].planet6:checked + label.san14 > .info h2 .pipd {
  color: #1E90FF;
}body input[type=radio][name=planet].planet6:checked + label.san15 > .info h2 .pipd {
  color: #87CEEB;
}body input[type=radio][name=planet].planet6:checked + label.san16 > .info h2 .pipd {
  color: #228B22;
}body input[type=radio][name=planet].planet6:checked + label.san17 > .info h2 .pipd {
  color: #40E0D0;
}body input[type=radio][name=planet].planet6:checked + label.san18 > .info h2 .pipd {
  color: #9932CC;
}body input[type=radio][name=planet].planet6:checked + label.san19 > .info h2 .pipd {
  color: #FFFFF0;
}body input[type=radio][name=planet].planet6:checked + label.san20 > .info h2 .pipd {
  color: #8FBC8F;
}body input[type=radio][name=planet].planet6:checked + label.san21 > .info h2 .pipd {
  color: #00BFFF;
}body input[type=radio][name=planet].planet6:checked + label.san22 > .info h2 .pipd {
  color: #7FFFD4;
}body input[type=radio][name=planet].planet6:checked + label.san23 > .info h2 .pipd {
  color: #0000FF;
}body input[type=radio][name=planet].planet6:checked + label.san24 > .info h2 .pipd {
  color: #808000;
}body input[type=radio][name=planet].planet6:checked + label.san25 > .info h2 .pipd {
  color: #191970;
}body input[type=radio][name=planet].planet6:checked + label.san26 > .info h2 .pipd {
  color: #800000;
}body input[type=radio][name=planet].planet6:checked + label.san27 > .info h2 .pipd {
  color: #FFF5EE;
}body input[type=radio][name=planet].planet6:checked + label {
  opacity: 1;
}body input[type=radio][name=planet].planet6:checked + label:before {
  display: block;
  width: 4px;
  height: 4px;
  position: absolute;
  left: 2px;
  top: 2px;
  z-index: 2;
  background: white;
  border-radius: 4px;
  content: "";
}body input[type=radio][name=planet].planet6:checked + label > .info h2 {
  opacity: 1;
}body input[type=radio][name=planet].planet6:checked + label > .info h2 .pip {
  width: 30px;
  margin-right: 6px;
}body input[type=radio][name=planet].planet6:checked + label > .info h2 .pipd {
  opacity: 1;
  color: #fea082;
}body input[type=radio][name=planet] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}body input[type=radio][name=planet]::after {
  content: "";
}body input[type=radio][name=planet].planet7:checked::after {
  display: none;
}body input[type=radio][name=planet].planet7:checked + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet7:checked + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet7:checked + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet7:checked + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet7:checked + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet7:checked + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet7:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet7:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(7) {
  pointer-events: all;
}body input[type=radio][name=planet].planet7:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(1) .planet {
  transform: translateZ(13800px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 8;
}body input[type=radio][name=planet].planet7:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(2) .planet {
  transform: translateZ(11500px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 7;
}body input[type=radio][name=planet].planet7:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(3) .planet {
  transform: translateZ(9200px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 6;
}body input[type=radio][name=planet].planet7:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(4) .planet {
  transform: translateZ(6900px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 5;
}body input[type=radio][name=planet].planet7:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(5) .planet {
  transform: translateZ(4600px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 4;
}body input[type=radio][name=planet].planet7:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(6) .planet {
  transform: translateZ(2300px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 3;
}body input[type=radio][name=planet].planet7:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(7) .planet {
  transform: translateZ(0px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 2;
  -webkit-animation: planet 60s 3.9s infinite linear;
          animation: planet 60s 3.9s infinite linear;
}body input[type=radio][name=planet].planet7:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(7) .planet_description {
  opacity: 1;
  transition: all 0.6s 2.6s;
}body input[type=radio][name=planet].planet7:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(7) .planet_description h2,
body input[type=radio][name=planet].planet7:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(7) .planet_description h1 {
  position: relative;
  top: 0px;
  transition: all 0.5s 3s;
}body input[type=radio][name=planet].planet7:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(7) .planet_description p,
body input[type=radio][name=planet].planet7:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(7) .planet_description a {
  transition: all 1s 3.5s, padding 0.3s 0s;
  opacity: 1;
}body input[type=radio][name=planet].planet7:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(7) .planet .moon {
  opacity: 1;
  transition: all 1s 3.2s;
}body input[type=radio][name=planet].planet7:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(7) .planet .trajectory {
  opacity: 0.2;
  transition: all 0.6s 2.9s;
}body input[type=radio][name=planet].planet7:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(7) .planet .overlay {
  opacity: 1;
  top: -240px;
}body input[type=radio][name=planet].planet7:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(8) .planet {
  transform: translateZ(-2300px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 1;
}body input[type=radio][name=planet].planet7:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(9) .planet {
  transform: translateZ(-4600px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 0;
}body input[type=radio][name=planet].planet7:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(10) .planet {
  transform: translateZ(-6900px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -1;
}body input[type=radio][name=planet].planet7:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(11) .planet {
  transform: translateZ(-9200px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -2;
}body input[type=radio][name=planet].planet7:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(12) .planet {
  transform: translateZ(-11500px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -3;
}body input[type=radio][name=planet].planet7:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(13) .planet {
  transform: translateZ(-13800px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -4;
}body input[type=radio][name=planet].planet7:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(14) .planet {
  transform: translateZ(-16100px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -5;
}body input[type=radio][name=planet].planet7:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(15) .planet {
  transform: translateZ(-18400px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -6;
}body input[type=radio][name=planet].planet7:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(16) .planet {
  transform: translateZ(-20700px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -7;
}body input[type=radio][name=planet].planet7:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(17) .planet {
  transform: translateZ(-23000px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -8;
}body input[type=radio][name=planet].planet7:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(18) .planet {
  transform: translateZ(-25300px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -9;
}body input[type=radio][name=planet].planet7:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(19) .planet {
  transform: translateZ(-27600px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -10;
}body input[type=radio][name=planet].planet7:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(20) .planet {
  transform: translateZ(-29900px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -11;
}body input[type=radio][name=planet].planet7:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(21) .planet {
  transform: translateZ(-32200px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -12;
}body input[type=radio][name=planet].planet7:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(22) .planet {
  transform: translateZ(-34500px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -13;
}body input[type=radio][name=planet].planet7:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(23) .planet {
  transform: translateZ(-36800px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -14;
}body input[type=radio][name=planet].planet7:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(24) .planet {
  transform: translateZ(-39100px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -15;
}body input[type=radio][name=planet].planet7:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(25) .planet {
  transform: translateZ(-41400px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -16;
}body input[type=radio][name=planet].planet7:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(26) .planet {
  transform: translateZ(-43700px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -17;
}body input[type=radio][name=planet].planet7:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(27) .planet {
  transform: translateZ(-46000px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -18;
}body input[type=radio][name=planet].planet7:checked + label.san01 > .info h2 .pipd {
  color: #E8927C;
}body input[type=radio][name=planet].planet7:checked + label.san02 > .info h2 .pipd {
  color: #b29d81;
}body input[type=radio][name=planet].planet7:checked + label.san03 > .info h2 .pipd {
  color: #26daaa;
}body input[type=radio][name=planet].planet7:checked + label.san04 > .info h2 .pipd {
  color: #e55f45;
}body input[type=radio][name=planet].planet7:checked + label.san05 > .info h2 .pipd {
  color: orange;
}body input[type=radio][name=planet].planet7:checked + label.san06 > .info h2 .pipd {
  color: #b45d15;
}body input[type=radio][name=planet].planet7:checked + label.san07 > .info h2 .pipd {
  color: #8dcdd8;
}body input[type=radio][name=planet].planet7:checked + label.san08 > .info h2 .pipd {
  color: #4f83e2;
}body input[type=radio][name=planet].planet7:checked + label.san09 > .info h2 .pipd {
  color: #FF8732;
}body input[type=radio][name=planet].planet7:checked + label.san10 > .info h2 .pipd {
  color: #FF6347;
}body input[type=radio][name=planet].planet7:checked + label.san11 > .info h2 .pipd {
  color: #66CDAA;
}body input[type=radio][name=planet].planet7:checked + label.san12 > .info h2 .pipd {
  color: #556B2F;
}body input[type=radio][name=planet].planet7:checked + label.san13 > .info h2 .pipd {
  color: #FF69B4;
}body input[type=radio][name=planet].planet7:checked + label.san14 > .info h2 .pipd {
  color: #1E90FF;
}body input[type=radio][name=planet].planet7:checked + label.san15 > .info h2 .pipd {
  color: #87CEEB;
}body input[type=radio][name=planet].planet7:checked + label.san16 > .info h2 .pipd {
  color: #228B22;
}body input[type=radio][name=planet].planet7:checked + label.san17 > .info h2 .pipd {
  color: #40E0D0;
}body input[type=radio][name=planet].planet7:checked + label.san18 > .info h2 .pipd {
  color: #9932CC;
}body input[type=radio][name=planet].planet7:checked + label.san19 > .info h2 .pipd {
  color: #FFFFF0;
}body input[type=radio][name=planet].planet7:checked + label.san20 > .info h2 .pipd {
  color: #8FBC8F;
}body input[type=radio][name=planet].planet7:checked + label.san21 > .info h2 .pipd {
  color: #00BFFF;
}body input[type=radio][name=planet].planet7:checked + label.san22 > .info h2 .pipd {
  color: #7FFFD4;
}body input[type=radio][name=planet].planet7:checked + label.san23 > .info h2 .pipd {
  color: #0000FF;
}body input[type=radio][name=planet].planet7:checked + label.san24 > .info h2 .pipd {
  color: #808000;
}body input[type=radio][name=planet].planet7:checked + label.san25 > .info h2 .pipd {
  color: #191970;
}body input[type=radio][name=planet].planet7:checked + label.san26 > .info h2 .pipd {
  color: #800000;
}body input[type=radio][name=planet].planet7:checked + label.san27 > .info h2 .pipd {
  color: #FFF5EE;
}body input[type=radio][name=planet].planet7:checked + label {
  opacity: 1;
}body input[type=radio][name=planet].planet7:checked + label:before {
  display: block;
  width: 4px;
  height: 4px;
  position: absolute;
  left: 2px;
  top: 2px;
  z-index: 2;
  background: white;
  border-radius: 4px;
  content: "";
}body input[type=radio][name=planet].planet7:checked + label > .info h2 {
  opacity: 1;
}body input[type=radio][name=planet].planet7:checked + label > .info h2 .pip {
  width: 30px;
  margin-right: 6px;
}body input[type=radio][name=planet].planet7:checked + label > .info h2 .pipd {
  opacity: 1;
  color: #fea082;
}body input[type=radio][name=planet] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}body input[type=radio][name=planet]::after {
  content: "";
}body input[type=radio][name=planet].planet8:checked::after {
  display: none;
}body input[type=radio][name=planet].planet8:checked + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet8:checked + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet8:checked + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet8:checked + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet8:checked + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet8:checked + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet8:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet8:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet8:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(8) {
  pointer-events: all;
}body input[type=radio][name=planet].planet8:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(1) .planet {
  transform: translateZ(16100px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 9;
}body input[type=radio][name=planet].planet8:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(2) .planet {
  transform: translateZ(13800px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 8;
}body input[type=radio][name=planet].planet8:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(3) .planet {
  transform: translateZ(11500px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 7;
}body input[type=radio][name=planet].planet8:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(4) .planet {
  transform: translateZ(9200px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 6;
}body input[type=radio][name=planet].planet8:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(5) .planet {
  transform: translateZ(6900px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 5;
}body input[type=radio][name=planet].planet8:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(6) .planet {
  transform: translateZ(4600px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 4;
}body input[type=radio][name=planet].planet8:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(7) .planet {
  transform: translateZ(2300px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 3;
}body input[type=radio][name=planet].planet8:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(8) .planet {
  transform: translateZ(0px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 2;
  -webkit-animation: planet 60s 3.9s infinite linear;
          animation: planet 60s 3.9s infinite linear;
}body input[type=radio][name=planet].planet8:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(8) .planet_description {
  opacity: 1;
  transition: all 0.6s 2.6s;
}body input[type=radio][name=planet].planet8:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(8) .planet_description h2,
body input[type=radio][name=planet].planet8:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(8) .planet_description h1 {
  position: relative;
  top: 0px;
  transition: all 0.5s 3s;
}body input[type=radio][name=planet].planet8:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(8) .planet_description p,
body input[type=radio][name=planet].planet8:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(8) .planet_description a {
  transition: all 1s 3.5s, padding 0.3s 0s;
  opacity: 1;
}body input[type=radio][name=planet].planet8:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(8) .planet .moon {
  opacity: 1;
  transition: all 1s 3.2s;
}body input[type=radio][name=planet].planet8:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(8) .planet .trajectory {
  opacity: 0.2;
  transition: all 0.6s 2.9s;
}body input[type=radio][name=planet].planet8:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(8) .planet .overlay {
  opacity: 1;
  top: -240px;
}body input[type=radio][name=planet].planet8:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(9) .planet {
  transform: translateZ(-2300px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 1;
}body input[type=radio][name=planet].planet8:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(10) .planet {
  transform: translateZ(-4600px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 0;
}body input[type=radio][name=planet].planet8:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(11) .planet {
  transform: translateZ(-6900px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -1;
}body input[type=radio][name=planet].planet8:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(12) .planet {
  transform: translateZ(-9200px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -2;
}body input[type=radio][name=planet].planet8:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(13) .planet {
  transform: translateZ(-11500px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -3;
}body input[type=radio][name=planet].planet8:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(14) .planet {
  transform: translateZ(-13800px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -4;
}body input[type=radio][name=planet].planet8:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(15) .planet {
  transform: translateZ(-16100px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -5;
}body input[type=radio][name=planet].planet8:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(16) .planet {
  transform: translateZ(-18400px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -6;
}body input[type=radio][name=planet].planet8:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(17) .planet {
  transform: translateZ(-20700px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -7;
}body input[type=radio][name=planet].planet8:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(18) .planet {
  transform: translateZ(-23000px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -8;
}body input[type=radio][name=planet].planet8:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(19) .planet {
  transform: translateZ(-25300px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -9;
}body input[type=radio][name=planet].planet8:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(20) .planet {
  transform: translateZ(-27600px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -10;
}body input[type=radio][name=planet].planet8:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(21) .planet {
  transform: translateZ(-29900px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -11;
}body input[type=radio][name=planet].planet8:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(22) .planet {
  transform: translateZ(-32200px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -12;
}body input[type=radio][name=planet].planet8:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(23) .planet {
  transform: translateZ(-34500px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -13;
}body input[type=radio][name=planet].planet8:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(24) .planet {
  transform: translateZ(-36800px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -14;
}body input[type=radio][name=planet].planet8:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(25) .planet {
  transform: translateZ(-39100px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -15;
}body input[type=radio][name=planet].planet8:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(26) .planet {
  transform: translateZ(-41400px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -16;
}body input[type=radio][name=planet].planet8:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(27) .planet {
  transform: translateZ(-43700px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -17;
}body input[type=radio][name=planet].planet8:checked + label.san01 > .info h2 .pipd {
  color: #E8927C;
}body input[type=radio][name=planet].planet8:checked + label.san02 > .info h2 .pipd {
  color: #b29d81;
}body input[type=radio][name=planet].planet8:checked + label.san03 > .info h2 .pipd {
  color: #26daaa;
}body input[type=radio][name=planet].planet8:checked + label.san04 > .info h2 .pipd {
  color: #e55f45;
}body input[type=radio][name=planet].planet8:checked + label.san05 > .info h2 .pipd {
  color: orange;
}body input[type=radio][name=planet].planet8:checked + label.san06 > .info h2 .pipd {
  color: #b45d15;
}body input[type=radio][name=planet].planet8:checked + label.san07 > .info h2 .pipd {
  color: #8dcdd8;
}body input[type=radio][name=planet].planet8:checked + label.san08 > .info h2 .pipd {
  color: #4f83e2;
}body input[type=radio][name=planet].planet8:checked + label.san09 > .info h2 .pipd {
  color: #FF8732;
}body input[type=radio][name=planet].planet8:checked + label.san10 > .info h2 .pipd {
  color: #FF6347;
}body input[type=radio][name=planet].planet8:checked + label.san11 > .info h2 .pipd {
  color: #66CDAA;
}body input[type=radio][name=planet].planet8:checked + label.san12 > .info h2 .pipd {
  color: #556B2F;
}body input[type=radio][name=planet].planet8:checked + label.san13 > .info h2 .pipd {
  color: #FF69B4;
}body input[type=radio][name=planet].planet8:checked + label.san14 > .info h2 .pipd {
  color: #1E90FF;
}body input[type=radio][name=planet].planet8:checked + label.san15 > .info h2 .pipd {
  color: #87CEEB;
}body input[type=radio][name=planet].planet8:checked + label.san16 > .info h2 .pipd {
  color: #228B22;
}body input[type=radio][name=planet].planet8:checked + label.san17 > .info h2 .pipd {
  color: #40E0D0;
}body input[type=radio][name=planet].planet8:checked + label.san18 > .info h2 .pipd {
  color: #9932CC;
}body input[type=radio][name=planet].planet8:checked + label.san19 > .info h2 .pipd {
  color: #FFFFF0;
}body input[type=radio][name=planet].planet8:checked + label.san20 > .info h2 .pipd {
  color: #8FBC8F;
}body input[type=radio][name=planet].planet8:checked + label.san21 > .info h2 .pipd {
  color: #00BFFF;
}body input[type=radio][name=planet].planet8:checked + label.san22 > .info h2 .pipd {
  color: #7FFFD4;
}body input[type=radio][name=planet].planet8:checked + label.san23 > .info h2 .pipd {
  color: #0000FF;
}body input[type=radio][name=planet].planet8:checked + label.san24 > .info h2 .pipd {
  color: #808000;
}body input[type=radio][name=planet].planet8:checked + label.san25 > .info h2 .pipd {
  color: #191970;
}body input[type=radio][name=planet].planet8:checked + label.san26 > .info h2 .pipd {
  color: #800000;
}body input[type=radio][name=planet].planet8:checked + label.san27 > .info h2 .pipd {
  color: #FFF5EE;
}body input[type=radio][name=planet].planet8:checked + label {
  opacity: 1;
}body input[type=radio][name=planet].planet8:checked + label:before {
  display: block;
  width: 4px;
  height: 4px;
  position: absolute;
  left: 2px;
  top: 2px;
  z-index: 2;
  background: white;
  border-radius: 4px;
  content: "";
}body input[type=radio][name=planet].planet8:checked + label > .info h2 {
  opacity: 1;
}body input[type=radio][name=planet].planet8:checked + label > .info h2 .pip {
  width: 30px;
  margin-right: 6px;
}body input[type=radio][name=planet].planet8:checked + label > .info h2 .pipd {
  opacity: 1;
  color: #fea082;
}body input[type=radio][name=planet] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}body input[type=radio][name=planet]::after {
  content: "";
}body input[type=radio][name=planet].planet9:checked::after {
  display: none;
}body input[type=radio][name=planet].planet9:checked + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet9:checked + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet9:checked + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet9:checked + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet9:checked + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet9:checked + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet9:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet9:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet9:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet9:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(9) {
  pointer-events: all;
}body input[type=radio][name=planet].planet9:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(1) .planet {
  transform: translateZ(18400px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 10;
}body input[type=radio][name=planet].planet9:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(2) .planet {
  transform: translateZ(16100px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 9;
}body input[type=radio][name=planet].planet9:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(3) .planet {
  transform: translateZ(13800px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 8;
}body input[type=radio][name=planet].planet9:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(4) .planet {
  transform: translateZ(11500px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 7;
}body input[type=radio][name=planet].planet9:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(5) .planet {
  transform: translateZ(9200px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 6;
}body input[type=radio][name=planet].planet9:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(6) .planet {
  transform: translateZ(6900px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 5;
}body input[type=radio][name=planet].planet9:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(7) .planet {
  transform: translateZ(4600px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 4;
}body input[type=radio][name=planet].planet9:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(8) .planet {
  transform: translateZ(2300px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 3;
}body input[type=radio][name=planet].planet9:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(9) .planet {
  transform: translateZ(0px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 2;
  -webkit-animation: planet 60s 3.9s infinite linear;
          animation: planet 60s 3.9s infinite linear;
}body input[type=radio][name=planet].planet9:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(9) .planet_description {
  opacity: 1;
  transition: all 0.6s 2.6s;
}body input[type=radio][name=planet].planet9:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(9) .planet_description h2,
body input[type=radio][name=planet].planet9:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(9) .planet_description h1 {
  position: relative;
  top: 0px;
  transition: all 0.5s 3s;
}body input[type=radio][name=planet].planet9:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(9) .planet_description p,
body input[type=radio][name=planet].planet9:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(9) .planet_description a {
  transition: all 1s 3.5s, padding 0.3s 0s;
  opacity: 1;
}body input[type=radio][name=planet].planet9:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(9) .planet .moon {
  opacity: 1;
  transition: all 1s 3.2s;
}body input[type=radio][name=planet].planet9:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(9) .planet .trajectory {
  opacity: 0.2;
  transition: all 0.6s 2.9s;
}body input[type=radio][name=planet].planet9:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(9) .planet .overlay {
  opacity: 1;
  top: -240px;
}body input[type=radio][name=planet].planet9:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(10) .planet  {
  transform: translateZ(-2300px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 1;
}body input[type=radio][name=planet].planet9:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(11) .planet {
  transform: translateZ(-4600px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 0;
}body input[type=radio][name=planet].planet9:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(12) .planet {
  transform: translateZ(-6900px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -1;
}body input[type=radio][name=planet].planet9:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(13) .planet {
  transform: translateZ(-9200px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -2;
}body input[type=radio][name=planet].planet9:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(14) .planet {
  transform: translateZ(-11500px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -3;
}body input[type=radio][name=planet].planet9:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(15) .planet {
  transform: translateZ(-13800px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -4;
}body input[type=radio][name=planet].planet9:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(16) .planet {
  transform: translateZ(-16100px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -5;
}body input[type=radio][name=planet].planet9:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(17) .planet  {
  transform: translateZ(-18400px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -6;
}body input[type=radio][name=planet].planet9:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(18) .planet  {
  transform: translateZ(-20700px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -7;
}body input[type=radio][name=planet].planet9:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(19) .planet {
  transform: translateZ(-23000px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -8;
}body input[type=radio][name=planet].planet9:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(20) .planet {
  transform: translateZ(-25300px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -9;
}body input[type=radio][name=planet].planet9:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(21) .planet {
  transform: translateZ(-27600px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -10;
}body input[type=radio][name=planet].planet9:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(22) .planet  {
  transform: translateZ(-29900px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -11;
}body input[type=radio][name=planet].planet9:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(23) .planet {
  transform: translateZ(-32200px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -12;
}body input[type=radio][name=planet].planet9:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(24) .planet {
  transform: translateZ(-34500px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -13;
}body input[type=radio][name=planet].planet9:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(25) .planet {
  transform: translateZ(-36800px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -14;
}body input[type=radio][name=planet].planet9:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(26) .planet {
  transform: translateZ(-39100px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -15;
}body input[type=radio][name=planet].planet9:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(27) .planet {
  transform: translateZ(-41400px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -16;
}body input[type=radio][name=planet].planet9:checked + label.san01 > .info h2 .pipd {
  color: #E8927C;
}body input[type=radio][name=planet].planet9:checked + label.san02 > .info h2 .pipd {
  color: #b29d81;
}body input[type=radio][name=planet].planet9:checked + label.san03 > .info h2 .pipd {
  color: #26daaa;
}body input[type=radio][name=planet].planet9:checked + label.san04 > .info h2 .pipd {
  color: #e55f45;
}body input[type=radio][name=planet].planet9:checked + label.san05 > .info h2 .pipd {
  color: orange;
}body input[type=radio][name=planet].planet9:checked + label.san06 > .info h2 .pipd {
  color: #b45d15;
}body input[type=radio][name=planet].planet9:checked + label.san07 > .info h2 .pipd {
  color: #8dcdd8;
}body input[type=radio][name=planet].planet9:checked + label.san08 > .info h2 .pipd {
  color: #4f83e2;
}body input[type=radio][name=planet].planet9:checked + label.san09 > .info h2 .pipd {
  color: #FF8732;
}body input[type=radio][name=planet].planet9:checked + label.san10 > .info h2 .pipd {
  color: #FF6347;
}body input[type=radio][name=planet].planet9:checked + label.san11 > .info h2 .pipd {
  color: #66CDAA;
}body input[type=radio][name=planet].planet9:checked + label.san12 > .info h2 .pipd {
  color: #556B2F;
}body input[type=radio][name=planet].planet9:checked + label.san13 > .info h2 .pipd {
  color: #FF69B4;
}body input[type=radio][name=planet].planet9:checked + label.san14 > .info h2 .pipd {
  color: #1E90FF;
}body input[type=radio][name=planet].planet9:checked + label.san15 > .info h2 .pipd {
  color: #87CEEB;
}body input[type=radio][name=planet].planet9:checked + label.san16 > .info h2 .pipd {
  color: #228B22;
}body input[type=radio][name=planet].planet9:checked + label.san17 > .info h2 .pipd {
  color: #40E0D0;
}body input[type=radio][name=planet].planet9:checked + label.san18 > .info h2 .pipd {
  color: #9932CC;
}body input[type=radio][name=planet].planet9:checked + label.san19 > .info h2 .pipd {
  color: #FFFFF0;
}body input[type=radio][name=planet].planet9:checked + label.san20 > .info h2 .pipd {
  color: #8FBC8F;
}body input[type=radio][name=planet].planet9:checked + label.san21 > .info h2 .pipd {
  color: #00BFFF;
}body input[type=radio][name=planet].planet9:checked + label.san22 > .info h2 .pipd {
  color: #7FFFD4;
}body input[type=radio][name=planet].planet9:checked + label.san23 > .info h2 .pipd {
  color: #0000FF;
}body input[type=radio][name=planet].planet9:checked + label.san24 > .info h2 .pipd {
  color: #808000;
}body input[type=radio][name=planet].planet9:checked + label.san25 > .info h2 .pipd {
  color: #191970;
}body input[type=radio][name=planet].planet9:checked + label.san26 > .info h2 .pipd {
  color: #800000;
}body input[type=radio][name=planet].planet9:checked + label.san27 > .info h2 .pipd {
  color: #FFF5EE;
}body input[type=radio][name=planet].planet9:checked + label {
  opacity: 1;
}body input[type=radio][name=planet].planet9:checked + label:before {
  display: block;
  width: 4px;
  height: 4px;
  position: absolute;
  left: 2px;
  top: 2px;
  z-index: 2;
  background: white;
  border-radius: 4px;
  content: "";
}body input[type=radio][name=planet].planet9:checked + label > .info h2 {
  opacity: 1;
}body input[type=radio][name=planet].planet9:checked + label > .info h2 .pip {
  width: 30px;
  margin-right: 6px;
}body input[type=radio][name=planet].planet9:checked + label > .info h2 .pipd {
  opacity: 1;
  color: #fea082;
}body input[type=radio][name=planet] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}body input[type=radio][name=planet]::after {
  content: "";
}body input[type=radio][name=planet].planet10:checked::after {
  display: none;
}body input[type=radio][name=planet].planet10:checked + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet10:checked + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet10:checked + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet10:checked + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet10:checked + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet10:checked + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet10:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet10:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet10:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet10:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet10:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(10) {
  pointer-events: all;
}body input[type=radio][name=planet].planet10:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(1) .planet {
  transform: translateZ(18400px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 11;
}body input[type=radio][name=planet].planet10:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(2) .planet {
  transform: translateZ(16100px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 10;
}body input[type=radio][name=planet].planet10:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(3) .planet {
  transform: translateZ(13800px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 9;
}body input[type=radio][name=planet].planet10:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(4) .planet {
  transform: translateZ(11500px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 8;
}body input[type=radio][name=planet].planet10:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(5) .planet {
  transform: translateZ(9200px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 7;
}body input[type=radio][name=planet].planet10:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(6) .planet {
  transform: translateZ(6900px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 6;
}body input[type=radio][name=planet].planet10:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(7) .planet {
  transform: translateZ(4600px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 5;
}body input[type=radio][name=planet].planet10:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(8) .planet {
  transform: translateZ(2300px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 4;
}body input[type=radio][name=planet].planet10:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(9) .planet {
  transform: translateZ(2300px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 3;
}body input[type=radio][name=planet].planet10:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(10) .planet {
  transform: translateZ(0px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 2;
  -webkit-animation: planet 60s 3.9s infinite linear;
          animation: planet 60s 3.9s infinite linear;
}body input[type=radio][name=planet].planet10:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(10) .planet_description {
  opacity: 1;
  transition: all 0.6s 2.6s;
}body input[type=radio][name=planet].planet10:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(10) .planet_description h2,
body input[type=radio][name=planet].planet10:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(10) .planet_description h1 {
  position: relative;
  top: 0px;
  transition: all 0.5s 3s;
}body input[type=radio][name=planet].planet10:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(10) .planet_description p,
body input[type=radio][name=planet].planet10:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(10) .planet_description a {
  transition: all 1s 3.5s, padding 0.3s 0s;
  opacity: 1;
}body input[type=radio][name=planet].planet10:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(10) .planet .moon {
  opacity: 1;
  transition: all 1s 3.2s;
}body input[type=radio][name=planet].planet10:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(10) .planet .trajectory {
  opacity: 0.2;
  transition: all 0.6s 2.9s;
}body input[type=radio][name=planet].planet10:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(10) .planet .overlay {
  opacity: 1;
  top: -240px;
}body input[type=radio][name=planet].planet10:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(11) .planet {
  transform: translateZ(-2300px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 1;
}body input[type=radio][name=planet].planet10:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(12) .planet {
  transform: translateZ(-4600px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 0;
}body input[type=radio][name=planet].planet10:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(13) .planet {
  transform: translateZ(-6900px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -1;
}body input[type=radio][name=planet].planet10:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(14) .planet {
  transform: translateZ(-9200px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -2;
}body input[type=radio][name=planet].planet10:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(15) .planet {
  transform: translateZ(-11500px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -3;
}body input[type=radio][name=planet].planet10:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(16) .planet {
  transform: translateZ(-13800px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -4;
}body input[type=radio][name=planet].planet10:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(17) .planet {
  transform: translateZ(-16100px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -5;
}body input[type=radio][name=planet].planet10:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(18) .planet {
  transform: translateZ(-18400px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -6;
}body input[type=radio][name=planet].planet10:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(19) .planet {
  transform: translateZ(-20700px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -7;
}body input[type=radio][name=planet].planet10:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(20) .planet {
  transform: translateZ(-23000px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -8;
}body input[type=radio][name=planet].planet10:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(21) .planet {
  transform: translateZ(-25300px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -9;
}body input[type=radio][name=planet].planet10:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(22) .planet {
  transform: translateZ(-27600px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -10;
}body input[type=radio][name=planet].planet10:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(23) .planet {
  transform: translateZ(-29900px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -11;
}body input[type=radio][name=planet].planet10:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(24) .planet {
  transform: translateZ(-32200px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -12;
}body input[type=radio][name=planet].planet10:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(25) .planet {
  transform: translateZ(-34500px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -13;
}body input[type=radio][name=planet].planet10:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(26) .planet {
  transform: translateZ(-36800px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -14;
}body input[type=radio][name=planet].planet10:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(27) .planet {
  transform: translateZ(-39100px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -15;
}body input[type=radio][name=planet].planet10:checked + label.san01 > .info h2 .pipd {
  color: #E8927C;
}body input[type=radio][name=planet].planet10:checked + label.san02 > .info h2 .pipd {
  color: #b29d81;
}body input[type=radio][name=planet].planet10:checked + label.san03 > .info h2 .pipd {
  color: #26daaa;
}body input[type=radio][name=planet].planet10:checked + label.san04 > .info h2 .pipd {
  color: #e55f45;
}body input[type=radio][name=planet].planet10:checked + label.san05 > .info h2 .pipd {
  color: orange;
}body input[type=radio][name=planet].planet10:checked + label.san06 > .info h2 .pipd {
  color: #b45d15;
}body input[type=radio][name=planet].planet10:checked + label.san07 > .info h2 .pipd {
  color: #8dcdd8;
}body input[type=radio][name=planet].planet10:checked + label.san08 > .info h2 .pipd {
  color: #4f83e2;
}body input[type=radio][name=planet].planet10:checked + label.san09 > .info h2 .pipd {
  color: #FF8732;
}body input[type=radio][name=planet].planet10:checked + label.san10 > .info h2 .pipd {
  color: #FF6347;
}body input[type=radio][name=planet].planet10:checked + label.san11 > .info h2 .pipd {
  color: #66CDAA;
}body input[type=radio][name=planet].planet10:checked + label.san12 > .info h2 .pipd {
  color: #556B2F;
}body input[type=radio][name=planet].planet10:checked + label.san13 > .info h2 .pipd {
  color: #FF69B4;
}body input[type=radio][name=planet].planet10:checked + label.san14 > .info h2 .pipd {
  color: #1E90FF;
}body input[type=radio][name=planet].planet10:checked + label.san15 > .info h2 .pipd {
  color: #87CEEB;
}body input[type=radio][name=planet].planet10:checked + label.san16 > .info h2 .pipd {
  color: #228B22;
}body input[type=radio][name=planet].planet10:checked + label.san17 > .info h2 .pipd {
  color: #40E0D0;
}body input[type=radio][name=planet].planet10:checked + label.san18 > .info h2 .pipd {
  color: #9932CC;
}body input[type=radio][name=planet].planet10:checked + label.san19 > .info h2 .pipd {
  color: #FFFFF0;
}body input[type=radio][name=planet].planet10:checked + label.san20 > .info h2 .pipd {
  color: #8FBC8F;
}body input[type=radio][name=planet].planet10:checked + label.san21 > .info h2 .pipd {
  color: #00BFFF;
}body input[type=radio][name=planet].planet10:checked + label.san22 > .info h2 .pipd {
  color: #7FFFD4;
}body input[type=radio][name=planet].planet10:checked + label.san23 > .info h2 .pipd {
  color: #0000FF;
}body input[type=radio][name=planet].planet10:checked + label.san24 > .info h2 .pipd {
  color: #808000;
}body input[type=radio][name=planet].planet10:checked + label.san25 > .info h2 .pipd {
  color: #191970;
}body input[type=radio][name=planet].planet10:checked + label.san26 > .info h2 .pipd {
  color: #800000;
}body input[type=radio][name=planet].planet10:checked + label.san27 > .info h2 .pipd {
  color: #FFF5EE;
}body input[type=radio][name=planet].planet10:checked + label {
  opacity: 1;
}body input[type=radio][name=planet].planet10:checked + label:before {
  display: block;
  width: 4px;
  height: 4px;
  position: absolute;
  left: 2px;
  top: 2px;
  z-index: 2;
  background: white;
  border-radius: 4px;
  content: "";
}body input[type=radio][name=planet].planet10:checked + label > .info h2 {
  opacity: 1;
}body input[type=radio][name=planet].planet10:checked + label > .info h2 .pip {
  width: 30px;
  margin-right: 6px;
}body input[type=radio][name=planet].planet10:checked + label > .info h2 .pipd {
  opacity: 1;
  color: #fea082;
}body input[type=radio][name=planet] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}body input[type=radio][name=planet]::after {
  content: "";
}body input[type=radio][name=planet].planet11:checked::after {
  display: none;
}body input[type=radio][name=planet].planet11:checked + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet11:checked + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet11:checked + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet11:checked + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet11:checked + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet11:checked + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet11:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet11:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet11:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet11:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet11:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet11:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(11) {
  pointer-events: all;
}body input[type=radio][name=planet].planet11:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(1) .planet {
  transform: translateZ(23000px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 12;
}body input[type=radio][name=planet].planet11:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(2) .planet {
  transform: translateZ(20700px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 11;
}body input[type=radio][name=planet].planet11:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(3) .planet {
  transform: translateZ(18400px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 10;
}body input[type=radio][name=planet].planet11:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(4) .planet {
  transform: translateZ(16100px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 9;
}body input[type=radio][name=planet].planet11:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(5) .planet {
  transform: translateZ(13800px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 8;
}body input[type=radio][name=planet].planet11:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(6) .planet {
  transform: translateZ(11500px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 7;
}body input[type=radio][name=planet].planet11:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(7) .planet {
  transform: translateZ(9200px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 6;
}body input[type=radio][name=planet].planet11:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(8) .planet {
  transform: translateZ(6900px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 5;
}body input[type=radio][name=planet].planet11:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(9) .planet {
  transform: translateZ(4600px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 4;
}body input[type=radio][name=planet].planet11:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(10) .planet {
  transform: translateZ(2300px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 3;
}body input[type=radio][name=planet].planet11:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(11) .planet {
  transform: translateZ(0px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 2;
  -webkit-animation: planet 60s 3.9s infinite linear;
          animation: planet 60s 3.9s infinite linear;
}body input[type=radio][name=planet].planet11:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(11) .planet_description {
  opacity: 1;
  transition: all 0.6s 2.6s;
}body input[type=radio][name=planet].planet11:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(11) .planet_description h2,
body input[type=radio][name=planet].planet11:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(11) .planet_description h1 {
  position: relative;
  top: 0px;
  transition: all 0.5s 3s;
}body input[type=radio][name=planet].planet11:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(11) .planet_description p,
body input[type=radio][name=planet].planet11:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(11) .planet_description a {
  transition: all 1s 3.5s, padding 0.3s 0s;
  opacity: 1;
}body input[type=radio][name=planet].planet11:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(11) .planet .moon {
  opacity: 1;
  transition: all 1s 3.2s;
}body input[type=radio][name=planet].planet11:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(11) .planet .trajectory {
  opacity: 0.2;
  transition: all 0.6s 2.9s;
}body input[type=radio][name=planet].planet11:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(11) .planet .overlay {
  opacity: 1;
  top: -240px;
}body input[type=radio][name=planet].planet11:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(12) .planet {
  transform: translateZ(-2300px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 1;
}body input[type=radio][name=planet].planet11:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(13) .planet {
  transform: translateZ(-4600px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 0;
}body input[type=radio][name=planet].planet11:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(14) .planet {
  transform: translateZ(-6900px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -1;
}body input[type=radio][name=planet].planet11:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(15) .planet {
  transform: translateZ(-9200px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -2;
}body input[type=radio][name=planet].planet11:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(16) .planet {
  transform: translateZ(-11500px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -3;
}body input[type=radio][name=planet].planet11:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(17) .planet {
  transform: translateZ(-13800px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -4;
}body input[type=radio][name=planet].planet11:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(18) .planet {
  transform: translateZ(-16100px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -5;
}body input[type=radio][name=planet].planet11:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(19) .planet {
  transform: translateZ(-18400px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -6;
}body input[type=radio][name=planet].planet11:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(20) .planet {
  transform: translateZ(-20700px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -7;
}body input[type=radio][name=planet].planet11:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(21) .planet {
  transform: translateZ(-23000px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -8;
}body input[type=radio][name=planet].planet11:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(22) .planet {
  transform: translateZ(-25300px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -9;
}body input[type=radio][name=planet].planet11:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(23) .planet {
  transform: translateZ(-27600px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -10;
}body input[type=radio][name=planet].planet11:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(24) .planet {
  transform: translateZ(-29900px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -11;
}body input[type=radio][name=planet].planet11:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(25) .planet {
  transform: translateZ(-32200px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -12;
}body input[type=radio][name=planet].planet11:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(26) .planet {
  transform: translateZ(-34500px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -13;
}body input[type=radio][name=planet].planet11:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(27) .planet {
  transform: translateZ(-36800px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -14;
}body input[type=radio][name=planet].planet11:checked + label.san01 > .info h2 .pipd {
  color: #E8927C;
}body input[type=radio][name=planet].planet11:checked + label.san02 > .info h2 .pipd {
  color: #b29d81;
}body input[type=radio][name=planet].planet11:checked + label.san03 > .info h2 .pipd {
  color: #26daaa;
}body input[type=radio][name=planet].planet11:checked + label.san04 > .info h2 .pipd {
  color: #e55f45;
}body input[type=radio][name=planet].planet11:checked + label.san05 > .info h2 .pipd {
  color: orange;
}body input[type=radio][name=planet].planet11:checked + label.san06 > .info h2 .pipd {
  color: #b45d15;
}body input[type=radio][name=planet].planet11:checked + label.san07 > .info h2 .pipd {
  color: #8dcdd8;
}body input[type=radio][name=planet].planet11:checked + label.san08 > .info h2 .pipd {
  color: #4f83e2;
}body input[type=radio][name=planet].planet11:checked + label.san09 > .info h2 .pipd {
  color: #FF8732;
}body input[type=radio][name=planet].planet11:checked + label.san10 > .info h2 .pipd {
  color: #FF6347;
}body input[type=radio][name=planet].planet11:checked + label.san11 > .info h2 .pipd {
  color: #66CDAA;
}body input[type=radio][name=planet].planet11:checked + label.san12 > .info h2 .pipd {
  color: #556B2F;
}body input[type=radio][name=planet].planet11:checked + label.san13 > .info h2 .pipd {
  color: #FF69B4;
}body input[type=radio][name=planet].planet11:checked + label.san14 > .info h2 .pipd {
  color: #1E90FF;
}body input[type=radio][name=planet].planet11:checked + label.san15 > .info h2 .pipd {
  color: #87CEEB;
}body input[type=radio][name=planet].planet11:checked + label.san16 > .info h2 .pipd {
  color: #228B22;
}body input[type=radio][name=planet].planet11:checked + label.san17 > .info h2 .pipd {
  color: #40E0D0;
}body input[type=radio][name=planet].planet11:checked + label.san18 > .info h2 .pipd {
  color: #9932CC;
}body input[type=radio][name=planet].planet11:checked + label.san19 > .info h2 .pipd {
  color: #FFFFF0;
}body input[type=radio][name=planet].planet11:checked + label.san20 > .info h2 .pipd {
  color: #8FBC8F;
}body input[type=radio][name=planet].planet11:checked + label.san21 > .info h2 .pipd {
  color: #00BFFF;
}body input[type=radio][name=planet].planet11:checked + label.san22 > .info h2 .pipd {
  color: #7FFFD4;
}body input[type=radio][name=planet].planet11:checked + label.san23 > .info h2 .pipd {
  color: #0000FF;
}body input[type=radio][name=planet].planet11:checked + label.san24 > .info h2 .pipd {
  color: #808000;
}body input[type=radio][name=planet].planet11:checked + label.san25 > .info h2 .pipd {
  color: #191970;
}body input[type=radio][name=planet].planet11:checked + label.san26 > .info h2 .pipd {
  color: #800000;
}body input[type=radio][name=planet].planet11:checked + label.san27 > .info h2 .pipd {
  color: #FFF5EE;
}body input[type=radio][name=planet].planet11:checked + label {
  opacity: 1;
}body input[type=radio][name=planet].planet11:checked + label:before {
  display: block;
  width: 4px;
  height: 4px;
  position: absolute;
  left: 2px;
  top: 2px;
  z-index: 2;
  background: white;
  border-radius: 4px;
  content: "";
}body input[type=radio][name=planet].planet11:checked + label > .info h2 {
  opacity: 1;
}body input[type=radio][name=planet].planet11:checked + label > .info h2 .pip {
  width: 30px;
  margin-right: 6px;
}body input[type=radio][name=planet].planet11:checked + label > .info h2 .pipd {
  opacity: 1;
  color: #fea082;
}body input[type=radio][name=planet] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}body input[type=radio][name=planet]::after {
  content: "";
}body input[type=radio][name=planet].planet12:checked::after {
  display: none;
}body input[type=radio][name=planet].planet12:checked + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet12:checked + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet12:checked + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet12:checked + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet12:checked + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet12:checked + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet12:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet12:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet12:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet12:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet12:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet12:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet12:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(12) {
  pointer-events: all;
}body input[type=radio][name=planet].planet12:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(1) .planet {
  transform: translateZ(25300px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 13;
}body input[type=radio][name=planet].planet12:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(2) .planet {
  transform: translateZ(23000px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 12;
}body input[type=radio][name=planet].planet12:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(3) .planet {
  transform: translateZ(20700px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 11;
}body input[type=radio][name=planet].planet12:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(4) .planet {
  transform: translateZ(18400px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 10;
}body input[type=radio][name=planet].planet12:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(5) .planet {
  transform: translateZ(16100px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 9;
}body input[type=radio][name=planet].planet12:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(6) .planet {
  transform: translateZ(13800px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 8;
}body input[type=radio][name=planet].planet12:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(7) .planet {
  transform: translateZ(11500px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 7;
}body input[type=radio][name=planet].planet12:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(8) .planet {
  transform: translateZ(9200px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 6;
}body input[type=radio][name=planet].planet12:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(9) .planet {
  transform: translateZ(6900px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 5;
}body input[type=radio][name=planet].planet12:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(10) .planet {
  transform: translateZ(4600px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 4;
}body input[type=radio][name=planet].planet12:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(11) .planet {
  transform: translateZ(2300px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 3;
}body input[type=radio][name=planet].planet12:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(12) .planet {
  transform: translateZ(0px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 2;
  -webkit-animation: planet 60s 3.9s infinite linear;
          animation: planet 60s 3.9s infinite linear;
}body input[type=radio][name=planet].planet12:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(12) .planet_description {
  opacity: 1;
  transition: all 0.6s 2.6s;
}body input[type=radio][name=planet].planet12:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(12) .planet_description h2,
body input[type=radio][name=planet].planet12:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(12) .planet_description h1 {
  position: relative;
  top: 0px;
  transition: all 0.5s 3s;
}body input[type=radio][name=planet].planet12:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(12) .planet_description p,
body input[type=radio][name=planet].planet12:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(12) .planet_description a {
  transition: all 1s 3.5s, padding 0.3s 0s;
  opacity: 1;
}body input[type=radio][name=planet].planet12:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(12) .planet .moon {
  opacity: 1;
  transition: all 1s 3.2s;
}body input[type=radio][name=planet].planet12:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(12) .planet .trajectory {
  opacity: 0.2;
  transition: all 0.6s 2.9s;
}body input[type=radio][name=planet].planet12:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(12) .planet .overlay {
  opacity: 1;
  top: -240px;
}body input[type=radio][name=planet].planet12:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(13) .planet {
  transform: translateZ(-2300px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 1;
}body input[type=radio][name=planet].planet12:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(14) .planet {
  transform: translateZ(-4600px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 0;
}body input[type=radio][name=planet].planet12:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(15) .planet {
  transform: translateZ(-6900px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -1;
}body input[type=radio][name=planet].planet12:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(16) .planet {
  transform: translateZ(-9200px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -2;
}body input[type=radio][name=planet].planet12:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(17) .planet {
  transform: translateZ(-11500px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -3;
}body input[type=radio][name=planet].planet12:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(18) .planet {
  transform: translateZ(-13800px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -4;
}body input[type=radio][name=planet].planet12:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(19) .planet {
  transform: translateZ(-16100px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -5;
}body input[type=radio][name=planet].planet12:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(20) .planet {
  transform: translateZ(-18400px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -6;
}body input[type=radio][name=planet].planet12:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(21) .planet {
  transform: translateZ(-20700px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -7;
}body input[type=radio][name=planet].planet12:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(22) .planet {
  transform: translateZ(-23000px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -8;
}body input[type=radio][name=planet].planet12:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(23) .planet {
  transform: translateZ(-25300px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -9;
}body input[type=radio][name=planet].planet12:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(24) .planet {
  transform: translateZ(-27600px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -10;
}body input[type=radio][name=planet].planet12:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(25) .planet {
  transform: translateZ(-29900px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -11;
}body input[type=radio][name=planet].planet12:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(26) .planet {
  transform: translateZ(-32200px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -12;
}body input[type=radio][name=planet].planet12:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(27) .planet {
  transform: translateZ(-34500px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -13;
}body input[type=radio][name=planet].planet12:checked + label.san01 > .info h2 .pipd {
  color: #E8927C;
}body input[type=radio][name=planet].planet12:checked + label.san02 > .info h2 .pipd {
  color: #b29d81;
}body input[type=radio][name=planet].planet12:checked + label.san03 > .info h2 .pipd {
  color: #26daaa;
}body input[type=radio][name=planet].planet12:checked + label.san04 > .info h2 .pipd {
  color: #e55f45;
}body input[type=radio][name=planet].planet12:checked + label.san05 > .info h2 .pipd {
  color: orange;
}body input[type=radio][name=planet].planet12:checked + label.san06 > .info h2 .pipd {
  color: #b45d15;
}body input[type=radio][name=planet].planet12:checked + label.san07 > .info h2 .pipd {
  color: #8dcdd8;
}body input[type=radio][name=planet].planet12:checked + label.san08 > .info h2 .pipd {
  color: #4f83e2;
}body input[type=radio][name=planet].planet12:checked + label.san09 > .info h2 .pipd {
  color: #FF8732;
}body input[type=radio][name=planet].planet12:checked + label.san10 > .info h2 .pipd {
  color: #FF6347;
}body input[type=radio][name=planet].planet12:checked + label.san11 > .info h2 .pipd {
  color: #66CDAA;
}body input[type=radio][name=planet].planet12:checked + label.san12 > .info h2 .pipd {
  color: #556B2F;
}body input[type=radio][name=planet].planet12:checked + label.san13 > .info h2 .pipd {
  color: #FF69B4;
}body input[type=radio][name=planet].planet12:checked + label.san14 > .info h2 .pipd {
  color: #1E90FF;
}body input[type=radio][name=planet].planet12:checked + label.san15 > .info h2 .pipd {
  color: #87CEEB;
}body input[type=radio][name=planet].planet12:checked + label.san16 > .info h2 .pipd {
  color: #228B22;
}body input[type=radio][name=planet].planet12:checked + label.san17 > .info h2 .pipd {
  color: #40E0D0;
}body input[type=radio][name=planet].planet12:checked + label.san18 > .info h2 .pipd {
  color: #9932CC;
}body input[type=radio][name=planet].planet12:checked + label.san19 > .info h2 .pipd {
  color: #FFFFF0;
}body input[type=radio][name=planet].planet12:checked + label.san20 > .info h2 .pipd {
  color: #8FBC8F;
}body input[type=radio][name=planet].planet12:checked + label.san21 > .info h2 .pipd {
  color: #00BFFF;
}body input[type=radio][name=planet].planet12:checked + label.san22 > .info h2 .pipd {
  color: #7FFFD4;
}body input[type=radio][name=planet].planet12:checked + label.san23 > .info h2 .pipd {
  color: #0000FF;
}body input[type=radio][name=planet].planet12:checked + label.san24 > .info h2 .pipd {
  color: #808000;
}body input[type=radio][name=planet].planet12:checked + label.san25 > .info h2 .pipd {
  color: #191970;
}body input[type=radio][name=planet].planet12:checked + label.san26 > .info h2 .pipd {
  color: #800000;
}body input[type=radio][name=planet].planet12:checked + label.san27 > .info h2 .pipd {
  color: #FFF5EE;
}body input[type=radio][name=planet].planet12:checked + label {
  opacity: 1;
}body input[type=radio][name=planet].planet12:checked + label:before {
  display: block;
  width: 4px;
  height: 4px;
  position: absolute;
  left: 2px;
  top: 2px;
  z-index: 2;
  background: white;
  border-radius: 4px;
  content: "";
}body input[type=radio][name=planet].planet12:checked + label > .info h2 {
  opacity: 1;
}body input[type=radio][name=planet].planet12:checked + label > .info h2 .pip {
  width: 30px;
  margin-right: 6px;
}body input[type=radio][name=planet].planet12:checked + label > .info h2 .pipd {
  opacity: 1;
  color: #fea082;
}body input[type=radio][name=planet] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}body input[type=radio][name=planet]::after {
  content: "";
}body input[type=radio][name=planet].planet13:checked::after {
  display: none;
}body input[type=radio][name=planet].planet13:checked + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet13:checked + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet13:checked + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet13:checked + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet13:checked + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet13:checked + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet13:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet13:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet13:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet13:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet13:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet13:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet13:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet13:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(13) {
  pointer-events: all;
}body input[type=radio][name=planet].planet13:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(1) .planet {
  transform: translateZ(27600px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 14;
}body input[type=radio][name=planet].planet13:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(2) .planet {
  transform: translateZ(25300px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 13;
}body input[type=radio][name=planet].planet13:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(3) .planet {
  transform: translateZ(23000px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 12;
}body input[type=radio][name=planet].planet13:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(4) .planet {
  transform: translateZ(20700px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 11;
}body input[type=radio][name=planet].planet13:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(5) .planet {
  transform: translateZ(18400px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 10;
}body input[type=radio][name=planet].planet13:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(6) .planet {
  transform: translateZ(16100px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 9;
}body input[type=radio][name=planet].planet13:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(7) .planet {
  transform: translateZ(13800px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 8;
}body input[type=radio][name=planet].planet13:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(8) .planet {
  transform: translateZ(11500px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 7;
}body input[type=radio][name=planet].planet13:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(9) .planet {
  transform: translateZ(9200px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 6;
}body input[type=radio][name=planet].planet13:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(10) .planet {
  transform: translateZ(6900px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 5;
}body input[type=radio][name=planet].planet13:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(11) .planet {
  transform: translateZ(4600px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 4;
}body input[type=radio][name=planet].planet13:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(12) .planet {
  transform: translateZ(2300px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 3;
}body input[type=radio][name=planet].planet13:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(13) .planet {
  transform: translateZ(0px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 2;
  -webkit-animation: planet 60s 3.9s infinite linear;
          animation: planet 60s 3.9s infinite linear;
}body input[type=radio][name=planet].planet13:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(13) .planet_description {
  opacity: 1;
  transition: all 0.6s 2.6s;
}body input[type=radio][name=planet].planet13:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(13) .planet_description h2,
body input[type=radio][name=planet].planet13:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(13) .planet_description h1 {
  position: relative;
  top: 0px;
  transition: all 0.5s 3s;
}body input[type=radio][name=planet].planet13:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(13) .planet_description p,
body input[type=radio][name=planet].planet13:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(13) .planet_description a {
  transition: all 1s 3.5s, padding 0.3s 0s;
  opacity: 1;
}body input[type=radio][name=planet].planet13:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(13) .planet .moon {
  opacity: 1;
  transition: all 1s 3.2s;
}body input[type=radio][name=planet].planet13:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(13) .planet .trajectory {
  opacity: 0.2;
  transition: all 0.6s 2.9s;
}body input[type=radio][name=planet].planet13:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(13) .planet .overlay {
  opacity: 1;
  top: -240px;
}body input[type=radio][name=planet].planet13:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(14) .planet {
  transform: translateZ(-2300px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 1;
}body input[type=radio][name=planet].planet13:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(15) .planet {
  transform: translateZ(-4600px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 0;
}body input[type=radio][name=planet].planet13:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(16) .planet {
  transform: translateZ(-6900px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -1;
}body input[type=radio][name=planet].planet13:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(17) .planet {
  transform: translateZ(-9200px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -2;
}body input[type=radio][name=planet].planet13:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(18) .planet {
  transform: translateZ(-11500px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -3;
}body input[type=radio][name=planet].planet13:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(19) .planet {
  transform: translateZ(-13800px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -4;
}body input[type=radio][name=planet].planet13:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(20) .planet {
  transform: translateZ(-16100px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -5;
}body input[type=radio][name=planet].planet13:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(21) .planet {
  transform: translateZ(-18400px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -6;
}body input[type=radio][name=planet].planet13:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(22) .planet {
  transform: translateZ(-20700px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -7;
}body input[type=radio][name=planet].planet13:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(23) .planet {
  transform: translateZ(-23000px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -8;
}body input[type=radio][name=planet].planet13:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(24) .planet {
  transform: translateZ(-25300px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -9;
}body input[type=radio][name=planet].planet13:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(25) .planet {
  transform: translateZ(-27600px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -10;
}body input[type=radio][name=planet].planet13:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(26) .planet {
  transform: translateZ(-29900px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -11;
}body input[type=radio][name=planet].planet13:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(27) .planet {
  transform: translateZ(-32200px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -12;
}body input[type=radio][name=planet].planet13:checked + label.san01 > .info h2 .pipd {
  color: #E8927C;
}body input[type=radio][name=planet].planet13:checked + label.san02 > .info h2 .pipd {
  color: #b29d81;
}body input[type=radio][name=planet].planet13:checked + label.san03 > .info h2 .pipd {
  color: #26daaa;
}body input[type=radio][name=planet].planet13:checked + label.san04 > .info h2 .pipd {
  color: #e55f45;
}body input[type=radio][name=planet].planet13:checked + label.san05 > .info h2 .pipd {
  color: orange;
}body input[type=radio][name=planet].planet13:checked + label.san06 > .info h2 .pipd {
  color: #b45d15;
}body input[type=radio][name=planet].planet13:checked + label.san07 > .info h2 .pipd {
  color: #8dcdd8;
}body input[type=radio][name=planet].planet13:checked + label.san08 > .info h2 .pipd {
  color: #4f83e2;
}body input[type=radio][name=planet].planet13:checked + label.san09 > .info h2 .pipd {
  color: #FF8732;
}body input[type=radio][name=planet].planet13:checked + label.san10 > .info h2 .pipd {
  color: #FF6347;
}body input[type=radio][name=planet].planet13:checked + label.san11 > .info h2 .pipd {
  color: #66CDAA;
}body input[type=radio][name=planet].planet13:checked + label.san12 > .info h2 .pipd {
  color: #556B2F;
}body input[type=radio][name=planet].planet13:checked + label.san13 > .info h2 .pipd {
  color: #FF69B4;
}body input[type=radio][name=planet].planet13:checked + label.san14 > .info h2 .pipd {
  color: #1E90FF;
}body input[type=radio][name=planet].planet13:checked + label.san15 > .info h2 .pipd {
  color: #87CEEB;
}body input[type=radio][name=planet].planet13:checked + label.san16 > .info h2 .pipd {
  color: #228B22;
}body input[type=radio][name=planet].planet13:checked + label.san17 > .info h2 .pipd {
  color: #40E0D0;
}body input[type=radio][name=planet].planet13:checked + label.san18 > .info h2 .pipd {
  color: #9932CC;
}body input[type=radio][name=planet].planet13:checked + label.san19 > .info h2 .pipd {
  color: #FFFFF0;
}body input[type=radio][name=planet].planet13:checked + label.san20 > .info h2 .pipd {
  color: #8FBC8F;
}body input[type=radio][name=planet].planet13:checked + label.san21 > .info h2 .pipd {
  color: #00BFFF;
}body input[type=radio][name=planet].planet13:checked + label.san22 > .info h2 .pipd {
  color: #7FFFD4;
}body input[type=radio][name=planet].planet13:checked + label.san23 > .info h2 .pipd {
  color: #0000FF;
}body input[type=radio][name=planet].planet13:checked + label.san24 > .info h2 .pipd {
  color: #808000;
}body input[type=radio][name=planet].planet13:checked + label.san25 > .info h2 .pipd {
  color: #191970;
}body input[type=radio][name=planet].planet13:checked + label.san26 > .info h2 .pipd {
  color: #800000;
}body input[type=radio][name=planet].planet13:checked + label.san27 > .info h2 .pipd {
  color: #FFF5EE;
}body input[type=radio][name=planet].planet13:checked + label {
  opacity: 1;
}body input[type=radio][name=planet].planet13:checked + label:before {
  display: block;
  width: 4px;
  height: 4px;
  position: absolute;
  left: 2px;
  top: 2px;
  z-index: 2;
  background: white;
  border-radius: 4px;
  content: "";
}body input[type=radio][name=planet].planet13:checked + label > .info h2 {
  opacity: 1;
}body input[type=radio][name=planet].planet13:checked + label > .info h2 .pip {
  width: 30px;
  margin-right: 6px;
}body input[type=radio][name=planet].planet13:checked + label > .info h2 .pipd {
  opacity: 1;
  color: #fea082;
}body input[type=radio][name=planet] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}body input[type=radio][name=planet]::after {
  content: "";
}body input[type=radio][name=planet].planet14:checked::after {
  display: none;
}body input[type=radio][name=planet].planet14:checked + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet14:checked + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet14:checked + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet14:checked + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet14:checked + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet14:checked + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet14:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet14:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet14:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet14:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet14:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet14:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet14:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet14:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet14:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(14) {
  pointer-events: all;
}body input[type=radio][name=planet].planet14:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(1) .planet {
  transform: translateZ(29900px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 15;
}body input[type=radio][name=planet].planet14:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(2) .planet {
  transform: translateZ(27600px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 14;
}body input[type=radio][name=planet].planet14:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(3) .planet {
  transform: translateZ(25300px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 13;
}body input[type=radio][name=planet].planet14:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(4) .planet {
  transform: translateZ(23000px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 12;
}body input[type=radio][name=planet].planet14:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(5) .planet {
  transform: translateZ(20700px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 11;
}body input[type=radio][name=planet].planet14:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(6) .planet {
  transform: translateZ(18400px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 10;
}body input[type=radio][name=planet].planet14:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(7) .planet {
  transform: translateZ(16100px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 9;
}body input[type=radio][name=planet].planet14:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(8) .planet {
  transform: translateZ(13800px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 8;
}body input[type=radio][name=planet].planet14:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(9) .planet {
  transform: translateZ(11500px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 7;
}body input[type=radio][name=planet].planet14:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(10) .planet {
  transform: translateZ(9200px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 6;
}body input[type=radio][name=planet].planet14:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(11) .planet {
  transform: translateZ(6900px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 5;
}body input[type=radio][name=planet].planet14:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(12) .planet {
  transform: translateZ(4600px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 4;
}body input[type=radio][name=planet].planet14:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(13) .planet {
  transform: translateZ(2300px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 3;
}body input[type=radio][name=planet].planet14:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(14) .planet {
  transform: translateZ(0px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 2;
  -webkit-animation: planet 60s 3.9s infinite linear;
          animation: planet 60s 3.9s infinite linear;
}body input[type=radio][name=planet].planet14:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(14) .planet_description {
  opacity: 1;
  transition: all 0.6s 2.6s;
}body input[type=radio][name=planet].planet14:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(14) .planet_description h2,
body input[type=radio][name=planet].planet14:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(14) .planet_description h1 {
  position: relative;
  top: 0px;
  transition: all 0.5s 3s;
}body input[type=radio][name=planet].planet14:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(14) .planet_description p,
body input[type=radio][name=planet].planet14:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(14) .planet_description a {
  transition: all 1s 3.5s, padding 0.3s 0s;
  opacity: 1;
}body input[type=radio][name=planet].planet14:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(14) .planet .moon {
  opacity: 1;
  transition: all 1s 3.2s;
}body input[type=radio][name=planet].planet14:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(14) .planet .trajectory {
  opacity: 0.2;
  transition: all 0.6s 2.9s;
}body input[type=radio][name=planet].planet14:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(14) .planet .overlay {
  opacity: 1;
  top: -240px;
}body input[type=radio][name=planet].planet14:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(15) .planet {
  transform: translateZ(-2300px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 1;
}body input[type=radio][name=planet].planet14:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(16) .planet {
  transform: translateZ(-4600px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 0;
}body input[type=radio][name=planet].planet14:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(17) .planet {
  transform: translateZ(-6900px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -1;
}body input[type=radio][name=planet].planet14:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(18) .planet {
  transform: translateZ(-9200px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -2;
}body input[type=radio][name=planet].planet14:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(19) .planet {
  transform: translateZ(-11500px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -3;
}body input[type=radio][name=planet].planet14:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(20) .planet {
  transform: translateZ(-13800px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -4;
}body input[type=radio][name=planet].planet14:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(21) .planet {
  transform: translateZ(-16100px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -5;
}body input[type=radio][name=planet].planet14:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(22) .planet {
  transform: translateZ(-18400px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -6;
}body input[type=radio][name=planet].planet14:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(23) .planet {
  transform: translateZ(-20700px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -7;
}body input[type=radio][name=planet].planet14:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(24) .planet {
  transform: translateZ(-23000px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -8;
}body input[type=radio][name=planet].planet14:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(25) .planet {
  transform: translateZ(-25300px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -9;
}body input[type=radio][name=planet].planet14:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(26) .planet {
  transform: translateZ(-27600px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -10;
}body input[type=radio][name=planet].planet14:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(27) .planet {
  transform: translateZ(-29900px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -11;
}body input[type=radio][name=planet].planet14:checked + label.san01 > .info h2 .pipd {
  color: #E8927C;
}body input[type=radio][name=planet].planet14:checked + label.san02 > .info h2 .pipd {
  color: #b29d81;
}body input[type=radio][name=planet].planet14:checked + label.san03 > .info h2 .pipd {
  color: #26daaa;
}body input[type=radio][name=planet].planet14:checked + label.san04 > .info h2 .pipd {
  color: #e55f45;
}body input[type=radio][name=planet].planet14:checked + label.san05 > .info h2 .pipd {
  color: orange;
}body input[type=radio][name=planet].planet14:checked + label.san06 > .info h2 .pipd {
  color: #b45d15;
}body input[type=radio][name=planet].planet14:checked + label.san07 > .info h2 .pipd {
  color: #8dcdd8;
}body input[type=radio][name=planet].planet14:checked + label.san08 > .info h2 .pipd {
  color: #4f83e2;
}body input[type=radio][name=planet].planet14:checked + label.san09 > .info h2 .pipd {
  color: #FF8732;
}body input[type=radio][name=planet].planet14:checked + label.san10 > .info h2 .pipd {
  color: #FF6347;
}body input[type=radio][name=planet].planet14:checked + label.san11 > .info h2 .pipd {
  color: #66CDAA;
}body input[type=radio][name=planet].planet14:checked + label.san12 > .info h2 .pipd {
  color: #556B2F;
}body input[type=radio][name=planet].planet14:checked + label.san13 > .info h2 .pipd {
  color: #FF69B4;
}body input[type=radio][name=planet].planet14:checked + label.san14 > .info h2 .pipd {
  color: #1E90FF;
}body input[type=radio][name=planet].planet14:checked + label.san15 > .info h2 .pipd {
  color: #87CEEB;
}body input[type=radio][name=planet].planet14:checked + label.san16 > .info h2 .pipd {
  color: #228B22;
}body input[type=radio][name=planet].planet14:checked + label.san17 > .info h2 .pipd {
  color: #40E0D0;
}body input[type=radio][name=planet].planet14:checked + label.san18 > .info h2 .pipd {
  color: #9932CC;
}body input[type=radio][name=planet].planet14:checked + label.san19 > .info h2 .pipd {
  color: #FFFFF0;
}body input[type=radio][name=planet].planet14:checked + label.san20 > .info h2 .pipd {
  color: #8FBC8F;
}body input[type=radio][name=planet].planet14:checked + label.san21 > .info h2 .pipd {
  color: #00BFFF;
}body input[type=radio][name=planet].planet14:checked + label.san22 > .info h2 .pipd {
  color: #7FFFD4;
}body input[type=radio][name=planet].planet14:checked + label.san23 > .info h2 .pipd {
  color: #0000FF;
}body input[type=radio][name=planet].planet14:checked + label.san24 > .info h2 .pipd {
  color: #808000;
}body input[type=radio][name=planet].planet14:checked + label.san25 > .info h2 .pipd {
  color: #191970;
}body input[type=radio][name=planet].planet14:checked + label.san26 > .info h2 .pipd {
  color: #800000;
}body input[type=radio][name=planet].planet14:checked + label.san27 > .info h2 .pipd {
  color: #FFF5EE;
}body input[type=radio][name=planet].planet14:checked + label {
  opacity: 1;
}body input[type=radio][name=planet].planet14:checked + label:before {
  display: block;
  width: 4px;
  height: 4px;
  position: absolute;
  left: 2px;
  top: 2px;
  z-index: 2;
  background: white;
  border-radius: 4px;
  content: "";
}body input[type=radio][name=planet].planet14:checked + label > .info h2 {
  opacity: 1;
}body input[type=radio][name=planet].planet14:checked + label > .info h2 .pip {
  width: 30px;
  margin-right: 6px;
}body input[type=radio][name=planet].planet14:checked + label > .info h2 .pipd {
  opacity: 1;
  color: #fea082;
}body input[type=radio][name=planet] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}body input[type=radio][name=planet]::after {
  content: "";
}body input[type=radio][name=planet].planet15:checked::after {
  display: none;
}body input[type=radio][name=planet].planet15:checked + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet15:checked + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet15:checked + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet15:checked + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet15:checked + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet15:checked + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet15:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet15:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet15:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet15:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet15:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet15:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet15:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet15:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet15:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet15:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(15) {
  pointer-events: all;
}body input[type=radio][name=planet].planet15:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(1) .planet {
  transform: translateZ(32200px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 16;
}body input[type=radio][name=planet].planet15:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(2) .planet {
  transform: translateZ(29900px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 15;
}body input[type=radio][name=planet].planet15:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(3) .planet {
  transform: translateZ(27600px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 14;
}body input[type=radio][name=planet].planet15:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(4) .planet {
  transform: translateZ(25300px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 13;
}body input[type=radio][name=planet].planet15:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(5) .planet {
  transform: translateZ(23000px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 12;
}body input[type=radio][name=planet].planet15:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(6) .planet {
  transform: translateZ(20700px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 11;
}body input[type=radio][name=planet].planet15:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(7) .planet {
  transform: translateZ(18400px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 10;
}body input[type=radio][name=planet].planet15:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(8) .planet {
  transform: translateZ(16100px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 9;
}body input[type=radio][name=planet].planet15:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(9) .planet {
  transform: translateZ(13800px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 8;
}body input[type=radio][name=planet].planet15:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(10) .planet {
  transform: translateZ(11500px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 7;
}body input[type=radio][name=planet].planet15:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(11) .planet {
  transform: translateZ(9200px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 6;
}body input[type=radio][name=planet].planet15:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(12) .planet {
  transform: translateZ(6900px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 5;
}body input[type=radio][name=planet].planet15:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(13) .planet {
  transform: translateZ(4600px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 4;
}body input[type=radio][name=planet].planet15:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(14) .planet {
  transform: translateZ(2300px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 3;
}body input[type=radio][name=planet].planet15:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(15) .planet {
  transform: translateZ(0px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 2;
  -webkit-animation: planet 60s 3.9s infinite linear;
          animation: planet 60s 3.9s infinite linear;
}body input[type=radio][name=planet].planet15:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(15) .planet_description {
  opacity: 1;
  transition: all 0.6s 2.6s;
}body input[type=radio][name=planet].planet15:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(15) .planet_description h2,
body input[type=radio][name=planet].planet15:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(15) .planet_description h1 {
  position: relative;
  top: 0px;
  transition: all 0.5s 3s;
}body input[type=radio][name=planet].planet15:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(15) .planet_description p,
body input[type=radio][name=planet].planet15:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(15) .planet_description a {
  transition: all 1s 3.5s, padding 0.3s 0s;
  opacity: 1;
}body input[type=radio][name=planet].planet15:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(15) .planet .moon {
  opacity: 1;
  transition: all 1s 3.2s;
}body input[type=radio][name=planet].planet15:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(15) .planet .trajectory {
  opacity: 0.2;
  transition: all 0.6s 2.9s;
}body input[type=radio][name=planet].planet15:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(15) .planet .overlay {
  opacity: 1;
  top: -240px;
}body input[type=radio][name=planet].planet15:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(16) .planet {
  transform: translateZ(-2300px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 1;
}body input[type=radio][name=planet].planet15:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(17) .planet {
  transform: translateZ(-4600px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 0;
}body input[type=radio][name=planet].planet15:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(18) .planet {
  transform: translateZ(-6900px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -1;
}body input[type=radio][name=planet].planet15:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(19) .planet {
  transform: translateZ(-9200px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -2;
}body input[type=radio][name=planet].planet15:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(20) .planet {
  transform: translateZ(-11500px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -3;
}body input[type=radio][name=planet].planet15:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(21) .planet {
  transform: translateZ(-13800px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -4;
}body input[type=radio][name=planet].planet15:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(22) .planet {
  transform: translateZ(-16100px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -5;
}body input[type=radio][name=planet].planet15:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(23) .planet {
  transform: translateZ(-18400px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -6;
}body input[type=radio][name=planet].planet15:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(24) .planet {
  transform: translateZ(-20700px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -7;
}body input[type=radio][name=planet].planet15:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(25) .planet {
  transform: translateZ(-23000px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -8;
}body input[type=radio][name=planet].planet15:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(26) .planet {
  transform: translateZ(-25300px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -9;
}body input[type=radio][name=planet].planet15:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(27) .planet {
  transform: translateZ(-27600px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -10;
}body input[type=radio][name=planet].planet15:checked + label.san01 > .info h2 .pipd {
  color: #E8927C;
}body input[type=radio][name=planet].planet15:checked + label.san02 > .info h2 .pipd {
  color: #b29d81;
}body input[type=radio][name=planet].planet15:checked + label.san03 > .info h2 .pipd {
  color: #26daaa;
}body input[type=radio][name=planet].planet15:checked + label.san04 > .info h2 .pipd {
  color: #e55f45;
}body input[type=radio][name=planet].planet15:checked + label.san05 > .info h2 .pipd {
  color: orange;
}body input[type=radio][name=planet].planet15:checked + label.san06 > .info h2 .pipd {
  color: #b45d15;
}body input[type=radio][name=planet].planet15:checked + label.san07 > .info h2 .pipd {
  color: #8dcdd8;
}body input[type=radio][name=planet].planet15:checked + label.san08 > .info h2 .pipd {
  color: #4f83e2;
}body input[type=radio][name=planet].planet15:checked + label.san09 > .info h2 .pipd {
  color: #FF8732;
}body input[type=radio][name=planet].planet15:checked + label.san10 > .info h2 .pipd {
  color: #FF6347;
}body input[type=radio][name=planet].planet15:checked + label.san11 > .info h2 .pipd {
  color: #66CDAA;
}body input[type=radio][name=planet].planet15:checked + label.san12 > .info h2 .pipd {
  color: #556B2F;
}body input[type=radio][name=planet].planet15:checked + label.san13 > .info h2 .pipd {
  color: #FF69B4;
}body input[type=radio][name=planet].planet15:checked + label.san14 > .info h2 .pipd {
  color: #1E90FF;
}body input[type=radio][name=planet].planet15:checked + label.san15 > .info h2 .pipd {
  color: #87CEEB;
}body input[type=radio][name=planet].planet15:checked + label.san16 > .info h2 .pipd {
  color: #228B22;
}body input[type=radio][name=planet].planet15:checked + label.san17 > .info h2 .pipd {
  color: #40E0D0;
}body input[type=radio][name=planet].planet15:checked + label.san18 > .info h2 .pipd {
  color: #9932CC;
}body input[type=radio][name=planet].planet15:checked + label.san19 > .info h2 .pipd {
  color: #FFFFF0;
}body input[type=radio][name=planet].planet15:checked + label.san20 > .info h2 .pipd {
  color: #8FBC8F;
}body input[type=radio][name=planet].planet15:checked + label.san21 > .info h2 .pipd {
  color: #00BFFF;
}body input[type=radio][name=planet].planet15:checked + label.san22 > .info h2 .pipd {
  color: #7FFFD4;
}body input[type=radio][name=planet].planet15:checked + label.san23 > .info h2 .pipd {
  color: #0000FF;
}body input[type=radio][name=planet].planet15:checked + label.san24 > .info h2 .pipd {
  color: #808000;
}body input[type=radio][name=planet].planet15:checked + label.san25 > .info h2 .pipd {
  color: #191970;
}body input[type=radio][name=planet].planet15:checked + label.san26 > .info h2 .pipd {
  color: #800000;
}body input[type=radio][name=planet].planet15:checked + label.san27 > .info h2 .pipd {
  color: #FFF5EE;
}body input[type=radio][name=planet].planet15:checked + label {
  opacity: 1;
}body input[type=radio][name=planet].planet15:checked + label:before {
  display: block;
  width: 4px;
  height: 4px;
  position: absolute;
  left: 2px;
  top: 2px;
  z-index: 2;
  background: white;
  border-radius: 4px;
  content: "";
}body input[type=radio][name=planet].planet15:checked + label > .info h2 {
  opacity: 1;
}body input[type=radio][name=planet].planet15:checked + label > .info h2 .pip {
  width: 30px;
  margin-right: 6px;
}body input[type=radio][name=planet].planet15:checked + label > .info h2 .pipd {
  opacity: 1;
  color: #fea082;
}body input[type=radio][name=planet] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}body input[type=radio][name=planet]::after {
  content: "";
}body input[type=radio][name=planet].planet16:checked::after {
  display: none;
}body input[type=radio][name=planet].planet16:checked + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet16:checked + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet16:checked + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet16:checked + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet16:checked + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet16:checked + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet16:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet16:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet16:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet16:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet16:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet16:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet16:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet16:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet16:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet16:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet16:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(16) {
  pointer-events: all;
}body input[type=radio][name=planet].planet16:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(1) .planet {
  transform: translateZ(34500px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 17;
}body input[type=radio][name=planet].planet16:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(2) .planet {
  transform: translateZ(32200px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 16;
}body input[type=radio][name=planet].planet16:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(3) .planet {
  transform: translateZ(29900px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 15;
}body input[type=radio][name=planet].planet16:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(4) .planet {
  transform: translateZ(27600px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 14;
}body input[type=radio][name=planet].planet16:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(5) .planet {
  transform: translateZ(25300px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 13;
}body input[type=radio][name=planet].planet16:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(6) .planet {
  transform: translateZ(23000px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 12;
}body input[type=radio][name=planet].planet16:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(7) .planet {
  transform: translateZ(20700px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 11;
}body input[type=radio][name=planet].planet16:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(8) .planet {
  transform: translateZ(18400px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 10;
}body input[type=radio][name=planet].planet16:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(9) .planet {
  transform: translateZ(16100px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 9;
}body input[type=radio][name=planet].planet16:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(10) .planet {
  transform: translateZ(13800px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 8;
}body input[type=radio][name=planet].planet16:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(11) .planet {
  transform: translateZ(11500px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 7;
}body input[type=radio][name=planet].planet16:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(12) .planet {
  transform: translateZ(9200px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 6;
}body input[type=radio][name=planet].planet16:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(13) .planet {
  transform: translateZ(6900px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 5;
}body input[type=radio][name=planet].planet16:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(14) .planet {
  transform: translateZ(4600px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 4;
}body input[type=radio][name=planet].planet16:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(15) .planet {
  transform: translateZ(2300px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 3;
}body input[type=radio][name=planet].planet16:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(16) .planet {
  transform: translateZ(0px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 2;
  -webkit-animation: planet 60s 3.9s infinite linear;
          animation: planet 60s 3.9s infinite linear;
}body input[type=radio][name=planet].planet16:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(16) .planet_description {
  opacity: 1;
  transition: all 0.6s 2.6s;
}body input[type=radio][name=planet].planet16:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(16) .planet_description h2,
body input[type=radio][name=planet].planet16:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(16) .planet_description h1 {
  position: relative;
  top: 0px;
  transition: all 0.5s 3s;
}body input[type=radio][name=planet].planet16:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(16) .planet_description p,
body input[type=radio][name=planet].planet16:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(16) .planet_description a {
  transition: all 1s 3.5s, padding 0.3s 0s;
  opacity: 1;
}body input[type=radio][name=planet].planet16:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(16) .planet .moon {
  opacity: 1;
  transition: all 1s 3.2s;
}body input[type=radio][name=planet].planet16:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(16) .planet .trajectory {
  opacity: 0.2;
  transition: all 0.6s 2.9s;
}body input[type=radio][name=planet].planet16:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(16) .planet .overlay {
  opacity: 1;
  top: -240px;
}body input[type=radio][name=planet].planet16:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(17) .planet {
  transform: translateZ(-2300px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 1;
}body input[type=radio][name=planet].planet16:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(18) .planet {
  transform: translateZ(-4600px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 0;
}body input[type=radio][name=planet].planet16:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(19) .planet {
  transform: translateZ(-6900px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -1;
}body input[type=radio][name=planet].planet16:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(20) .planet {
  transform: translateZ(-9200px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -2;
}body input[type=radio][name=planet].planet16:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(21) .planet {
  transform: translateZ(-11500px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -3;
}body input[type=radio][name=planet].planet16:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(22) .planet {
  transform: translateZ(-13800px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -4;
}body input[type=radio][name=planet].planet16:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(23) .planet {
  transform: translateZ(-16100px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -5;
}body input[type=radio][name=planet].planet16:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(24) .planet {
  transform: translateZ(-18400px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -6;
}body input[type=radio][name=planet].planet16:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(25) .planet {
  transform: translateZ(-20700px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -7;
}body input[type=radio][name=planet].planet16:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(26) .planet {
  transform: translateZ(-23000px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -8;
}body input[type=radio][name=planet].planet16:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(27) .planet {
  transform: translateZ(-25300px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -9;
}body input[type=radio][name=planet].planet16:checked + label.san01 > .info h2 .pipd {
  color: #E8927C;
}body input[type=radio][name=planet].planet16:checked + label.san02 > .info h2 .pipd {
  color: #b29d81;
}body input[type=radio][name=planet].planet16:checked + label.san03 > .info h2 .pipd {
  color: #26daaa;
}body input[type=radio][name=planet].planet16:checked + label.san04 > .info h2 .pipd {
  color: #e55f45;
}body input[type=radio][name=planet].planet16:checked + label.san05 > .info h2 .pipd {
  color: orange;
}body input[type=radio][name=planet].planet16:checked + label.san06 > .info h2 .pipd {
  color: #b45d15;
}body input[type=radio][name=planet].planet16:checked + label.san07 > .info h2 .pipd {
  color: #8dcdd8;
}body input[type=radio][name=planet].planet16:checked + label.san08 > .info h2 .pipd {
  color: #4f83e2;
}body input[type=radio][name=planet].planet16:checked + label.san09 > .info h2 .pipd {
  color: #FF8732;
}body input[type=radio][name=planet].planet16:checked + label.san10 > .info h2 .pipd {
  color: #FF6347;
}body input[type=radio][name=planet].planet16:checked + label.san11 > .info h2 .pipd {
  color: #66CDAA;
}body input[type=radio][name=planet].planet16:checked + label.san12 > .info h2 .pipd {
  color: #556B2F;
}body input[type=radio][name=planet].planet16:checked + label.san13 > .info h2 .pipd {
  color: #FF69B4;
}body input[type=radio][name=planet].planet16:checked + label.san14 > .info h2 .pipd {
  color: #1E90FF;
}body input[type=radio][name=planet].planet16:checked + label.san15 > .info h2 .pipd {
  color: #87CEEB;
}body input[type=radio][name=planet].planet16:checked + label.san16 > .info h2 .pipd {
  color: #228B22;
}body input[type=radio][name=planet].planet16:checked + label.san17 > .info h2 .pipd {
  color: #40E0D0;
}body input[type=radio][name=planet].planet16:checked + label.san18 > .info h2 .pipd {
  color: #9932CC;
}body input[type=radio][name=planet].planet16:checked + label.san19 > .info h2 .pipd {
  color: #FFFFF0;
}body input[type=radio][name=planet].planet16:checked + label.san20 > .info h2 .pipd {
  color: #8FBC8F;
}body input[type=radio][name=planet].planet16:checked + label.san21 > .info h2 .pipd {
  color: #00BFFF;
}body input[type=radio][name=planet].planet16:checked + label.san22 > .info h2 .pipd {
  color: #7FFFD4;
}body input[type=radio][name=planet].planet16:checked + label.san23 > .info h2 .pipd {
  color: #0000FF;
}body input[type=radio][name=planet].planet16:checked + label.san24 > .info h2 .pipd {
  color: #808000;
}body input[type=radio][name=planet].planet16:checked + label.san25 > .info h2 .pipd {
  color: #191970;
}body input[type=radio][name=planet].planet16:checked + label.san26 > .info h2 .pipd {
  color: #800000;
}body input[type=radio][name=planet].planet16:checked + label.san27 > .info h2 .pipd {
  color: #FFF5EE;
}body input[type=radio][name=planet].planet16:checked + label {
  opacity: 1;
}body input[type=radio][name=planet].planet16:checked + label:before {
  display: block;
  width: 4px;
  height: 4px;
  position: absolute;
  left: 2px;
  top: 2px;
  z-index: 2;
  background: white;
  border-radius: 4px;
  content: "";
}body input[type=radio][name=planet].planet16:checked + label > .info h2 {
  opacity: 1;
}body input[type=radio][name=planet].planet16:checked + label > .info h2 .pip {
  width: 30px;
  margin-right: 6px;
}body input[type=radio][name=planet].planet16:checked + label > .info h2 .pipd {
  opacity: 1;
  color: #fea082;
}body input[type=radio][name=planet] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}body input[type=radio][name=planet]::after {
  content: "";
}body input[type=radio][name=planet].planet17:checked::after {
  display: none;
}body input[type=radio][name=planet].planet17:checked + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet17:checked + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet17:checked + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet17:checked + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet17:checked + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet17:checked + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet17:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet17:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet17:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet17:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet17:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet17:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet17:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet17:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet17:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet17:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet17:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet17:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(17) {
  pointer-events: all;
}body input[type=radio][name=planet].planet17:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(1) .planet {
  transform: translateZ(36800px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 18;
}body input[type=radio][name=planet].planet17:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(2) .planet {
  transform: translateZ(34500px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 17;
}body input[type=radio][name=planet].planet17:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(3) .planet {
  transform: translateZ(32200px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 16;
}body input[type=radio][name=planet].planet17:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(4) .planet {
  transform: translateZ(29900px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 15;
}body input[type=radio][name=planet].planet17:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(5) .planet {
  transform: translateZ(27600px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 14;
}body input[type=radio][name=planet].planet17:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(6) .planet {
  transform: translateZ(25300px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 13;
}body input[type=radio][name=planet].planet17:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(7) .planet {
  transform: translateZ(23000px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 12;
}body input[type=radio][name=planet].planet17:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(8) .planet {
  transform: translateZ(20700px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 11;
}body input[type=radio][name=planet].planet17:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(9) .planet {
  transform: translateZ(18400px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 10;
}body input[type=radio][name=planet].planet17:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(10) .planet {
  transform: translateZ(16100px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 9;
}body input[type=radio][name=planet].planet17:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(11) .planet {
  transform: translateZ(13800px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 8;
}body input[type=radio][name=planet].planet17:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(12) .planet {
  transform: translateZ(11500px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 7;
}body input[type=radio][name=planet].planet17:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(13) .planet {
  transform: translateZ(9200px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 6;
}body input[type=radio][name=planet].planet17:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(14) .planet {
  transform: translateZ(6900px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 5;
}body input[type=radio][name=planet].planet17:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(15) .planet {
  transform: translateZ(4600px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 4;
}body input[type=radio][name=planet].planet17:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(16) .planet {
  transform: translateZ(2300px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 3;
}body input[type=radio][name=planet].planet17:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(17) .planet {
  transform: translateZ(0px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 2;
  -webkit-animation: planet 60s 3.9s infinite linear;
          animation: planet 60s 3.9s infinite linear;
}body input[type=radio][name=planet].planet17:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(17) .planet_description {
  opacity: 1;
  transition: all 0.6s 2.6s;
}body input[type=radio][name=planet].planet17:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(17) .planet_description h2,
body input[type=radio][name=planet].planet17:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(17) .planet_description h1 {
  position: relative;
  top: 0px;
  transition: all 0.5s 3s;
}body input[type=radio][name=planet].planet17:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(17) .planet_description p,
body input[type=radio][name=planet].planet17:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(17) .planet_description a {
  transition: all 1s 3.5s, padding 0.3s 0s;
  opacity: 1;
}body input[type=radio][name=planet].planet17:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(17) .planet .moon {
  opacity: 1;
  transition: all 1s 3.2s;
}body input[type=radio][name=planet].planet17:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(17) .planet .trajectory {
  opacity: 0.2;
  transition: all 0.6s 2.9s;
}body input[type=radio][name=planet].planet17:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(17) .planet .overlay {
  opacity: 1;
  top: -240px;
}body input[type=radio][name=planet].planet17:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(18) .planet {
  transform: translateZ(-2300px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 1;
}body input[type=radio][name=planet].planet17:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(19) .planet {
  transform: translateZ(-4600px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 0;
}body input[type=radio][name=planet].planet17:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(20) .planet {
  transform: translateZ(-6900px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -1;
}body input[type=radio][name=planet].planet17:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(21) .planet {
  transform: translateZ(-9200px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -2;
}body input[type=radio][name=planet].planet17:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(22) .planet {
  transform: translateZ(-11500px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -3;
}body input[type=radio][name=planet].planet17:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(23) .planet {
  transform: translateZ(-13800px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -4;
}body input[type=radio][name=planet].planet17:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(24) .planet {
  transform: translateZ(-16100px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -5;
}body input[type=radio][name=planet].planet17:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(25) .planet {
  transform: translateZ(-18400px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -6;
}body input[type=radio][name=planet].planet17:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(26) .planet {
  transform: translateZ(-20700px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -7;
}body input[type=radio][name=planet].planet17:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(27) .planet {
  transform: translateZ(-23000px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -8;
}body input[type=radio][name=planet].planet17:checked + label.san01 > .info h2 .pipd {
  color: #E8927C;
}body input[type=radio][name=planet].planet17:checked + label.san02 > .info h2 .pipd {
  color: #b29d81;
}body input[type=radio][name=planet].planet17:checked + label.san03 > .info h2 .pipd {
  color: #26daaa;
}body input[type=radio][name=planet].planet17:checked + label.san04 > .info h2 .pipd {
  color: #e55f45;
}body input[type=radio][name=planet].planet17:checked + label.san05 > .info h2 .pipd {
  color: orange;
}body input[type=radio][name=planet].planet17:checked + label.san06 > .info h2 .pipd {
  color: #b45d15;
}body input[type=radio][name=planet].planet17:checked + label.san07 > .info h2 .pipd {
  color: #8dcdd8;
}body input[type=radio][name=planet].planet17:checked + label.san08 > .info h2 .pipd {
  color: #4f83e2;
}body input[type=radio][name=planet].planet17:checked + label.san09 > .info h2 .pipd {
  color: #FF8732;
}body input[type=radio][name=planet].planet17:checked + label.san10 > .info h2 .pipd {
  color: #FF6347;
}body input[type=radio][name=planet].planet17:checked + label.san11 > .info h2 .pipd {
  color: #66CDAA;
}body input[type=radio][name=planet].planet17:checked + label.san12 > .info h2 .pipd {
  color: #556B2F;
}body input[type=radio][name=planet].planet17:checked + label.san13 > .info h2 .pipd {
  color: #FF69B4;
}body input[type=radio][name=planet].planet17:checked + label.san14 > .info h2 .pipd {
  color: #1E90FF;
}body input[type=radio][name=planet].planet17:checked + label.san15 > .info h2 .pipd {
  color: #87CEEB;
}body input[type=radio][name=planet].planet17:checked + label.san16 > .info h2 .pipd {
  color: #228B22;
}body input[type=radio][name=planet].planet17:checked + label.san17 > .info h2 .pipd {
  color: #40E0D0;
}body input[type=radio][name=planet].planet17:checked + label.san18 > .info h2 .pipd {
  color: #9932CC;
}body input[type=radio][name=planet].planet17:checked + label.san19 > .info h2 .pipd {
  color: #FFFFF0;
}body input[type=radio][name=planet].planet17:checked + label.san20 > .info h2 .pipd {
  color: #8FBC8F;
}body input[type=radio][name=planet].planet17:checked + label.san21 > .info h2 .pipd {
  color: #00BFFF;
}body input[type=radio][name=planet].planet17:checked + label.san22 > .info h2 .pipd {
  color: #7FFFD4;
}body input[type=radio][name=planet].planet17:checked + label.san23 > .info h2 .pipd {
  color: #0000FF;
}body input[type=radio][name=planet].planet17:checked + label.san24 > .info h2 .pipd {
  color: #808000;
}body input[type=radio][name=planet].planet17:checked + label.san25 > .info h2 .pipd {
  color: #191970;
}body input[type=radio][name=planet].planet17:checked + label.san26 > .info h2 .pipd {
  color: #800000;
}body input[type=radio][name=planet].planet17:checked + label.san27 > .info h2 .pipd {
  color: #FFF5EE;
}body input[type=radio][name=planet].planet17:checked + label {
  opacity: 1;
}body input[type=radio][name=planet].planet17:checked + label:before {
  display: block;
  width: 4px;
  height: 4px;
  position: absolute;
  left: 2px;
  top: 2px;
  z-index: 2;
  background: white;
  border-radius: 4px;
  content: "";
}body input[type=radio][name=planet].planet17:checked + label > .info h2 {
  opacity: 1;
}body input[type=radio][name=planet].planet17:checked + label > .info h2 .pip {
  width: 30px;
  margin-right: 6px;
}body input[type=radio][name=planet].planet17:checked + label > .info h2 .pipd {
  opacity: 1;
  color: #fea082;
}body input[type=radio][name=planet] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}body input[type=radio][name=planet]::after {
  content: "";
}body input[type=radio][name=planet].planet18:checked::after {
  display: none;
}body input[type=radio][name=planet].planet18:checked + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet18:checked + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet18:checked + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet18:checked + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet18:checked + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet18:checked + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet18:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet18:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet18:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet18:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet18:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet18:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet18:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet18:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet18:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet18:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet18:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet18:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet18:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(18) {
  pointer-events: all;
}body input[type=radio][name=planet].planet18:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(1) .planet {
  transform: translateZ(39100px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 19;
}body input[type=radio][name=planet].planet18:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(2) .planet {
  transform: translateZ(36800px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 18;
}body input[type=radio][name=planet].planet18:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(3) .planet {
  transform: translateZ(34500px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 17;
}body input[type=radio][name=planet].planet18:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(4) .planet {
  transform: translateZ(32200px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 16;
}body input[type=radio][name=planet].planet18:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(5) .planet {
  transform: translateZ(29900px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 15;
}body input[type=radio][name=planet].planet18:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(6) .planet {
  transform: translateZ(27600px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 14;
}body input[type=radio][name=planet].planet18:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(7) .planet {
  transform: translateZ(25300px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 13;
}body input[type=radio][name=planet].planet18:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(8) .planet {
  transform: translateZ(23000px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 12;
}body input[type=radio][name=planet].planet18:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(9) .planet {
  transform: translateZ(20700px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 11;
}body input[type=radio][name=planet].planet18:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(10) .planet {
  transform: translateZ(18400px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 10;
}body input[type=radio][name=planet].planet18:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(11) .planet {
  transform: translateZ(16100px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 9;
}body input[type=radio][name=planet].planet18:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(12) .planet {
  transform: translateZ(13800px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 8;
}body input[type=radio][name=planet].planet18:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(13) .planet {
  transform: translateZ(11500px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 7;
}body input[type=radio][name=planet].planet18:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(14) .planet {
  transform: translateZ(9200px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 6;
}body input[type=radio][name=planet].planet18:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(15) .planet {
  transform: translateZ(6900px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 5;
}body input[type=radio][name=planet].planet18:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(16) .planet {
  transform: translateZ(4600px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 4;
}body input[type=radio][name=planet].planet18:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(17) .planet {
  transform: translateZ(2300px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 3;
}body input[type=radio][name=planet].planet18:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(18) .planet {
  transform: translateZ(0px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 2;
  -webkit-animation: planet 60s 3.9s infinite linear;
          animation: planet 60s 3.9s infinite linear;
}body input[type=radio][name=planet].planet18:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(18) .planet_description {
  opacity: 1;
  transition: all 0.6s 2.6s;
}body input[type=radio][name=planet].planet18:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(18) .planet_description h2,
body input[type=radio][name=planet].planet18:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(18) .planet_description h1 {
  position: relative;
  top: 0px;
  transition: all 0.5s 3s;
}body input[type=radio][name=planet].planet18:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(18) .planet_description p,
body input[type=radio][name=planet].planet18:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(18) .planet_description a {
  transition: all 1s 3.5s, padding 0.3s 0s;
  opacity: 1;
}body input[type=radio][name=planet].planet18:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(18) .planet .moon {
  opacity: 1;
  transition: all 1s 3.2s;
}body input[type=radio][name=planet].planet18:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(18) .planet .trajectory {
  opacity: 0.2;
  transition: all 0.6s 2.9s;
}body input[type=radio][name=planet].planet18:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(18) .planet .overlay {
  opacity: 1;
  top: -240px;
}body input[type=radio][name=planet].planet18:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(19) .planet {
  transform: translateZ(-2300px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 1;
}body input[type=radio][name=planet].planet18:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(20) .planet {
  transform: translateZ(-4600px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 0;
}body input[type=radio][name=planet].planet18:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(21) .planet {
  transform: translateZ(-6900px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -1;
}body input[type=radio][name=planet].planet18:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(22) .planet {
  transform: translateZ(-9200px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -2;
}body input[type=radio][name=planet].planet18:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(23) .planet {
  transform: translateZ(-11500px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -3;
}body input[type=radio][name=planet].planet18:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(24) .planet {
  transform: translateZ(-13800px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -4;
}body input[type=radio][name=planet].planet18:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(25) .planet {
  transform: translateZ(-16100px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -5;
}body input[type=radio][name=planet].planet18:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(26) .planet {
  transform: translateZ(-18400px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -6;
}body input[type=radio][name=planet].planet18:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(27) .planet {
  transform: translateZ(-20700px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -7;
}body input[type=radio][name=planet].planet18:checked + label.san01 > .info h2 .pipd {
  color: #E8927C;
}body input[type=radio][name=planet].planet18:checked + label.san02 > .info h2 .pipd {
  color: #b29d81;
}body input[type=radio][name=planet].planet18:checked + label.san03 > .info h2 .pipd {
  color: #26daaa;
}body input[type=radio][name=planet].planet18:checked + label.san04 > .info h2 .pipd {
  color: #e55f45;
}body input[type=radio][name=planet].planet18:checked + label.san05 > .info h2 .pipd {
  color: orange;
}body input[type=radio][name=planet].planet18:checked + label.san06 > .info h2 .pipd {
  color: #b45d15;
}body input[type=radio][name=planet].planet18:checked + label.san07 > .info h2 .pipd {
  color: #8dcdd8;
}body input[type=radio][name=planet].planet18:checked + label.san08 > .info h2 .pipd {
  color: #4f83e2;
}body input[type=radio][name=planet].planet18:checked + label.san09 > .info h2 .pipd {
  color: #FF8732;
}body input[type=radio][name=planet].planet18:checked + label.san10 > .info h2 .pipd {
  color: #FF6347;
}body input[type=radio][name=planet].planet18:checked + label.san11 > .info h2 .pipd {
  color: #66CDAA;
}body input[type=radio][name=planet].planet18:checked + label.san12 > .info h2 .pipd {
  color: #556B2F;
}body input[type=radio][name=planet].planet18:checked + label.san13 > .info h2 .pipd {
  color: #FF69B4;
}body input[type=radio][name=planet].planet18:checked + label.san14 > .info h2 .pipd {
  color: #1E90FF;
}body input[type=radio][name=planet].planet18:checked + label.san15 > .info h2 .pipd {
  color: #87CEEB;
}body input[type=radio][name=planet].planet18:checked + label.san16 > .info h2 .pipd {
  color: #228B22;
}body input[type=radio][name=planet].planet18:checked + label.san17 > .info h2 .pipd {
  color: #40E0D0;
}body input[type=radio][name=planet].planet18:checked + label.san18 > .info h2 .pipd {
  color: #9932CC;
}body input[type=radio][name=planet].planet18:checked + label.san19 > .info h2 .pipd {
  color: #FFFFF0;
}body input[type=radio][name=planet].planet18:checked + label.san20 > .info h2 .pipd {
  color: #8FBC8F;
}body input[type=radio][name=planet].planet18:checked + label.san21 > .info h2 .pipd {
  color: #00BFFF;
}body input[type=radio][name=planet].planet18:checked + label.san22 > .info h2 .pipd {
  color: #7FFFD4;
}body input[type=radio][name=planet].planet18:checked + label.san23 > .info h2 .pipd {
  color: #0000FF;
}body input[type=radio][name=planet].planet18:checked + label.san24 > .info h2 .pipd {
  color: #808000;
}body input[type=radio][name=planet].planet18:checked + label.san25 > .info h2 .pipd {
  color: #191970;
}body input[type=radio][name=planet].planet18:checked + label.san26 > .info h2 .pipd {
  color: #800000;
}body input[type=radio][name=planet].planet18:checked + label.san27 > .info h2 .pipd {
  color: #FFF5EE;
}body input[type=radio][name=planet].planet18:checked + label {
  opacity: 1;
}body input[type=radio][name=planet].planet18:checked + label:before {
  display: block;
  width: 4px;
  height: 4px;
  position: absolute;
  left: 2px;
  top: 2px;
  z-index: 2;
  background: white;
  border-radius: 4px;
  content: "";
}body input[type=radio][name=planet].planet18:checked + label > .info h2 {
  opacity: 1;
}body input[type=radio][name=planet].planet18:checked + label > .info h2 .pip {
  width: 30px;
  margin-right: 6px;
}body input[type=radio][name=planet].planet18:checked + label > .info h2 .pipd {
  opacity: 1;
  color: #fea082;
}body input[type=radio][name=planet] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}body input[type=radio][name=planet]::after {
  content: "";
}body input[type=radio][name=planet].planet19:checked::after {
  display: none;
}body input[type=radio][name=planet].planet19:checked + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet19:checked + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet19:checked + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet19:checked + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet19:checked + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet19:checked + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet19:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet19:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet19:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet19:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet19:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet19:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet19:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet19:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet19:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet19:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet19:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet19:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet19:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet19:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(19) {
  pointer-events: all;
}body input[type=radio][name=planet].planet19:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(1) .planet {
  transform: translateZ(41400px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 20;
}body input[type=radio][name=planet].planet19:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(2) .planet {
  transform: translateZ(39100px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 19;
}body input[type=radio][name=planet].planet19:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(3) .planet {
  transform: translateZ(36800px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 18;
}body input[type=radio][name=planet].planet19:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(4) .planet {
  transform: translateZ(34500px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 17;
}body input[type=radio][name=planet].planet19:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(5) .planet {
  transform: translateZ(32200px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 16;
}body input[type=radio][name=planet].planet19:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(6) .planet {
  transform: translateZ(29900px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 15;
}body input[type=radio][name=planet].planet19:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(7) .planet {
  transform: translateZ(27600px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 14;
}body input[type=radio][name=planet].planet19:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(8) .planet {
  transform: translateZ(25300px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 13;
}body input[type=radio][name=planet].planet19:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(9) .planet {
  transform: translateZ(23000px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 12;
}body input[type=radio][name=planet].planet19:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(10) .planet {
  transform: translateZ(20700px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 11;
}body input[type=radio][name=planet].planet19:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(11) .planet {
  transform: translateZ(18400px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 10;
}body input[type=radio][name=planet].planet19:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(12) .planet {
  transform: translateZ(16100px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 9;
}body input[type=radio][name=planet].planet19:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(13) .planet {
  transform: translateZ(13800px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 8;
}body input[type=radio][name=planet].planet19:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(14) .planet {
  transform: translateZ(11500px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 7;
}body input[type=radio][name=planet].planet19:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(15) .planet {
  transform: translateZ(9200px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 6;
}body input[type=radio][name=planet].planet19:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(16) .planet {
  transform: translateZ(6900px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 5;
}body input[type=radio][name=planet].planet19:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(17) .planet {
  transform: translateZ(4600px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 4;
}body input[type=radio][name=planet].planet19:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(18) .planet {
  transform: translateZ(2300px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 3;
}body input[type=radio][name=planet].planet19:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(19) .planet {
  transform: translateZ(0px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 2;
  -webkit-animation: planet 60s 3.9s infinite linear;
          animation: planet 60s 3.9s infinite linear;
}body input[type=radio][name=planet].planet19:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(19) .planet_description {
  opacity: 1;
  transition: all 0.6s 2.6s;
}body input[type=radio][name=planet].planet19:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(19) .planet_description h2,
body input[type=radio][name=planet].planet19:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(19) .planet_description h1 {
  position: relative;
  top: 0px;
  transition: all 0.5s 3s;
}body input[type=radio][name=planet].planet19:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(19) .planet_description p,
body input[type=radio][name=planet].planet19:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(19) .planet_description a {
  transition: all 1s 3.5s, padding 0.3s 0s;
  opacity: 1;
}body input[type=radio][name=planet].planet19:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(19) .planet .moon {
  opacity: 1;
  transition: all 1s 3.2s;
}body input[type=radio][name=planet].planet19:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(19) .planet .trajectory {
  opacity: 0.2;
  transition: all 0.6s 2.9s;
}body input[type=radio][name=planet].planet19:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(19) .planet .overlay {
  opacity: 1;
  top: -240px;
}body input[type=radio][name=planet].planet19:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(20) .planet {
  transform: translateZ(-2300px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 1;
}body input[type=radio][name=planet].planet19:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(21) .planet {
  transform: translateZ(-4600px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 0;
}body input[type=radio][name=planet].planet19:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(22) .planet {
  transform: translateZ(-6900px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -1;
}body input[type=radio][name=planet].planet19:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(23) .planet {
  transform: translateZ(-9200px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -2;
}body input[type=radio][name=planet].planet19:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(24) .planet {
  transform: translateZ(-11500px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -3;
}body input[type=radio][name=planet].planet19:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(25) .planet {
  transform: translateZ(-13800px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -4;
}body input[type=radio][name=planet].planet19:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(26) .planet {
  transform: translateZ(-16100px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -5;
}body input[type=radio][name=planet].planet19:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(27) .planet {
  transform: translateZ(-18400px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -6;
}body input[type=radio][name=planet].planet19:checked + label.san01 > .info h2 .pipd {
  color: #E8927C;
}body input[type=radio][name=planet].planet19:checked + label.san02 > .info h2 .pipd {
  color: #b29d81;
}body input[type=radio][name=planet].planet19:checked + label.san03 > .info h2 .pipd {
  color: #26daaa;
}body input[type=radio][name=planet].planet19:checked + label.san04 > .info h2 .pipd {
  color: #e55f45;
}body input[type=radio][name=planet].planet19:checked + label.san05 > .info h2 .pipd {
  color: orange;
}body input[type=radio][name=planet].planet19:checked + label.san06 > .info h2 .pipd {
  color: #b45d15;
}body input[type=radio][name=planet].planet19:checked + label.san07 > .info h2 .pipd {
  color: #8dcdd8;
}body input[type=radio][name=planet].planet19:checked + label.san08 > .info h2 .pipd {
  color: #4f83e2;
}body input[type=radio][name=planet].planet19:checked + label.san09 > .info h2 .pipd {
  color: #FF8732;
}body input[type=radio][name=planet].planet19:checked + label.san10 > .info h2 .pipd {
  color: #FF6347;
}body input[type=radio][name=planet].planet19:checked + label.san11 > .info h2 .pipd {
  color: #66CDAA;
}body input[type=radio][name=planet].planet19:checked + label.san12 > .info h2 .pipd {
  color: #556B2F;
}body input[type=radio][name=planet].planet19:checked + label.san13 > .info h2 .pipd {
  color: #FF69B4;
}body input[type=radio][name=planet].planet19:checked + label.san14 > .info h2 .pipd {
  color: #1E90FF;
}body input[type=radio][name=planet].planet19:checked + label.san15 > .info h2 .pipd {
  color: #87CEEB;
}body input[type=radio][name=planet].planet19:checked + label.san16 > .info h2 .pipd {
  color: #228B22;
}body input[type=radio][name=planet].planet19:checked + label.san17 > .info h2 .pipd {
  color: #40E0D0;
}body input[type=radio][name=planet].planet19:checked + label.san18 > .info h2 .pipd {
  color: #9932CC;
}body input[type=radio][name=planet].planet19:checked + label.san19 > .info h2 .pipd {
  color: #FFFFF0;
}body input[type=radio][name=planet].planet19:checked + label.san20 > .info h2 .pipd {
  color: #8FBC8F;
}body input[type=radio][name=planet].planet19:checked + label.san21 > .info h2 .pipd {
  color: #00BFFF;
}body input[type=radio][name=planet].planet19:checked + label.san22 > .info h2 .pipd {
  color: #7FFFD4;
}body input[type=radio][name=planet].planet19:checked + label.san23 > .info h2 .pipd {
  color: #0000FF;
}body input[type=radio][name=planet].planet19:checked + label.san24 > .info h2 .pipd {
  color: #808000;
}body input[type=radio][name=planet].planet19:checked + label.san25 > .info h2 .pipd {
  color: #191970;
}body input[type=radio][name=planet].planet19:checked + label.san26 > .info h2 .pipd {
  color: #800000;
}body input[type=radio][name=planet].planet19:checked + label.san27 > .info h2 .pipd {
  color: #FFF5EE;
}body input[type=radio][name=planet].planet19:checked + label {
  opacity: 1;
}body input[type=radio][name=planet].planet19:checked + label:before {
  display: block;
  width: 4px;
  height: 4px;
  position: absolute;
  left: 2px;
  top: 2px;
  z-index: 2;
  background: white;
  border-radius: 4px;
  content: "";
}body input[type=radio][name=planet].planet19:checked + label > .info h2 {
  opacity: 1;
}body input[type=radio][name=planet].planet19:checked + label > .info h2 .pip {
  width: 30px;
  margin-right: 6px;
}body input[type=radio][name=planet].planet19:checked + label > .info h2 .pipd {
  opacity: 1;
  color: #fea082;
}body input[type=radio][name=planet] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}body input[type=radio][name=planet]::after {
  content: "";
}body input[type=radio][name=planet].planet20:checked::after {
  display: none;
}body input[type=radio][name=planet].planet20:checked + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet20:checked + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet20:checked + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet20:checked + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet20:checked + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet20:checked + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet20:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet20:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet20:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet20:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet20:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet20:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet20:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet20:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet20:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet20:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet20:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet20:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet20:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet20:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet20:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(20) {
  pointer-events: all;
}body input[type=radio][name=planet].planet20:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(1) .planet {
  transform: translateZ(43700px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 21;
}body input[type=radio][name=planet].planet20:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(2) .planet {
  transform: translateZ(41400px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 20;
}body input[type=radio][name=planet].planet20:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(3) .planet {
  transform: translateZ(39100px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 19;
}body input[type=radio][name=planet].planet20:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(4) .planet {
  transform: translateZ(36800px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 18;
}body input[type=radio][name=planet].planet20:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(5) .planet {
  transform: translateZ(34500px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 17;
}body input[type=radio][name=planet].planet20:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(6) .planet {
  transform: translateZ(32200px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 16;
}body input[type=radio][name=planet].planet20:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(7) .planet {
  transform: translateZ(29900px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 15;
}body input[type=radio][name=planet].planet20:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(8) .planet {
  transform: translateZ(27600px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 14;
}body input[type=radio][name=planet].planet20:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(9) .planet {
  transform: translateZ(25300px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 13;
}body input[type=radio][name=planet].planet20:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(10) .planet {
  transform: translateZ(23000px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 12;
}body input[type=radio][name=planet].planet20:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(11) .planet {
  transform: translateZ(20700px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 11;
}body input[type=radio][name=planet].planet20:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(12) .planet {
  transform: translateZ(18400px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 10;
}body input[type=radio][name=planet].planet20:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(13) .planet {
  transform: translateZ(16100px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 9;
}body input[type=radio][name=planet].planet20:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(14) .planet {
  transform: translateZ(13800px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 8;
}body input[type=radio][name=planet].planet20:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(15) .planet {
  transform: translateZ(11500px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 7;
}body input[type=radio][name=planet].planet20:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(16) .planet {
  transform: translateZ(9200px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 6;
}body input[type=radio][name=planet].planet20:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(17) .planet {
  transform: translateZ(6900px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 5;
}body input[type=radio][name=planet].planet20:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(18) .planet {
  transform: translateZ(4600px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 4;
}body input[type=radio][name=planet].planet20:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(19) .planet {
  transform: translateZ(2300px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 3;
}body input[type=radio][name=planet].planet20:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(20) .planet {
  transform: translateZ(0px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 2;
  -webkit-animation: planet 60s 3.9s infinite linear;
          animation: planet 60s 3.9s infinite linear;
}body input[type=radio][name=planet].planet20:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(20) .planet_description {
  opacity: 1;
  transition: all 0.6s 2.6s;
}body input[type=radio][name=planet].planet20:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(20) .planet_description h2,
body input[type=radio][name=planet].planet20:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(20) .planet_description h1 {
  position: relative;
  top: 0px;
  transition: all 0.5s 3s;
}body input[type=radio][name=planet].planet20:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(20) .planet_description p,
body input[type=radio][name=planet].planet20:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(20) .planet_description a {
  transition: all 1s 3.5s, padding 0.3s 0s;
  opacity: 1;
}body input[type=radio][name=planet].planet20:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(20) .planet .moon {
  opacity: 1;
  transition: all 1s 3.2s;
}body input[type=radio][name=planet].planet20:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(20) .planet .trajectory {
  opacity: 0.2;
  transition: all 0.6s 2.9s;
}body input[type=radio][name=planet].planet20:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(20) .planet .overlay {
  opacity: 1;
  top: -240px;
}body input[type=radio][name=planet].planet20:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(21) .planet {
  transform: translateZ(-2300px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 1;
}body input[type=radio][name=planet].planet20:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(22) .planet {
  transform: translateZ(-4600px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 0;
}body input[type=radio][name=planet].planet20:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(23) .planet {
  transform: translateZ(-6900px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -1;
}body input[type=radio][name=planet].planet20:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(24) .planet {
  transform: translateZ(-9200px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -2;
}body input[type=radio][name=planet].planet20:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(25) .planet {
  transform: translateZ(-11500px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -3;
}body input[type=radio][name=planet].planet20:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(26) .planet {
  transform: translateZ(-13800px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -4;
}body input[type=radio][name=planet].planet20:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(27) .planet {
  transform: translateZ(-16100px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -5;
}body input[type=radio][name=planet].planet20:checked + label.san01 > .info h2 .pipd {
  color: #E8927C;
}body input[type=radio][name=planet].planet20:checked + label.san02 > .info h2 .pipd {
  color: #b29d81;
}body input[type=radio][name=planet].planet20:checked + label.san03 > .info h2 .pipd {
  color: #26daaa;
}body input[type=radio][name=planet].planet20:checked + label.san04 > .info h2 .pipd {
  color: #e55f45;
}body input[type=radio][name=planet].planet20:checked + label.san05 > .info h2 .pipd {
  color: orange;
}body input[type=radio][name=planet].planet20:checked + label.san06 > .info h2 .pipd {
  color: #b45d15;
}body input[type=radio][name=planet].planet20:checked + label.san07 > .info h2 .pipd {
  color: #8dcdd8;
}body input[type=radio][name=planet].planet20:checked + label.san08 > .info h2 .pipd {
  color: #4f83e2;
}body input[type=radio][name=planet].planet20:checked + label.san09 > .info h2 .pipd {
  color: #FF8732;
}body input[type=radio][name=planet].planet20:checked + label.san10 > .info h2 .pipd {
  color: #FF6347;
}body input[type=radio][name=planet].planet20:checked + label.san11 > .info h2 .pipd {
  color: #66CDAA;
}body input[type=radio][name=planet].planet20:checked + label.san12 > .info h2 .pipd {
  color: #556B2F;
}body input[type=radio][name=planet].planet20:checked + label.san13 > .info h2 .pipd {
  color: #FF69B4;
}body input[type=radio][name=planet].planet20:checked + label.san14 > .info h2 .pipd {
  color: #1E90FF;
}body input[type=radio][name=planet].planet20:checked + label.san15 > .info h2 .pipd {
  color: #87CEEB;
}body input[type=radio][name=planet].planet20:checked + label.san16 > .info h2 .pipd {
  color: #228B22;
}body input[type=radio][name=planet].planet20:checked + label.san17 > .info h2 .pipd {
  color: #40E0D0;
}body input[type=radio][name=planet].planet20:checked + label.san18 > .info h2 .pipd {
  color: #9932CC;
}body input[type=radio][name=planet].planet20:checked + label.san19 > .info h2 .pipd {
  color: #FFFFF0;
}body input[type=radio][name=planet].planet20:checked + label.san20 > .info h2 .pipd {
  color: #8FBC8F;
}body input[type=radio][name=planet].planet20:checked + label.san21 > .info h2 .pipd {
  color: #00BFFF;
}body input[type=radio][name=planet].planet20:checked + label.san22 > .info h2 .pipd {
  color: #7FFFD4;
}body input[type=radio][name=planet].planet20:checked + label.san23 > .info h2 .pipd {
  color: #0000FF;
}body input[type=radio][name=planet].planet20:checked + label.san24 > .info h2 .pipd {
  color: #808000;
}body input[type=radio][name=planet].planet20:checked + label.san25 > .info h2 .pipd {
  color: #191970;
}body input[type=radio][name=planet].planet20:checked + label.san26 > .info h2 .pipd {
  color: #800000;
}body input[type=radio][name=planet].planet20:checked + label.san27 > .info h2 .pipd {
  color: #FFF5EE;
}body input[type=radio][name=planet].planet20:checked + label {
  opacity: 1;
}body input[type=radio][name=planet].planet20:checked + label:before {
  display: block;
  width: 4px;
  height: 4px;
  position: absolute;
  left: 2px;
  top: 2px;
  z-index: 2;
  background: white;
  border-radius: 4px;
  content: "";
}body input[type=radio][name=planet].planet20:checked + label > .info h2 {
  opacity: 1;
}body input[type=radio][name=planet].planet20:checked + label > .info h2 .pip {
  width: 30px;
  margin-right: 6px;
}body input[type=radio][name=planet].planet20:checked + label > .info h2 .pipd {
  opacity: 1;
  color: #fea082;
}body input[type=radio][name=planet] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}body input[type=radio][name=planet]::after {
  content: "";
}body input[type=radio][name=planet].planet21:checked::after {
  display: none;
}body input[type=radio][name=planet].planet21:checked + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet21:checked + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet21:checked + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet21:checked + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet21:checked + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet21:checked + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet21:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet21:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet21:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet21:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet21:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet21:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet21:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet21:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet21:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet21:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet21:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet21:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet21:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet21:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet21:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet21:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(21) {
  pointer-events: all;
}body input[type=radio][name=planet].planet21:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(1) .planet {
  transform: translateZ(46000px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 22;
}body input[type=radio][name=planet].planet21:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(2) .planet {
  transform: translateZ(43700px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 21;
}body input[type=radio][name=planet].planet21:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(3) .planet {
  transform: translateZ(41400px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 20;
}body input[type=radio][name=planet].planet21:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(4) .planet {
  transform: translateZ(39100px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 19;
}body input[type=radio][name=planet].planet21:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(5) .planet {
  transform: translateZ(36800px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 18;
}body input[type=radio][name=planet].planet21:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(6) .planet {
  transform: translateZ(34500px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 17;
}body input[type=radio][name=planet].planet21:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(7) .planet {
  transform: translateZ(32200px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 16;
}body input[type=radio][name=planet].planet21:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(8) .planet {
  transform: translateZ(29900px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 15;
}body input[type=radio][name=planet].planet21:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(9) .planet {
  transform: translateZ(27600px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 14;
}body input[type=radio][name=planet].planet21:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(10) .planet {
  transform: translateZ(25300px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 13;
}body input[type=radio][name=planet].planet21:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(11) .planet {
  transform: translateZ(23000px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 12;
}body input[type=radio][name=planet].planet21:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(12) .planet {
  transform: translateZ(20700px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 11;
}body input[type=radio][name=planet].planet21:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(13) .planet {
  transform: translateZ(18400px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 10;
}body input[type=radio][name=planet].planet21:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(14) .planet {
  transform: translateZ(16100px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 9;
}body input[type=radio][name=planet].planet21:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(15) .planet {
  transform: translateZ(13800px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 8;
}body input[type=radio][name=planet].planet21:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(16) .planet {
  transform: translateZ(11500px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 7;
}body input[type=radio][name=planet].planet21:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(17) .planet {
  transform: translateZ(9200px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 6;
}body input[type=radio][name=planet].planet21:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(18) .planet {
  transform: translateZ(6900px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 5;
}body input[type=radio][name=planet].planet21:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(19) .planet {
  transform: translateZ(4600px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 4;
}body input[type=radio][name=planet].planet21:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(20) .planet {
  transform: translateZ(2300px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 3;
}body input[type=radio][name=planet].planet21:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(21) .planet {
  transform: translateZ(0px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 2;
  -webkit-animation: planet 60s 3.9s infinite linear;
          animation: planet 60s 3.9s infinite linear;
}body input[type=radio][name=planet].planet21:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(21) .planet_description {
  opacity: 1;
  transition: all 0.6s 2.6s;
}body input[type=radio][name=planet].planet21:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(21) .planet_description h2,
body input[type=radio][name=planet].planet21:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(21) .planet_description h1 {
  position: relative;
  top: 0px;
  transition: all 0.5s 3s;
}body input[type=radio][name=planet].planet21:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(21) .planet_description p,
body input[type=radio][name=planet].planet21:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(21) .planet_description a {
  transition: all 1s 3.5s, padding 0.3s 0s;
  opacity: 1;
}body input[type=radio][name=planet].planet21:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(21) .planet .moon {
  opacity: 1;
  transition: all 1s 3.2s;
}body input[type=radio][name=planet].planet21:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(21) .planet .trajectory {
  opacity: 0.2;
  transition: all 0.6s 2.9s;
}body input[type=radio][name=planet].planet21:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(21) .planet .overlay {
  opacity: 1;
  top: -240px;
}body input[type=radio][name=planet].planet21:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(22) .planet {
  transform: translateZ(-2300px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 1;
}body input[type=radio][name=planet].planet21:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(23) .planet {
  transform: translateZ(-4600px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 0;
}body input[type=radio][name=planet].planet21:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(24) .planet {
  transform: translateZ(-6900px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -1;
}body input[type=radio][name=planet].planet21:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(25) .planet {
  transform: translateZ(-9200px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -2;
}body input[type=radio][name=planet].planet21:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(26) .planet {
  transform: translateZ(-11500px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -3;
}body input[type=radio][name=planet].planet21:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(27) .planet {
  transform: translateZ(-13800px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -4;
}body input[type=radio][name=planet].planet21:checked + label.san01 > .info h2 .pipd {
  color: #E8927C;
}body input[type=radio][name=planet].planet21:checked + label.san02 > .info h2 .pipd {
  color: #b29d81;
}body input[type=radio][name=planet].planet21:checked + label.san03 > .info h2 .pipd {
  color: #26daaa;
}body input[type=radio][name=planet].planet21:checked + label.san04 > .info h2 .pipd {
  color: #e55f45;
}body input[type=radio][name=planet].planet21:checked + label.san05 > .info h2 .pipd {
  color: orange;
}body input[type=radio][name=planet].planet21:checked + label.san06 > .info h2 .pipd {
  color: #b45d15;
}body input[type=radio][name=planet].planet21:checked + label.san07 > .info h2 .pipd {
  color: #8dcdd8;
}body input[type=radio][name=planet].planet21:checked + label.san08 > .info h2 .pipd {
  color: #4f83e2;
}body input[type=radio][name=planet].planet21:checked + label.san09 > .info h2 .pipd {
  color: #FF8732;
}body input[type=radio][name=planet].planet21:checked + label.san10 > .info h2 .pipd {
  color: #FF6347;
}body input[type=radio][name=planet].planet21:checked + label.san11 > .info h2 .pipd {
  color: #66CDAA;
}body input[type=radio][name=planet].planet21:checked + label.san12 > .info h2 .pipd {
  color: #556B2F;
}body input[type=radio][name=planet].planet21:checked + label.san13 > .info h2 .pipd {
  color: #FF69B4;
}body input[type=radio][name=planet].planet21:checked + label.san14 > .info h2 .pipd {
  color: #1E90FF;
}body input[type=radio][name=planet].planet21:checked + label.san15 > .info h2 .pipd {
  color: #87CEEB;
}body input[type=radio][name=planet].planet21:checked + label.san16 > .info h2 .pipd {
  color: #228B22;
}body input[type=radio][name=planet].planet21:checked + label.san17 > .info h2 .pipd {
  color: #40E0D0;
}body input[type=radio][name=planet].planet21:checked + label.san18 > .info h2 .pipd {
  color: #9932CC;
}body input[type=radio][name=planet].planet21:checked + label.san19 > .info h2 .pipd {
  color: #FFFFF0;
}body input[type=radio][name=planet].planet21:checked + label.san20 > .info h2 .pipd {
  color: #8FBC8F;
}body input[type=radio][name=planet].planet21:checked + label.san21 > .info h2 .pipd {
  color: #00BFFF;
}body input[type=radio][name=planet].planet21:checked + label.san22 > .info h2 .pipd {
  color: #7FFFD4;
}body input[type=radio][name=planet].planet21:checked + label.san23 > .info h2 .pipd {
  color: #0000FF;
}body input[type=radio][name=planet].planet21:checked + label.san24 > .info h2 .pipd {
  color: #808000;
}body input[type=radio][name=planet].planet21:checked + label.san25 > .info h2 .pipd {
  color: #191970;
}body input[type=radio][name=planet].planet21:checked + label.san26 > .info h2 .pipd {
  color: #800000;
}body input[type=radio][name=planet].planet21:checked + label.san27 > .info h2 .pipd {
  color: #FFF5EE;
}body input[type=radio][name=planet].planet21:checked + label {
  opacity: 1;
}body input[type=radio][name=planet].planet21:checked + label:before {
  display: block;
  width: 4px;
  height: 4px;
  position: absolute;
  left: 2px;
  top: 2px;
  z-index: 2;
  background: white;
  border-radius: 4px;
  content: "";
}body input[type=radio][name=planet].planet21:checked + label > .info h2 {
  opacity: 1;
}body input[type=radio][name=planet].planet21:checked + label > .info h2 .pip {
  width: 30px;
  margin-right: 6px;
}body input[type=radio][name=planet].planet21:checked + label > .info h2 .pipd {
  opacity: 1;
  color: #fea082;
}body input[type=radio][name=planet] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}body input[type=radio][name=planet]::after {
  content: "";
}body input[type=radio][name=planet].planet22:checked::after {
  display: none;
}body input[type=radio][name=planet].planet22:checked + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet22:checked + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet22:checked + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet22:checked + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet22:checked + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet22:checked + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet22:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet22:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet22:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet22:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet22:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet22:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet22:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet22:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet22:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet22:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet22:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet22:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet22:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet22:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet22:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet22:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet22:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(22) {
  pointer-events: all;
}body input[type=radio][name=planet].planet22:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(1) .planet {
  transform: translateZ(48300px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 23;
}body input[type=radio][name=planet].planet22:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(2) .planet {
  transform: translateZ(46000px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 22;
}body input[type=radio][name=planet].planet22:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(3) .planet {
  transform: translateZ(43700px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 21;
}body input[type=radio][name=planet].planet22:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(4) .planet {
  transform: translateZ(41400px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 20;
}body input[type=radio][name=planet].planet22:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(5) .planet {
  transform: translateZ(39100px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 19;
}body input[type=radio][name=planet].planet22:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(6) .planet {
  transform: translateZ(36800px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 18;
}body input[type=radio][name=planet].planet22:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(7) .planet {
  transform: translateZ(34500px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 17;
}body input[type=radio][name=planet].planet22:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(8) .planet {
  transform: translateZ(32200px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 16;
}body input[type=radio][name=planet].planet22:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(9) .planet {
  transform: translateZ(29900px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 15;
}body input[type=radio][name=planet].planet22:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(10) .planet {
  transform: translateZ(27600px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 14;
}body input[type=radio][name=planet].planet22:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(11) .planet {
  transform: translateZ(25300px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 13;
}body input[type=radio][name=planet].planet22:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(12) .planet {
  transform: translateZ(23000px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 12;
}body input[type=radio][name=planet].planet22:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(13) .planet {
  transform: translateZ(20700px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 11;
}body input[type=radio][name=planet].planet22:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(14) .planet {
  transform: translateZ(18400px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 10;
}body input[type=radio][name=planet].planet22:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(15) .planet {
  transform: translateZ(16100px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 9;
}body input[type=radio][name=planet].planet22:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(16) .planet {
  transform: translateZ(13800px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 8;
}body input[type=radio][name=planet].planet22:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(17) .planet {
  transform: translateZ(11500px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 7;
}body input[type=radio][name=planet].planet22:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(18) .planet {
  transform: translateZ(9200px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 6;
}body input[type=radio][name=planet].planet22:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(19) .planet {
  transform: translateZ(6900px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 5;
}body input[type=radio][name=planet].planet22:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(20) .planet {
  transform: translateZ(4600px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 4;
}body input[type=radio][name=planet].planet22:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(21) .planet {
  transform: translateZ(2300px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 3;
}body input[type=radio][name=planet].planet22:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(22) .planet {
  transform: translateZ(0px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 2;
  -webkit-animation: planet 60s 3.9s infinite linear;
          animation: planet 60s 3.9s infinite linear;
}body input[type=radio][name=planet].planet22:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(22) .planet_description {
  opacity: 1;
  transition: all 0.6s 2.6s;
}body input[type=radio][name=planet].planet22:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(22) .planet_description h2,
body input[type=radio][name=planet].planet22:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(22) .planet_description h1 {
  position: relative;
  top: 0px;
  transition: all 0.5s 3s;
}body input[type=radio][name=planet].planet22:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(22) .planet_description p,
body input[type=radio][name=planet].planet22:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(22) .planet_description a {
  transition: all 1s 3.5s, padding 0.3s 0s;
  opacity: 1;
}body input[type=radio][name=planet].planet22:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(22) .planet .moon {
  opacity: 1;
  transition: all 1s 3.2s;
}body input[type=radio][name=planet].planet22:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(22) .planet .trajectory {
  opacity: 0.2;
  transition: all 0.6s 2.9s;
}body input[type=radio][name=planet].planet22:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(22) .planet .overlay {
  opacity: 1;
  top: -240px;
}body input[type=radio][name=planet].planet22:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(23) .planet {
  transform: translateZ(-2300px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 1;
}body input[type=radio][name=planet].planet22:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(24) .planet {
  transform: translateZ(-4600px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 0;
}body input[type=radio][name=planet].planet22:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(25) .planet {
  transform: translateZ(-6900px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -1;
}body input[type=radio][name=planet].planet22:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(26) .planet {
  transform: translateZ(-9200px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -2;
}body input[type=radio][name=planet].planet22:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(27) .planet {
  transform: translateZ(-11500px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -3;
}body input[type=radio][name=planet].planet22:checked + label.san01 > .info h2 .pipd {
  color: #E8927C;
}body input[type=radio][name=planet].planet22:checked + label.san02 > .info h2 .pipd {
  color: #b29d81;
}body input[type=radio][name=planet].planet22:checked + label.san03 > .info h2 .pipd {
  color: #26daaa;
}body input[type=radio][name=planet].planet22:checked + label.san04 > .info h2 .pipd {
  color: #e55f45;
}body input[type=radio][name=planet].planet22:checked + label.san05 > .info h2 .pipd {
  color: orange;
}body input[type=radio][name=planet].planet22:checked + label.san06 > .info h2 .pipd {
  color: #b45d15;
}body input[type=radio][name=planet].planet22:checked + label.san07 > .info h2 .pipd {
  color: #8dcdd8;
}body input[type=radio][name=planet].planet22:checked + label.san08 > .info h2 .pipd {
  color: #4f83e2;
}body input[type=radio][name=planet].planet22:checked + label.san09 > .info h2 .pipd {
  color: #FF8732;
}body input[type=radio][name=planet].planet22:checked + label.san10 > .info h2 .pipd {
  color: #FF6347;
}body input[type=radio][name=planet].planet22:checked + label.san11 > .info h2 .pipd {
  color: #66CDAA;
}body input[type=radio][name=planet].planet22:checked + label.san12 > .info h2 .pipd {
  color: #556B2F;
}body input[type=radio][name=planet].planet22:checked + label.san13 > .info h2 .pipd {
  color: #FF69B4;
}body input[type=radio][name=planet].planet22:checked + label.san14 > .info h2 .pipd {
  color: #1E90FF;
}body input[type=radio][name=planet].planet22:checked + label.san15 > .info h2 .pipd {
  color: #87CEEB;
}body input[type=radio][name=planet].planet22:checked + label.san16 > .info h2 .pipd {
  color: #228B22;
}body input[type=radio][name=planet].planet22:checked + label.san17 > .info h2 .pipd {
  color: #40E0D0;
}body input[type=radio][name=planet].planet22:checked + label.san18 > .info h2 .pipd {
  color: #9932CC;
}body input[type=radio][name=planet].planet22:checked + label.san19 > .info h2 .pipd {
  color: #FFFFF0;
}body input[type=radio][name=planet].planet22:checked + label.san20 > .info h2 .pipd {
  color: #8FBC8F;
}body input[type=radio][name=planet].planet22:checked + label.san21 > .info h2 .pipd {
  color: #00BFFF;
}body input[type=radio][name=planet].planet22:checked + label.san22 > .info h2 .pipd {
  color: #7FFFD4;
}body input[type=radio][name=planet].planet22:checked + label.san23 > .info h2 .pipd {
  color: #0000FF;
}body input[type=radio][name=planet].planet22:checked + label.san24 > .info h2 .pipd {
  color: #808000;
}body input[type=radio][name=planet].planet22:checked + label.san25 > .info h2 .pipd {
  color: #191970;
}body input[type=radio][name=planet].planet22:checked + label.san26 > .info h2 .pipd {
  color: #800000;
}body input[type=radio][name=planet].planet22:checked + label.san27 > .info h2 .pipd {
  color: #FFF5EE;
}body input[type=radio][name=planet].planet22:checked + label {
  opacity: 1;
}body input[type=radio][name=planet].planet22:checked + label:before {
  display: block;
  width: 4px;
  height: 4px;
  position: absolute;
  left: 2px;
  top: 2px;
  z-index: 2;
  background: white;
  border-radius: 4px;
  content: "";
}body input[type=radio][name=planet].planet22:checked + label > .info h2 {
  opacity: 1;
}body input[type=radio][name=planet].planet22:checked + label > .info h2 .pip {
  width: 30px;
  margin-right: 6px;
}body input[type=radio][name=planet].planet22:checked + label > .info h2 .pipd {
  opacity: 1;
  color: #fea082;
}body input[type=radio][name=planet] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}body input[type=radio][name=planet]::after {
  content: "";
}body input[type=radio][name=planet].planet23:checked::after {
  display: none;
}body input[type=radio][name=planet].planet23:checked + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet23:checked + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet23:checked + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet23:checked + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet23:checked + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet23:checked + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet23:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet23:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet23:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet23:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet23:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet23:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet23:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet23:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet23:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet23:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet23:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet23:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet23:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet23:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet23:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet23:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet23:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet23:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(23) {
  pointer-events: all;
}body input[type=radio][name=planet].planet23:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(1) .planet {
  transform: translateZ(50600px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 24;
}body input[type=radio][name=planet].planet23:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(2) .planet {
  transform: translateZ(48300px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 23;
}body input[type=radio][name=planet].planet23:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(3) .planet {
  transform: translateZ(46000px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 22;
}body input[type=radio][name=planet].planet23:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(4) .planet {
  transform: translateZ(43700px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 21;
}body input[type=radio][name=planet].planet23:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(5) .planet {
  transform: translateZ(41400px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 20;
}body input[type=radio][name=planet].planet23:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(6) .planet {
  transform: translateZ(39100px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 19;
}body input[type=radio][name=planet].planet23:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(7) .planet {
  transform: translateZ(36800px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 18;
}body input[type=radio][name=planet].planet23:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(8) .planet {
  transform: translateZ(34500px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 17;
}body input[type=radio][name=planet].planet23:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(9) .planet {
  transform: translateZ(32200px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 16;
}body input[type=radio][name=planet].planet23:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(10) .planet {
  transform: translateZ(29900px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 15;
}body input[type=radio][name=planet].planet23:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(11) .planet {
  transform: translateZ(27600px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 14;
}body input[type=radio][name=planet].planet23:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(12) .planet {
  transform: translateZ(25300px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 13;
}body input[type=radio][name=planet].planet23:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(13) .planet {
  transform: translateZ(23000px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 12;
}body input[type=radio][name=planet].planet23:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(14) .planet {
  transform: translateZ(20700px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 11;
}body input[type=radio][name=planet].planet23:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(15) .planet {
  transform: translateZ(18400px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 10;
}body input[type=radio][name=planet].planet23:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(16) .planet {
  transform: translateZ(16100px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 9;
}body input[type=radio][name=planet].planet23:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(17) .planet {
  transform: translateZ(13800px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 8;
}body input[type=radio][name=planet].planet23:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(18) .planet {
  transform: translateZ(11500px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 7;
}body input[type=radio][name=planet].planet23:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(19) .planet {
  transform: translateZ(9200px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 6;
}body input[type=radio][name=planet].planet23:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(20) .planet {
  transform: translateZ(6900px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 5;
}body input[type=radio][name=planet].planet23:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(21) .planet {
  transform: translateZ(4600px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 4;
}body input[type=radio][name=planet].planet23:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(22) .planet {
  transform: translateZ(2300px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 3;
}body input[type=radio][name=planet].planet23:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(23) .planet {
  transform: translateZ(0px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 2;
  -webkit-animation: planet 60s 3.9s infinite linear;
          animation: planet 60s 3.9s infinite linear;
}body input[type=radio][name=planet].planet23:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(23) .planet_description {
  opacity: 1;
  transition: all 0.6s 2.6s;
}body input[type=radio][name=planet].planet23:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(23) .planet_description h2,
body input[type=radio][name=planet].planet23:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(23) .planet_description h1 {
  position: relative;
  top: 0px;
  transition: all 0.5s 3s;
}body input[type=radio][name=planet].planet23:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(23) .planet_description p,
body input[type=radio][name=planet].planet23:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(23) .planet_description a {
  transition: all 1s 3.5s, padding 0.3s 0s;
  opacity: 1;
}body input[type=radio][name=planet].planet23:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(23) .planet .moon {
  opacity: 1;
  transition: all 1s 3.2s;
}body input[type=radio][name=planet].planet23:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(23) .planet .trajectory {
  opacity: 0.2;
  transition: all 0.6s 2.9s;
}body input[type=radio][name=planet].planet23:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(23) .planet .overlay {
  opacity: 1;
  top: -240px;
}body input[type=radio][name=planet].planet23:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(24) .planet {
  transform: translateZ(-2300px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 1;
}body input[type=radio][name=planet].planet23:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(25) .planet {
  transform: translateZ(-4600px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 0;
}body input[type=radio][name=planet].planet23:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(26) .planet {
  transform: translateZ(-6900px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -1;
}body input[type=radio][name=planet].planet23:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(27) .planet {
  transform: translateZ(-9200px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -2;
}body input[type=radio][name=planet].planet23:checked + label.san01 > .info h2 .pipd {
  color: #E8927C;
}body input[type=radio][name=planet].planet23:checked + label.san02 > .info h2 .pipd {
  color: #b29d81;
}body input[type=radio][name=planet].planet23:checked + label.san03 > .info h2 .pipd {
  color: #26daaa;
}body input[type=radio][name=planet].planet23:checked + label.san04 > .info h2 .pipd {
  color: #e55f45;
}body input[type=radio][name=planet].planet23:checked + label.san05 > .info h2 .pipd {
  color: orange;
}body input[type=radio][name=planet].planet23:checked + label.san06 > .info h2 .pipd {
  color: #b45d15;
}body input[type=radio][name=planet].planet23:checked + label.san07 > .info h2 .pipd {
  color: #8dcdd8;
}body input[type=radio][name=planet].planet23:checked + label.san08 > .info h2 .pipd {
  color: #4f83e2;
}body input[type=radio][name=planet].planet23:checked + label.san09 > .info h2 .pipd {
  color: #FF8732;
}body input[type=radio][name=planet].planet23:checked + label.san10 > .info h2 .pipd {
  color: #FF6347;
}body input[type=radio][name=planet].planet23:checked + label.san11 > .info h2 .pipd {
  color: #66CDAA;
}body input[type=radio][name=planet].planet23:checked + label.san12 > .info h2 .pipd {
  color: #556B2F;
}body input[type=radio][name=planet].planet23:checked + label.san13 > .info h2 .pipd {
  color: #FF69B4;
}body input[type=radio][name=planet].planet23:checked + label.san14 > .info h2 .pipd {
  color: #1E90FF;
}body input[type=radio][name=planet].planet23:checked + label.san15 > .info h2 .pipd {
  color: #87CEEB;
}body input[type=radio][name=planet].planet23:checked + label.san16 > .info h2 .pipd {
  color: #228B22;
}body input[type=radio][name=planet].planet23:checked + label.san17 > .info h2 .pipd {
  color: #40E0D0;
}body input[type=radio][name=planet].planet23:checked + label.san18 > .info h2 .pipd {
  color: #9932CC;
}body input[type=radio][name=planet].planet23:checked + label.san19 > .info h2 .pipd {
  color: #FFFFF0;
}body input[type=radio][name=planet].planet23:checked + label.san20 > .info h2 .pipd {
  color: #8FBC8F;
}body input[type=radio][name=planet].planet23:checked + label.san21 > .info h2 .pipd {
  color: #00BFFF;
}body input[type=radio][name=planet].planet23:checked + label.san22 > .info h2 .pipd {
  color: #7FFFD4;
}body input[type=radio][name=planet].planet23:checked + label.san23 > .info h2 .pipd {
  color: #0000FF;
}body input[type=radio][name=planet].planet23:checked + label.san24 > .info h2 .pipd {
  color: #808000;
}body input[type=radio][name=planet].planet23:checked + label.san25 > .info h2 .pipd {
  color: #191970;
}body input[type=radio][name=planet].planet23:checked + label.san26 > .info h2 .pipd {
  color: #800000;
}body input[type=radio][name=planet].planet23:checked + label.san27 > .info h2 .pipd {
  color: #FFF5EE;
}body input[type=radio][name=planet].planet23:checked + label {
  opacity: 1;
}body input[type=radio][name=planet].planet23:checked + label:before {
  display: block;
  width: 4px;
  height: 4px;
  position: absolute;
  left: 2px;
  top: 2px;
  z-index: 2;
  background: white;
  border-radius: 4px;
  content: "";
}body input[type=radio][name=planet].planet23:checked + label > .info h2 {
  opacity: 1;
}body input[type=radio][name=planet].planet23:checked + label > .info h2 .pip {
  width: 30px;
  margin-right: 6px;
}body input[type=radio][name=planet].planet23:checked + label > .info h2 .pipd {
  opacity: 1;
  color: #fea082;
}body input[type=radio][name=planet] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}body input[type=radio][name=planet]::after {
  content: "";
}body input[type=radio][name=planet].planet24:checked::after {
  display: none;
}body input[type=radio][name=planet].planet24:checked + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet24:checked + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet24:checked + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet24:checked + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet24:checked + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet24:checked + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet24:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet24:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet24:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet24:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet24:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet24:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet24:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet24:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet24:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet24:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet24:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet24:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet24:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet24:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet24:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet24:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet24:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet24:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet24:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(24) {
  pointer-events: all;
}body input[type=radio][name=planet].planet24:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(1) .planet {
  transform: translateZ(52900px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 25;
}body input[type=radio][name=planet].planet24:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(2) .planet {
  transform: translateZ(50600px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 24;
}body input[type=radio][name=planet].planet24:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(3) .planet {
  transform: translateZ(48300px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 23;
}body input[type=radio][name=planet].planet24:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(4) .planet {
  transform: translateZ(46000px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 22;
}body input[type=radio][name=planet].planet24:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(5) .planet {
  transform: translateZ(43700px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 21;
}body input[type=radio][name=planet].planet24:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(6) .planet {
  transform: translateZ(41400px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 20;
}body input[type=radio][name=planet].planet24:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(7) .planet {
  transform: translateZ(39100px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 19;
}body input[type=radio][name=planet].planet24:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(8) .planet {
  transform: translateZ(36800px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 18;
}body input[type=radio][name=planet].planet24:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(9) .planet {
  transform: translateZ(34500px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 17;
}body input[type=radio][name=planet].planet24:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(10) .planet {
  transform: translateZ(32200px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 16;
}body input[type=radio][name=planet].planet24:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(11) .planet {
  transform: translateZ(29900px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 15;
}body input[type=radio][name=planet].planet24:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(12) .planet {
  transform: translateZ(27600px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 14;
}body input[type=radio][name=planet].planet24:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(13) .planet {
  transform: translateZ(25300px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 13;
}body input[type=radio][name=planet].planet24:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(14) .planet {
  transform: translateZ(23000px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 12;
}body input[type=radio][name=planet].planet24:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(15) .planet {
  transform: translateZ(20700px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 11;
}body input[type=radio][name=planet].planet24:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(16) .planet {
  transform: translateZ(18400px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 10;
}body input[type=radio][name=planet].planet24:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(17) .planet {
  transform: translateZ(16100px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 9;
}body input[type=radio][name=planet].planet24:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(18) .planet {
  transform: translateZ(13800px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 8;
}body input[type=radio][name=planet].planet24:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(19) .planet {
  transform: translateZ(11500px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 7;
}body input[type=radio][name=planet].planet24:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(20) .planet {
  transform: translateZ(9200px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 6;
}body input[type=radio][name=planet].planet24:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(21) .planet {
  transform: translateZ(6900px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 5;
}body input[type=radio][name=planet].planet24:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(22) .planet {
  transform: translateZ(4600px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 4;
}body input[type=radio][name=planet].planet24:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(23) .planet {
  transform: translateZ(2300px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 3;
}body input[type=radio][name=planet].planet24:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(24) .planet {
  transform: translateZ(0px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 2;
  -webkit-animation: planet 60s 3.9s infinite linear;
          animation: planet 60s 3.9s infinite linear;
}body input[type=radio][name=planet].planet24:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(24) .planet_description {
  opacity: 1;
  transition: all 0.6s 2.6s;
}body input[type=radio][name=planet].planet24:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(24) .planet_description h2,
body input[type=radio][name=planet].planet24:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(24) .planet_description h1 {
  position: relative;
  top: 0px;
  transition: all 0.5s 3s;
}body input[type=radio][name=planet].planet24:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(24) .planet_description p,
body input[type=radio][name=planet].planet24:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(24) .planet_description a {
  transition: all 1s 3.5s, padding 0.3s 0s;
  opacity: 1;
}body input[type=radio][name=planet].planet24:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(24) .planet .moon {
  opacity: 1;
  transition: all 1s 3.2s;
}body input[type=radio][name=planet].planet24:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(24) .planet .trajectory {
  opacity: 0.2;
  transition: all 0.6s 2.9s;
}body input[type=radio][name=planet].planet24:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(24) .planet .overlay {
  opacity: 1;
  top: -240px;
}body input[type=radio][name=planet].planet24:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(25) .planet {
  transform: translateZ(-2300px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 1;
}body input[type=radio][name=planet].planet24:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(26) .planet {
  transform: translateZ(-4600px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 0;
}body input[type=radio][name=planet].planet24:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(27) .planet {
  transform: translateZ(-6900px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: -1;
}body input[type=radio][name=planet].planet24:checked + label.san01 > .info h2 .pipd {
  color: #E8927C;
}body input[type=radio][name=planet].planet24:checked + label.san02 > .info h2 .pipd {
  color: #b29d81;
}body input[type=radio][name=planet].planet24:checked + label.san03 > .info h2 .pipd {
  color: #26daaa;
}body input[type=radio][name=planet].planet24:checked + label.san04 > .info h2 .pipd {
  color: #e55f45;
}body input[type=radio][name=planet].planet24:checked + label.san05 > .info h2 .pipd {
  color: orange;
}body input[type=radio][name=planet].planet24:checked + label.san06 > .info h2 .pipd {
  color: #b45d15;
}body input[type=radio][name=planet].planet24:checked + label.san07 > .info h2 .pipd {
  color: #8dcdd8;
}body input[type=radio][name=planet].planet24:checked + label.san08 > .info h2 .pipd {
  color: #4f83e2;
}body input[type=radio][name=planet].planet24:checked + label.san09 > .info h2 .pipd {
  color: #FF8732;
}body input[type=radio][name=planet].planet24:checked + label.san10 > .info h2 .pipd {
  color: #FF6347;
}body input[type=radio][name=planet].planet24:checked + label.san11 > .info h2 .pipd {
  color: #66CDAA;
}body input[type=radio][name=planet].planet24:checked + label.san12 > .info h2 .pipd {
  color: #556B2F;
}body input[type=radio][name=planet].planet24:checked + label.san13 > .info h2 .pipd {
  color: #FF69B4;
}body input[type=radio][name=planet].planet24:checked + label.san14 > .info h2 .pipd {
  color: #1E90FF;
}body input[type=radio][name=planet].planet24:checked + label.san15 > .info h2 .pipd {
  color: #87CEEB;
}body input[type=radio][name=planet].planet24:checked + label.san16 > .info h2 .pipd {
  color: #228B22;
}body input[type=radio][name=planet].planet24:checked + label.san17 > .info h2 .pipd {
  color: #40E0D0;
}body input[type=radio][name=planet].planet24:checked + label.san18 > .info h2 .pipd {
  color: #9932CC;
}body input[type=radio][name=planet].planet24:checked + label.san19 > .info h2 .pipd {
  color: #FFFFF0;
}body input[type=radio][name=planet].planet24:checked + label.san20 > .info h2 .pipd {
  color: #8FBC8F;
}body input[type=radio][name=planet].planet24:checked + label.san21 > .info h2 .pipd {
  color: #00BFFF;
}body input[type=radio][name=planet].planet24:checked + label.san22 > .info h2 .pipd {
  color: #7FFFD4;
}body input[type=radio][name=planet].planet24:checked + label.san23 > .info h2 .pipd {
  color: #0000FF;
}body input[type=radio][name=planet].planet24:checked + label.san24 > .info h2 .pipd {
  color: #808000;
}body input[type=radio][name=planet].planet24:checked + label.san25 > .info h2 .pipd {
  color: #191970;
}body input[type=radio][name=planet].planet24:checked + label.san26 > .info h2 .pipd {
  color: #800000;
}body input[type=radio][name=planet].planet24:checked + label.san27 > .info h2 .pipd {
  color: #FFF5EE;
}body input[type=radio][name=planet].planet24:checked + label {
  opacity: 1;
}body input[type=radio][name=planet].planet24:checked + label:before {
  display: block;
  width: 4px;
  height: 4px;
  position: absolute;
  left: 2px;
  top: 2px;
  z-index: 2;
  background: white;
  border-radius: 4px;
  content: "";
}body input[type=radio][name=planet].planet24:checked + label > .info h2 {
  opacity: 1;
}body input[type=radio][name=planet].planet24:checked + label > .info h2 .pip {
  width: 30px;
  margin-right: 6px;
}body input[type=radio][name=planet].planet24:checked + label > .info h2 .pipd {
  opacity: 1;
  color: #fea082;
}body input[type=radio][name=planet] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}body input[type=radio][name=planet]::after {
  content: "";
}body input[type=radio][name=planet].planet25:checked::after {
  display: none;
}body input[type=radio][name=planet].planet25:checked + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet25:checked + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet25:checked + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet25:checked + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet25:checked + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet25:checked + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet25:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet25:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet25:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet25:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet25:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet25:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet25:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet25:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet25:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet25:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet25:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet25:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet25:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet25:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet25:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet25:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet25:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet25:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet25:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet25:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(25) {
  pointer-events: all;
}body input[type=radio][name=planet].planet25:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(1) .planet {
  transform: translateZ(55200px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 26;
}body input[type=radio][name=planet].planet25:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(2) .planet {
  transform: translateZ(52900px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 25;
}body input[type=radio][name=planet].planet25:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(3) .planet {
  transform: translateZ(50600px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 24;
}body input[type=radio][name=planet].planet25:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(4) .planet {
  transform: translateZ(48300px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 23;
}body input[type=radio][name=planet].planet25:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(5) .planet {
  transform: translateZ(46000px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 22;
}body input[type=radio][name=planet].planet25:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(6) .planet {
  transform: translateZ(43700px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 21;
}body input[type=radio][name=planet].planet25:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(7) .planet {
  transform: translateZ(41400px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 20;
}body input[type=radio][name=planet].planet25:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(8) .planet {
  transform: translateZ(39100px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 19;
}body input[type=radio][name=planet].planet25:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(9) .planet {
  transform: translateZ(36800px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 18;
}body input[type=radio][name=planet].planet25:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(10) .planet {
  transform: translateZ(34500px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 17;
}body input[type=radio][name=planet].planet25:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(11) .planet {
  transform: translateZ(32200px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 16;
}body input[type=radio][name=planet].planet25:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(12) .planet {
  transform: translateZ(29900px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 15;
}body input[type=radio][name=planet].planet25:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(13) .planet {
  transform: translateZ(27600px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 14;
}body input[type=radio][name=planet].planet25:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(14) .planet {
  transform: translateZ(25300px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 13;
}body input[type=radio][name=planet].planet25:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(15) .planet {
  transform: translateZ(23000px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 12;
}body input[type=radio][name=planet].planet25:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(16) .planet {
  transform: translateZ(20700px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 11;
}body input[type=radio][name=planet].planet25:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(17) .planet {
  transform: translateZ(18400px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 10;
}body input[type=radio][name=planet].planet25:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(18) .planet {
  transform: translateZ(16100px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 9;
}body input[type=radio][name=planet].planet25:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(19) .planet {
  transform: translateZ(13800px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 8;
}body input[type=radio][name=planet].planet25:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(20) .planet {
  transform: translateZ(11500px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 7;
}body input[type=radio][name=planet].planet25:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(21) .planet {
  transform: translateZ(9200px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 6;
}body input[type=radio][name=planet].planet25:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(22) .planet {
  transform: translateZ(6900px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 5;
}body input[type=radio][name=planet].planet25:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(23) .planet {
  transform: translateZ(4600px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 4;
}body input[type=radio][name=planet].planet25:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(24) .planet {
  transform: translateZ(2300px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 3;
}body input[type=radio][name=planet].planet25:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(25) .planet {
  transform: translateZ(0px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 2;
  -webkit-animation: planet 60s 3.9s infinite linear;
          animation: planet 60s 3.9s infinite linear;
}body input[type=radio][name=planet].planet25:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(25) .planet_description {
  opacity: 1;
  transition: all 0.6s 2.6s;
}body input[type=radio][name=planet].planet25:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(25) .planet_description h2,
body input[type=radio][name=planet].planet25:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(25) .planet_description h1 {
  position: relative;
  top: 0px;
  transition: all 0.5s 3s;
}body input[type=radio][name=planet].planet25:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(25) .planet_description p,
body input[type=radio][name=planet].planet25:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(25) .planet_description a {
  transition: all 1s 3.5s, padding 0.3s 0s;
  opacity: 1;
}body input[type=radio][name=planet].planet25:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(25) .planet .moon {
  opacity: 1;
  transition: all 1s 3.2s;
}body input[type=radio][name=planet].planet25:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(25) .planet .trajectory {
  opacity: 0.2;
  transition: all 0.6s 2.9s;
}body input[type=radio][name=planet].planet25:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(25) .planet .overlay {
  opacity: 1;
  top: -240px;
}body input[type=radio][name=planet].planet25:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(26) .planet {
  transform: translateZ(-2300px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 1;
}body input[type=radio][name=planet].planet25:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(27) .planet {
  transform: translateZ(-4600px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 0;
}body input[type=radio][name=planet].planet25:checked + label.san01 > .info h2 .pipd {
  color: #E8927C;
}body input[type=radio][name=planet].planet25:checked + label.san02 > .info h2 .pipd {
  color: #b29d81;
}body input[type=radio][name=planet].planet25:checked + label.san03 > .info h2 .pipd {
  color: #26daaa;
}body input[type=radio][name=planet].planet25:checked + label.san04 > .info h2 .pipd {
  color: #e55f45;
}body input[type=radio][name=planet].planet25:checked + label.san05 > .info h2 .pipd {
  color: orange;
}body input[type=radio][name=planet].planet25:checked + label.san06 > .info h2 .pipd {
  color: #b45d15;
}body input[type=radio][name=planet].planet25:checked + label.san07 > .info h2 .pipd {
  color: #8dcdd8;
}body input[type=radio][name=planet].planet25:checked + label.san08 > .info h2 .pipd {
  color: #4f83e2;
}body input[type=radio][name=planet].planet25:checked + label.san09 > .info h2 .pipd {
  color: #FF8732;
}body input[type=radio][name=planet].planet25:checked + label.san10 > .info h2 .pipd {
  color: #FF6347;
}body input[type=radio][name=planet].planet25:checked + label.san11 > .info h2 .pipd {
  color: #66CDAA;
}body input[type=radio][name=planet].planet25:checked + label.san12 > .info h2 .pipd {
  color: #556B2F;
}body input[type=radio][name=planet].planet25:checked + label.san13 > .info h2 .pipd {
  color: #FF69B4;
}body input[type=radio][name=planet].planet25:checked + label.san14 > .info h2 .pipd {
  color: #1E90FF;
}body input[type=radio][name=planet].planet25:checked + label.san15 > .info h2 .pipd {
  color: #87CEEB;
}body input[type=radio][name=planet].planet25:checked + label.san16 > .info h2 .pipd {
  color: #228B22;
}body input[type=radio][name=planet].planet25:checked + label.san17 > .info h2 .pipd {
  color: #40E0D0;
}body input[type=radio][name=planet].planet25:checked + label.san18 > .info h2 .pipd {
  color: #9932CC;
}body input[type=radio][name=planet].planet25:checked + label.san19 > .info h2 .pipd {
  color: #FFFFF0;
}body input[type=radio][name=planet].planet25:checked + label.san20 > .info h2 .pipd {
  color: #8FBC8F;
}body input[type=radio][name=planet].planet25:checked + label.san21 > .info h2 .pipd {
  color: #00BFFF;
}body input[type=radio][name=planet].planet25:checked + label.san22 > .info h2 .pipd {
  color: #7FFFD4;
}body input[type=radio][name=planet].planet25:checked + label.san23 > .info h2 .pipd {
  color: #0000FF;
}body input[type=radio][name=planet].planet25:checked + label.san24 > .info h2 .pipd {
  color: #808000;
}body input[type=radio][name=planet].planet25:checked + label.san25 > .info h2 .pipd {
  color: #191970;
}body input[type=radio][name=planet].planet25:checked + label.san26 > .info h2 .pipd {
  color: #800000;
}body input[type=radio][name=planet].planet25:checked + label.san27 > .info h2 .pipd {
  color: #FFF5EE;
}body input[type=radio][name=planet].planet25:checked + label {
  opacity: 1;
}body input[type=radio][name=planet].planet25:checked + label:before {
  display: block;
  width: 4px;
  height: 4px;
  position: absolute;
  left: 2px;
  top: 2px;
  z-index: 2;
  background: white;
  border-radius: 4px;
  content: "";
}body input[type=radio][name=planet].planet25:checked + label > .info h2 {
  opacity: 1;
}body input[type=radio][name=planet].planet25:checked + label > .info h2 .pip {
  width: 30px;
  margin-right: 6px;
}body input[type=radio][name=planet].planet25:checked + label > .info h2 .pipd {
  opacity: 1;
  color: #fea082;
}body input[type=radio][name=planet] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}body input[type=radio][name=planet]::after {
  content: "";
}body input[type=radio][name=planet].planet26:checked::after {
  display: none;
}body input[type=radio][name=planet].planet26:checked + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet26:checked + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet26:checked + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet26:checked + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet26:checked + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet26:checked + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet26:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet26:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet26:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet26:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet26:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet26:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet26:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet26:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet26:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet26:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet26:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet26:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet26:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet26:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet26:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet26:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet26:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet26:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet26:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet26:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet26:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(26) {
  pointer-events: all;
}body input[type=radio][name=planet].planet26:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(1) .planet {
  transform: translateZ(57500px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 27;
}body input[type=radio][name=planet].planet26:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(2) .planet {
  transform: translateZ(55200px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 26;
}body input[type=radio][name=planet].planet26:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(3) .planet {
  transform: translateZ(52900px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 25;
}body input[type=radio][name=planet].planet26:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(4) .planet {
  transform: translateZ(50600px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 24;
}body input[type=radio][name=planet].planet26:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(5) .planet {
  transform: translateZ(48300px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 23;
}body input[type=radio][name=planet].planet26:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(6) .planet {
  transform: translateZ(46000px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 22;
}body input[type=radio][name=planet].planet26:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(7) .planet {
  transform: translateZ(43700px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 21;
}body input[type=radio][name=planet].planet26:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(8) .planet {
  transform: translateZ(41400px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 20;
}body input[type=radio][name=planet].planet26:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(9) .planet {
  transform: translateZ(39100px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 19;
}body input[type=radio][name=planet].planet26:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(10) .planet {
  transform: translateZ(36800px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 18;
}body input[type=radio][name=planet].planet26:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(11) .planet {
  transform: translateZ(34500px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 17;
}body input[type=radio][name=planet].planet26:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(12) .planet {
  transform: translateZ(32200px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 16;
}body input[type=radio][name=planet].planet26:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(13) .planet {
  transform: translateZ(29900px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 15;
}body input[type=radio][name=planet].planet26:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(14) .planet {
  transform: translateZ(27600px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 14;
}body input[type=radio][name=planet].planet26:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(15) .planet {
  transform: translateZ(25300px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 13;
}body input[type=radio][name=planet].planet26:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(16) .planet {
  transform: translateZ(23000px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 12;
}body input[type=radio][name=planet].planet26:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(17) .planet {
  transform: translateZ(20700px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 11;
}body input[type=radio][name=planet].planet26:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(18) .planet {
  transform: translateZ(18400px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 10;
}body input[type=radio][name=planet].planet26:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(19) .planet {
  transform: translateZ(16100px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 9;
}body input[type=radio][name=planet].planet26:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(20) .planet {
  transform: translateZ(13800px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 8;
}body input[type=radio][name=planet].planet26:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(21) .planet {
  transform: translateZ(11500px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 7;
}body input[type=radio][name=planet].planet26:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(22) .planet {
  transform: translateZ(9200px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 6;
}body input[type=radio][name=planet].planet26:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(23) .planet {
  transform: translateZ(6900px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 5;
}body input[type=radio][name=planet].planet26:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(24) .planet {
  transform: translateZ(4600px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 4;
}body input[type=radio][name=planet].planet26:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(25) .planet {
  transform: translateZ(2300px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 3;
}body input[type=radio][name=planet].planet26:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(26) .planet {
  transform: translateZ(0px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 2;
  -webkit-animation: planet 60s 3.9s infinite linear;
          animation: planet 60s 3.9s infinite linear;
}body input[type=radio][name=planet].planet26:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(26) .planet_description {
  opacity: 1;
  transition: all 0.6s 2.6s;
}body input[type=radio][name=planet].planet26:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(26) .planet_description h2,
body input[type=radio][name=planet].planet26:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(26) .planet_description h1 {
  position: relative;
  top: 0px;
  transition: all 0.5s 3s;
}body input[type=radio][name=planet].planet26:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(26) .planet_description p,
body input[type=radio][name=planet].planet26:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(26) .planet_description a {
  transition: all 1s 3.5s, padding 0.3s 0s;
  opacity: 1;
}body input[type=radio][name=planet].planet26:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(26) .planet .moon {
  opacity: 1;
  transition: all 1s 3.2s;
}body input[type=radio][name=planet].planet26:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(26) .planet .trajectory {
  opacity: 0.2;
  transition: all 0.6s 2.9s;
}body input[type=radio][name=planet].planet26:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(26) .planet .overlay {
  opacity: 1;
  top: -240px;
}body input[type=radio][name=planet].planet26:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(27) .planet {
  transform: translateZ(-2300px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 1;
}body input[type=radio][name=planet].planet26:checked + label.san01 > .info h2 .pipd {
  color: #E8927C;
}body input[type=radio][name=planet].planet26:checked + label.san02 > .info h2 .pipd {
  color: #b29d81;
}body input[type=radio][name=planet].planet26:checked + label.san03 > .info h2 .pipd {
  color: #26daaa;
}body input[type=radio][name=planet].planet26:checked + label.san04 > .info h2 .pipd {
  color: #e55f45;
}body input[type=radio][name=planet].planet26:checked + label.san05 > .info h2 .pipd {
  color: orange;
}body input[type=radio][name=planet].planet26:checked + label.san06 > .info h2 .pipd {
  color: #b45d15;
}body input[type=radio][name=planet].planet26:checked + label.san07 > .info h2 .pipd {
  color: #8dcdd8;
}body input[type=radio][name=planet].planet26:checked + label.san08 > .info h2 .pipd {
  color: #4f83e2;
}body input[type=radio][name=planet].planet26:checked + label.san09 > .info h2 .pipd {
  color: #FF8732;
}body input[type=radio][name=planet].planet26:checked + label.san10 > .info h2 .pipd {
  color: #FF6347;
}body input[type=radio][name=planet].planet26:checked + label.san11 > .info h2 .pipd {
  color: #66CDAA;
}body input[type=radio][name=planet].planet26:checked + label.san12 > .info h2 .pipd {
  color: #556B2F;
}body input[type=radio][name=planet].planet26:checked + label.san13 > .info h2 .pipd {
  color: #FF69B4;
}body input[type=radio][name=planet].planet26:checked + label.san14 > .info h2 .pipd {
  color: #1E90FF;
}body input[type=radio][name=planet].planet26:checked + label.san15 > .info h2 .pipd {
  color: #87CEEB;
}body input[type=radio][name=planet].planet26:checked + label.san16 > .info h2 .pipd {
  color: #228B22;
}body input[type=radio][name=planet].planet26:checked + label.san17 > .info h2 .pipd {
  color: #40E0D0;
}body input[type=radio][name=planet].planet26:checked + label.san18 > .info h2 .pipd {
  color: #9932CC;
}body input[type=radio][name=planet].planet26:checked + label.san19 > .info h2 .pipd {
  color: #FFFFF0;
}body input[type=radio][name=planet].planet26:checked + label.san20 > .info h2 .pipd {
  color: #8FBC8F;
}body input[type=radio][name=planet].planet26:checked + label.san21 > .info h2 .pipd {
  color: #00BFFF;
}body input[type=radio][name=planet].planet26:checked + label.san22 > .info h2 .pipd {
  color: #7FFFD4;
}body input[type=radio][name=planet].planet26:checked + label.san23 > .info h2 .pipd {
  color: #0000FF;
}body input[type=radio][name=planet].planet26:checked + label.san24 > .info h2 .pipd {
  color: #808000;
}body input[type=radio][name=planet].planet26:checked + label.san25 > .info h2 .pipd {
  color: #191970;
}body input[type=radio][name=planet].planet26:checked + label.san26 > .info h2 .pipd {
  color: #800000;
}body input[type=radio][name=planet].planet26:checked + label.san27 > .info h2 .pipd {
  color: #FFF5EE;
}body input[type=radio][name=planet].planet26:checked + label {
  opacity: 1;
}body input[type=radio][name=planet].planet26:checked + label:before {
  display: block;
  width: 4px;
  height: 4px;
  position: absolute;
  left: 2px;
  top: 2px;
  z-index: 2;
  background: white;
  border-radius: 4px;
  content: "";
}body input[type=radio][name=planet].planet26:checked + label > .info h2 {
  opacity: 1;
}body input[type=radio][name=planet].planet26:checked + label > .info h2 .pip {
  width: 30px;
  margin-right: 6px;
}body input[type=radio][name=planet].planet26:checked + label > .info h2 .pipd {
  opacity: 1;
  color: #fea082;
}body input[type=radio][name=planet] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}body input[type=radio][name=planet]::after {
  content: "";
}body input[type=radio][name=planet].planet27:checked::after {
  display: none;
}body input[type=radio][name=planet].planet27:checked + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet27:checked + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet27:checked + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet27:checked + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet27:checked + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet27:checked + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet27:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet27:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet27:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet27:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet27:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet27:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet27:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet27:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet27:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet27:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet27:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet27:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet27:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet27:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet27:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet27:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet27:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet27:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet27:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet27:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet27:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input::after {
  display: none;
}body input[type=radio][name=planet].planet27:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(27) {
  pointer-events: all;
}body input[type=radio][name=planet].planet27:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(1) .planet {
  transform: translateZ(59800px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 28;
}body input[type=radio][name=planet].planet27:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(2) .planet {
  transform: translateZ(57500px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 27;
}body input[type=radio][name=planet].planet27:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(3) .planet {
  transform: translateZ(55200px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 26;
}body input[type=radio][name=planet].planet27:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(4) .planet {
  transform: translateZ(52900px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 25;
}body input[type=radio][name=planet].planet27:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(5) .planet {
  transform: translateZ(50600px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 24;
}body input[type=radio][name=planet].planet27:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(6) .planet {
  transform: translateZ(48300px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 23;
}body input[type=radio][name=planet].planet27:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(7) .planet {
  transform: translateZ(46000px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 22;
}body input[type=radio][name=planet].planet27:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(8) .planet {
  transform: translateZ(43700px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 21;
}body input[type=radio][name=planet].planet27:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(9) .planet {
  transform: translateZ(41400px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 20;
}body input[type=radio][name=planet].planet27:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(10) .planet {
  transform: translateZ(39100px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 19;
}body input[type=radio][name=planet].planet27:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(11) .planet {
  transform: translateZ(36800px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 18;
}body input[type=radio][name=planet].planet27:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(12) .planet {
  transform: translateZ(34500px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 17;
}body input[type=radio][name=planet].planet27:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(13) .planet {
  transform: translateZ(32200px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 16;
}body input[type=radio][name=planet].planet27:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(14) .planet {
  transform: translateZ(29900px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 15;
}body input[type=radio][name=planet].planet27:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(15) .planet {
  transform: translateZ(27600px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 14;
}body input[type=radio][name=planet].planet27:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(16) .planet {
  transform: translateZ(25300px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 13;
}body input[type=radio][name=planet].planet27:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(17) .planet {
  transform: translateZ(23000px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 12;
}body input[type=radio][name=planet].planet27:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(18) .planet {
  transform: translateZ(20700px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 11;
}body input[type=radio][name=planet].planet27:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(19) .planet {
  transform: translateZ(18400px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 10;
}body input[type=radio][name=planet].planet27:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(20) .planet {
  transform: translateZ(16100px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 9;
}body input[type=radio][name=planet].planet27:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(21) .planet {
  transform: translateZ(13800px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 8;
}body input[type=radio][name=planet].planet27:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(22) .planet {
  transform: translateZ(11500px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 7;
}body input[type=radio][name=planet].planet27:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(23) .planet {
  transform: translateZ(9200px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 6;
}body input[type=radio][name=planet].planet27:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(24) .planet {
  transform: translateZ(6900px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 5;
}body input[type=radio][name=planet].planet27:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(25) .planet {
  transform: translateZ(4600px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 4;
}body input[type=radio][name=planet].planet27:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(26) .planet {
  transform: translateZ(2300px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 3;
}body input[type=radio][name=planet].planet27:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(27) .planet {
  transform: translateZ(0px) translateY(0) rotatex(4deg) scaleX(0.89);
  opacity: 2;
  -webkit-animation: planet 60s 3.9s infinite linear;
          animation: planet 60s 3.9s infinite linear;
}body input[type=radio][name=planet].planet27:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(27) .planet_description {
  opacity: 1;
  transition: all 0.6s 2.6s;
}body input[type=radio][name=planet].planet27:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(27) .planet_description h2,
body input[type=radio][name=planet].planet27:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(27) .planet_description h1 {
  position: relative;
  top: 0px;
  transition: all 0.5s 3s;
}body input[type=radio][name=planet].planet27:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(27) .planet_description p,
body input[type=radio][name=planet].planet27:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(27) .planet_description a {
  transition: all 1s 3.5s, padding 0.3s 0s;
  opacity: 1;
}body input[type=radio][name=planet].planet27:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(27) .planet .moon {
  opacity: 1;
  transition: all 1s 3.2s;
}body input[type=radio][name=planet].planet27:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(27) .planet .trajectory {
  opacity: 0.2;
  transition: all 0.6s 2.9s;
}body input[type=radio][name=planet].planet27:checked + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + input + label + div .solar_systm:nth-of-type(27) .planet .overlay {
  opacity: 1;
  top: -240px;
}body input[type=radio][name=planet].planet27:checked + label.san01 > .info h2 .pipd {
  color: #E8927C;
}body input[type=radio][name=planet].planet27:checked + label.san02 > .info h2 .pipd {
  color: #b29d81;
}body input[type=radio][name=planet].planet27:checked + label.san03 > .info h2 .pipd {
  color: #26daaa;
}body input[type=radio][name=planet].planet27:checked + label.san04 > .info h2 .pipd {
  color: #e55f45;
}body input[type=radio][name=planet].planet27:checked + label.san05 > .info h2 .pipd {
  color: orange;
}body input[type=radio][name=planet].planet27:checked + label.san06 > .info h2 .pipd {
  color: #b45d15;
}body input[type=radio][name=planet].planet27:checked + label.san07 > .info h2 .pipd {
  color: #8dcdd8;
}body input[type=radio][name=planet].planet27:checked + label.san08 > .info h2 .pipd {
  color: #4f83e2;
}body input[type=radio][name=planet].planet27:checked + label.san09 > .info h2 .pipd {
  color: #FF8732;
}body input[type=radio][name=planet].planet27:checked + label.san10 > .info h2 .pipd {
  color: #FF6347;
}body input[type=radio][name=planet].planet27:checked + label.san11 > .info h2 .pipd {
  color: #66CDAA;
}body input[type=radio][name=planet].planet27:checked + label.san12 > .info h2 .pipd {
  color: #556B2F;
}body input[type=radio][name=planet].planet27:checked + label.san13 > .info h2 .pipd {
  color: #FF69B4;
}body input[type=radio][name=planet].planet27:checked + label.san14 > .info h2 .pipd {
  color: #1E90FF;
}body input[type=radio][name=planet].planet27:checked + label.san15 > .info h2 .pipd {
  color: #87CEEB;
}body input[type=radio][name=planet].planet27:checked + label.san16 > .info h2 .pipd {
  color: #228B22;
}body input[type=radio][name=planet].planet27:checked + label.san17 > .info h2 .pipd {
  color: #40E0D0;
}body input[type=radio][name=planet].planet27:checked + label.san18 > .info h2 .pipd {
  color: #9932CC;
}body input[type=radio][name=planet].planet27:checked + label.san19 > .info h2 .pipd {
  color: #FFFFF0;
}body input[type=radio][name=planet].planet27:checked + label.san20 > .info h2 .pipd {
  color: #8FBC8F;
}body input[type=radio][name=planet].planet27:checked + label.san21 > .info h2 .pipd {
  color: #00BFFF;
}body input[type=radio][name=planet].planet27:checked + label.san22 > .info h2 .pipd {
  color: #7FFFD4;
}body input[type=radio][name=planet].planet27:checked + label.san23 > .info h2 .pipd {
  color: #0000FF;
}body input[type=radio][name=planet].planet27:checked + label.san24 > .info h2 .pipd {
  color: #808000;
}body input[type=radio][name=planet].planet27:checked + label.san25 > .info h2 .pipd {
  color: #191970;
}body input[type=radio][name=planet].planet27:checked + label.san26 > .info h2 .pipd {
  color: #800000;
}body input[type=radio][name=planet].planet27:checked + label.san27 > .info h2 .pipd {
  color: #FFF5EE;
}body input[type=radio][name=planet].planet27:checked + label {
  opacity: 1;
}body input[type=radio][name=planet].planet27:checked + label:before {
  display: block;
  width: 4px;
  height: 4px;
  position: absolute;
  left: 2px;
  top: 2px;
  z-index: 2;
  background: white;
  border-radius: 4px;
  content: "";
}body input[type=radio][name=planet].planet27:checked + label > .info h2 {
  opacity: 1;
}body input[type=radio][name=planet].planet27:checked + label > .info h2 .pip {
  width: 30px;
  margin-right: 6px;
}body input[type=radio][name=planet].planet27:checked + label > .info h2 .pipd {
  opacity: 1;
  color: #fea082;
}body .solar_systm:nth-of-type(1) .planet {
  transform: translateZ(0px) translateY(0) rotatex(4deg) scalex(0.89);
  opacity: 2;
}body .solar_systm:nth-of-type(1) .planet_description {
  opacity: 1;
}body .solar_systm:nth-of-type(1) .planet_description p,
body .solar_systm:nth-of-type(1) .planet_description a {
  opacity: 0;
}body .solar_systm:nth-of-type(1) .planet_description h1,
body .solar_systm:nth-of-type(1) .planet_description h2 {
  position: relative;
  top: -330px;
  transition: all 0.5s 0s;
}body .solar_systm:nth-of-type(2) .planet {
  transform: translateZ(-2300px) translateY(0) rotatex(4deg) scalex(0.89);
  opacity: 1;
}body .solar_systm:nth-of-type(2) .planet_description {
  opacity: 1;
}body .solar_systm:nth-of-type(2) .planet_description p,
body .solar_systm:nth-of-type(2) .planet_description a {
  opacity: 0;
}body .solar_systm:nth-of-type(2) .planet_description h1,
body .solar_systm:nth-of-type(2) .planet_description h2 {
  position: relative;
  top: -330px;
  transition: all 0.5s 0s;
}body .solar_systm:nth-of-type(3) .planet {
  transform: translateZ(-4600px) translateY(0) rotatex(4deg) scalex(0.89);
  opacity: 0;
}body .solar_systm:nth-of-type(3) .planet_description {
  opacity: 1;
}body .solar_systm:nth-of-type(3) .planet_description p,
body .solar_systm:nth-of-type(3) .planet_description a {
  opacity: 0;
}body .solar_systm:nth-of-type(3) .planet_description h1,
body .solar_systm:nth-of-type(3) .planet_description h2 {
  position: relative;
  top: -330px;
  transition: all 0.5s 0s;
}body .solar_systm:nth-of-type(4) .planet {
  transform: translateZ(-6900px) translateY(0) rotatex(4deg) scalex(0.89);
  opacity: -1;
}body .solar_systm:nth-of-type(4) .planet_description {
  opacity: 1;
}body .solar_systm:nth-of-type(4) .planet_description p,
body .solar_systm:nth-of-type(4) .planet_description a {
  opacity: 0;
}body .solar_systm:nth-of-type(4) .planet_description h1,
body .solar_systm:nth-of-type(4) .planet_description h2 {
  position: relative;
  top: -330px;
  transition: all 0.5s 0s;
}body .solar_systm:nth-of-type(5) .planet {
  transform: translateZ(-9200px) translateY(0) rotatex(4deg) scalex(0.89);
  opacity: -2;
}body .solar_systm:nth-of-type(5) .planet_description {
  opacity: 1;
}body .solar_systm:nth-of-type(5) .planet_description p,
body .solar_systm:nth-of-type(5) .planet_description a {
  opacity: 0;
}body .solar_systm:nth-of-type(5) .planet_description h1,
body .solar_systm:nth-of-type(5) .planet_description h2 {
  position: relative;
  top: -330px;
  transition: all 0.5s 0s;
}body .solar_systm:nth-of-type(6) .planet {
  transform: translateZ(-11500px) translateY(0) rotatex(4deg) scalex(0.89);
  opacity: -3;
}body .solar_systm:nth-of-type(6) .planet_description {
  opacity: 1;
}body .solar_systm:nth-of-type(6) .planet_description p,
body .solar_systm:nth-of-type(6) .planet_description a {
  opacity: 0;
}body .solar_systm:nth-of-type(6) .planet_description h1,
body .solar_systm:nth-of-type(6) .planet_description h2 {
  position: relative;
  top: -330px;
  transition: all 0.5s 0s;
}body .solar_systm:nth-of-type(7) .planet {
  transform: translateZ(-13800px) translateY(0) rotatex(4deg) scalex(0.89);
  opacity: -4;
}body .solar_systm:nth-of-type(7) .planet_description {
  opacity: 1;
}body .solar_systm:nth-of-type(7) .planet_description p,
body .solar_systm:nth-of-type(7) .planet_description a {
  opacity: 0;
}body .solar_systm:nth-of-type(7) .planet_description h1,
body .solar_systm:nth-of-type(7) .planet_description h2 {
  position: relative;
  top: -330px;
  transition: all 0.5s 0s;
}body .solar_systm:nth-of-type(8) .planet {
  transform: translateZ(-16100px) translateY(0) rotatex(4deg) scalex(0.89);
  opacity: -5;
}body .solar_systm:nth-of-type(8) .planet_description {
  opacity: 1;
}body .solar_systm:nth-of-type(8) .planet_description p,
body .solar_systm:nth-of-type(8) .planet_description a {
  opacity: 0;
}body .solar_systm:nth-of-type(8) .planet_description h1,
body .solar_systm:nth-of-type(8) .planet_description h2 {
  position: relative;
  top: -330px;
  transition: all 0.5s 0s;
}body .solar_systm:nth-of-type(9) .planet {
  transform: translateZ(-18400px) translateY(0) rotatex(4deg) scalex(0.89);
  opacity: -6;
}body .solar_systm:nth-of-type(9) .planet_description {
  opacity: 1;
}body .solar_systm:nth-of-type(9) .planet_description p,
body .solar_systm:nth-of-type(9) .planet_description a {
  opacity: 0;
}body .solar_systm:nth-of-type(9) .planet_description h1,
body .solar_systm:nth-of-type(9) .planet_description h2 {
  position: relative;
  top: -330px;
  transition: all 0.5s 0s;
}body .solar_systm:nth-of-type(10) .planet {
  transform: translateZ(-20700px) translateY(0) rotatex(4deg) scalex(0.89);
  opacity: -7;
}body .solar_systm:nth-of-type(10) .planet_description {
  opacity: 1;
}body .solar_systm:nth-of-type(10) .planet_description p,
body .solar_systm:nth-of-type(10) .planet_description a {
  opacity: 0;
}body .solar_systm:nth-of-type(10) .planet_description h1,
body .solar_systm:nth-of-type(10) .planet_description h2 {
  position: relative;
  top: -330px;
  transition: all 0.5s 0s;
}body .solar_systm:nth-of-type(11) .planet {
  transform: translateZ(-23000px) translateY(0) rotatex(4deg) scalex(0.89);
  opacity: -8;
}body .solar_systm:nth-of-type(11) .planet_description {
  opacity: 1;
}body .solar_systm:nth-of-type(11) .planet_description p,
body .solar_systm:nth-of-type(11) .planet_description a {
  opacity: 0;
}body .solar_systm:nth-of-type(11) .planet_description h1,
body .solar_systm:nth-of-type(11) .planet_description h2 {
  position: relative;
  top: -330px;
  transition: all 0.5s 0s;
}body .solar_systm:nth-of-type(12) .planet {
  transform: translateZ(-25300px) translateY(0) rotatex(4deg) scalex(0.89);
  opacity: -9;
}body .solar_systm:nth-of-type(12) .planet_description {
  opacity: 1;
}body .solar_systm:nth-of-type(12) .planet_description p,
body .solar_systm:nth-of-type(12) .planet_description a {
  opacity: 0;
}body .solar_systm:nth-of-type(12) .planet_description h1,
body .solar_systm:nth-of-type(12) .planet_description h2 {
  position: relative;
  top: -330px;
  transition: all 0.5s 0s;
}body .solar_systm:nth-of-type(13) .planet {
  transform: translateZ(-27600px) translateY(0) rotatex(4deg) scalex(0.89);
  opacity: -10;
}body .solar_systm:nth-of-type(13) .planet_description {
  opacity: 1;
}body .solar_systm:nth-of-type(13) .planet_description p,
body .solar_systm:nth-of-type(13) .planet_description a {
  opacity: 0;
}body .solar_systm:nth-of-type(13) .planet_description h1,
body .solar_systm:nth-of-type(13) .planet_description h2 {
  position: relative;
  top: -330px;
  transition: all 0.5s 0s;
}body .solar_systm:nth-of-type(14) .planet {
  transform: translateZ(-29900px) translateY(0) rotatex(4deg) scalex(0.89);
  opacity: -11;
}body .solar_systm:nth-of-type(14) .planet_description {
  opacity: 1;
}body .solar_systm:nth-of-type(14) .planet_description p,
body .solar_systm:nth-of-type(14) .planet_description a {
  opacity: 0;
}body .solar_systm:nth-of-type(14) .planet_description h1,
body .solar_systm:nth-of-type(14) .planet_description h2 {
  position: relative;
  top: -330px;
  transition: all 0.5s 0s;
}body .solar_systm:nth-of-type(15) .planet {
  transform: translateZ(-32200px) translateY(0) rotatex(4deg) scalex(0.89);
  opacity: -12;
}body .solar_systm:nth-of-type(15) .planet_description {
  opacity: 1;
}body .solar_systm:nth-of-type(15) .planet_description p,
body .solar_systm:nth-of-type(15) .planet_description a {
  opacity: 0;
}body .solar_systm:nth-of-type(15) .planet_description h1,
body .solar_systm:nth-of-type(15) .planet_description h2 {
  position: relative;
  top: -330px;
  transition: all 0.5s 0s;
}body .solar_systm:nth-of-type(16) .planet {
  transform: translateZ(-34500px) translateY(0) rotatex(4deg) scalex(0.89);
  opacity: -13;
}body .solar_systm:nth-of-type(16) .planet_description {
  opacity: 1;
}body .solar_systm:nth-of-type(16) .planet_description p,
body .solar_systm:nth-of-type(16) .planet_description a {
  opacity: 0;
}body .solar_systm:nth-of-type(16) .planet_description h1,
body .solar_systm:nth-of-type(16) .planet_description h2 {
  position: relative;
  top: -330px;
  transition: all 0.5s 0s;
}body .solar_systm:nth-of-type(17) .planet {
  transform: translateZ(-36800px) translateY(0) rotatex(4deg) scalex(0.89);
  opacity: -14;
}body .solar_systm:nth-of-type(17) .planet_description {
  opacity: 1;
}body .solar_systm:nth-of-type(17) .planet_description p,
body .solar_systm:nth-of-type(17) .planet_description a {
  opacity: 0;
}body .solar_systm:nth-of-type(17) .planet_description h1,
body .solar_systm:nth-of-type(17) .planet_description h2 {
  position: relative;
  top: -330px;
  transition: all 0.5s 0s;
}body .solar_systm:nth-of-type(18) .planet {
  transform: translateZ(-39100px) translateY(0) rotatex(4deg) scalex(0.89);
  opacity: -15;
}body .solar_systm:nth-of-type(18) .planet_description {
  opacity: 1;
}body .solar_systm:nth-of-type(18) .planet_description p,
body .solar_systm:nth-of-type(18) .planet_description a {
  opacity: 0;
}body .solar_systm:nth-of-type(18) .planet_description h1,
body .solar_systm:nth-of-type(18) .planet_description h2 {
  position: relative;
  top: -330px;
  transition: all 0.5s 0s;
}body .solar_systm:nth-of-type(19) .planet {
  transform: translateZ(-41400px) translateY(0) rotatex(4deg) scalex(0.89);
  opacity: -16;
}body .solar_systm:nth-of-type(19) .planet_description {
  opacity: 1;
}body .solar_systm:nth-of-type(19) .planet_description p,
body .solar_systm:nth-of-type(19) .planet_description a {
  opacity: 0;
}body .solar_systm:nth-of-type(19) .planet_description h1,
body .solar_systm:nth-of-type(19) .planet_description h2 {
  position: relative;
  top: -330px;
  transition: all 0.5s 0s;
}body .solar_systm:nth-of-type(20) .planet {
  transform: translateZ(-43700px) translateY(0) rotatex(4deg) scalex(0.89);
  opacity: -17;
}body .solar_systm:nth-of-type(20) .planet_description {
  opacity: 1;
}body .solar_systm:nth-of-type(20) .planet_description p,
body .solar_systm:nth-of-type(20) .planet_description a {
  opacity: 0;
}body .solar_systm:nth-of-type(20) .planet_description h1,
body .solar_systm:nth-of-type(20) .planet_description h2 {
  position: relative;
  top: -330px;
  transition: all 0.5s 0s;
}body .solar_systm:nth-of-type(21) .planet {
  transform: translateZ(-46000px) translateY(0) rotatex(4deg) scalex(0.89);
  opacity: -18;
}body .solar_systm:nth-of-type(21) .planet_description {
  opacity: 1;
}body .solar_systm:nth-of-type(21) .planet_description p,
body .solar_systm:nth-of-type(21) .planet_description a {
  opacity: 0;
}body .solar_systm:nth-of-type(21) .planet_description h1,
body .solar_systm:nth-of-type(21) .planet_description h2 {
  position: relative;
  top: -330px;
  transition: all 0.5s 0s;
}body .solar_systm:nth-of-type(22) .planet {
  transform: translateZ(-48300px) translateY(0) rotatex(4deg) scalex(0.89);
  opacity: -19;
}body .solar_systm:nth-of-type(22) .planet_description {
  opacity: 1;
}body .solar_systm:nth-of-type(22) .planet_description p,
body .solar_systm:nth-of-type(22) .planet_description a {
  opacity: 0;
}body .solar_systm:nth-of-type(22) .planet_description h1,
body .solar_systm:nth-of-type(22) .planet_description h2 {
  position: relative;
  top: -330px;
  transition: all 0.5s 0s;
}body .solar_systm:nth-of-type(23) .planet {
  transform: translateZ(-50600px) translateY(0) rotatex(4deg) scalex(0.89);
  opacity: -20;
}body .solar_systm:nth-of-type(23) .planet_description {
  opacity: 1;
}body .solar_systm:nth-of-type(23) .planet_description p,
body .solar_systm:nth-of-type(23) .planet_description a {
  opacity: 0;
}body .solar_systm:nth-of-type(23) .planet_description h1,
body .solar_systm:nth-of-type(23) .planet_description h2 {
  position: relative;
  top: -330px;
  transition: all 0.5s 0s;
}body .solar_systm:nth-of-type(24) .planet {
  transform: translateZ(-52900px) translateY(0) rotatex(4deg) scalex(0.89);
  opacity: -21;
}body .solar_systm:nth-of-type(24) .planet_description {
  opacity: 1;
}body .solar_systm:nth-of-type(24) .planet_description p,
body .solar_systm:nth-of-type(24) .planet_description a {
  opacity: 0;
}body .solar_systm:nth-of-type(24) .planet_description h1,
body .solar_systm:nth-of-type(24) .planet_description h2 {
  position: relative;
  top: -330px;
  transition: all 0.5s 0s;
}body .solar_systm:nth-of-type(25) .planet {
  transform: translateZ(-55200px) translateY(0) rotatex(4deg) scalex(0.89);
  opacity: -22;
}body .solar_systm:nth-of-type(25) .planet_description {
  opacity: 1;
}body .solar_systm:nth-of-type(25) .planet_description p,
body .solar_systm:nth-of-type(25) .planet_description a {
  opacity: 0;
}body .solar_systm:nth-of-type(25) .planet_description h1,
body .solar_systm:nth-of-type(25) .planet_description h2 {
  position: relative;
  top: -330px;
  transition: all 0.5s 0s;
}body .solar_systm:nth-of-type(26) .planet {
  transform: translateZ(-57500px) translateY(0) rotatex(4deg) scalex(0.89);
  opacity: -23;
}body .solar_systm:nth-of-type(26) .planet_description {
  opacity: 1;
}body .solar_systm:nth-of-type(26) .planet_description p,
body .solar_systm:nth-of-type(26) .planet_description a {
  opacity: 0;
}body .solar_systm:nth-of-type(26) .planet_description h1,
body .solar_systm:nth-of-type(26) .planet_description h2 {
  position: relative;
  top: -330px;
  transition: all 0.5s 0s;
}body .solar_systm:nth-of-type(27) .planet {
  transform: translateZ(-59800px) translateY(0) rotatex(4deg) scalex(0.89);
  opacity: -24;
}body .solar_systm:nth-of-type(27) .planet_description {
  opacity: 1;
}body .solar_systm:nth-of-type(27) .planet_description p,
body .solar_systm:nth-of-type(27) .planet_description a {
  opacity: 0;
}body .solar_systm:nth-of-type(27) .planet_description h1,
body .solar_systm:nth-of-type(27) .planet_description h2 {
  position: relative;
  top: -330px;
  transition: all 0.5s 0s;
}body .solar_systm .planet .trajectory {
  transition: all 0.6s 0s;
  opacity: 0;
}body .solar_systm .planet.san01 {
  background: url("images/p_san01.png");
  box-shadow: 0 -590px 150px rgba(241, 241, 249, 0.2) inset, 0 0px 130px 40px rgba(241, 241, 249, 0.5) inset, 0 0px 23px 4px rgba(241, 241, 249, 0.5) inset, 0 -10px 130px rgba(241, 241, 249, 0.5);
}body .solar_systm .planet.san02 {
  background: url("images/p_san02.png");
  box-shadow: 0 -590px 150px rgba(241, 241, 249, 0.2) inset, 0 0px 130px 40px rgba(241, 241, 249, 0.5) inset, 0 0px 23px 4px rgba(241, 241, 249, 0.5) inset, 0 -10px 130px rgba(241, 241, 249, 0.5);
}body .solar_systm .planet.san03 {
  background: url("images/p_san03.png");
  box-shadow: 0 -590px 150px rgba(241, 241, 249, 0.2) inset, 0 0px 130px 40px rgba(241, 241, 249, 0.5) inset, 0 0px 23px 4px rgba(241, 241, 249, 0.5) inset, 0 -10px 130px rgba(241, 241, 249, 0.5);
}body .solar_systm .planet.san04 {
  background: url("images/p_san04.png");
  box-shadow: 0 -590px 150px rgba(241, 241, 249, 0.2) inset, 0 0px 130px 40px rgba(241, 241, 249, 0.5) inset, 0 0px 23px 4px rgba(241, 241, 249, 0.5) inset, 0 -10px 130px rgba(241, 241, 249, 0.5);
}body .solar_systm .planet.san05 {
  background: url("images/p_san05.png");
  box-shadow: 0 -590px 150px rgba(241, 241, 249, 0.2) inset, 0 0px 130px 40px rgba(241, 241, 249, 0.5) inset, 0 0px 23px 4px rgba(241, 241, 249, 0.5) inset, 0 -10px 130px rgba(241, 241, 249, 0.5);
}body .solar_systm .planet.san06 {
  background: url("images/p_san06.png");
  box-shadow: 0 -590px 150px rgba(241, 241, 249, 0.2) inset, 0 0px 130px 40px rgba(241, 241, 249, 0.5) inset, 0 0px 23px 4px rgba(241, 241, 249, 0.5) inset, 0 -10px 130px rgba(241, 241, 249, 0.5);
}body .solar_systm .planet.san07 {
  background: url("images/p_san07.png");
  box-shadow: 0 -590px 150px rgba(241, 241, 249, 0.2) inset, 0 0px 130px 40px rgba(241, 241, 249, 0.5) inset, 0 0px 23px 4px rgba(241, 241, 249, 0.5) inset, 0 -10px 130px rgba(241, 241, 249, 0.5);
}body .solar_systm .planet.san08 {
  background: url("images/p_san08.png");
  box-shadow: 0 -590px 150px rgba(241, 241, 249, 0.2) inset, 0 0px 130px 40px rgba(241, 241, 249, 0.5) inset, 0 0px 23px 4px rgba(241, 241, 249, 0.5) inset, 0 -10px 130px rgba(241, 241, 249, 0.5);
}body .solar_systm .planet.san09 {
  background: url("images/p_san09.png");
  box-shadow: 0 -590px 150px rgba(241, 241, 249, 0.2) inset, 0 0px 130px 40px rgba(241, 241, 249, 0.5) inset, 0 0px 23px 4px rgba(241, 241, 249, 0.5) inset, 0 -10px 130px rgba(241, 241, 249, 0.5);
}body .solar_systm .planet.san10 {
  background: url("images/p_san10.png");
  box-shadow: 0 -590px 150px rgba(241, 241, 249, 0.2) inset, 0 0px 130px 40px rgba(241, 241, 249, 0.5) inset, 0 0px 23px 4px rgba(241, 241, 249, 0.5) inset, 0 -10px 130px rgba(241, 241, 249, 0.5);
}body .solar_systm .planet.san11 {
  background: url("images/p_san11.png");
  box-shadow: 0 -590px 150px rgba(241, 241, 249, 0.2) inset, 0 0px 130px 40px rgba(241, 241, 249, 0.5) inset, 0 0px 23px 4px rgba(241, 241, 249, 0.5) inset, 0 -10px 130px rgba(241, 241, 249, 0.5);
}body .solar_systm .planet.san12 {
  background: url("images/p_san12.png");
  box-shadow: 0 -590px 150px rgba(241, 241, 249, 0.2) inset, 0 0px 130px 40px rgba(241, 241, 249, 0.5) inset, 0 0px 23px 4px rgba(241, 241, 249, 0.5) inset, 0 -10px 130px rgba(241, 241, 249, 0.5);
}body .solar_systm .planet.san13 {
  background: url("images/p_san13.png");
  box-shadow: 0 -590px 150px rgba(241, 241, 249, 0.2) inset, 0 0px 130px 40px rgba(241, 241, 249, 0.5) inset, 0 0px 23px 4px rgba(241, 241, 249, 0.5) inset, 0 -10px 130px rgba(241, 241, 249, 0.5);
}body .solar_systm .planet.san14 {
  background: url("images/p_san14.png");
  box-shadow: 0 -590px 150px rgba(241, 241, 249, 0.2) inset, 0 0px 130px 40px rgba(241, 241, 249, 0.5) inset, 0 0px 23px 4px rgba(241, 241, 249, 0.5) inset, 0 -10px 130px rgba(241, 241, 249, 0.5);
}body .solar_systm .planet.san15 {
  background: url("images/p_san15.png");
  box-shadow: 0 -590px 150px rgba(241, 241, 249, 0.2) inset, 0 0px 130px 40px rgba(241, 241, 249, 0.5) inset, 0 0px 23px 4px rgba(241, 241, 249, 0.5) inset, 0 -10px 130px rgba(241, 241, 249, 0.5);
}body .solar_systm .planet.san16 {
  background: url("images/p_san16.png");
  box-shadow: 0 -590px 150px rgba(241, 241, 249, 0.2) inset, 0 0px 130px 40px rgba(241, 241, 249, 0.5) inset, 0 0px 23px 4px rgba(241, 241, 249, 0.5) inset, 0 -10px 130px rgba(241, 241, 249, 0.5);
}body .solar_systm .planet.san17 {
  background: url("images/p_san17.png");
  box-shadow: 0 -590px 150px rgba(241, 241, 249, 0.2) inset, 0 0px 130px 40px rgba(241, 241, 249, 0.5) inset, 0 0px 23px 4px rgba(241, 241, 249, 0.5) inset, 0 -10px 130px rgba(241, 241, 249, 0.5);
}body .solar_systm .planet.san18 {
  background: url("images/p_san18.png");
  box-shadow: 0 -590px 150px rgba(241, 241, 249, 0.2) inset, 0 0px 130px 40px rgba(241, 241, 249, 0.5) inset, 0 0px 23px 4px rgba(241, 241, 249, 0.5) inset, 0 -10px 130px rgba(241, 241, 249, 0.5);
}body .solar_systm .planet.san19 {
  background: url("images/p_san19.png");
  box-shadow: 0 -590px 150px rgba(241, 241, 249, 0.2) inset, 0 0px 130px 40px rgba(241, 241, 249, 0.5) inset, 0 0px 23px 4px rgba(241, 241, 249, 0.5) inset, 0 -10px 130px rgba(241, 241, 249, 0.5);
}body .solar_systm .planet.san20 {
  background: url("images/p_san20.png");
  box-shadow: 0 -590px 150px rgba(241, 241, 249, 0.2) inset, 0 0px 130px 40px rgba(241, 241, 249, 0.5) inset, 0 0px 23px 4px rgba(241, 241, 249, 0.5) inset, 0 -10px 130px rgba(241, 241, 249, 0.5);
}body .solar_systm .planet.san21 {
  background: url("images/p_san21.png");
  box-shadow: 0 -590px 150px rgba(241, 241, 249, 0.2) inset, 0 0px 130px 40px rgba(241, 241, 249, 0.5) inset, 0 0px 23px 4px rgba(241, 241, 249, 0.5) inset, 0 -10px 130px rgba(241, 241, 249, 0.5);
}body .solar_systm .planet.san22 {
  background: url("images/p_san22.png");
  box-shadow: 0 -590px 150px rgba(241, 241, 249, 0.2) inset, 0 0px 130px 40px rgba(241, 241, 249, 0.5) inset, 0 0px 23px 4px rgba(241, 241, 249, 0.5) inset, 0 -10px 130px rgba(241, 241, 249, 0.5);
}body .solar_systm .planet.san23 {
  background: url("images/p_san23.png");
  box-shadow: 0 -590px 150px rgba(241, 241, 249, 0.2) inset, 0 0px 130px 40px rgba(241, 241, 249, 0.5) inset, 0 0px 23px 4px rgba(241, 241, 249, 0.5) inset, 0 -10px 130px rgba(241, 241, 249, 0.5);
}body .solar_systm .planet.san24 {
  background: url("images/p_san24.png");
  box-shadow: 0 -590px 150px rgba(241, 241, 249, 0.2) inset, 0 0px 130px 40px rgba(241, 241, 249, 0.5) inset, 0 0px 23px 4px rgba(241, 241, 249, 0.5) inset, 0 -10px 130px rgba(241, 241, 249, 0.5);
}body .solar_systm .planet.san25 {
  background: url("images/p_san25.png");
  box-shadow: 0 -590px 150px rgba(241, 241, 249, 0.2) inset, 0 0px 130px 40px rgba(241, 241, 249, 0.5) inset, 0 0px 23px 4px rgba(241, 241, 249, 0.5) inset, 0 -10px 130px rgba(241, 241, 249, 0.5);
}body .solar_systm .planet.san26 {
  background: url("images/p_san26.png");
  box-shadow: 0 -590px 150px rgba(241, 241, 249, 0.2) inset, 0 0px 130px 40px rgba(241, 241, 249, 0.5) inset, 0 0px 23px 4px rgba(241, 241, 249, 0.5) inset, 0 -10px 130px rgba(241, 241, 249, 0.5);
}body .solar_systm .planet.san27 {
  background: url("images/p_san27.png");
  box-shadow: 0 -590px 150px rgba(241, 241, 249, 0.2) inset, 0 0px 130px 40px rgba(241, 241, 249, 0.5) inset, 0 0px 23px 4px rgba(241, 241, 249, 0.5) inset, 0 -10px 130px rgba(241, 241, 249, 0.5);
}body .solar_systm .planet_description {
  width: 620px;
  text-align: center;
  position: absolute;
  margin: auto;
  left: 0;
  z-index: 2;
  right: 0;
  color: white;
  font-weight: 100;
  transition: all 0.4s 0s;
  text-transform: uppercase;
  z-index: 1;
}body .solar_systm .planet_description.san01 a {
  color: #E8927C;
}body .solar_systm .planet_description.san01 h2 {
  color: #E8927C;
}body .solar_systm .planet_description.san02 a {
  color: #b29d81;
}body .solar_systm .planet_description.san02 h2 {
  color: #b29d81;
}body .solar_systm .planet_description.san03 a {
  color: #26daaa;
}body .solar_systm .planet_description.san03 h2 {
  color: #26daaa;
}body .solar_systm .planet_description.san04 a {
  color: #e55f45;
}body .solar_systm .planet_description.san04 h2 {
  color: #e55f45;
}body .solar_systm .planet_description.san05 a {
  color: orange;
}body .solar_systm .planet_description.san05 h2 {
  color: orange;
}body .solar_systm .planet_description.san06 a {
  color: #b45d15;
}body .solar_systm .planet_description.san06 h2 {
  color: #b45d15;
}body .solar_systm .planet_description.san07 a {
  color: #8dcdd8;
}body .solar_systm .planet_description.san07 h2 {
  color: #8dcdd8;
}body .solar_systm .planet_description.san08 a {
  color: #4f83e2;
}body .solar_systm .planet_description.san08 h2 {
  color: #4f83e2;
}body .solar_systm .planet_description.san09 a, {
  color: #FF8732;
}body .solar_systm .planet_description.san09 h2 {
  color: #FF8732;
}body .solar_systm .planet_description.san10 a {
  color: #FF6347;
}body .solar_systm .planet_description.san10 h2 {
  color: #FF6347;
}body .solar_systm .planet_description.san11 a {
  color: #66CDAA;
}body .solar_systm .planet_description.san11 h2 {
  color: #66CDAA;
}body .solar_systm .planet_description.san12 a {
  color: #556B2F;
}body .solar_systm .planet_description.san12 h2 {
  color: #556B2F;
}body .solar_systm .planet_description.san13 a {
  color: #FF69B4;
}body .solar_systm .planet_description.san13 h2 {
  color: #FF69B4;
}body .solar_systm .planet_description.san14 a {
  color: #1E90FF;
}body .solar_systm .planet_description.san14 h2 {
  color: #1E90FF;
}body .solar_systm .planet_description.san15 a {
  color: #87CEEB;
}body .solar_systm .planet_description.san15 h2 {
  color: #87CEEB;
}body .solar_systm .planet_description.san16 a {
  color: #228B22;
}body .solar_systm .planet_description.san16 h2 {
  color: #228B22;
}body .solar_systm .planet_description.san17 a {
  color: #40E0D0;
}body .solar_systm .planet_description.san17 h2 {
  color: #40E0D0;
}body .solar_systm .planet_description.san18 a {
  color: #9932CC;
}body .solar_systm .planet_description.san18 h2 {
  color: #9932CC;
}body .solar_systm .planet_description.san19 a {
  color: #FFFFF0;
}body .solar_systm .planet_description.san19 h2 {
  color: #FFFFF0;
}body .solar_systm .planet_description.san20 a {
  color: #8FBC8F;
}body .solar_systm .planet_description.san20 h2 {
  color: #8FBC8F;
}body .solar_systm .planet_description.san21 a {
  color: #00BFFF;
}body .solar_systm .planet_description.san21 h2 {
  color: #00BFFF;
}body .solar_systm .planet_description.san22 a {
  color: #7FFFD4;
}body .solar_systm .planet_description.san22 h2 {
  color: #7FFFD4;
}body .solar_systm .planet_description.san23 a {
  color: #0000FF;
}body .solar_systm .planet_description.san23 h2 {
  color: #0000FF;
}body .solar_systm .planet_description.san24 a {
  color: #808000;
}body .solar_systm .planet_description.san24 h2 {
  color: #808000;
}body .solar_systm .planet_description.san25 a {
  color: #191970;
}body .solar_systm .planet_description.san25 h2 {
  color: #191970;
}body .solar_systm .planet_description.san26 a {
  color: #800000;
}body .solar_systm .planet_description.san26 h2 {
  color: #800000;
}body .solar_systm .planet_description.san27 a {
  color: #FFF5EE;
}body .solar_systm .planet_description.san27 h2 {
  color: #FFF5EE;
}body .solar_systm .planet_description h1,
body .solar_systm .planet_description h2,
body .solar_systm .planet_description p,
body .solar_systm .planet_description a {
  font-weight: 100;
  font-size: 10px;
  letter-spacing: 5px;
  margin: 0;
}body .solar_systm .planet_description h1 {
  letter-spacing: 16px;
  font-size: 34px;
}body .solar_systm .planet_description h2,
body .solar_systm .planet_description a {
  color: #fabfad;
}body .solar_systm .planet_description h2 {
  margin-top: 60px;
  margin-bottom: 6px;
  font-size: 20px;
}body .solar_systm .planet_description p {
  line-height: 26px;
  margin-top: 14px;
  oapcity: 0.3;
  margin-bottom: 10px;
  font-size: 15px;
}body .solar_systm .planet_description a {
  color: #fea082;
  font-size: 20px;
  font-weight: 500;
  padding: 0 2px 5px 0px;
  border-bottom: 2px solid;
  transition: all 0.2s;
  position: relative;
  left: 0;
}body .solar_systm .planet_description a:hover {
  padding: 0 10px 5px 10px;
  left: -1px;
}body .solar_systm .planet_description a span {
  letter-spacing: 0;
  margin-left: -5px;
}body .panel {
  position: absolute;
  right: -420px;
  width: 420px;
  top: 0;
  height: 100vh;
  transition: all 0.2s;
  color: black;
  background: white;
  padding: 0px 0px 0px 0px;

}body .panel body::-webkit-scrollbar {
  width: 1em;
}body .panel body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}body .panel body::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}body .panel .profile {
  padding-top: 4px;
}body .panel .profile p {
  line-height: 10px;
}body .panel .profile p span {
  font-weight: 600;
  color: black;
}body .panel img {
  border-radius: 2px;
  width: 100%;
}body .panel h1 {
  text-transform: uppercase;
  font-weight: 100;
  margin: 0 0 0 0;
  letter-spacing: 3px;
  top: 0;
  padding: 49px 0 0 0;
  width: 100%;
  font-size: 20px;
}body .panel h1::after {
  width: 30px;
  height: 2px;
  background: black;
  display: block;
  content: "";
  margin-bottom: 30px;
  margin-top: 8px;
}body .panel h2 {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 30px;
}body .panel h2::after {
  width: 30px;
  height: 2px;
  background: black;
  display: block;
  content: "";
  margin-top: 8px;
}body .panel p {
  color: #a0a0a0;
  font-size: 12px;
  line-height: 20px;
}




