:root {
  --sectionColor: #555555;
  --sectionColorAlt: #fff;
  --sectionColorHover: #42D5C4;
}
:root .cb-section--petrol {
  --sectionColor: #42D5C4;
  --sectionColorAlt: #004E56;
  --sectionColorHover: #fff;
}
:root .cb-section--darkblue {
  --sectionColor: #42D5C4;
  --sectionColorAlt: #1E3752;
  --sectionColorHover: #fff;
}
:root .cb-section--gray {
  --sectionColor: #fff;
  --sectionColorAlt: #555555;
  --sectionColorHover: #42D5C4;
}
:root .cb-section--mediumgray {
  --sectionColor: #fff;
  --sectionColorAlt: #A9A9A9;
  --sectionColorHover: #004E56;
}
:root .cb-section--lightgray {
  --sectionColor: #fff;
  --sectionColorAlt: #C4C4C4;
  --sectionColorHover: #004E56;
}
:root .cb-section--root {
  --sectionColor: #004E56;
  --sectionColorAlt: #42D5C4;
  --sectionColorHover: #fff;
}
@media (max-width: 1099px) {
  :root .cb-section--root {
    --sectionColor: #fff;
    --sectionColorAlt: #004E56;
    --sectionColorHover: #004E56;
  }
}
:root {
  --unitIndent: 70px;
}
@media (max-width: 1279px) {
  :root {
    --unitIndent: 50px;
  }
}
@media (max-width: 767px) {
  :root {
    --unitIndent: 0;
  }
}
:root {
  --deskWidth: 1200px;
  --deskSpace: 7vw;
  --deskMaxWidth: calc(100% - (2 * var(--deskSpace)));
}
:root {
  --spacePart: 20px;
}
@media (max-width: 1279px) {
  :root {
    --spacePart: 15px;
  }
}
@media (max-width: 767px) {
  :root {
    --spacePart: 15px;
  }
}
:root {
  --spaceUnit: 40px;
}
@media (max-width: 1279px) {
  :root {
    --spaceUnit: 35px;
  }
}
@media (max-width: 767px) {
  :root {
    --spaceUnit: 25px;
  }
}
:root {
  --spaceTotal: 60px;
}
@media (max-width: 1279px) {
  :root {
    --spaceTotal: 50px;
  }
}
@media (max-width: 767px) {
  :root {
    --spaceTotal: 40px;
  }
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.button {
  background-color: var(--sectionColor);
  font-size: 18px;
  line-height: 1.33333333;
  cursor: pointer;
  color: var(--sectionColorAlt);
  padding: 8px 40px;
  border: 5px solid var(--sectionColor);
  -webkit-appearance: none;
  border-radius: 15px;
  box-sizing: border-box;
  text-decoration: none;
  font-weight: 500;
}
.button:hover,
.button:focus {
  background-color: transparent;
  color: var(--sectionColor);
}
@media (max-width: 767px) {
  .button {
    font-size: 14px;
    line-height: 1.42857143;
    padding: 10px 30px;
  }
}
.cb-section--four .subcontent--1 {
  width: 560px;
}
.cb-section--six .subcontent--1 {
  width: 330px;
}
.cb-section--six .subcontent--2 {
  float: right;
  width: calc(100% - 360px);
}
.cb-section--one .area {
  width: 100%;
}
.cb-section--one .area > .unit {
  margin-right: 4%;
  margin-left: 4%;
  width: 92%;
}
.cb-section--one .area .cb-album .body,
.cb-section--one .area .head,
.cb-section--one .area .foot,
.cb-section--one .area .part {
  margin-right: 0%;
  margin-left: 0%;
  width: 100%;
}
.cb-section--one .area > .slim {
  width: 42%;
}
.cb-section--one .area > .slim .head,
.cb-section--one .area > .slim .foot,
.cb-section--one .area > .slim .part {
  margin-right: 0%;
  margin-left: 0%;
  width: 100%;
}
.cb-section--one .area > .slim.cb-album .body {
  margin-right: 0%;
  margin-left: 0%;
  width: 100%;
}
.cb-section--one .area > .slim .tiny {
  width: 100%;
}
@media (max-width: 1279px) {
  .cb-section--four .subcontent--2 .area {
    width: 100%;
  }
  .cb-section--four .subcontent--2 .area > .unit {
    margin-right: 2%;
    margin-left: 2%;
    width: 96%;
  }
  .cb-section--four .subcontent--2 .area .cb-album .body,
  .cb-section--four .subcontent--2 .area .head,
  .cb-section--four .subcontent--2 .area .foot,
  .cb-section--four .subcontent--2 .area .part {
    margin-right: 0%;
    margin-left: 0%;
    width: 100%;
  }
  .cb-section--four .subcontent--2 .area > .slim {
    width: 46%;
  }
  .cb-section--four .subcontent--2 .area > .slim .head,
  .cb-section--four .subcontent--2 .area > .slim .foot,
  .cb-section--four .subcontent--2 .area > .slim .part {
    margin-right: 0%;
    margin-left: 0%;
    width: 100%;
  }
  .cb-section--four .subcontent--2 .area > .slim.cb-album .body {
    margin-right: 0%;
    margin-left: 0%;
    width: 100%;
  }
  .cb-section--four .subcontent--2 .area > .slim .tiny {
    width: 100%;
  }
}
.cb-section--eight .area,
.cb-section--nine .area {
  width: 100%;
}
.cb-section--eight .area > .unit,
.cb-section--nine .area > .unit {
  margin-right: 2%;
  margin-left: 2%;
  width: 96%;
}
.cb-section--eight .area .cb-album .body,
.cb-section--nine .area .cb-album .body,
.cb-section--eight .area .head,
.cb-section--nine .area .head,
.cb-section--eight .area .foot,
.cb-section--nine .area .foot,
.cb-section--eight .area .part,
.cb-section--nine .area .part {
  margin-right: 0%;
  margin-left: 0%;
  width: 100%;
}
.cb-section--eight .area > .slim,
.cb-section--nine .area > .slim {
  width: 46%;
}
.cb-section--eight .area > .slim .head,
.cb-section--nine .area > .slim .head,
.cb-section--eight .area > .slim .foot,
.cb-section--nine .area > .slim .foot,
.cb-section--eight .area > .slim .part,
.cb-section--nine .area > .slim .part {
  margin-right: 0%;
  margin-left: 0%;
  width: 100%;
}
.cb-section--eight .area > .slim.cb-album .body,
.cb-section--nine .area > .slim.cb-album .body {
  margin-right: 0%;
  margin-left: 0%;
  width: 100%;
}
.cb-section--eight .area > .slim .tiny,
.cb-section--nine .area > .slim .tiny {
  width: 100%;
}
.cb-section--one .area {
  width: 108%;
  margin-left: -4%;
}
@media (max-width: 1279px) {
  .cb-section--four .subcontent--2 .area {
    width: 104%;
    margin-left: -2%;
  }
}
.cb-section--eight .area,
.cb-section--nine .area {
  width: 104%;
  margin-left: -2%;
}
.cb-section--one .area .pure.slim {
  width: 92%;
}
.cb-section--one .area .pure.slim .body {
  max-width: 560px;
}
.cb-section--one .area .seam.wide,
.cb-section--one .area .flat.wide {
  width: 42%;
}
@media (max-width: 1279px) {
  .cb-section--two .area .unit:first-child {
    float: right;
    width: 800px;
    max-width: 100%;
    margin-bottom: -100px;
  }
  .cb-section--two .area .unit:first-child:last-child {
    margin-bottom: var(--spaceUnit);
  }
  .cb-section--two .area .unit:nth-child(1n + 2) {
    width: 560px;
    margin-top: 0;
  }
}
@media (max-width: 1279px) {
  .cb-section--four .subcontent--2 .area .unit {
    width: 46%;
  }
  .cb-section--four .subcontent--2 .area .unit .part {
    float: right;
    width: calc(100% - 100px);
  }
  .cb-section--four .subcontent--2 .area .unit .pict.tall:first-child {
    float: left;
    width: 80px;
  }
}
.cb-section--eight .area .unit.wide {
  width: 46%;
}
.cb-section--nine .area .unit.wide {
  width: 46%;
}
/*# sourceMappingURL=./screen-medium.css.map */