.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.button {
  background-color: #1D1E21;
  line-height: 1.5;
  cursor: pointer;
  color: #fff;
  padding: 8px 40px;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  text-decoration: none;
}
.button:hover,
.button:focus {
  color: #fff;
  background-color: #111213;
}
.button:active {
  background-color: #000000;
}
* {
  margin: 0;
  padding: 0;
  outline: 0;
  border: none;
  background: none;
  font-size: 100%;
}
*::-moz-selection {
  background: #1D1E21;
  color: #fff;
}
*::selection {
  background: #1D1E21;
  color: #fff;
}
.hidden,
.cb-invisible {
  display: none !important;
}
li {
  list-style-position: inside;
}
img,
audio,
video,
iframe {
  float: left;
  width: 100%;
}
strong {
  font-weight: bold;
}
sup,
sub {
  position: relative;
  vertical-align: baseline;
  top: -0.8em;
  font-size: 70%;
}
sub {
  top: 0.4em;
}
address {
  font-style: normal;
}
input,
textarea {
  border-radius: 0;
  font-size: 16px;
  font-family: 'filson-pro', sans-serif;
  line-height: 1.5;
}
.unit caption {
  display: none;
}
.flag {
  background: #1D1E21;
  color: #fff;
}
img.cb-loading {
  background-size: 30px 30px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-loader.svg);
}
.area {
  float: left;
  width: 100%;
}
#view .area:empty {
  display: none;
}
.unit {
  float: left;
  width: 100%;
  margin-top: 55px;
  margin-bottom: 55px;
  position: relative;
}
@media (max-width: 1023px) {
  .unit {
    margin-top: 35px;
  }
}
@media (max-width: 767px) {
  .unit {
    margin-top: 15px;
  }
}
@media (max-width: 1023px) {
  .unit {
    margin-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .unit {
    margin-bottom: 15px;
  }
}
.unit .head,
.unit .body,
.unit .foot {
  float: left;
  width: 100%;
}
.unit.fold .less,
.unit.fold .more {
  float: left;
  width: 100%;
}
.part {
  float: left;
  width: 100%;
  margin-top: 25px;
  margin-bottom: 25px;
  position: relative;
}
@media (max-width: 1023px) {
  .part {
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  .part {
    margin-top: 25px;
  }
}
@media (max-width: 1023px) {
  .part {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .part {
    margin-bottom: 25px;
  }
}
.pict a {
  float: left;
  width: 100%;
}
.pict img {
  width: 100%;
}
.pict img:not(.svg) {
  width: auto;
  max-width: 100% !important;
}
#root#root#root img.zoom {
  display: none !important;
}
.cb-image-figure {
  float: left;
  width: 100%;
}
.cb-image-container {
  float: left;
  width: 100%;
  position: relative;
}
.cb-image-caption {
  float: left;
  width: 100%;
}
#expo .cb-image-figure {
  height: 100%;
}
#expo .cb-image-container {
  height: 100% !important;
}
#disp.zoom .cb-image-figure {
  height: 100%;
}
#disp.zoom .cb-image-container {
  height: 100%;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#disp.zoom .cb-image-caption {
  display: none;
}
.cb-album .cb-image-figure {
  opacity: 1 !important;
  display: block !important;
}
.cb-album .cb-image-container {
  position: static;
}
.cb-album .cb-image-caption {
  display: none;
}
div.load {
  background: none !important;
}
div.load a.load {
  display: inline-block;
  padding-left: 26px;
  background-size: 16px 16px;
  background-position: 0 4px;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-download-black.svg);
}
.show a {
  float: left;
  width: 100%;
  display: block;
}
#edit .line {
  padding-top: 5px;
  padding-bottom: 5px;
}
.line hr {
  float: left;
  width: 100%;
  border-bottom: 1px solid #E3E3E3;
}
.line hr.bold {
  border-bottom-width: 2px;
}
.line hr.dash {
  border-bottom-style: dashed;
}
.line hr.spot {
  border-bottom-style: dotted;
}
#edit div.code {
  position: relative;
  min-height: 30px;
}
#edit div.code:after {
  content: 'Code';
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  height: 100%;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background: #aaa;
  opacity: 0.6;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
  letter-spacing: 0.2em;
  padding: 0 20px;
}
.cb-code-executable {
  float: left;
  width: 100%;
}
.cb-service {
  float: left;
  width: 100%;
  margin: 5px 0;
}
.cb-service:first-child {
  margin-top: 0;
}
.cb-service:last-child {
  margin-bottom: 0;
}
.cb-youtube iframe,
.cb-vimeo iframe {
  height: 100%;
  background-color: #fff;
}
.text-section {
  float: left;
  width: 100%;
}
.list {
  float: left;
  width: 100%;
}
.list--bullet li {
  list-style: none;
  padding-left: 16px;
  position: relative;
  margin: 5px 0;
}
.list--bullet li:first-child {
  margin-top: 0;
}
.list--bullet li:last-child {
  margin-bottom: 0;
}
.list--bullet li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 5px;
  height: 5px;
  background-color: #1D1E21;
}
.list--numbered li {
  margin-left: 20px;
  list-style-position: outside;
}
#expo {
  float: right;
  width: 65.96491228%;
  position: relative;
}
#slides {
  float: left;
  width: 100%;
  height: 530px !important;
  max-width: 100% !important;
  max-height: 100% !important;
  position: relative;
}
@media (max-width: 767px) {
  #slides {
    height: 244px !important;
  }
}
#slides .slide {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
}
#slides a {
  display: block;
  width: 100%;
  height: 100%;
}
#slides a.null {
  cursor: default;
}
.cb-slides .cb-image-figure {
  height: 100%;
}
.cb-slides .cb-image-container {
  height: 100% !important;
}
#slides img {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#expo div.link {
  display: none;
  float: left;
  width: 100%;
  height: 0;
}
#expo a.link {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 30px;
  height: 50px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #1D1E21;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
}
#expo a.link.prev {
  left: 20px;
}
#expo a.link.next {
  right: 20px;
}
table.link,
table.link tbody {
  float: left;
  display: block;
  width: 100%;
  height: 0;
}
.cb-index-all {
  display: block;
  position: absolute;
  left: 0;
  bottom: 20px;
  z-index: 2;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cb-index-all td {
  float: left;
  display: block;
  margin: 0 10px;
}
.cb-index-all td.init {
  margin-left: 0;
}
.cb-index-all td.exit {
  margin-right: 0;
}
.cb-index-all a {
  display: block;
  width: 16px;
  height: 16px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  background: #fff;
  border-radius: 16px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cb-index-all td.this a {
  background: #1D1E21;
}
.cb-index-some {
  display: block;
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 2;
}
.cb-index-some td {
  float: left;
  display: block;
  color: #fff;
}
.cb-index-some td:first-child:after {
  display: inline-block;
  content: '/';
  margin: 0 5px;
}
.cb-index-some a {
  color: #fff;
}
.cb-index-some a:hover,
.cb-index-some a:focus {
  color: #fff;
}
#over {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5000;
  width: 100%;
  height: 100% !important;
  background-color: rgba(0, 0, 0, 0.8);
}
#disp {
  position: absolute;
  z-index: 5001;
  top: 0 !important;
  left: 50% !important;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1000px !important;
  max-width: 90%;
  min-height: 100vh;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -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: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 80px 0 !important;
  font-size: 14px;
  font-family: 'filson-pro', sans-serif;
  line-height: 1.42857143;
  color: #1D1E21;
}
@media (max-width: 767px) {
  #disp {
    padding: 20px 0 !important;
  }
}
.disp-wrapper {
  float: left;
  width: 100%;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px;
}
@media (max-width: 767px) {
  .disp-wrapper {
    padding: 15px;
  }
}
#disp form {
  float: left;
}
.disp-wrapper > form {
  width: 100%;
}
@media (max-width: 767px) {
  #disp form {
    width: 100%;
  }
}
#disp .fail {
  color: #ae2121;
}
#disp .part {
  margin-top: 4px;
  margin-bottom: 4px;
}
#disp a.mail {
  float: left;
  min-height: 26px;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#disp .head,
#disp .body,
#disp .foot {
  float: left;
  width: 100%;
  position: relative;
}
#disp .body {
  margin: 20px 0;
}
#disp .foot form + form {
  float: right;
}
#disp h2 {
  font-size: 14px;
  line-height: 1.71428571;
  font-weight: normal;
  text-transform: uppercase;
  color: #1D1E21;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 30px;
}
#disp h3 {
  color: #1D1E21;
  font-size: 16px;
  font-weight: bold;
  padding: 20px 0;
  width: 100%;
}
#disp .head .ctrl {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
#disp .head .ctrl > div {
  float: left;
}
#disp .head .ctrl a {
  float: left;
  display: block;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  width: 16px;
  height: 24px;
  background-size: 16px 16px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-cross-black.svg);
}
#disp .foot input,
#disp .foot a {
  float: left;
  background-color: #1D1E21;
  line-height: 1.5;
  cursor: pointer;
  color: #fff;
  padding: 8px 40px;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  line-height: 1.42857143;
}
#disp .foot input:hover,
#disp .foot a:hover,
#disp .foot input:focus,
#disp .foot a:focus {
  color: #fff;
  background-color: #111213;
}
#disp .foot input:active,
#disp .foot a:active {
  background-color: #000000;
}
#disp .foot input.next,
#disp .foot a.next {
  float: right;
}
#disp.mail .foot input {
  float: right;
}
@media (max-width: 767px) {
  #disp .foot input,
  #disp .foot a {
    width: 100%;
    margin: 5px 0;
  }
  #disp .foot input:first-child,
  #disp .foot a:first-child {
    margin-top: 0;
  }
  #disp .foot input:last-child,
  #disp .foot a:last-child {
    margin-bottom: 0;
  }
}
#disp fieldset {
  float: left;
  width: 100%;
  position: relative;
  margin: 4px 0;
}
#disp fieldset.tiny {
  width: 48%;
}
#disp .head fieldset,
#disp .foot fieldset {
  margin: 0;
}
@media (max-width: 767px) {
  #disp fieldset.tiny {
    width: 100%;
  }
}
#disp label.name {
  float: left;
  width: 30%;
  margin-right: 4%;
  min-height: 26px;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  #disp label.name {
    width: 100%;
    margin-right: 0;
  }
}
#disp input.text,
#disp textarea {
  float: right;
  width: 66%;
  background-color: #F0F0F0;
  min-height: 26px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2px 10px;
}
#disp input.text.fail,
#disp textarea.fail {
  border: 2px solid #ae2121;
}
#disp textarea {
  min-height: 100px;
  padding: 6px 10px;
}
@media (max-width: 767px) {
  #disp input.text,
  #disp textarea {
    width: 100%;
  }
}
#disp select {
  float: right;
  width: 66%;
  background-color: #F0F0F0;
  height: 26px;
}
@media (max-width: 767px) {
  #disp select {
    width: 100%;
  }
}
#disp input + label,
#disp input + label {
  display: block;
  padding-left: 30px;
}
#disp input.radio,
#disp input.checkbox {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  height: 20px;
  width: 20px;
}
.cb-sitemap-target {
  float: left;
  margin-bottom: 20px;
  color: #fff;
  padding: 5px 10px;
  background-color: #ae2121;
}
.cb-sitemap-contents {
  float: left;
  width: 100%;
}
.cb-sitemap-contents li {
  list-style: none;
  padding-left: 20px;
  position: relative;
}
.cb-sitemap-contents li:before {
  content: '•';
  position: absolute;
  left: 0;
  top: 0;
}
.cb-zoom-indicator {
  position: absolute;
  z-index: 2;
  right: 15px;
  bottom: 15px;
  width: 36px;
  height: 36px;
  border-radius: 30px;
  background-color: rgba(0, 0, 0, 0.5);
  background-size: 18px 18px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-zoom-white.svg);
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.3s cubic-bezier(0.05, 0.8, 0.5, 1);
  transition: all 0.3s cubic-bezier(0.05, 0.8, 0.5, 1);
}
a.zoom .cb-zoom-indicator {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media (max-width: 1023px) {
  .cb-zoom-indicator {
    right: 10px;
    bottom: 10px;
    width: 24px;
    height: 24px;
    background-size: 12px 12px;
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
#disp.zoom {
  position: fixed;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  max-width: 100%;
  height: 100%;
  background: none;
  padding: 0 !important;
  display: block !important;
  -webkit-transform: none;
          transform: none;
}
#disp.zoom .disp-wrapper {
  padding: 0;
  background: none;
  height: 100%;
}
#disp.zoom div.head h2 {
  display: none;
}
#disp.zoom div.head div.ctrl {
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 2;
}
@media (max-width: 767px) {
  #disp.zoom div.head div.ctrl {
    top: 20px;
    right: 20px;
  }
}
#disp.zoom div.head div.ctrl > div {
  float: left;
  margin: 0 10px;
}
#disp.zoom div.head div.ctrl > div:first-child {
  margin-left: 0;
}
#disp.zoom div.head div.ctrl > div:last-child {
  margin-right: 0;
}
#disp.zoom div.head div.ctrl a {
  float: left;
  display: block;
  width: 20px;
  height: 20px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-arrow-left-white.svg);
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
}
#disp.zoom div.head div.ctrl .next a {
  background-image: url(/images/cb-default/cb-arrow-right-white.svg);
}
#disp.zoom div.head div.ctrl .quit a {
  background-image: url(/images/cb-default/cb-cross-white.svg);
  background-size: 16px 16px;
}
#disp.zoom div.head div.ctrl a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#disp.zoom div.head div.ctrl a:active {
  -webkit-transform: scale(1);
          transform: scale(1);
}
#disp.zoom div.body {
  float: left;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 80px 30px;
  margin: 0;
}
@media (max-width: 767px) {
  #disp.zoom div.body {
    padding: 60px 20px;
  }
}
#disp.zoom div.body > div {
  float: left;
  width: 100% !important;
  height: 100%;
  position: relative;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#disp.zoom div.body a {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#disp.zoom div.body img {
  float: left;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
