/******* screen-medium.less *******/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.cb-layout1 .desk,
.cb-layout2 .desk,
.cb-layout4 .desk {
  width: 69.79166667%;
}
.cb-layout3 .desk {
  width: 93.75%;
}
.cb-layout2 #head,
.cb-layout4 #head {
  width: 100%;
  margin-left: 0;
}
.cb-layout3 #head {
  margin-top: 120px;
  margin-left: 0;
}
.cb-layout3 .container.container--main .desk {
  margin-top: 136px;
  margin-bottom: 120px;
  padding: 0 92px;
}
@media (max-width: 1279px) {
  #expo {
    float: left;
    width: 100%;
    position: relative;
    height: 0;
    padding-bottom: 66%;
  }
  #slides {
    overflow: hidden;
    position: relative;
    max-width: 100% !important;
    max-height: 10000px !important;
    z-index: 1;
  }
  #slides .slide {
    width: 100%;
  }
  #slides img {
    display: block;
    width: 100%;
    max-width: 100% !important;
    max-height: 10000px !important;
  }
  #expo div.link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: -webkit-backdrop-filter 0.4s 0.2s;
    transition: -webkit-backdrop-filter 0.4s 0.2s;
    -o-transition: backdrop-filter 0.4s 0.2s;
    transition: backdrop-filter 0.4s 0.2s;
    transition: backdrop-filter 0.4s 0.2s, -webkit-backdrop-filter 0.4s 0.2s;
  }
  #expo div.link .prev,
  #expo div.link .next {
    position: absolute;
    z-index: 11;
    top: 0;
    bottom: 0;
    font-size: 0;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    width: 122px;
  }
  #expo div.link .prev.cb-slide-previous,
  #expo div.link .next.cb-slide-previous {
    background: url(/images/prev.svg) no-repeat center;
    left: 0;
  }
  #expo div.link .prev.cb-slide-next,
  #expo div.link .next.cb-slide-next {
    right: 0;
    background: url(/images/next.svg) no-repeat center;
  }
  #expo div.link .cb-index {
    position: absolute;
    z-index: 11;
    bottom: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  #expo div.link .cb-index .cb-index-all {
    margin: 0 auto;
  }
  #expo div.link .cb-index .cb-index-all a {
    position: relative;
    display: block;
    width: 8px;
    height: 8px;
    margin: 0 6px;
    border-radius: 50%;
    background-color: #E0E0E0;
    font-size: 0;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
  }
  #expo div.link .cb-index .cb-index-all .this a {
    background-color: #F7B208;
  }
  #expo div.link .cb-index .cb-index-some {
    display: none;
  }
}
.cb-layout1 .area,
.cb-layout2 .area,
.cb-layout4 .area,
.cb-layout3 .area {
  width: 100%;
}
.cb-layout1 .area > .unit,
.cb-layout2 .area > .unit,
.cb-layout4 .area > .unit,
.cb-layout3 .area > .unit {
  margin-right: 0%;
  margin-left: 0%;
  width: 100%;
}
.cb-layout1 .area h2,
.cb-layout2 .area h2,
.cb-layout4 .area h2,
.cb-layout3 .area h2,
.cb-layout1 .area .foot,
.cb-layout2 .area .foot,
.cb-layout4 .area .foot,
.cb-layout3 .area .foot {
  margin-right: 2.14285714%;
  margin-left: 2.14285714%;
}
.cb-layout1 .area .part,
.cb-layout2 .area .part,
.cb-layout4 .area .part,
.cb-layout3 .area .part,
.cb-layout1 .area > .grid table,
.cb-layout2 .area > .grid table,
.cb-layout4 .area > .grid table,
.cb-layout3 .area > .grid table {
  margin-right: 2.14285714%;
  margin-left: 2.14285714%;
  width: 95.71428571%;
}
.cb-layout1 .area .tiny,
.cb-layout2 .area .tiny,
.cb-layout4 .area .tiny,
.cb-layout3 .area .tiny {
  width: 45.71428571%;
}
.cb-layout1 .area > .slim,
.cb-layout2 .area > .slim,
.cb-layout4 .area > .slim,
.cb-layout3 .area > .slim {
  width: 50%;
}
.cb-layout1 .area > .slim h2,
.cb-layout2 .area > .slim h2,
.cb-layout4 .area > .slim h2,
.cb-layout3 .area > .slim h2,
.cb-layout1 .area > .slim .foot,
.cb-layout2 .area > .slim .foot,
.cb-layout4 .area > .slim .foot,
.cb-layout3 .area > .slim .foot,
.cb-layout1 .area > .slim .part,
.cb-layout2 .area > .slim .part,
.cb-layout4 .area > .slim .part,
.cb-layout3 .area > .slim .part,
.cb-layout1 .area > .slim.grid table,
.cb-layout2 .area > .slim.grid table,
.cb-layout4 .area > .slim.grid table,
.cb-layout3 .area > .slim.grid table {
  margin-right: 4.28571429%;
  margin-left: 4.28571429%;
}
.cb-layout1 .area > .slim .part,
.cb-layout2 .area > .slim .part,
.cb-layout4 .area > .slim .part,
.cb-layout3 .area > .slim .part,
.cb-layout1 .area > .slim.grid table,
.cb-layout2 .area > .slim.grid table,
.cb-layout4 .area > .slim.grid table,
.cb-layout3 .area > .slim.grid table {
  width: 91.42857143%;
}
.cb-layout1 .area > .slim .tiny,
.cb-layout2 .area > .slim .tiny,
.cb-layout4 .area > .slim .tiny,
.cb-layout3 .area > .slim .tiny {
  width: 41.42857143%;
}
.cb-layout1 .area.farnorth {
  width: 100%;
}
.cb-layout1 .area.farnorth > .unit {
  margin-right: 2.14285714%;
  margin-left: 2.14285714%;
  width: 95.71428571%;
}
.cb-layout1 .area.farnorth h2,
.cb-layout1 .area.farnorth .foot {
  margin-right: 6.60714286%;
  margin-left: 6.60714286%;
}
.cb-layout1 .area.farnorth .part,
.cb-layout1 .area.farnorth > .grid table {
  margin-right: 6.60714286%;
  margin-left: 6.60714286%;
  width: 86.78571429%;
}
.cb-layout1 .area.farnorth .tiny {
  width: 36.78571429%;
}
.cb-layout1 .area.farnorth > .slim {
  width: 45.71428571%;
}
.cb-layout1 .area.farnorth > .slim h2,
.cb-layout1 .area.farnorth > .slim .foot,
.cb-layout1 .area.farnorth > .slim .part,
.cb-layout1 .area.farnorth > .slim.grid table {
  margin-right: 13.83370536%;
  margin-left: 13.83370536%;
}
.cb-layout1 .area.farnorth > .slim .part,
.cb-layout1 .area.farnorth > .slim.grid table {
  width: 72.33258929%;
}
.cb-layout1 .area.farnorth > .slim .tiny {
  width: 72.33258929%;
}
.area.main {
  width: 104.47761194%;
  margin-left: -2.23880597%;
}
.cb-layout1 .area.main {
  margin-top: 112px;
  margin-bottom: 112px;
}
.cb-layout1 .area.main:empty {
  margin-top: 0;
  margin-bottom: 0;
}
.cb-layout1 .area.farnorth {
  width: 104.47761194%;
  margin-left: -2.23880597%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cb-layout1 .area.north {
  margin-top: 112px;
  margin-bottom: 68px;
}
.cb-layout1 .area.north:empty {
  margin-top: 0;
  margin-bottom: 0;
}
.cb-layout1 .area.fareast {
  text-align: left;
}
.cb-layout1 .area.fareast .unit {
  min-height: 66.66666667vw;
}
.cb-layout1 .area.fareast .unit .part {
  float: none;
  width: 69.79166667%;
  margin-right: auto;
  margin-left: auto;
}
.cb-layout1 .area.fareast .unit .part.link {
  text-align: left;
}
.cb-layout1 .area.south {
  margin-top: 60px;
  margin-bottom: 64px;
}
.cb-layout1 .area.south:empty {
  margin-top: 0;
  margin-bottom: 0;
}
.cb-layout1 .area.side,
.cb-layout2 .area.side {
  width: 100%;
  margin-left: 0;
}
.cb-layout1 .area.side .unit .part.text,
.cb-layout2 .area.side .unit .part.text,
.cb-layout1 .area.side .unit .part.link,
.cb-layout2 .area.side .unit .part.link {
  padding: 15px;
}
.cb-layout2 .area.north,
.cb-layout4 .area.north,
.cb-layout2 .area.south,
.cb-layout4 .area.south {
  min-height: 400px;
  margin-top: 100px;
  margin-bottom: 100px;
}
.cb-layout2 .area.north:empty,
.cb-layout4 .area.north:empty,
.cb-layout2 .area.south:empty,
.cb-layout4 .area.south:empty {
  min-height: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.cb-layout2 .area.east,
.cb-layout4 .area.east {
  min-height: 200px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.cb-layout2 .area.east:empty,
.cb-layout4 .area.east:empty {
  min-height: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.cb-layout2 .area.north,
.cb-layout4 .area.north,
.cb-layout2 .area.south,
.cb-layout4 .area.south,
.cb-layout2 .area.east,
.cb-layout4 .area.east {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cb-layout2 .area.south .unit .part.link.elem,
.cb-layout4 .area.south .unit .part.link.elem {
  margin-top: 100px;
}
.cb-layout2 .area.base,
.cb-layout4 .area.base {
  margin-top: 12px;
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.cb-layout2 .area.base:empty,
.cb-layout4 .area.base:empty {
  margin-top: 0;
  margin-bottom: 0;
}
.area .unit.seam {
  margin-bottom: 48px;
  padding-top: 58px;
  padding-bottom: 58px;
}
.area .unit.fold {
  width: 95.71428571%;
  margin-right: 2.14285714%;
  margin-left: 2.14285714%;
}
.area .unit.fold .body {
  width: 104.47761194%;
  margin-left: -2.23880597%;
  margin-right: -2.23880597%;
}
.area .unit.fold.wide .less .part,
.area .unit.fold.wide .more .part {
  width: 95.71428571%;
  margin-left: 2.14285714%;
  margin-right: 2.14285714%;
}
.area .unit.fold.wide .less .part.tiny,
.area .unit.fold.wide .more .part.tiny {
  width: 45.71428571%;
  margin-left: 2.14285714%;
  margin-right: 2.14285714%;
}
.part.pict + .part.text > .pale:only-child {
  margin-top: -8px;
}
.part.text p.loud + p.pale {
  padding-top: 0.4em;
}
.main > .wide.form .tile .name,
.main > .wide a.capt {
  float: left;
  width: 33%;
}
.main > .wide.form .tile .chop,
.main > .wide.form .tile textarea,
.main > .wide.form .tile input.text,
.main > .wide.form .tile .ctrl,
.main > .wide input.capt {
  float: right;
  width: 63%;
}
#disp {
  left: 20%;
  margin-left: 0;
  width: 60%;
  font-size: 13px;
  font-size: 1.3rem;
  top: 100px !important;
}
#disp.zoom,
#disp.tube {
  left: 5%;
  margin-left: 0;
  width: 90%;
}
h1,
h2 {
  overflow-wrap: normal;
  word-wrap: normal;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
h1 {
  font-size: 56px;
  font-size: 5.6rem;
  line-height: 1.28571429;
  letter-spacing: 1px;
}
.cb-layout2 h1,
.cb-layout4 h1 {
  font-size: 45px;
  font-size: 4.5rem;
  line-height: 1.24444444;
  letter-spacing: 1px;
}
.cb-layout1 h2 {
  font-size: 45px;
  font-size: 4.5rem;
  line-height: 1.24444444;
  letter-spacing: 1px;
}
.cb-layout1 .area.side h2,
.cb-layout2 .area.side h2 {
  font-size: 2.18921032vw;
  line-height: 1.28571429;
}
/*# sourceMappingURL=screen-medium.css.map */