body {
  margin: 0;
  font-family: "IBMPlexSans", sans-serif;
  background-color: #FFF;
  font-weight: 400;
}
.container {
  padding: 0;
  margin: 0 auto;
  width: 1080px;
  max-width: 1080px;
}
@media (min-width: 992px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 100%;
  }
}
/* LIST */
ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
#accardion {
  max-width: 1080px;
}
/* FORM */
input.accardion-input {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.accardion-header {
  padding-top: 20px;
  display: block;
  float: left;
  height: 500px;
  width: 50px;
  overflow: hidden;
  background: #CCCCCC;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  line-height: 85px;
  transition: background 300ms ease;
}
.accardion-header:not(:first-child) {
  border-left: 1px solid #FFF;
}
.accardion-header:hover {
  transition-duration: 0s;
}
li:nth-child(even) > input.accardion-input + .accardion-header {
  background: #CCCCCC;
}
.accardion-header:hover,
li:nth-child(even) > input.accardion-input + .accardion-header:hover {
  background: #707070;
  color: #fff;
  cursor: pointer;
}
input.accardion-input[type=radio]:checked ~ .accardion-header {
  background: #707070;
  color: #fff;
  cursor: default !important;
}
/* SLIDES */
.accslide {
  background: #FFF;
  display: block;
  height: 500px;
  width: 0px;
  padding: 10px 0;
  float: left;
  overflow-x: hidden;
  font-sizes: 12px;
  line-height: 1.5;
  white-space: nowrap;
  transition: all 700ms ease;
}
.accslide img {
  margin-top: 10px;
}
.header-title {
  padding-left: 7px;
  font-size: 2em !important;
  white-space: nowrap;
  transform: rotate(90deg);
}
input.accardion-input[type=radio] ~ .accardion-header > * {
  padding-left: 7px;
  font-size: 1.2em;
}
li:nth-child(1):nth-last-child(2) input[type=radio]:checked ~ .accslide {
  width: calc(100% - 100px);
}
li:nth-child(2):nth-last-child(1) input[type=radio]:checked ~ .accslide {
  width: calc(100% - 100px);
}
li:nth-child(1):nth-last-child(3) input[type=radio]:checked ~ .accslide {
  width: calc(100% - 150px);
}
li:nth-child(2):nth-last-child(2) input[type=radio]:checked ~ .accslide {
  width: calc(100% - 150px);
}
li:nth-child(3):nth-last-child(1) input[type=radio]:checked ~ .accslide {
  width: calc(100% - 150px);
}
li:nth-child(1):nth-last-child(4) input[type=radio]:checked ~ .accslide {
  width: calc(100% - 200px);
}
li:nth-child(2):nth-last-child(3) input[type=radio]:checked ~ .accslide {
  width: calc(100% - 200px);
}
li:nth-child(3):nth-last-child(2) input[type=radio]:checked ~ .accslide {
  width: calc(100% - 200px);
}
li:nth-child(4):nth-last-child(1) input[type=radio]:checked ~ .accslide {
  width: calc(100% - 200px);
}
li:nth-child(1):nth-last-child(5) input[type=radio]:checked ~ .accslide {
  width: calc(100% - 250px);
}
li:nth-child(2):nth-last-child(4) input[type=radio]:checked ~ .accslide {
  width: calc(100% - 250px);
}
li:nth-child(3):nth-last-child(3) input[type=radio]:checked ~ .accslide {
  width: calc(100% - 250px);
}
li:nth-child(4):nth-last-child(2) input[type=radio]:checked ~ .accslide {
  width: calc(100% - 250px);
}
li:nth-child(5):nth-last-child(1) input[type=radio]:checked ~ .accslide {
  width: calc(100% - 250px);
}
li:nth-child(1):nth-last-child(6) input[type=radio]:checked ~ .accslide {
  width: calc(100% - 300px);
}
li:nth-child(2):nth-last-child(5) input[type=radio]:checked ~ .accslide {
  width: calc(100% - 300px);
}
li:nth-child(3):nth-last-child(4) input[type=radio]:checked ~ .accslide {
  width: calc(100% - 300px);
}
li:nth-child(4):nth-last-child(3) input[type=radio]:checked ~ .accslide {
  width: calc(100% - 300px);
}
li:nth-child(5):nth-last-child(2) input[type=radio]:checked ~ .accslide {
  width: calc(100% - 300px);
}
li:nth-child(6):nth-last-child(1) input[type=radio]:checked ~ .accslide {
  width: calc(100% - 300px);
}
li:nth-child(1):nth-last-child(7) input[type=radio]:checked ~ .accslide {
  width: calc(100% - 350px);
}
li:nth-child(2):nth-last-child(6) input[type=radio]:checked ~ .accslide {
  width: calc(100% - 350px);
}
li:nth-child(3):nth-last-child(5) input[type=radio]:checked ~ .accslide {
  width: calc(100% - 350px);
}
li:nth-child(4):nth-last-child(4) input[type=radio]:checked ~ .accslide {
  width: calc(100% - 350px);
}
li:nth-child(5):nth-last-child(3) input[type=radio]:checked ~ .accslide {
  width: calc(100% - 350px);
}
li:nth-child(6):nth-last-child(2) input[type=radio]:checked ~ .accslide {
  width: calc(100% - 350px);
}
li:nth-child(7):nth-last-child(1) input[type=radio]:checked ~ .accslide {
  width: calc(100% - 350px);
}
li:nth-child(1):nth-last-child(8) input[type=radio]:checked ~ .accslide {
  width: calc(100% - 400px);
}
li:nth-child(2):nth-last-child(7) input[type=radio]:checked ~ .accslide {
  width: calc(100% - 400px);
}
li:nth-child(3):nth-last-child(6) input[type=radio]:checked ~ .accslide {
  width: calc(100% - 400px);
}
li:nth-child(4):nth-last-child(5) input[type=radio]:checked ~ .accslide {
  width: calc(100% - 400px);
}
li:nth-child(5):nth-last-child(4) input[type=radio]:checked ~ .accslide {
  width: calc(100% - 400px);
}
li:nth-child(6):nth-last-child(3) input[type=radio]:checked ~ .accslide {
  width: calc(100% - 400px);
}
li:nth-child(7):nth-last-child(2) input[type=radio]:checked ~ .accslide {
  width: calc(100% - 400px);
}
li:nth-child(8):nth-last-child(1) input[type=radio]:checked ~ .accslide {
  width: calc(100% - 400px);
}
/*# sourceMappingURL=accardion.css.map */