#disp.zoom div.foot {
  display: none;
}
.ie11 #disp.zoom {
  position: absolute;
}
.ie11 #disp.zoom div.body,
.ie11 #disp.zoom div.body > div,
.ie11 #disp.zoom div.body a {
  height: auto;
  display: block;
}
.ie11 #disp.zoom div.body img {
  float: none;
  position: relative;
  height: auto;
  display: block;
  margin: 0 auto;
}
#disp.srch {
  display: block !important;
}
#disp.srch h2 {
  display: none;
}
#disp.srch .disp-wrapper {
  background: none;
  padding: 0;
}
#disp.srch .head .ctrl a {
  background-image: url(/images/cb-default/cb-cross-white.svg);
}
#disp.srch div.body {
  margin: 0;
}
#disp.srch fieldset {
  margin: 0;
}
#disp.srch label.name {
  display: none;
}
#disp.srch input.text {
  font-family: 'filson-pro', sans-serif;
  background-color: transparent;
  margin-top: 40px;
  width: 100%;
  color: #fff;
  font-size: 50px;
  line-height: 1;
  border-bottom: 1px solid #fff;
  padding: 20px 0;
  -webkit-font-smoothing: antialiased;
  -webkit-appearance: none;
}
@media (max-width: 767px) {
  #disp.srch input.text {
    font-size: 18px;
  }
}
.cb-result {
  float: left;
  width: 100%;
  color: #fff;
  font-size: 18px;
  text-align: left;
  -webkit-font-smoothing: antialiased;
}
.cb-result p {
  margin-top: 40px;
}
.cb-result a {
  color: #fff;
  text-decoration: none;
}
.cb-result a:hover {
  color: #fff;
  text-decoration: underline;
}
.cb-result table {
  float: left;
  width: 100%;
  border-collapse: collapse;
}
.cb-result tbody {
  width: 100%;
}
.cb-result th {
  padding-top: 20px;
  font-size: 24px;
  line-height: 1;
  text-align: left;
}
.cb-result th:first-child {
  padding-right: 40px;
  width: 80px;
}
.cb-result td {
  padding-top: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.cb-result th,
.cb-result td {
  vertical-align: middle;
}
@media (max-width: 767px) {
  .cb-result {
    font-size: 14px;
  }
  .cb-result th {
    padding-top: 10px;
    font-size: 18px;
  }
  .cb-result th:first-child {
    padding-right: 10px;
    width: 54px;
  }
  .cb-result td {
    padding-bottom: 10px;
    padding-top: 5px;
  }
}
.unit.form form {
  float: left;
  width: 100%;
}
.unit.form .part + .part {
  margin-top: 5px;
}
.cb-form-required {
  float: left;
  width: 100%;
}
.unit.form fieldset {
  float: left;
  width: 100%;
  position: relative;
}
.unit.form div.ctrl {
  float: left;
  width: 100%;
}
.unit.form div.ctrl.fail {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px;
  background-color: #e7bcbc;
}
div.part.must {
  display: none;
}
@media (min-width: 768px) {
  .unit.form .tile div.ctrl {
    float: right;
    width: 66%;
  }
}
.unit.form .name {
  float: left;
  width: 100%;
  padding-bottom: 5px;
  font-size: 15px;
  line-height: 1.36666667;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
}
@media (min-width: 768px) {
  .unit.form .tile .name {
    width: 30%;
    min-height: 80px;
    padding-top: 28px;
    padding-bottom: 28px;
    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: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.unit.form input.text,
.unit.form textarea {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  min-height: 80px;
  padding: 5px 10px;
  -webkit-appearance: none;
  border: 3px solid #1D1E21;
}
@media (max-width: 767px) {
  .unit.form input.text,
  .unit.form textarea {
    min-height: 60px;
  }
}
.unit.form input.text.fail,
.unit.form textarea.fail {
  background-color: #e7bcbc;
}
.unit.form textarea {
  padding: 10px;
}
@media (min-width: 768px) {
  .unit.form .tile input.text,
  .unit.form .tile textarea {
    float: right;
    width: 66%;
  }
}
.unit.form div.tick div.ctrl > div {
  float: left;
  width: 100%;
  position: relative;
  padding: 4px 0;
}
@media (min-width: 768px) {
  .unit.form div.tick.tile div.ctrl > div {
    padding-top: 28px;
    padding-bottom: 28px;
  }
}
.unit.form div.tick label {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 26px;
}
.unit.form div.tick input {
  position: absolute;
  left: 0;
  top: 4px;
  width: 18px;
  margin-right: 6px;
  height: 24px;
  vertical-align: top;
}
@media (min-width: 768px) {
  .unit.form div.tick.tile input {
    top: 28px;
  }
}
#view div.tick.tile span.name {
  display: none;
}
@media (max-width: 767px) {
  div.tick.tile + div.tick.tile {
    margin-top: -20px;
  }
}
@media (min-width: 768px) {
  .unit.form div.tick.tile {
    margin-bottom: 62px;
    width: 50%;
  }
  .unit.form div.tick.tile .name {
    padding-bottom: 0;
    min-height: 0;
  }
  .unit.form div.tick.tile div.ctrl > div {
    padding-bottom: 0;
  }
  .unit.form div.tick.tile + div.tick.tile + div.tick.tile {
    margin-top: -50px;
  }
  .unit.form div.tick.tile + div.tick.tile + div.tick.tile .name {
    padding-top: 0;
  }
  .unit.form div.tick.tile + div.tick.tile + div.tick.tile div.ctrl > div {
    padding-top: 0;
  }
  .unit.form div.tick.tile + div.tick.tile + div.tick.tile input {
    top: 0;
  }
  #view .unit.form div.tick.tile .ctrl {
    width: 100%;
  }
}
.unit.form select {
  float: left;
  width: 100%;
  background: #fff;
  height: 80px;
  border: 1px solid #1D1E21;
  padding: 5px;
}
.unit.form .ship fieldset > div {
  float: left;
  width: 100%;
}
.unit.form .ship fieldset > div.fail {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px;
  background-color: #e7bcbc;
}
.unit.form .ship div.chop {
  float: left;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.unit.form .ship div.chop input {
  float: left;
  display: block;
  font-size: 12px;
}
.unit.form .ship div.chop span {
  float: left;
}
.unit.form .ship div.chop a {
  float: left;
  display: block;
  margin-left: 10px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  width: 12px;
  height: 12px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-cross-black.svg);
}
@media (min-width: 768px) {
  .unit.form .ship.tile fieldset > div {
    float: right;
    width: 66%;
    min-height: 80px;
    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: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.unit.form input.submit {
  float: right;
  margin-top: 5px;
  margin-bottom: 25px;
  background-color: #1D1E21;
  line-height: 1.5;
  cursor: pointer;
  color: #fff;
  padding: 8px 40px;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  text-decoration: none;
}
@media (max-width: 1023px) {
  .unit.form input.submit {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .unit.form input.submit {
    margin-bottom: 25px;
  }
}
.unit.form input.submit:hover,
.unit.form input.submit:focus {
  color: #fff;
  background-color: #111213;
}
.unit.form input.submit:active {
  background-color: #000000;
}
.calendar {
  position: absolute !important;
  z-index: 2;
  left: 34% !important;
  top: 100% !important;
  right: unset !important;
  background: #fff;
  width: 200px;
  margin: 10px 0 0 0 !important;
  -webkit-box-shadow: 0 0 6px rgba(160, 160, 160, 0.4);
          box-shadow: 0 0 6px rgba(160, 160, 160, 0.4);
  font-size: 14px;
  line-height: 1.14285714;
  padding: 20px;
}
.calendar table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.calendar th,
.calendar td {
  text-align: center;
  padding: 2px;
}
.calendar tr.month th {
  padding-bottom: 10px;
}
.calendar tr.month th:first-child a,
.calendar tr.month th:last-child a {
  float: left;
  display: block;
  width: 16px;
  height: 16px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-arrow-left-black.svg);
}
.calendar tr.month th:last-child a {
  float: right;
  background-image: url(/images/cb-default/cb-arrow-right-black.svg);
}
.calendar td.today a {
  color: #1D1E21;
  text-decoration: underline;
}
.unit.form .recaptcha-info {
  color: #aaa;
}
.unit.form .recaptcha-info a {
  color: #aaa;
}
.unit.form .recaptcha-info a:hover,
.unit.form .recaptcha-info a:focus {
  text-decoration: underline;
}
.unit.form .part.fail {
  font-size: 16px;
  line-height: 1.25;
  border-left: 4px solid #ae2121;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  background-color: #e7bcbc;
  color: #ae2121;
}
.unit.form div.cb-form-sent {
  float: left;
  width: 100%;
  margin-top: 25px;
  margin-bottom: 25px;
}
@media (max-width: 1023px) {
  .unit.form div.cb-form-sent {
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  .unit.form div.cb-form-sent {
    margin-top: 25px;
  }
}
@media (max-width: 1023px) {
  .unit.form div.cb-form-sent {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .unit.form div.cb-form-sent {
    margin-bottom: 25px;
  }
}
.unit.form div.cb-form-sent a {
  float: right;
  color: #5abb55;
  font-size: 14px;
}
#disp.two-step-verification div.body {
  overflow: hidden;
}
#disp.two-step-verification p {
  float: left;
  width: 100%;
}
.two-step-verification-container {
  float: left;
  width: 100%;
  min-width: 300px;
  margin-top: 10px;
  height: 350px;
  position: relative;
}
.two-step-verification-container a {
  background-color: #1D1E21;
  line-height: 1.5;
  cursor: pointer;
  color: #fff;
  padding: 8px 40px;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  text-decoration: none;
}
.two-step-verification-container a:hover,
.two-step-verification-container a:focus {
  color: #fff;
  background-color: #111213;
}
.two-step-verification-container a:active {
  background-color: #000000;
}
.two-step-verification__div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #fff;
  background-size: 100px 100px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-loader-black.svg);
}
.two-step-verification-container.loaded .two-step-verification__div {
  background-image: none;
}
.table {
  float: left;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
.table-layout-fixed .table {
  table-layout: fixed;
}
.table tr {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.table-head tr {
  border-top: none;
}
.table th {
  font-weight: normal;
  padding: 6px 10px;
}
.table th.init {
  padding-left: 0;
}
.table th.exit {
  padding-right: 0;
}
.table th.align-left {
  text-align: left;
}
.table th.align-center {
  text-align: center;
}
.table th.align-right {
  text-align: right;
}
.table--headline th {
  font-weight: bold;
}
.table td {
  padding: 6px 10px;
}
.table td.init {
  padding-left: 0;
}
.table td.exit {
  padding-right: 0;
}
.table td.align-left {
  text-align: left;
}
.table td.align-center {
  text-align: center;
}
.table td.align-right {
  text-align: right;
}
#edit .table td {
  border-left: 1px dashed #e0e0e0;
  border-right: 1px dashed #e0e0e0;
}
.table--footer .table-foot td {
  font-weight: bold;
}
@media (max-width: 0) {
  .part--table .table {
    font-size: Infinityvw;
  }
}
html,
body {
  float: left;
  width: 100%;
  min-height: 100vh;
}
body.cb-toggle-target-active {
  overflow: hidden;
}
.homelink {
  float: left;
  height: 30px;
  margin: 25px 0;
  position: relative;
}
.logo {
  width: auto;
  height: 100%;
}
.logo.logo--white {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.05, 0.8, 0.5, 1);
  transition: all 0.6s cubic-bezier(0.05, 0.8, 0.5, 1);
}
body.cb-toggle-target-active .logo.logo--white {
  opacity: 1;
}
#head {
  float: left;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.cb-layout2 #head {
  margin-bottom: -55px;
}
@media (max-width: 1023px) {
  .cb-layout2 #head {
    margin-bottom: -35px;
  }
}
@media (max-width: 767px) {
  .cb-layout2 #head {
    margin-bottom: -15px;
  }
}
.cb-layout2 #head,
.cb-layout5 #head {
  position: relative;
  margin-top: 160px;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media (max-width: 1023px) {
  .cb-layout2 #head,
  .cb-layout5 #head {
    margin-top: 120px;
  }
}
@media (max-width: 767px) {
  .cb-layout2 #head,
  .cb-layout5 #head {
    margin-top: 80px;
  }
}
.cb-layout8 #head {
  position: static;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.wrapper {
  float: left;
  width: 100%;
  min-height: 100vh;
  background-color: #fff;
  font-size: 16px;
  font-family: 'filson-pro', sans-serif;
  line-height: 1.5;
  color: #1D1E21;
  overflow: hidden;
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none;
  letter-spacing: 0.01em;
  font-weight: 200;
}
.desk {
  *zoom: 1;
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
.desk:before,
.desk:after {
  display: table;
  content: '';
}
.desk:after {
  clear: both;
}
.section {
  float: left;
  width: 100%;
  position: relative;
}
.section--header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
}
body.cb-toggle-target-active .section--header {
  background-color: #1D1E21;
}
.section--multimood {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media (max-width: 1023px) {
  .section--multimood {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .section--multimood {
    margin-bottom: 40px;
  }
}
.cb-layout2 .section--multimood,
.cb-layout5 .section--multimood,
.cb-layout8 .section--multimood {
  display: none;
}
.cb-layout7 .section--main {
  background-color: #1D1E21;
  color: #fff;
}
.cb-layout2 .section--side {
  margin-top: 80px;
}
.cb-layout5 .section--base {
  margin-top: 80px;
}
.cb-layout6 .section--base {
  background-color: #F0F0F1;
  margin-top: 80px;
  margin-bottom: 80px;
}
@media (max-width: 1023px) {
  .cb-layout6 .section--base {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .cb-layout6 .section--base {
    margin-top: 40px;
  }
}
@media (max-width: 1023px) {
  .cb-layout6 .section--base {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cb-layout6 .section--base {
    margin-bottom: 40px;
  }
}
#view.base--empty.cb-layout6 .section--base {
  margin-top: 0;
  margin-bottom: 0;
}
.cb-layout6 .section--base .area {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media (max-width: 1023px) {
  .cb-layout6 .section--base .area {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .cb-layout6 .section--base .area {
    margin-top: 40px;
  }
}
@media (max-width: 1023px) {
  .cb-layout6 .section--base .area {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cb-layout6 .section--base .area {
    margin-bottom: 40px;
  }
}
.cb-layout8 .section--base {
  background-color: #F0F0F1;
}
.cb-layout8 .section--base .desk {
  position: relative;
  z-index: 2;
}
.cb-layout7 .section--farnorth {
  background-color: #1D1E21;
  color: #fff;
}
.section--theta {
  margin-bottom: 80px;
  background-color: #fff;
  display: none;
}
@media (max-width: 1023px) {
  .section--theta {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .section--theta {
    margin-bottom: 40px;
  }
}
.cb-layout6 .section--theta,
.cb-layout7 .section--theta {
  display: block;
}
#view.fareast--empty.cb-layout6 .section--theta,
#view.fareast--empty.cb-layout7 .section--theta {
  display: none;
}
@media (max-width: 767px) {
  .section--theta.cb-navi-fixed {
    margin-top: 0 !important;
  }
}
@media (max-width: 767px) {
  .section--theta.cb-navi-sticky-clone {
    display: none;
  }
}
@media (min-width: 768px) {
  .section--theta.cb-navi-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1997;
    margin-top: 80px;
    margin-bottom: 0;
  }
}
.section--footer {
  margin-top: 160px;
  background-color: #1D1E21;
  color: #fff;
}
@media (max-width: 1023px) {
  .section--footer {
    margin-top: 120px;
  }
}
@media (max-width: 767px) {
  .section--footer {
    margin-top: 80px;
  }
}
.section--footer:after {
  content: '';
  position: absolute;
  z-index: 2;
  right: -80px;
  top: -110px;
  opacity: 0.07;
  width: 942px;
  height: 942px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/jubilee-white.svg);
}
@media (max-width: 1023px) {
  .section--footer:after {
    width: 600px;
    height: 600px;
    top: -40px;
    right: -40px;
  }
}
@media (max-width: 767px) {
  .section--footer:after {
    display: none;
  }
}
.section--footer .desk {
  z-index: 3;
}
.section--footer a {
  color: #fff;
}
.multimood {
  float: left;
  width: 100%;
  position: relative;
}
.toplink {
  position: fixed;
  z-index: 1500;
  right: -80px;
  bottom: 80px;
  width: 80px;
  height: 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 3px solid #1D1E21;
  cursor: pointer;
  background-color: #fff;
  background-size: 11px 6px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/arrow-top-black.svg);
  -webkit-transition: right 0.4s ease-out;
  transition: right 0.4s ease-out;
}
.toplink:hover,
.toplink:focus {
  background-color: #1D1E21;
  background-image: url(/images/arrow-top-white.svg);
}
.toplink.cb-goto-top-visible {
  right: 80px;
}
.toplink.cb-scroll-triggered--active {
  position: absolute;
  bottom: 100%;
  margin-bottom: 80px;
}
@media (max-width: 1023px) {
  .toplink {
    bottom: 40px;
  }
  .toplink.cb-goto-top-visible {
    right: 40px;
  }
  .toplink.cb-scroll-triggered--active {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .toplink {
    width: 40px;
    height: 40px;
    bottom: 20px;
  }
  .toplink.cb-goto-top-visible {
    right: 20px;
  }
  .toplink.cb-scroll-triggered--active {
    margin-bottom: 20px;
  }
}
.footcontent {
  float: left;
  width: 100%;
  margin-top: 36px;
}
.footpart {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 100px 0;
}
.footpart.footpart--navi {
  margin-left: 150px;
}
@media (max-width: 767px) {
  .footpart.footpart--navi {
    display: none;
  }
}
.sitemap {
  float: left;
  margin-top: 76px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 767px) {
  .sitemap {
    margin-top: 0;
  }
}
.sitemap__title {
  text-transform: uppercase;
  font-weight: bold;
}
.sitemap div.navi {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sitemap div.navi .item {
  float: left;
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.sitemap div.navi .item .menu {
  white-space: nowrap;
  text-decoration: none;
}
.sitemap div.navi .item .menu:hover,
.sitemap div.navi .item .menu:focus {
  color: #6E6E6E;
}
.sitemap div.sub2 {
  margin-top: 8px;
}
.sitemap div.sub2 > .item {
  margin: 4px 0;
}
.sitemap div.sub2 > .item.init {
  margin-top: 0;
}
.sitemap div.sub2 > .item.exit {
  margin-bottom: 0;
}
.sitemap div.sub2 > .item > .menu {
  display: none;
}
.sitemap div.sub2 > .item.item-empty > .menu {
  display: block;
}
.sitemap div.sub3 > .item {
  margin-bottom: 8px;
}
.sitemap div.sub3 > .item.exit {
  margin-bottom: 0;
}
.foothome {
  float: left;
  height: 30px;
}
.vcard {
  float: left;
  margin-top: 46px;
}
.vcard .org {
  text-transform: uppercase;
}
.vcard .vcardtable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.vcard .vcardtable .type {
  float: left;
  width: 100px;
  display: inline-block;
}
.vcard .vcardtable .value {
  float: left;
  white-space: nowrap;
}
.vcard a {
  text-decoration: none;
}
.vcard a:hover,
.vcard a:focus {
  color: #6E6E6E;
}
.vcardtitle {
  display: inline-block;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-weight: bold;
}
#social {
  float: left;
  margin-top: 35px;
}
#social .meta {
  float: left;
  width: 40px;
  height: 40px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/social-vimeo-gray.svg);
  margin-right: 15px;
}
#social .meta:last-child {
  margin-right: 0;
}
#social .meta:hover,
#social .meta:focus {
  background-image: url(/images/social-vimeo-white.svg);
}
#social .meta.service_linkedin {
  background-image: url(/images/social-linkedin-gray.svg);
}
#social .meta.service_linkedin:hover,
#social .meta.service_linkedin:focus {
  background-image: url(/images/social-linkedin-white.svg);
}
.footservices {
  float: left;
  width: 100%;
  border-top: 1px solid #838383;
  color: #838383;
  position: relative;
}
.footservices a {
  color: #838383;
  text-decoration: none;
}
.footservices a:hover,
.footservices a:focus {
  color: #fff;
}
.copyright {
  float: left;
  margin: 38px 0;
}
.service_augenweide {
  float: left;
  text-decoration: none !important;
  margin: 38px 0;
}
#services {
  float: right;
  margin: 38px 0;
}
#services .meta {
  margin: 0 25px;
}
#services .meta:first-child {
  margin-left: 0;
}
#services .meta:last-child {
  margin-right: 0;
}
#cmsbox {
  position: absolute;
  right: 0;
  bottom: 100%;
  margin-bottom: 14px;
}
#cmsbox .meta {
  font-size: 12px;
  line-height: 1.33333333;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.3);
  margin: 0 15px;
}
#cmsbox .meta:first-child {
  margin-left: 0;
}
#cmsbox .meta:last-child {
  margin-right: 0;
}
#cmsbox .meta:hover,
#cmsbox .meta:focus {
  color: #fff;
}
.jubilee {
  position: absolute;
  right: 80px;
  top: 160px;
  z-index: 10;
  width: 132px;
}
@media (max-width: 1399px) {
  .jubilee {
    right: 40px;
    top: 120px;
  }
}
@media (max-width: 767px) {
  .jubilee {
    top: 100px;
    right: 30px;
    width: 80px;
  }
}
@media (max-width: 767px) {
  .filter-dropdown {
    float: left;
    width: 100%;
    position: relative;
    border: 3px solid #000;
    margin-top: 17px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .filter-item--active {
    float: left;
    width: 100%;
    position: relative;
  }
  .filter-link {
    text-decoration: none;
    padding: 4px 20px;
  }
  .filter-link.open-filter {
    float: left;
    height: 100%;
    background-image: url(/images/arrow-bottom-black.svg);
    background-size: 12px 12px;
    background-position: calc(100% - 10px) 50%;
    background-repeat: no-repeat;
    z-index: 2;
  }
  .filter-link.open-filter:hover {
    cursor: pointer;
  }
  .realestate-form-dropdown.is-open .filter-link.open-filter {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .filter-list {
    position: absolute;
    top: calc(100% - 3px);
    left: 0;
    width: 100%;
    background-color: #FFF;
    border: 3px solid #000;
    border-top: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 3;
    display: none;
  }
  .unit-filter.cb-toggle-target-active .filter-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .filter-dropdown .filter-item {
    min-height: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .filter-dropdown .filter-item:hover {
    cursor: pointer;
  }
  .filter-list .filter-item {
    min-height: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .filter-list .filter-item:hover {
    cursor: pointer;
    background-color: black;
  }
  .filter-list .filter-item:hover .filter-link {
    color: #FFF;
  }
  .filter-item--active .filter-item {
    padding-right: 20px;
  }
  .filter-item.is-active {
    background-color: #F0F0F1;
  }
}
.filter-item:nth-child(1) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.filter-item:nth-child(2) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.filter-item:nth-child(3) {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
.filter-item:nth-child(4) {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.filter-item:nth-child(5) {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}
.filter-item:nth-child(6) {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.js-filter-unit {
  display: none;
  opacity: 0;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.js-filter-unit.js-filter-unit--activated {
  display: block;
}
.js-filter-unit.js-filter-unit--active {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.filter-counter {
  float: left;
  width: 100%;
  text-align: left;
  font-size: 13px;
  line-height: 1.38461538;
  color: #838383;
  margin-top: 38px;
  display: none;
}
.leave {
  position: absolute;
  z-index: 1;
}
.leave--top {
  top: 0;
  right: 20px;
  width: 538px;
}
@media (max-width: 767px) {
  .leave--top {
    display: none;
  }
}
.leave--bottom {
  bottom: 0;
  right: 34.0625%;
  width: 601px;
}
a {
  color: #1D1E21;
  text-decoration: underline;
}
a:hover,
a:focus {
  text-decoration: none;
}
h1 {
  font-weight: bold;
  font-size: 115px;
  line-height: 1;
  letter-spacing: -0.02em;
}
h2 {
  font-weight: bold;
  font-size: 60px;
  line-height: 1;
  letter-spacing: 0;
}
.section--eta .area .unit h2 {
  position: relative;
  padding-bottom: 70px;
}
.section--eta .area .unit h2:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 12px;
  width: 1px;
  height: 46px;
  background-color: #1D1E21;
}
h3 {
  font-weight: bold;
  font-size: 40px;
  line-height: 1;
  letter-spacing: 0;
}
h4 {
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0;
}
h5 {
  font-weight: bold;
  font-size: 15px;
  line-height: 1.33333333;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
h6 {
  font-weight: bold;
  font-size: 15px;
  line-height: 1.33333333;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.loud {
  font-size: 24px;
  line-height: 1.33333333;
}
.section--alpha .area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.cb-layout7 .section--alpha .area.main,
.cb-layout7 .section--alpha .area.north {
  margin-top: 80px;
}
@media (max-width: 1023px) {
  .cb-layout7 .section--alpha .area.main,
  .cb-layout7 .section--alpha .area.north {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .cb-layout7 .section--alpha .area.main,
  .cb-layout7 .section--alpha .area.north {
    margin-top: 40px;
  }
}
.section--delta .area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.section--zeta .area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section--eta .area {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media (max-width: 1023px) {
  .section--eta .area {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .section--eta .area {
    margin-top: 40px;
  }
}
@media (max-width: 1023px) {
  .section--eta .area {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .section--eta .area {
    margin-bottom: 40px;
  }
}
.section--theta .area {
  border-top: 3px solid #1D1E21;
}
.section--iota .area {
  margin-top: -80px;
  margin-bottom: 80px;
}
@media (max-width: 1023px) {
  .section--iota .area {
    margin-top: -60px;
  }
}
@media (max-width: 767px) {
  .section--iota .area {
    margin-top: -40px;
  }
}
@media (max-width: 1023px) {
  .section--iota .area {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .section--iota .area {
    margin-bottom: 40px;
  }
}
.cb-layout7 .section--iota .area.east {
  margin-bottom: 0;
}
.section--kappa .base {
  margin-top: 80px;
}
@media (max-width: 1023px) {
  .section--kappa .base {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .section--kappa .base {
    margin-top: 40px;
  }
}
.section--lambda .area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section--my .area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section--alpha .area .pure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section--alpha .area .pure .body {
  max-width: 100%;
  width: 752px;
}
.section--alpha .area .pure.slim .body {
  width: 564px;
}
.section--alpha .area .seam.slim {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media (max-width: 1023px) {
  .section--alpha .area .seam.slim {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .section--alpha .area .seam.slim {
    margin-top: 40px;
  }
}
@media (max-width: 1023px) {
  .section--alpha .area .seam.slim {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .section--alpha .area .seam.slim {
    margin-bottom: 40px;
  }
}
.section--alpha .area .seam.slim .part {
  margin: 0 !important;
}
.section--alpha .area .seam.slim .pict {
  margin-bottom: 50px !important;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .section--alpha .area .seam.slim .pict {
    margin-bottom: 40px !important;
  }
}
.section--alpha .area .seam.slim .pict img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.section--alpha .area .seam.slim .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 4px solid #1D1E21;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 20px;
  margin: 0 !important;
  width: calc(100% - 120px);
  height: 272px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .section--alpha .area .seam.slim .text {
    width: calc(100% - 40px);
    height: 160px;
  }
}
#edit .section--alpha .area .seam.slim .text {
  position: relative;
}
.section--alpha .area .seam.slim .text:before {
  content: 'Mehr';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: -20px;
  max-width: 42px;
  height: 42px;
  padding-left: 20px;
  bottom: 0;
  font-size: 15px;
  line-height: 1.36666667;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  background-color: #1D1E21;
  color: #1D1E21;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.en .section--alpha .area .seam.slim .text:before {
  content: 'More';
}
.section--alpha .area .seam.slim .text:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  height: 42px;
  width: 42px;
  z-index: 2;
  background-color: #1D1E21;
  background-size: 6px 11px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/arrow-right-white.svg);
}
.section--alpha .area .seam.slim .text .text-section--h6 {
  position: absolute;
  left: 0;
  top: 40px;
}
@media (max-width: 1023px) {
  .section--alpha .area .seam.slim .text .text-section--h6 {
    top: 20px;
  }
}
#view .section--alpha .area .seam.slim .link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0 !important;
  z-index: 3;
}
#view .section--alpha .area .seam.slim .link a.open {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  padding: 0;
  background: none;
}
#view .section--alpha .area .seam.slim .link a.open:before,
#view .section--alpha .area .seam.slim .link a.open:after {
  display: none;
}
@media (min-width: 1024px) {
  #view .section--alpha .area .seam.slim:hover .text {
    height: calc(100% - 60px);
    background-color: #1D1E21;
    color: #fff;
  }
  #view .section--alpha .area .seam.slim:hover .text:before {
    max-width: 200px;
    right: 42px;
    color: #fff;
  }
  #view .section--alpha .area .seam.slim:hover .pict img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.section--alpha .area .flat {
  margin-top: 80px;
  margin-bottom: 80px;
  max-width: 100%;
  color: #fff;
  text-align: left;
}
@media (max-width: 1023px) {
  .section--alpha .area .flat {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .section--alpha .area .flat {
    margin-top: 40px;
  }
}
@media (max-width: 1023px) {
  .section--alpha .area .flat {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .section--alpha .area .flat {
    margin-bottom: 40px;
  }
}
.section--alpha .area .flat a {
  color: #fff;
}
.section--alpha .area .flat .body {
  float: right;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #1D1E21;
}
.section--alpha .area .flat .pict.tall {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 2;
  margin: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  overflow: hidden;
}
.section--alpha .area .flat .pict.tall .cb-image-container {
  height: 0;
  padding-bottom: 100%;
  position: relative;
}
.section--alpha .area .flat .pict.tall img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: all 0.6s cubic-bezier(0.05, 0.8, 0.5, 1);
  transition: all 0.6s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.section--alpha .area .flat .pict.tall.has-hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.section--alpha .area .flat div.code {
  margin-top: 0;
  font-size: 0;
  line-height: 0;
  width: auto;
}
#edit .section--alpha .area .flat div.code {
  min-width: 80px;
}
.section--alpha .area .flat div.link + div.code {
  margin-left: 20px;
}
.section--alpha .area .edge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  margin-top: 80px;
  margin-bottom: 80px;
}
@media (max-width: 1023px) {
  .section--alpha .area .edge {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .section--alpha .area .edge {
    margin-top: 40px;
  }
}
@media (max-width: 1023px) {
  .section--alpha .area .edge {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .section--alpha .area .edge {
    margin-bottom: 40px;
  }
}
.section--alpha .area .edge + .edge {
  margin-top: 0;
}
.section--alpha .area .edge .body {
  max-width: 100%;
  position: relative;
}
.section--alpha .area .edge .part {
  position: relative;
  z-index: 3;
  margin-top: 15px;
  margin-bottom: 15px;
}
.section--alpha .area .edge .pict.tall {
  position: absolute;
  left: 0;
  top: 50%;
  height: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  margin: 0 !important;
}
.section--alpha .area .edge .pict.tall * {
  height: 100%;
}
.section--alpha .area .edge .pict.tall img {
  max-width: 100% !important;
  max-height: 100% !important;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.section--alpha .area .edge .text .text-section--h3 {
  margin-left: -97px;
}
.section--gamma .area .seam {
  border-top: 1px solid #1D1E21;
  border-bottom: 1px solid #1D1E21;
  margin-top: 80px;
  margin-bottom: 80px;
  padding: 15px 0;
}
@media (max-width: 1023px) {
  .section--gamma .area .seam {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .section--gamma .area .seam {
    margin-top: 40px;
  }
}
@media (max-width: 1023px) {
  .section--gamma .area .seam {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .section--gamma .area .seam {
    margin-bottom: 40px;
  }
}
.section--gamma .area .seam + .seam {
  margin-top: 0;
}
.section--gamma .area .seam .part {
  margin-top: 15px;
  margin-bottom: 15px;
}
.section--delta .area .seam {
  margin-top: 12px;
  margin-bottom: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #F0F0F1;
  padding: 20px 40px;
  text-align: center;
}
.section--delta .area .seam .part {
  margin-top: 20px;
  margin-bottom: 20px;
}
.section--delta .area .seam .pict {
  margin-bottom: -20px !important;
}
.section--delta .area .seam .pict .cb-image-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section--delta .area .seam .hover-unit__toggle {
  position: absolute;
  left: 50%;
  bottom: 40px;
  z-index: 3;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 46px;
  height: 46px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/fold-toggle.svg);
  -webkit-transition: all 0.6s cubic-bezier(0.05, 0.8, 0.5, 1);
  transition: all 0.6s cubic-bezier(0.05, 0.8, 0.5, 1);
}
#edit .section--delta .area .seam .hover-unit__toggle {
  display: none;
}
#view .section--delta .area .seam {
  height: 500px;
  overflow: hidden;
}
#view .section--delta .area .seam .part {
  -webkit-transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
}
#view .section--delta .area .seam .part--table {
  opacity: 0;
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
}
#view .section--delta .area .seam .part.text:nth-child(3) {
  max-height: 0;
  margin-top: 0;
  margin-bottom: 0;
  overflow: hidden;
}
#view .section--delta .area .seam .pict {
  position: relative;
  z-index: 2;
}
#view .section--delta .area .seam.is-active .hover-unit__toggle {
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
#view .section--delta .area .seam.is-active .part {
  -webkit-transform: translateY(-244px);
          transform: translateY(-244px);
  margin-top: 16px;
  margin-bottom: 16px;
}
#view .section--delta .area .seam.is-active .part.text:first-child {
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
}
#view .section--delta .area .seam.is-active .part.text:nth-child(3) {
  margin-top: 10px;
  margin-bottom: 10px;
  max-height: 18px;
}
#view .section--delta .area .seam.is-active .part--table {
  opacity: 1;
}
.section--epsilon .area .seam {
  border: 3px solid #1D1E21;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 80px;
  margin-bottom: 80px;
  padding: 18px 30px;
  text-align: center;
}
@media (max-width: 1023px) {
  .section--epsilon .area .seam {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .section--epsilon .area .seam {
    margin-top: 40px;
  }
}
@media (max-width: 1023px) {
  .section--epsilon .area .seam {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .section--epsilon .area .seam {
    margin-bottom: 40px;
  }
}
.section--epsilon .area .seam div.body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section--epsilon .area .seam div.part {
  margin-top: 12px;
  margin-bottom: 12px;
}
.section--epsilon .area .seam div.code {
  font-size: 0;
  line-height: 0;
  width: auto;
}
#edit .section--epsilon .area .seam div.code {
  min-width: 80px;
}
.section--epsilon .area .seam div.link + div.code {
  margin-left: 20px;
}
.section--epsilon .area .seam div.pict .cb-image-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.section--epsilon .area .pure.fold {
  background-color: #F0F0F1;
  margin-top: 80px;
  margin-bottom: 80px;
}
@media (max-width: 1023px) {
  .section--epsilon .area .pure.fold {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .section--epsilon .area .pure.fold {
    margin-top: 40px;
  }
}
@media (max-width: 1023px) {
  .section--epsilon .area .pure.fold {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .section--epsilon .area .pure.fold {
    margin-bottom: 40px;
  }
}
.section--epsilon .area .pure.fold .less .part {
  margin-top: 0;
  margin-bottom: 0;
}
.section--epsilon .area .pure.fold .more {
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.section--epsilon .area .pure.fold .more .part:first-child {
  margin-top: 0;
}
.section--epsilon .area .pure.fold .fold-toggle {
  display: block;
  text-decoration: none;
  padding: 28px 86px 28px 20px;
  position: relative;
}
.section--epsilon .area .pure.fold .fold-toggle:after {
  content: '';
  position: absolute;
  right: 20px;
  top: 17px;
  width: 46px;
  height: 46px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/fold-toggle.svg);
  -webkit-transition: all 0.6s cubic-bezier(0.05, 0.8, 0.5, 1);
  transition: all 0.6s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.section--epsilon .area .pure.fold .fold-toggle.fold-toggle--open:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.section--epsilon .area .pure.fold .foot {
  display: none;
}
.section--zeta .area .pure.slim {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section--zeta .area .pure.slim .body {
  max-width: 100%;
}
.section--zeta .area .seam {
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 80px;
  margin-bottom: 80px;
  padding: 40px 30px;
}
@media (max-width: 1023px) {
  .section--zeta .area .seam {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .section--zeta .area .seam {
    margin-top: 40px;
  }
}
@media (max-width: 1023px) {
  .section--zeta .area .seam {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .section--zeta .area .seam {
    margin-bottom: 40px;
  }
}
.section--zeta .area .seam div.body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section--zeta .area .seam .part {
  margin-top: 15px;
  margin-bottom: 15px;
}
.section--zeta .area .seam div.code {
  font-size: 0;
  line-height: 0;
  width: auto;
  margin-left: 20px;
}
#edit .section--zeta .area .seam div.code {
  min-width: 80px;
}
.section--zeta .area .seam .pict .cb-image-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section--eta .area .unit {
  min-height: 376px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}
@media (max-width: 1023px) {
  .section--eta .area .unit {
    min-height: 344px;
  }
}
.section--eta .area .unit .body {
  padding-left: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.section--eta .area .unit .pict.tall {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: 2;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section--eta .area .unit .pict.tall .cb-image-container {
  height: 0;
  padding-bottom: 100%;
  position: relative;
}
.section--eta .area .unit .pict.tall img {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 100% !important;
  max-height: 100% !important;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.section--eta .area .unit.slim .body {
  padding-left: 0;
  padding-right: 50%;
}
.section--eta .area .unit.slim .pict.tall {
  left: initial;
  right: 0;
}
.section--theta .area .unit {
  margin: 0;
}
.section--theta .area .unit .body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section--theta .area .unit .part {
  margin: 28px 45px !important;
  width: auto;
}
@media (max-width: 767px) {
  .section--theta .area .unit .part {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
}
.section--iota .unit {
  background-color: #F0F0F1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 80px;
  margin-bottom: 80px;
  padding: 0 30px;
  text-align: center;
  color: #1D1E21;
}
@media (max-width: 1023px) {
  .section--iota .unit {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .section--iota .unit {
    margin-top: 40px;
  }
}
@media (max-width: 1023px) {
  .section--iota .unit {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .section--iota .unit {
    margin-bottom: 40px;
  }
}
.section--farnorth.section--iota .unit {
  background-color: #fff;
}
.section--iota .unit .pict .cb-image-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section--iota .hover-unit .hover-unit__body {
  float: left;
  width: 100%;
}
.section--iota .hover-unit .hover-unit__toggle {
  position: absolute;
  left: 50%;
  bottom: 40px;
  z-index: 3;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 46px;
  height: 46px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/fold-toggle.svg);
  -webkit-transition: all 0.6s cubic-bezier(0.05, 0.8, 0.5, 1);
  transition: all 0.6s cubic-bezier(0.05, 0.8, 0.5, 1);
}
#edit .section--iota .hover-unit .hover-unit__toggle {
  display: none;
}
#view .section--iota .hover-unit {
  height: 500px;
}
#view .section--iota .hover-unit .hover-unit__body--under {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 100px;
}
#view .section--iota .hover-unit .hover-unit__body--under .part {
  margin-top: 35px;
  margin-bottom: 35px;
}
#view .section--iota .hover-unit .hover-unit__body--under .text {
  -webkit-transition: all 0.6s cubic-bezier(0.05, 0.8, 0.5, 1);
  transition: all 0.6s cubic-bezier(0.05, 0.8, 0.5, 1);
}
#view .section--iota .hover-unit .hover-unit__body--over {
  position: absolute;
  left: 50%;
  bottom: 66px;
  z-index: 2;
  width: 0;
  height: 0;
  background-color: #1D1E21;
  color: #fff;
  font-size: 16px;
  line-height: 1.25;
  -webkit-transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
  overflow: hidden;
}
#view .section--iota .hover-unit .hover-unit__body--over .part {
  margin-top: 12px;
  margin-bottom: 12px;
}
#view .section--iota .hover-unit .hover-unit__body--over .pict img {
  -webkit-filter: brightness(100);
          filter: brightness(100);
  width: 60px;
}
#view .section--iota .hover-unit .hover-unit__height {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 267px;
  height: 500px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 18px 30px 100px;
  margin-bottom: -66px;
  margin-left: -133px;
  opacity: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
}
#view .section--iota .hover-unit.is-active .hover-unit__toggle {
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
#view .section--iota .hover-unit.is-active .hover-unit__body--under .text {
  -webkit-transform: translateY(-60px);
          transform: translateY(-60px);
}
#view .section--iota .hover-unit.is-active .hover-unit__body--over {
  width: 100%;
  height: 500px;
  bottom: 0;
  left: 0;
}
#view .section--iota .hover-unit.is-active .hover-unit__height {
  margin-left: 0;
  margin-bottom: 0;
  opacity: 1;
}
.section--lambda .area .unit {
  margin-top: 12px;
  margin-bottom: 12px;
}
.section--lambda .area .unit .part {
  margin-top: 0;
  margin-bottom: 0;
}
.section--lambda .area .unit .part.link {
  margin-top: 30px;
}
.section--lambda .area .pure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.section--lambda .area .seam {
  background-color: #F0F0F1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}
.unit.form input.submit {
  height: 80px;
  color: #fff;
  font-size: 15px;
  line-height: 1.36666667;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  background-color: #1D1E21;
  background-size: 6px 11px;
  background-position: right 30px center;
  background-repeat: no-repeat;
  background-image: url(/images/arrow-right-white.svg);
  padding: 0 60px 0 30px;
  -webkit-transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
}
@media (max-width: 767px) {
  .unit.form input.submit {
    height: 60px;
  }
}
.unit.form input.submit:hover,
.unit.form input.submit:focus {
  background-color: #E3E3E3;
  color: #1D1E21;
  background-image: url(/images/arrow-right-black.svg);
}
div.link a.open {
  display: inline-block;
  font-size: 15px;
  line-height: 1.36666667;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  padding-right: 18px;
  -webkit-transition: all 0.6s cubic-bezier(0.05, 0.8, 0.5, 1);
  transition: all 0.6s cubic-bezier(0.05, 0.8, 0.5, 1);
  position: relative;
}
div.link a.open:before,
div.link a.open:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  width: 6px;
  height: 11px;
  background-size: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
}
div.link a.open:before {
  opacity: 0;
}
div.link a.open:after {
  left: initial;
  right: 0;
}
@media (min-width: 1024px) {
  div.link a.open:hover,
  div.link a.open:focus {
    padding-left: 18px;
    padding-right: 0;
  }
  div.link a.open:hover:before,
  div.link a.open:focus:before {
    opacity: 1;
  }
  div.link a.open:hover:after,
  div.link a.open:focus:after {
    -webkit-transform: translateX(60px);
            transform: translateX(60px);
    opacity: 0;
  }
}
div.link a.open:before,
div.link a.open:after {
  background-image: url(/images/arrow-right-black.svg);
}
.section--alpha .area .pure div.link a.open {
  background: none;
  background-color: #F0F0F1;
  font-size: 15px;
  line-height: 1.36666667;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  white-space: nowrap;
  padding: 30px 50px 30px 32px;
  -webkit-transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
  background-image: -webkit-gradient(linear, left top, right top, from(#E3E3E3), to(#E3E3E3));
  background-image: linear-gradient(to right, #E3E3E3, #E3E3E3);
  background-repeat: no-repeat;
  background-size: 0 100%;
  background-position: 0 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 1023px) {
  .section--alpha .area .pure div.link a.open {
    padding: 26px;
  }
}
@media (max-width: 767px) {
  .section--alpha .area .pure div.link a.open {
    font-size: 13px;
    line-height: 1.53846154;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.section--alpha .area .pure div.link a.open:before,
.section--alpha .area .pure div.link a.open:after {
  content: '';
  display: inline-block;
  position: static;
  width: 6px;
  height: 11px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/arrow-right-black.svg);
  -webkit-transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
  margin-right: 12px;
}
.section--alpha .area .pure div.link a.open:before {
  -webkit-transform: translateX(-15px);
          transform: translateX(-15px);
  opacity: 0;
}
@media (max-width: 1023px) {
  .section--alpha .area .pure div.link a.open:before {
    display: none;
  }
}
.section--alpha .area .pure div.link a.open:after {
  margin-right: 0;
  margin-left: 12px;
}
@media (min-width: 1024px) {
  .section--alpha .area .pure div.link a.open:hover {
    padding-right: 32px;
    padding-left: 50px;
    background-size: 100% 100%;
  }
  .section--alpha .area .pure div.link a.open:hover:before {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  .section--alpha .area .pure div.link a.open:hover:after {
    -webkit-transform: translateX(15px);
            transform: translateX(15px);
    opacity: 0;
  }
}
.section--alpha .area .pure div.link a.open:before,
.section--alpha .area .pure div.link a.open:after {
  background-image: url(/images/arrow-right-black.svg);
}
.section--alpha .area .flat div.link a.open {
  background: none;
  background-color: #fff;
  font-size: 15px;
  line-height: 1.36666667;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  white-space: nowrap;
  padding: 30px 50px 30px 32px;
  -webkit-transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
  background-image: -webkit-gradient(linear, left top, right top, from(#E3E3E3), to(#E3E3E3));
  background-image: linear-gradient(to right, #E3E3E3, #E3E3E3);
  background-repeat: no-repeat;
  background-size: 0 100%;
  background-position: 0 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #1D1E21;
}
@media (max-width: 1023px) {
  .section--alpha .area .flat div.link a.open {
    padding: 26px;
  }
}
@media (max-width: 767px) {
  .section--alpha .area .flat div.link a.open {
    font-size: 13px;
    line-height: 1.53846154;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.section--alpha .area .flat div.link a.open:before,
.section--alpha .area .flat div.link a.open:after {
  content: '';
  display: inline-block;
  position: static;
  width: 6px;
  height: 11px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/arrow-right-black.svg);
  -webkit-transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
  margin-right: 12px;
}
.section--alpha .area .flat div.link a.open:before {
  -webkit-transform: translateX(-15px);
          transform: translateX(-15px);
  opacity: 0;
}
@media (max-width: 1023px) {
  .section--alpha .area .flat div.link a.open:before {
    display: none;
  }
}
.section--alpha .area .flat div.link a.open:after {
  margin-right: 0;
  margin-left: 12px;
}
@media (min-width: 1024px) {
  .section--alpha .area .flat div.link a.open:hover {
    padding-right: 32px;
    padding-left: 50px;
    background-size: 100% 100%;
  }
  .section--alpha .area .flat div.link a.open:hover:before {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  .section--alpha .area .flat div.link a.open:hover:after {
    -webkit-transform: translateX(15px);
            transform: translateX(15px);
    opacity: 0;
  }
}
.section--alpha .area .flat div.link a.open:before,
.section--alpha .area .flat div.link a.open:after {
  background-image: url(/images/arrow-right-black.svg);
}
.section--kappa .base .unit div.link a.open,
.section--lambda .area .pure div.link a.open {
  background: none;
  background-color: transparent;
  font-size: 15px;
  line-height: 1.36666667;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  white-space: nowrap;
  padding: 30px 50px 30px 32px;
  -webkit-transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
  background-image: -webkit-gradient(linear, left top, right top, from(#E3E3E3), to(#E3E3E3));
  background-image: linear-gradient(to right, #E3E3E3, #E3E3E3);
  background-repeat: no-repeat;
  background-size: 0 100%;
  background-position: 0 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 3px solid #1D1E21;
  background-image: -webkit-gradient(linear, left top, right top, from(#1D1E21), to(#1D1E21));
  background-image: linear-gradient(to right, #1D1E21, #1D1E21);
}
@media (max-width: 1023px) {
  .section--kappa .base .unit div.link a.open,
  .section--lambda .area .pure div.link a.open {
    padding: 26px;
  }
}
@media (max-width: 767px) {
  .section--kappa .base .unit div.link a.open,
  .section--lambda .area .pure div.link a.open {
    font-size: 13px;
    line-height: 1.53846154;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.section--kappa .base .unit div.link a.open:before,
.section--lambda .area .pure div.link a.open:before,
.section--kappa .base .unit div.link a.open:after,
.section--lambda .area .pure div.link a.open:after {
  content: '';
  display: inline-block;
  position: static;
  width: 6px;
  height: 11px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/arrow-right-black.svg);
  -webkit-transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
  margin-right: 12px;
}
.section--kappa .base .unit div.link a.open:before,
.section--lambda .area .pure div.link a.open:before {
  -webkit-transform: translateX(-15px);
          transform: translateX(-15px);
  opacity: 0;
}
@media (max-width: 1023px) {
  .section--kappa .base .unit div.link a.open:before,
  .section--lambda .area .pure div.link a.open:before {
    display: none;
  }
}
.section--kappa .base .unit div.link a.open:after,
.section--lambda .area .pure div.link a.open:after {
  margin-right: 0;
  margin-left: 12px;
}
@media (min-width: 1024px) {
  .section--kappa .base .unit div.link a.open:hover,
  .section--lambda .area .pure div.link a.open:hover {
    padding-right: 32px;
    padding-left: 50px;
    background-size: 100% 100%;
  }
  .section--kappa .base .unit div.link a.open:hover:before,
  .section--lambda .area .pure div.link a.open:hover:before {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  .section--kappa .base .unit div.link a.open:hover:after,
  .section--lambda .area .pure div.link a.open:hover:after {
    -webkit-transform: translateX(15px);
            transform: translateX(15px);
    opacity: 0;
  }
}
.section--kappa .base .unit div.link a.open:before,
.section--lambda .area .pure div.link a.open:before,
.section--kappa .base .unit div.link a.open:after,
.section--lambda .area .pure div.link a.open:after {
  background-image: url(/images/arrow-right-black.svg);
}
@media (min-width: 1024px) {
  .section--kappa .base .unit div.link a.open:hover,
  .section--lambda .area .pure div.link a.open:hover {
    color: #fff;
  }
  .section--kappa .base .unit div.link a.open:hover:before,
  .section--lambda .area .pure div.link a.open:hover:before,
  .section--kappa .base .unit div.link a.open:hover:after,
  .section--lambda .area .pure div.link a.open:hover:after {
    background-image: url(/images/arrow-right-white.svg);
  }
}
div.link.doit a.open {
  float: left;
  white-space: nowrap;
  height: 80px;
  max-width: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #1D1E21;
  color: transparent;
  -webkit-font-smoothing: antialiased;
  background-size: 6px 11px;
  background-position: 37px 50%;
  background-repeat: no-repeat;
  background-image: url(/images/arrow-left-white.svg);
  padding: 0 0 0 80px;
  -webkit-transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
}
div.link.doit a.open:before,
div.link.doit a.open:after {
  display: none;
}
div.link.doit a.open:hover,
div.link.doit a.open:focus {
  max-width: 82px;
  color: #fff;
  padding-right: 30px;
}
#root div.link.phone,
#root div.link.mail {
  font-size: 0;
  line-height: 0;
  width: auto;
}
#root div.link.phone + .phone,
#root div.link.mail + .phone,
#root div.link.phone + .mail,
#root div.link.mail + .mail {
  margin-left: 20px;
}
#root div.link.phone a.open,
#root div.link.mail a.open {
  display: inline-block;
  padding: 0;
  width: 46px;
  height: 46px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/icon-phone-black.svg);
  background-color: transparent;
  -webkit-transition: none;
  transition: none;
}
#root div.link.phone a.open:before,
#root div.link.mail a.open:before,
#root div.link.phone a.open:after,
#root div.link.mail a.open:after {
  display: none;
}
#root div.link.phone a.open:hover,
#root div.link.mail a.open:hover,
#root div.link.phone a.open:focus,
#root div.link.mail a.open:focus {
  background-image: url(/images/icon-phone-black-inverted.svg);
}
#root div.link.mail a.open {
  background-image: url(/images/icon-mail-black.svg);
}
#root div.link.mail a.open:hover,
#root div.link.mail a.open:focus {
  background-image: url(/images/icon-mail-black-inverted.svg);
}
#root .section--alpha .area .flat div.link.phone {
  margin-top: 0;
}
#root .section--alpha .area .flat div.link.phone a.open {
  background-image: url(/images/icon-phone-white.svg);
}
#root .section--alpha .area .flat div.link.phone a.open:hover,
#root .section--alpha .area .flat div.link.phone a.open:focus {
  background-image: url(/images/icon-phone-white-inverted.svg);
}
#root .section--alpha .area .flat div.link.mail {
  margin-top: 0;
}
#root .section--alpha .area .flat div.link.mail a.open {
  background-image: url(/images/icon-mail-white.svg);
}
#root .section--alpha .area .flat div.link.mail a.open:hover,
#root .section--alpha .area .flat div.link.mail a.open:focus {
  background-image: url(/images/icon-mail-white-inverted.svg);
}
div.link.elem a.open {
  padding-left: 0 !important;
  padding-right: 26px !important;
  background-size: 11px 6px;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/arrow-bottom-black.svg);
}
div.link.elem a.open:before,
div.link.elem a.open:after {
  display: none;
}
.section--my .area .slim .part.text {
  margin-top: 0;
  margin-bottom: 20px;
}
.section--my .area .slim .part.link {
  margin-top: 5px;
  margin-bottom: 5px;
}
.togglenavigation {
  float: left;
  width: 80px;
  height: 80px;
  position: relative;
  cursor: pointer;
  background-size: 25px 22px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/togglenavigation-closed-black.svg);
  -webkit-transition: all 0.6s cubic-bezier(0.05, 0.8, 0.5, 1);
  transition: all 0.6s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.togglenavigation:after {
  content: 'Menu';
  position: absolute;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 15px;
  line-height: 1.36666667;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .togglenavigation:after {
    display: none;
  }
}
body.cb-toggle-target-active .togglenavigation {
  color: #fff;
  background-image: url(/images/togglenavigation-open-white.svg);
}
.navigation {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1999;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background-color: #1D1E21;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all 0.6s cubic-bezier(0.05, 0.8, 0.5, 1);
  transition: all 0.6s cubic-bezier(0.05, 0.8, 0.5, 1);
  color: #fff;
}
body.cb-toggle-target-active .navigation {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.navigation a {
  color: #fff;
}
@media (max-width: 767px) {
  .navigation {
    padding: 0 36px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.navicontent {
  float: left;
  position: relative;
  z-index: 2;
  margin-left: 200px;
  min-height: 100%;
  width: 582px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 80px;
  -webkit-transition: all 0.7s 0.05s cubic-bezier(0.05, 0.8, 0.5, 1);
  transition: all 0.7s 0.05s cubic-bezier(0.05, 0.8, 0.5, 1);
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
@media (max-width: 1581px) {
  .navicontent {
    margin-left: 80px;
  }
}
@media (max-width: 767px) {
  .navicontent {
    width: 100%;
    margin-left: 0;
    padding-top: 114px;
    padding-bottom: 40px;
  }
}
body.cb-toggle-target-active .navicontent {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.naviwrapper {
  float: left;
  width: 100%;
}
.naviservices {
  float: left;
  width: 100%;
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.navivcard {
  float: left;
  color: #6E6E6E;
  font-size: 15px;
  line-height: 1.2;
}
.navivcard .org {
  text-transform: uppercase;
  font-weight: bold;
}
#navisocial {
  float: left;
}
#navisocial .meta {
  float: left;
  width: 40px;
  height: 40px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/social-vimeo-gray.svg);
  margin-right: 15px;
}
#navisocial .meta:last-child {
  margin-right: 0;
}
#navisocial .meta:hover,
#navisocial .meta:focus {
  background-image: url(/images/social-vimeo-white.svg);
}
#navisocial .meta.service_linkedin {
  background-image: url(/images/social-linkedin-gray.svg);
}
#navisocial .meta.service_linkedin:hover,
#navisocial .meta.service_linkedin:focus {
  background-image: url(/images/social-linkedin-white.svg);
}
.navijubilee {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 80px;
  padding-left: 782px;
}
@media (max-width: 1581px) {
  .navijubilee {
    width: 640px;
    right: 80px;
    padding-left: 0;
  }
}
@media (max-width: 1023px) {
  .navijubilee {
    display: none;
  }
}
.navijubilee__image {
  float: left;
  width: 640px;
}
.langpick {
  float: left;
  position: relative;
}
.langpick__toggle {
  float: left;
  position: relative;
  z-index: 3;
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  line-height: 1.36666667;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: linear-gradient(to bottom, #000, #000);
  background-position: 50% 0;
  background-size: 100% 0;
  background-repeat: no-repeat;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.langpick__toggle:hover,
.langpick__toggle.cb-toggle-active {
  background-size: 100% 100%;
  color: #fff;
}
.langpick__menu {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2;
  pointer-events: none;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.langpick.cb-toggle-target-active .langpick__menu {
  top: 100%;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: initial;
}
div.sub1 {
  float: left;
  width: 100%;
}
div.sub1 > .item {
  width: 100%;
}
div.sub1 > .item.path {
  display: none;
}
div.sub1 > .item > .menu {
  float: left;
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  line-height: 1.36666667;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: linear-gradient(to bottom, #000, #000);
  background-position: 50% 0;
  background-size: 100% 0;
  background-repeat: no-repeat;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
div.sub1 > .item > .menu:hover {
  background-size: 100% 100%;
  color: #fff;
}
.langpick .service_jobs {
  right: 100%;
  top: 50%;
  margin-right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  color: #BEBEBE;
  font-size: 15px;
  line-height: 1.36666667;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  padding-right: 18px;
  -webkit-transition: all 0.6s cubic-bezier(0.05, 0.8, 0.5, 1);
  transition: all 0.6s cubic-bezier(0.05, 0.8, 0.5, 1);
  position: relative;
  position: absolute;
}
.langpick .service_jobs:before,
.langpick .service_jobs:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  width: 6px;
  height: 11px;
  background-size: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.langpick .service_jobs:before {
  opacity: 0;
}
.langpick .service_jobs:after {
  left: initial;
  right: 0;
}
@media (min-width: 1024px) {
  .langpick .service_jobs:hover,
  .langpick .service_jobs:focus {
    padding-left: 18px;
    padding-right: 0;
  }
  .langpick .service_jobs:hover:before,
  .langpick .service_jobs:focus:before {
    opacity: 1;
  }
  .langpick .service_jobs:hover:after,
  .langpick .service_jobs:focus:after {
    -webkit-transform: translateX(60px);
            transform: translateX(60px);
    opacity: 0;
  }
}
@media (max-width: 767px) {
  .langpick .service_jobs {
    display: none;
  }
}
.langpick .service_jobs:before,
.langpick .service_jobs:after {
  background-image: url(/images/arrow-right-gray.svg);
}
.cb-fancy-navigation {
  float: left;
  width: 100%;
}
.navigation-container {
  float: left;
  width: 100%;
  display: none;
  opacity: 0;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}
.navigation-container.is-activated {
  display: block;
}
.navigation-container.is-active {
  opacity: 1;
}
.navigation-group {
  float: left;
  width: 100%;
}
.navigation-section {
  float: left;
  width: 100%;
}
.navigation-container--level2 .navigation-section--meta {
  display: none;
}
.navigation-back {
  float: left;
  font-size: 15px;
  line-height: 1.36666667;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  padding-right: 18px;
  -webkit-transition: all 0.6s cubic-bezier(0.05, 0.8, 0.5, 1);
  transition: all 0.6s cubic-bezier(0.05, 0.8, 0.5, 1);
  position: relative;
  padding-left: 18px;
  padding-right: 0;
}
.navigation-back:before,
.navigation-back:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  width: 6px;
  height: 11px;
  background-size: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.navigation-back:before {
  opacity: 0;
}
.navigation-back:after {
  left: initial;
  right: 0;
}
@media (min-width: 1024px) {
  .navigation-back:hover,
  .navigation-back:focus {
    padding-left: 18px;
    padding-right: 0;
  }
  .navigation-back:hover:before,
  .navigation-back:focus:before {
    opacity: 1;
  }
  .navigation-back:hover:after,
  .navigation-back:focus:after {
    -webkit-transform: translateX(60px);
            transform: translateX(60px);
    opacity: 0;
  }
}
.navigation-back:before,
.navigation-back:after {
  background-image: url(/images/arrow-left-white.svg);
}
.navigation-back:before {
  opacity: 1;
}
.navigation-back:after {
  opacity: 0;
}
@media (min-width: 1024px) {
  .navigation-back:hover,
  .navigation-back:focus {
    padding-right: 18px;
    padding-left: 0;
  }
  .navigation-back:hover:before,
  .navigation-back:focus:before {
    -webkit-transform: translateX(-60px);
            transform: translateX(-60px);
    opacity: 0;
  }
  .navigation-back:hover:after,
  .navigation-back:focus:after {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
.navigation-container--level3 .navigation-item--parent {
  border-top: none;
  margin-top: 20px;
}
.navigation-container--level3 .navigation-item--parent .navigation-menu {
  font-size: 50px;
  line-height: 1;
  padding-bottom: 25px;
  padding-top: 25px;
  pointer-events: none;
}
.navigation-container--level3 .navigation-item--parent .navigation-menu:after,
.navigation-container--level3 .navigation-item--parent .navigation-menu:before {
  display: none !important;
}
@media (min-width: 1024px) {
  .navigation-container--level3 .navigation-item--parent .navigation-menu:hover {
    padding-left: 0 !important;
  }
}
.navigation-level {
  float: left;
  width: 100%;
}
.navigation-item {
  float: left;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.navigation-item.exit {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.navigation-menu {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  font-size: 50px;
  line-height: 1;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  padding: 25px 39px 25px 0;
  position: relative;
  -webkit-transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.navigation-menu:after,
.navigation-menu:before {
  content: '';
  position: absolute;
  top: 33px;
  width: 19px;
  height: 34px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/arrow-right-white.svg);
  -webkit-transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.navigation-menu:before {
  left: 0;
  -webkit-transform: translateX(-80px);
          transform: translateX(-80px);
  opacity: 0;
}
.navigation-menu:after {
  right: 10px;
}
.navigation-item.empty .navigation-menu:after {
  display: none;
}
@media (min-width: 1024px) {
  .navigation-menu:hover {
    padding-left: 40px;
  }
  .navigation-menu:hover:before {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  .navigation-menu:hover:after {
    -webkit-transform: translateX(80px);
            transform: translateX(80px);
    opacity: 0;
  }
}
.navigation-level--3 > .navigation-item > .navigation-menu {
  font-size: 30px;
  line-height: 1.2;
  padding-top: 32px;
  padding-bottom: 32px;
}
.navigation-level--3 > .navigation-item > .navigation-menu:before {
  display: none;
}
.navigation-level--3 > .navigation-item > .navigation-menu:after {
  display: block !important;
}
@media (min-width: 1024px) {
  .navigation-level--3 > .navigation-item > .navigation-menu:hover {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .navigation-menu {
    font-size: 30px;
    line-height: 1.33333333;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .navigation-menu:after {
    width: 10px;
    height: 20px;
    top: 25px;
  }
  .navigation-container--level3 .navigation-item--parent .navigation-menu {
    font-size: 30px;
    line-height: 1.33333333;
    padding-right: 0;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .navigation-level--3 > .navigation-item > .navigation-menu {
    font-size: 18px;
    line-height: 1.44444444;
    padding-top: 23px;
    padding-bottom: 23px;
  }
}
@media (max-width: 767px) {
  .section--theta .desk,
  .section--iota .desk {
    padding-left: 0;
    padding-right: 0;
  }
  .cb-layout5 .section--epsilon .desk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .leave--bottom {
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    width: 300px;
  }
  .footcontent {
    margin: 50px 0;
  }
  .footpart {
    margin: 50px 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .vcard .vcardtable {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .vcard .vcardtable .type {
    width: auto;
    margin-right: 20px;
  }
  .sitemap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footservices {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 0;
  }
  .copyright {
    margin: 20px 0;
  }
  #services {
    margin: 20px 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .section--delta .area .seam {
    padding-top: 40px;
  }
  #view .section--delta .area .seam {
    height: 550px;
  }
  #view .section--delta .area .seam.is-active .part {
    -webkit-transform: translateY(-240px);
            transform: translateY(-240px);
  }
  h1 {
    font-size: 50px;
  }
  h2 {
    font-size: 35px;
  }
  h3 {
    font-size: 25px;
  }
  h4 {
    font-size: 20px;
  }
  .unit-slider {
    margin-bottom: -28px;
  }
  .section--delta .area {
    margin-bottom: 28px;
  }
  .section--lambda .area {
    margin-top: 28px;
    margin-bottom: 28px;
  }
  .section--alpha .area .flat .body {
    padding-top: 135px;
    padding-bottom: 135px;
  }
  .section--alpha .area .edge .body {
    padding-top: 47px;
    padding-bottom: 47px;
  }
  .section--gamma .area .seam + .seam {
    margin-top: -41px;
  }
  .section--delta .area .seam.fold div.more {
    padding-top: 19px;
    padding-bottom: 19px;
  }
  .section--epsilon .area .pure.fold + .pure.fold {
    margin-top: -30px;
  }
  .cb-layout5 .section--epsilon .base {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .cb-layout5 .section--epsilon .farwest {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .section--theta .area {
    padding: 10px 0;
  }
  .section--iota .area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .section--iota .area::-webkit-scrollbar {
    display: none;
  }
  .section--iota .area:after {
    content: '';
    display: block;
    width: 20px;
    height: 500px;
    background-color: transparent;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: 80px;
  }
  .section--kappa .base {
    text-align: center;
  }
  .section--alpha .area .flat {
    padding-top: 190px;
  }
  .section--alpha .area .flat .body {
    padding: 0 28px;
  }
  .section--alpha .area .flat .pict.tall {
    margin-top: -190px;
    position: static;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .section--alpha .area .flat div.link a.open {
    width: 100%;
    text-align: center;
  }
  .section--alpha .area .edge {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  .section--alpha .area .edge .body {
    padding: 0 45px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .section--alpha .area .edge .pict.tall {
    position: static;
    height: auto;
    width: calc(100% + 90px);
    margin-left: -45px !important;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    margin-top: 15px !important;
    margin-bottom: -27px !important;
  }
  .section--alpha .area .edge .text .text-section--h3 {
    margin-left: 0;
  }
  .section--eta .area .unit .part {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  .section--eta .area .unit .body {
    padding: 0 !important;
  }
  .section--eta .area .unit .pict.tall {
    position: static;
    width: 100%;
    height: auto;
  }
  .section--iota .area .unit {
    width: 267px;
    margin-left: 5px;
    margin-right: 5px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .section--iota .area .unit:first-child {
    margin-left: 20px;
  }
  .section--iota .area .unit:last-child {
    margin-right: 0;
  }
}
@media (max-width: 767px) and (max-width: 1023px) {
  .section--iota .area:after {
    margin-top: 60px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .section--iota .area:after {
    margin-top: 40px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .section--alpha .area .flat.wide .part.text {
    margin-top: 50px;
  }
}
@media (max-width: 767px) and (max-width: 1023px) {
  .section--eta .area .unit .part {
    margin-top: 25px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .section--eta .area .unit .part {
    margin-top: 25px;
  }
}
@media (max-width: 767px) and (max-width: 1023px) {
  .section--eta .area .unit .part {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .section--eta .area .unit .part {
    margin-bottom: 25px;
  }
}
.fix-slider {
  float: left;
  width: 100%;
  height: 936px;
  margin-top: 80px;
  position: relative;
  margin-bottom: 80px;
  display: none;
}
@media (max-width: 1023px) {
  .fix-slider {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .fix-slider {
    margin-bottom: 40px;
  }
}
.cb-layout8 .fix-slider {
  display: block;
}
.fix-slider__slide {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.fix-slider__slide.cb-jsmood--active {
  z-index: 3;
}
.fix-slider__imageContainer {
  float: right;
  width: calc(50vw + 274px);
  height: 100%;
  position: relative;
}
@media (max-width: 1023px) {
  .fix-slider__imageContainer {
    width: calc(50vw + 180px);
  }
}
.fix-slider__image {
  float: left;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: relative;
  left: 100%;
  -webkit-transition: left 0s 0.6s;
  transition: left 0s 0.6s;
}
.cb-jsmood--active .fix-slider__image {
  -webkit-transition: left 0.6s;
  transition: left 0.6s;
  left: 0;
}
.fix-slider__text {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1140px;
  max-width: calc(100% - 160px);
  bottom: 292px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 166px;
  z-index: 2;
  white-space: nowrap;
  font-size: 24px;
  line-height: 1.25;
  opacity: 0;
  -webkit-transition: all 0.8s cubic-bezier(0.05, 0.8, 0.5, 1);
  transition: all 0.8s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.cb-jsmood--active .fix-slider__text {
  opacity: 1;
}
@media (max-width: 1300px) {
  .fix-slider__text {
    padding-left: 130px;
  }
}
@media (max-width: 1023px) {
  .fix-slider__text {
    left: 40px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    padding-left: 0;
  }
}
.fix-slider__content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 5;
}
.fix-slider__controls {
  float: left;
  margin-top: 54px;
}
.fix-slider__arrow {
  float: left;
  width: 56px;
  height: 56px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 3px solid #000;
  cursor: pointer;
  position: relative;
  background-image: -webkit-gradient(linear, left top, right top, from(#000), to(#000));
  background-image: linear-gradient(to right, #000, #000);
  background-repeat: no-repeat;
  background-size: 0 100%;
  background-position: right -1px center;
  -webkit-transition: all 0.3s cubic-bezier(0.05, 0.8, 0.5, 1);
  transition: all 0.3s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.fix-slider__arrow:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  width: 6px;
  height: 11px;
  background-image: url(/images/arrow-left-black.svg);
}
.fix-slider__arrow:hover {
  background-size: 105% 100%;
}
.fix-slider__arrow:hover:after {
  background-image: url(/images/arrow-left-white.svg);
}
.fix-slider__arrow--next {
  margin-left: -3px;
  background-position: left 0 center;
}
.fix-slider__arrow--next:after {
  background-image: url(/images/arrow-right-black.svg);
}
.fix-slider__arrow--next:hover:after {
  background-image: url(/images/arrow-right-white.svg);
}
.fix-slider__index {
  position: absolute;
  right: calc(50vw + 274px);
  bottom: 0;
  margin-right: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 6;
}
@media (max-width: 1023px) {
  .fix-slider__index {
    right: calc(50vw + 180px);
  }
}
.cb-jsmood-index__a {
  float: left;
  margin: 5px 0;
  width: 5px;
  height: 24px;
  cursor: pointer;
  background-color: #F0F0F1;
  -webkit-transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.cb-jsmood-index__a:first-child {
  margin-top: 0;
}
.cb-jsmood-index__a:last-child {
  margin-bottom: 0;
}
.cb-jsmood-index__a.cb-jsmood-index__a--active {
  background-color: #1D1E21;
}
@media (max-width: 767px) {
  .fix-slider {
    height: 505px;
  }
  .fix-slider__imageContainer {
    width: calc(100vw - 105px);
  }
  .fix-slider__text {
    font-size: 20px;
    line-height: 1.4;
    left: 20px;
    bottom: 150px;
    max-width: calc(100% - 40px);
    padding: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .fix-slider__controls {
    margin-top: 40px;
    margin-bottom: 172px;
  }
  .fix-slider__index {
    right: calc(100vw - 105px);
    margin-right: 10px;
  }
}
.unit-slider {
  float: right;
  width: 1140px;
  margin-right: -580px;
  margin-top: 80px;
}
@media (max-width: 1023px) {
  .unit-slider {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .unit-slider {
    margin-top: 40px;
  }
}
#view .unit-slider {
  margin-top: 160px;
}
@media (max-width: 1023px) {
  #view .unit-slider {
    margin-top: 120px;
  }
}
@media (max-width: 767px) {
  #view .unit-slider {
    margin-top: 80px;
  }
}
@media (max-width: 2459px) {
  .unit-slider {
    width: 752px;
    margin-right: -192px;
  }
}
@media (max-width: 1683px) {
  .unit-slider {
    margin-right: 0;
    width: 364px;
  }
}
@media (max-width: 1299px) {
  .unit-slider {
    width: 364px;
  }
}
@media (max-width: 1023px) {
  .unit-slider {
    width: calc(100% + 80px);
    margin-right: -40px;
    margin-bottom: 160px;
  }
  #view .unit-slider {
    margin-top: 0;
  }
}
@media (max-width: 1023px) and (max-width: 1023px) {
  .unit-slider {
    margin-bottom: 120px;
  }
}
@media (max-width: 1023px) and (max-width: 767px) {
  .unit-slider {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .unit-slider {
    width: 100%;
    margin-right: 0;
    margin-bottom: 240px;
  }
  #view .unit-slider {
    margin-top: 80px;
  }
}
@media (max-width: 767px) and (max-width: 1023px) {
  .unit-slider {
    margin-bottom: 180px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .unit-slider {
    margin-bottom: 120px;
  }
}
@media (max-width: 767px) and (max-width: 1023px) {
  #view .unit-slider {
    margin-top: 60px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  #view .unit-slider {
    margin-top: 40px;
  }
}
.unit-slider__width {
  float: left;
  width: 100%;
  overflow: hidden;
}
.unit-slider .area {
  width: calc(100% + 24px);
  margin-left: -12px;
}
#view .unit-slider .area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.unit-slider .area .unit {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  float: left;
  margin-left: 12px;
  margin-right: 12px;
  width: 364px;
  background-color: #fff;
  text-align: center;
}
.unit-slider .area .unit .body {
  width: 364px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 18px 30px;
}
.unit-slider .area .unit .pict .cb-image-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#view .unit-slider .area .unit {
  margin-top: 0;
  margin-bottom: 0;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.unit-slider .area .unit.unit--collapsed {
  width: 0;
  margin-left: 0;
  margin-right: 0;
}
.unit-slider__actions {
  float: left;
  width: 100%;
  margin-top: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.unit-slider__link {
  float: left;
  width: 56px;
  height: 56px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 3px solid #000;
  cursor: pointer;
  position: relative;
  background-image: -webkit-gradient(linear, left top, right top, from(#000), to(#000));
  background-image: linear-gradient(to right, #000, #000);
  background-repeat: no-repeat;
  background-size: 0 100%;
  background-position: right -1px center;
  -webkit-transition: all 0.3s cubic-bezier(0.05, 0.8, 0.5, 1);
  transition: all 0.3s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.unit-slider__link:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  width: 6px;
  height: 11px;
  background-image: url(/images/arrow-left-black.svg);
}
.unit-slider__link:hover {
  background-size: 105% 100%;
}
.unit-slider__link:hover:after {
  background-image: url(/images/arrow-left-white.svg);
}
.unit-slider__link--next {
  margin-left: -3px;
  background-position: left 0 center;
}
.unit-slider__link--next:after {
  background-image: url(/images/arrow-right-black.svg);
}
.unit-slider__link--next:hover:after {
  background-image: url(/images/arrow-right-white.svg);
}
/*# sourceMappingURL=screen-small.css.map */