:root {
  --headerHeight: 120px;
  --headerPadding: 60px;
  --altContentWidthLarge: 986px;
  --altContentWidthMedium: 886px;
  --altContentWidthSmall: 786px;
  --altVerticalSpace: 60px;
  --fancyBubbleRatio: 1400 / 800;
  --fancyBubbleRadius: 24%;
  --fancyDotSize: 80px;
  --fancyImageScale: 1;
  --altSectionPadding: 180px;
}
@media (max-width: 1023px) {
  :root {
    --headerPadding: var(--deskSpace);
    --altSectionPadding: 140px;
  }
}
@media (max-width: 767px) {
  :root {
    --headerHeight: 80px;
    --altVerticalSpace: 24px;
    --altSectionPadding: 100px;
  }
}
:root {
  --mainColor: #000;
  --altColor: #000;
  --altColor2: #9A9A9A;
  --themeColor: #D6BB9B;
  --foldPlusDefault: url(/images/icon-plus-black.svg);
  --foldPlusHover: url(/images/icon-plus-white.svg);
  --foldMinusDefault: url(/images/icon-minus-black.svg);
  --foldMinusHover: url(/images/icon-minus-white.svg);
  --arrowRightTopDefault: url(/images/arrow-right-top-black.svg);
  --arrowRightTopInverted: url(/images/arrow-right-top-white.svg);
  --arrowDownDefault: url(/images/arrow-down-white.svg);
}
:root .pageColor--green {
  --themeColor: #9AC26E;
}
:root .pageColor--lightblue {
  --themeColor: #96B7D6;
}
:root .pageColor--red {
  --themeColor: #D6744B;
}
:root .section--black,
:root .section--moreQuestions,
:root .section--storyTeaser,
:root .section--rootContact {
  --mainColor: #fff;
  --altColor: #D6BB9B;
  --altColor2: #fff;
  --foldPlusDefault: url(/images/icon-plus-beige.svg);
  --foldMinusDefault: url(/images/icon-minus-beige.svg);
  --arrowRightTopDefault: url(/images/arrow-right-top-white.svg);
  --arrowRightTopInverted: url(/images/arrow-right-top-black.svg);
  --arrowDownDefault: url(/images/arrow-down-black.svg);
}
:root {
  --deskWidth: 1192px;
  --deskSpace: 104px;
  --deskMaxWidth: calc(100vw - (2 * var(--deskSpace)));
}
@media (max-width: 1279px) {
  :root {
    --deskSpace: 60px;
  }
}
@media (max-width: 1023px) {
  :root {
    --deskSpace: 28px;
  }
}
:root {
  --spacePart: 12px;
}
@media (max-width: 1023px) {
  :root {
    --spacePart: 12px;
  }
}
@media (max-width: 767px) {
  :root {
    --spacePart: 12px;
  }
}
:root {
  --spaceUnit: 48px;
}
@media (max-width: 1023px) {
  :root {
    --spaceUnit: 28px;
  }
}
@media (max-width: 767px) {
  :root {
    --spaceUnit: 18px;
  }
}
:root {
  --spaceTotal: 60px;
}
@media (max-width: 1023px) {
  :root {
    --spaceTotal: 40px;
  }
}
@media (max-width: 767px) {
  :root {
    --spaceTotal: 30px;
  }
}
:root {
  --js-breakpoint: breakpointLarge;
}
@media (max-width: 1023px) {
  :root {
    --js-breakpoint: breakpointMedium;
  }
}
@media (max-width: 767px) {
  :root {
    --js-breakpoint: breakpointSmall;
  }
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.button {
  background-color: transparent;
  font-size: 17px;
  line-height: 1.29411765;
  font-family: inherit;
  cursor: pointer;
  color: #9A9A9A;
  padding: 8px 40px;
  appearance: none;
  border-radius: 100000px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: 1px solid #9A9A9A;
  letter-spacing: 0.015em;
  background-size: 0 100%;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, #9A9A9A, #9A9A9A);
  transition: all 0.24s;
}
.button:hover {
  color: #fff;
  background-size: 100% 100%;
}
@media (max-width: 767px) {
  .button {
    padding: 5px 20px;
  }
}
/* figtree-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Figtree';
  font-style: normal;
  font-weight: 400;
  src: url('/extras/fonts/figtree-v5-latin-regular.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* figtree-500 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Figtree';
  font-style: normal;
  font-weight: 500;
  src: url('/extras/fonts/figtree-v5-latin-500.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* figtree-600 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Figtree';
  font-style: normal;
  font-weight: 600;
  src: url('/extras/fonts/figtree-v5-latin-600.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
* {
  margin: 0;
  padding: 0;
  outline: 0;
  border: none;
  background: none;
  font-size: 100%;
}
*::selection {
  background: #D6BB9B;
  color: #fff;
}
.hidden,
.cb-invisible {
  display: none !important;
}
li {
  list-style-position: inside;
}
img,
audio,
video,
iframe {
  float: left;
  width: 100%;
}
strong {
  font-weight: 600;
}
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: 20px;
  font-family: 'Figtree', sans-serif;
  line-height: 1.4;
}
.unit caption {
  display: none;
}
.flag {
  background: #D6BB9B;
  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);
}
.cbdModule {
  float: left;
  width: 100%;
}
#view .cbdModule.is-empty {
  display: none;
}
.cbDynamicContent__element {
  float: left;
  width: 100%;
}
.area {
  float: left;
  width: 100%;
}
#view .area:empty {
  display: none;
}
.area .unit {
  float: left;
  width: 100%;
  margin-top: var(--spaceUnit);
  margin-bottom: var(--spaceUnit);
  position: relative;
}
.unit__background {
  float: left;
  width: 100%;
}
.unit__content {
  float: left;
  width: 100%;
}
.unit__head,
.unit__body,
.unit__foot {
  float: left;
  width: 100%;
}
.unit--fold div.less,
.unit--fold div.more {
  float: left;
  width: 100%;
}
.unit--fold .ctrl {
  float: left;
  width: 100%;
}
.unit .part {
  float: left;
  width: 100%;
  margin-top: var(--spacePart);
  margin-bottom: var(--spacePart);
  position: relative;
}
.part__content {
  float: left;
  width: 100%;
}
.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;
}
#edit .part video {
  pointer-events: none;
}
.cb-image-figure {
  float: left;
  width: 100%;
}
.cb-image-container {
  float: left;
  width: 100%;
  position: relative;
}
.cb-image-caption {
  float: left;
  width: 100%;
  margin-top: 6px;
}
#disp.zoom .cb-image-figure {
  height: 100%;
}
#disp.zoom .cb-image-container {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: 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;
}
.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 var(--altColor);
}
.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: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background: #aaa;
  opacity: 0.6;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.2em;
  padding: 0 20px;
}
.cb-code-executable {
  float: left;
  width: 100%;
}
.part.cb-youtube iframe,
.part.cb-vimeo iframe {
  height: 100%;
  background-color: #fff;
}
.part.cb-share {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.part.cb-share .cb-service {
  float: left;
  margin-left: 16px;
}
.part.cb-share .cb-service:first-child {
  margin-left: 0;
}
.part.cb-share .cb-service * {
  float: left;
}
.part.cb-share .cb-service a {
  float: left;
  width: 50px;
  height: 50px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  box-sizing: border-box;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 10000px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.part.cb-share .cb-service a:hover {
  filter: invert(1);
}
.part.cb-share .cb-service.cb-service-facebook-share a {
  background-size: auto 24px;
  background-image: url(/images/cb-default/socialShare-facebook-black.svg);
}
.part.cb-share .cb-service.cb-service-twitter a {
  background-size: auto 18px;
  background-image: url(/images/cb-default/socialShare-twitter-black.svg);
}
.text-section {
  float: left;
  width: 100%;
}
.list {
  float: left;
  width: 100%;
}
.list--bullet li {
  list-style: none;
  padding-left: 34px;
  position: relative;
  margin-top: 20px;
}
.list--bullet li:first-child {
  margin-top: 0;
}
.list--bullet li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 10px;
  height: 10px;
  background-color: var(--mainColor);
  border-radius: 10000px;
}
.list--numbered {
  counter-reset: numberedList;
}
.list--numbered li {
  list-style: none;
  padding-left: 24px;
  position: relative;
}
.list--numbered li:before {
  content: counter(numberedList) ".";
  counter-increment: numberedList;
  position: absolute;
  left: 0;
  top: 0;
}
#expo {
  float: left;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  #expo {
    margin-top: calc(var(--spaceTotal) * 2);
  }
}
#slides {
  float: left;
  width: 100%;
  height: 100vh !important;
  max-width: 100% !important;
  max-height: 100% !important;
  position: relative;
}
@media (max-width: 767px) {
  #slides {
    height: 600px !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;
  object-fit: cover;
  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;
  transform: translateY(-50%);
  background: #D6BB9B;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
}
#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: flex;
  flex-wrap: wrap;
  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%;
  color: transparent;
  background: #fff;
  border-radius: 16px;
  transition: all 0.4s;
}
.cb-index-all td.this a {
  background: #D6BB9B;
}
.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;
  transform: translateX(-50%);
  width: 1000px !important;
  max-width: 90%;
  min-height: 100vh;
  display: flex !important;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  margin: 0 !important;
  box-sizing: border-box;
  padding: 80px 0 !important;
  font-size: 14px;
  font-family: 'Figtree', sans-serif;
  line-height: 1.42857143;
  color: var(--mainColor);
}
@media (max-width: 767px) {
  #disp {
    padding: 20px 0 !important;
  }
}
.disp-wrapper {
  float: left;
  width: 100%;
  background-color: #fff;
  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: flex;
  flex-wrap: wrap;
  flex-direction: column;
  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: #D6BB9B;
  width: 100%;
  box-sizing: border-box;
  padding-right: 30px;
}
#disp h3 {
  color: #D6BB9B;
  font-size: 16px;
  font-weight: 600;
  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%;
  color: transparent;
  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: transparent;
  font-size: 17px;
  line-height: 1.29411765;
  font-family: inherit;
  cursor: pointer;
  color: #9A9A9A;
  padding: 8px 40px;
  appearance: none;
  border-radius: 100000px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: 1px solid #9A9A9A;
  letter-spacing: 0.015em;
  background-size: 0 100%;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, #9A9A9A, #9A9A9A);
  transition: all 0.24s;
  line-height: 1.42857143;
}
#disp .foot input:hover,
#disp .foot a:hover {
  color: #fff;
  background-size: 100% 100%;
}
@media (max-width: 767px) {
  #disp .foot input,
  #disp .foot a {
    padding: 5px 20px;
  }
}
#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: flex;
  flex-wrap: wrap;
  flex-direction: column;
  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;
  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[type*="radio"],
#disp input[type*="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 !important;
  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;
  transform: scale(0);
  transition: all 0.3s cubic-bezier(0.05, 0.8, 0.5, 1);
}
a.zoom .cb-zoom-indicator {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 1023px) {
  .cb-zoom-indicator {
    right: 10px;
    bottom: 10px;
    width: 24px;
    height: 24px !important;
    background-size: 12px 12px;
    opacity: 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;
  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: 56px;
  height: 56px;
  border: 1px solid #fff;
  border-radius: 10000px;
  box-sizing: border-box;
  background-size: auto 14px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  background-image: url(/images/arrow-left-white.svg);
}
#disp.zoom div.head div.ctrl .next a {
  background-image: url(/images/arrow-right-white.svg);
}
#disp.zoom div.head div.ctrl .quit a {
  background-image: url(/images/icon-x-white.svg);
  background-size: 30px 30px;
}
#disp.zoom div.head div.ctrl a:hover {
  transform: scale(1.1);
}
#disp.zoom div.head div.ctrl a:active {
  transform: scale(1);
}
#disp.zoom div.body {
  float: left;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 116px 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: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#disp.zoom div.body a {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#disp.zoom div.body img {
  float: left;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  object-fit: contain;
  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: 'Figtree', 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;
  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%;
}
.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 {
  box-sizing: border-box;
  padding: 5px;
  background-color: #e7bcbc;
}
@media (min-width: 768px) {
  .unit.form .tile div.ctrl {
    float: right;
    width: 66%;
  }
}
.unit.form .name {
  float: left;
  width: 100%;
  padding-bottom: 5px;
}
@media (min-width: 768px) {
  .unit.form .tile .name {
    width: 30%;
    min-height: 40px;
    padding-top: 6px;
    padding-bottom: 6px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
  }
}
.unit.form input.text,
.unit.form textarea {
  float: left;
  width: 100%;
  box-sizing: border-box;
  background: #F0F0F0;
  min-height: 40px;
  padding: 5px 10px;
  appearance: none;
}
.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: 6px;
    padding-bottom: 6px;
  }
}
.unit.form div.tick label {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding-left: 26px;
}
.unit.form div.tick input {
  position: absolute;
  left: 0;
  top: 4px;
  width: 18px;
  margin-right: 6px;
  height: 28px;
  vertical-align: top;
}
@media (min-width: 768px) {
  .unit.form div.tick.tile input {
    top: 6px;
  }
}
.unit.form select {
  float: left;
  width: 100%;
  font-family: 'Figtree', sans-serif;
  font-size: 20px;
  line-height: 1.4;
  background: #F0F0F0;
  height: 40px;
  border: 1px solid var(--mainColor);
  padding: 5px;
}
.unit.form .ship fieldset > div {
  float: left;
  width: 100%;
}
.unit.form .ship fieldset > div.fail {
  box-sizing: border-box;
  padding: 5px;
  background-color: #e7bcbc;
}
.unit.form .ship div.chop {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.unit.form .ship div.chop input {
  float: left;
  width: 100%;
  display: block;
  font-size: 12px;
}
.unit.form .ship div.chop span {
  float: left;
}
.unit.form .ship div.chop span::file-selector-button {
  background-color: transparent;
  font-size: 17px;
  line-height: 1.29411765;
  font-family: inherit;
  cursor: pointer;
  color: #9A9A9A;
  padding: 8px 40px;
  appearance: none;
  border-radius: 100000px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: 1px solid #9A9A9A;
  letter-spacing: 0.015em;
  background-size: 0 100%;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, #9A9A9A, #9A9A9A);
  transition: all 0.24s;
  margin-right: 16px;
}
.unit.form .ship div.chop span::file-selector-button:hover {
  color: #fff;
  background-size: 100% 100%;
}
@media (max-width: 767px) {
  .unit.form .ship div.chop span::file-selector-button {
    padding: 5px 20px;
  }
}
.unit.form .ship div.chop a {
  float: left;
  display: block;
  margin-left: 10px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  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: 40px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
  }
}
.unit.form .submit {
  float: right;
  margin-top: var(--spacePart);
  margin-bottom: var(--spacePart);
  background-color: transparent;
  font-size: 17px;
  line-height: 1.29411765;
  font-family: inherit;
  cursor: pointer;
  color: #9A9A9A;
  padding: 8px 40px;
  appearance: none;
  border-radius: 100000px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: 1px solid #9A9A9A;
  letter-spacing: 0.015em;
  background-size: 0 100%;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, #9A9A9A, #9A9A9A);
  transition: all 0.24s;
}
.unit.form .submit:hover {
  color: #fff;
  background-size: 100% 100%;
}
@media (max-width: 767px) {
  .unit.form .submit {
    padding: 5px 20px;
  }
}
.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;
  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%;
  color: transparent;
  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: var(--mainColor);
  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;
  box-sizing: border-box;
  padding: 20px;
  background-color: #e7bcbc;
  color: #ae2121;
}
.unit.form div.cb-form-sent {
  float: left;
  width: 100%;
  margin-top: var(--spacePart);
  margin-bottom: var(--spacePart);
}
.unit.form div.cb-form-sent a {
  float: right;
  color: #5abb55;
}
#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: transparent;
  font-size: 17px;
  line-height: 1.29411765;
  font-family: inherit;
  cursor: pointer;
  color: #9A9A9A;
  padding: 8px 40px;
  appearance: none;
  border-radius: 100000px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: 1px solid #9A9A9A;
  letter-spacing: 0.015em;
  background-size: 0 100%;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, #9A9A9A, #9A9A9A);
  transition: all 0.24s;
}
.two-step-verification-container a:hover {
  color: #fff;
  background-size: 100% 100%;
}
@media (max-width: 767px) {
  .two-step-verification-container a {
    padding: 5px 20px;
  }
}
.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;
  color: #9A9A9A;
}
.table-layout-fixed .table {
  table-layout: fixed;
}
#edit .table tr {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.table-head tr {
  border-top: none;
}
.table th {
  font-weight: normal;
  padding: 5px 16px;
  vertical-align: top;
}
.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: 600;
}
.table td {
  padding: 5px 16px;
  vertical-align: top;
}
.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: 600;
}
@media (max-width: 767px) {
  .part--table .table {
    display: block;
  }
  .part--table .table .table-head,
  .part--table .table .table-foot {
    display: none;
  }
  .part--table .table .table-body {
    display: block;
    width: 100%;
  }
  .part--table .table tr {
    float: left;
    width: 100%;
    display: block;
    box-sizing: border-box;
    padding: 0;
    border: 1px solid transparent;
    margin-top: calc(var(--spacePart) * 2);
  }
  .table-body .part--table .table tr:first-child {
    margin-top: 0;
  }
  .part--table .table .table-body tr:first-child {
    margin-top: 0;
  }
  .part--table .table td {
    float: left;
    display: block;
    width: 100%;
    padding: 0;
  }
  .part--table .table.table--headline td {
    position: relative;
    box-sizing: border-box;
    padding-left: 52%;
  }
  .part--table .table.table--headline td:before {
    content: attr(data-title);
    position: absolute;
    left: 0;
    top: 0;
    width: 48%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    font-weight: 600;
  }
}
html,
body {
  float: left;
  width: 100%;
  min-height: 100vh;
}
body.cb-toggle-target-active {
  overflow: hidden;
}
.logo {
  float: left;
  height: 32px;
}
@media (max-width: 767px) {
  .logo {
    height: 22px;
  }
}
.logo__image {
  float: left;
  width: auto;
  height: 100%;
}
.logoAnimation {
  float: left;
  height: 100%;
}
.logoAnimation svg {
  float: left;
  height: 100% !important;
  width: auto !important;
}
.scroll-animated {
  opacity: 0;
  transform: translateY(100px);
  transition: all 1s 0.2s;
}
.scroll-animated.scroll-animated--active {
  opacity: 1;
  transform: translateY(0);
}
#head {
  float: left;
  width: 100%;
  margin-top: 70px;
  margin-bottom: var(--spaceTotal);
}
.moodcontent #head {
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #head {
    margin-top: 24px;
  }
}
.layout7 #head .letter {
  opacity: 0;
}
.layout7 #head .letter.is-active {
  opacity: 1;
}
.wrapper {
  float: left;
  width: 100%;
  min-height: 100vh;
  background-color: #fff;
  font-family: 'Figtree', sans-serif;
  font-size: 20px;
  line-height: 1.4;
  color: var(--mainColor);
  accent-color: #D6BB9B;
  overflow: hidden;
  hyphens: none;
  letter-spacing: 0.01em;
  box-sizing: border-box;
  padding-top: var(--headerHeight);
  opacity: 0.01;
  transition: all 0.24s;
}
.show-content .wrapper {
  opacity: 1;
}
.layout5 .wrapper {
  padding-top: 0;
}
.desk {
  *zoom: 1;
  margin: 0 auto;
  max-width: var(--deskMaxWidth);
  width: var(--deskWidth);
  position: relative;
}
.desk:before,
.desk:after {
  display: table;
  content: '';
}
.desk:after {
  clear: both;
}
.section {
  float: left;
  width: 100%;
  position: relative;
}
.section--header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2000;
  background-color: #fff;
  transition: all 0.4s;
}
.layout5 .section--header:not(.cb-scroll-triggered--active) {
  background-color: transparent;
}
body.cb-toggle-target-active .section--header {
  background-color: transparent !important;
}
body:not(.cb-toggle-target-active) .section--header.navi--hidden {
  transform: translateY(-100%);
}
.section--multimood {
  min-height: 100vh;
  display: none;
}
.layout5 .section--multimood {
  display: block;
}
@media (max-width: 767px) {
  .section--multimood {
    min-height: 0;
  }
}
.section--black {
  background-color: #000;
  color: var(--mainColor);
  padding-top: calc(var(--altSectionPadding) - var(--spaceTotal));
  padding-bottom: calc(var(--altSectionPadding) - var(--spaceTotal));
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
  display: none;
}
#edit.layout1 .section--black.section--area2,
#view.layout1:not(.area2--empty) .section--black.section--area2,
#edit.layout1 .section--black.section--area3,
#view.layout1:not(.area3--empty) .section--black.section--area3 {
  display: block;
}
#edit.layout2 .section--black.section--area2,
#view.layout2:not(.area2--empty) .section--black.section--area2,
#edit.layout2 .section--black.section--area3,
#view.layout2:not(.area3--empty) .section--black.section--area3 {
  display: block;
}
#edit.layout3 .section--black.section--area3,
#view.layout3:not(.area3--empty) .section--black.section--area3 {
  display: block;
}
#edit.layout5 .section--black.section--area3,
#view.layout5:not(.area3--empty) .section--black.section--area3 {
  display: block;
}
#edit.layout7 .section--black.section--area3,
#view.layout7:not(.area3--empty) .section--black.section--area3 {
  display: block;
}
.section--lightgray {
  background-color: #f0f0f0;
  padding-top: calc(var(--altSectionPadding) - var(--spaceTotal));
  padding-bottom: calc(var(--altSectionPadding) - var(--spaceTotal));
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
  display: none;
}
.section--lightgray.section--two {
  padding-top: var(--spaceTotal);
  padding-bottom: var(--spaceTotal);
}
#edit.layout3 .section--lightgray.section--area4,
#view.layout3:not(.area4--empty) .section--lightgray.section--area4 {
  display: block;
}
#edit.layout7 .section--lightgray.section--area4,
#view.layout7:not(.area4--empty) .section--lightgray.section--area4,
#edit.layout7 .section--lightgray.section--area8,
#view.layout7:not(.area8--empty) .section--lightgray.section--area8 {
  display: block;
}
@media (max-width: 767px) {
  .section--lightgray.section--two {
    margin-top: calc(var(--spaceTotal) + 50px);
  }
}
.section--area3 {
  margin-bottom: calc(var(--spaceTotal) * -1);
}
.layout7 .section--area3 {
  margin-bottom: var(--spaceTotal);
}
.section--moreQuestions {
  color: var(--mainColor);
}
.section--footer {
  background-color: #f0f0f0;
  margin-top: var(--spaceTotal);
}
.section--teaserContent {
  display: none;
}
.layout5 .section--teaserContent {
  display: block;
}
.section--storyTeaser {
  padding-top: calc(var(--altSectionPadding) - var(--spaceTotal));
  padding-bottom: calc(var(--altSectionPadding) - var(--spaceTotal));
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
  background-color: #000;
  color: var(--mainColor);
  position: relative;
  display: none;
}
.layout6 .section--storyTeaser {
  display: block;
}
.section--rootContact {
  color: var(--mainColor);
  margin-top: var(--spaceTotal);
  margin-bottom: calc(var(--spaceTotal) * -1);
  display: none;
}
.layout7 .section--rootContact {
  display: block;
}
.content {
  float: left;
  width: 100%;
}
.section--header .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: var(--headerHeight);
  box-sizing: border-box;
  padding: 0 var(--headerPadding);
}
.section--title .content {
  max-width: var(--altContentWidthLarge);
}
.subcontent {
  float: left;
  width: 100%;
}
.footcontent {
  float: left;
  width: 100%;
  margin: 80px 0;
}
.footcontent a {
  text-decoration: none;
}
.footcontent a:hover,
.footcontent a:focus {
  color: #D6BB9B;
}
@media (max-width: 767px) {
  .footcontent {
    margin: calc(var(--spaceTotal) * 2) 0;
  }
}
.footsection {
  float: left;
  width: calc(100% + 32px);
  display: flex;
  flex-wrap: wrap;
  margin-left: -16px;
  font-size: 18px;
  line-height: 1.33333333;
  position: relative;
}
.footsection--2 {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .footsection--2 {
    margin-top: calc(var(--spaceTotal) * 2);
  }
}
.footsection--3 {
  margin-top: 40px;
  z-index: 2;
}
@media (max-width: 1023px) {
  .footsection--3 {
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  .footsection--3 {
    margin-top: 40px;
  }
}
.footsection--4 {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .footsection--4 {
    margin-top: 40px;
  }
}
.footsection--5 {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .footsection--5 {
    display: none;
  }
}
.footunit {
  float: left;
  width: calc(100% - 32px);
  margin-left: 16px;
  margin-right: 16px;
}
.footunit--small {
  width: calc(25% - 32px);
}
@media (max-width: 1023px) {
  .footunit--small {
    width: calc(50% - 32px);
  }
}
@media (max-width: 767px) {
  .footunit--small {
    width: calc(100% - 32px);
  }
}
@media (max-width: 767px) {
  .footunit--2 {
    display: none;
  }
}
@media (max-width: 767px) {
  .footunit--3 {
    margin-top: 0;
  }
}
@media (max-width: 1023px) {
  .footunit--4 {
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  .footunit--4 {
    margin-top: 40px;
  }
}
@media (max-width: 1023px) {
  .footunit--5 {
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  .footunit--5 {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .footunit--7 {
    margin-top: 20px;
    box-sizing: border-box;
    padding: 0 14px;
  }
}
.footlogo {
  float: left;
  height: 28px;
}
@media (max-width: 767px) {
  .footlogo {
    height: 18px;
  }
}
.footnavi {
  float: left;
  width: 100%;
}
.footnavi div.sub2 {
  float: left;
  width: 100%;
}
.footnavi div.sub2 div.sub3 {
  display: none !important;
}
.footnavi div.sub2 > .item {
  float: left;
  width: 100%;
  border-top: 1px solid #9A9A9A;
  border-bottom: 1px solid #9A9A9A;
  margin-bottom: -1px;
}
.footnavi div.sub2 > .item.exit {
  margin-bottom: 0;
}
.footnavi div.sub2 > .item > .menu {
  display: block;
  text-decoration: none;
  padding: 12px 14px 12px 0;
  color: var(--mainColor);
  transition: all 0.24s;
  font-weight: 500;
}
.footnavi div.sub2 > .item > .menu:hover,
.footnavi div.sub2 > .item > .menu.path {
  padding-left: 14px;
  padding-right: 0;
  background-color: #e5e5e5;
}
.vcard {
  float: left;
  width: 100%;
  border-top: 1px solid #9A9A9A;
  padding-top: 12px;
}
.vcard .location {
  display: inline-block;
  margin-bottom: 8px;
}
#legal {
  float: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#legal .meta {
  float: left;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.375;
  margin-top: 8px;
  color: #9A9A9A;
}
#legal .meta:first-child {
  margin-top: 0 !important;
}
#legal .meta:hover,
#legal .meta:focus {
  color: var(--mainColor);
}
#footSocial {
  float: left;
  width: calc(100% + 20px);
  display: flex;
  flex-wrap: wrap;
  margin: -7px -10px;
}
#footSocial .meta {
  float: left;
  background-color: transparent;
  font-size: 17px;
  line-height: 1.29411765;
  font-family: inherit;
  cursor: pointer;
  color: #9A9A9A;
  padding: 8px 40px;
  appearance: none;
  border-radius: 100000px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: 1px solid #9A9A9A;
  letter-spacing: 0.015em;
  background-size: 0 100%;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, #9A9A9A, #9A9A9A);
  transition: all 0.24s;
  margin: 7px 10px;
}
#footSocial .meta:hover {
  color: #fff;
  background-size: 100% 100%;
}
@media (max-width: 767px) {
  #footSocial .meta {
    padding: 5px 20px;
  }
}
#footSocial .meta:last-child {
  margin-right: 0 !important;
}
.langnavi {
  float: left;
  width: 100%;
  position: relative;
  font-size: 16px;
  line-height: 1.375;
}
.langnavi__toggle {
  float: left;
  width: 100%;
  box-sizing: border-box;
  cursor: pointer;
  background-color: #e5e5e5;
  color: #9A9A9A !important;
  padding: 13px 52px 13px 14px;
  transition: all 0.24s;
  position: relative;
  border-top: 1px solid #9A9A9A;
  border-bottom: 1px solid #9A9A9A;
  z-index: 3;
}
.langnavi__toggle:after {
  content: '';
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 8px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/chevron-down-gray.svg);
  transition: all 0.24s;
}
.langnavi__toggle:hover {
  padding-left: 24px;
  padding-right: 42px;
}
.langnavi__toggle.cb-toggle-active:after {
  transform: translateY(-50%) rotate(-180deg);
}
.langnavi__content {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 2;
  width: 100%;
  margin-top: -1px;
  box-sizing: border-box;
  border-bottom: 1px solid #9A9A9A;
  background-color: #e5e5e5;
  height: 0;
  overflow: hidden;
  transition: all 0.4s;
}
.langnavi.cb-toggle-target-active .langnavi__content {
  height: var(--js-elementHeight);
}
.langnavi div.sub1 {
  float: left;
  width: 100%;
}
.langnavi div.sub1 > .item {
  float: left;
  width: 100%;
  border-top: 1px solid #9A9A9A;
  margin-bottom: -1px;
  transform: translateY(-10px);
  opacity: 0;
  transition: all 0.2s;
}
.langnavi div.sub1 > .item.path {
  display: none;
}
.langnavi div.sub1 > .item > .menu {
  display: block;
  text-decoration: none;
  padding: 13px 24px 13px 14px;
  color: var(--mainColor);
  transition: all 0.24s;
}
.langnavi div.sub1 > .item > .menu:hover {
  padding-left: 24px;
  padding-right: 14px;
}
.cb-toggle-target-active.langnavi div.sub1 > .item {
  transition: all 0.4s 0.2s;
  opacity: 1;
  transform: translateY(0);
}
.partner {
  float: left;
  width: 100%;
  border-top: 1px solid #9A9A9A;
  padding-top: 80px;
}
.partner__content {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
}
.partner__title {
  float: left;
  flex-shrink: 0;
  margin-right: 60px;
  font-weight: 500;
  color: #9A9A9A;
}
.unit--partnerUnit {
  float: left;
  width: 100%;
}
.unit--partnerUnit .unit__body {
  width: calc(100% + 60px);
  margin: -20px -30px;
  display: flex;
  flex-wrap: wrap;
}
.unit--partnerUnit .part {
  width: auto;
  min-width: 50px;
  margin: 20px 30px;
}
#edit .unit--partnerUnit {
  min-height: 50px;
}
#edit .unit--partnerUnit:not(.is-marked) {
  outline: 2px dashed #f0f0f0;
}
#view .unit--partnerUnit.is-empty {
  display: none;
}
.unit--titleUnit {
  float: right;
  margin-top: calc(((var(--spaceTotal) + var(--spacePart)) - var(--altVerticalSpace)) * -1);
  margin-bottom: var(--spaceUnit);
  width: calc(50% - 16px);
  position: relative;
}
.unit--titleUnit:before {
  content: '';
  position: absolute;
  left: -100px;
  top: calc(var(--spacePart) + 7px);
  z-index: 2;
  width: 14px;
  height: 14px;
  background-color: var(--mainColor);
  border-radius: 10000px;
}
#edit .unit--titleUnit {
  min-height: 100px;
}
#edit .unit--titleUnit:not(.is-marked) {
  outline: 2px dashed #f0f0f0;
}
#view .unit--titleUnit.is-empty {
  display: none;
}
@media (max-width: 767px) {
  .unit--titleUnit {
    width: calc(100% - 28px);
  }
  .unit--titleUnit:before {
    left: -28px;
    width: 8px;
    height: 8px;
  }
}
.part--teamTitle {
  float: left;
  width: 100%;
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
  font-size: 30px;
  line-height: 1.26666667;
  font-weight: 500;
}
@media (max-width: 1023px) {
  .part--teamTitle {
    font-size: 26px;
    line-height: 1.15384615;
  }
}
.iconLinks {
  float: left;
  width: 100%;
}
.iconLinks__content {
  float: left;
  width: calc(100% + 10px);
  margin: -5px;
}
.iconLinks__item {
  float: left;
  margin: 5px;
}
.iconLinks__item.is-inactive {
  opacity: 0.2;
  pointer-events: none;
}
.iconLinks__icon {
  float: left;
  width: 36px;
  height: 36px;
  border-radius: 10000px;
  background-color: #000;
  transition: all 0.2s;
  background-size: 16px 16px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.iconLinks__icon:hover {
  background-color: #D6BB9B;
  transform: scale(1.1);
}
.iconLinks__icon--mail {
  background-image: url(/images/social-mail-white.svg);
}
.iconLinks__icon--instagram {
  background-image: url(/images/social-instagram-white.svg);
}
.iconLinks__icon--linkedin {
  background-image: url(/images/social-linkedin-white.svg);
}
.moodcontent {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  width: var(--deskWidth);
  max-width: var(--deskMaxWidth);
}
.titleColor--white .moodcontent {
  color: #fff;
}
@media (max-width: 767px) {
  .moodcontent {
    position: static;
    float: left;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: calc(var(--headerHeight) + 24px) var(--deskSpace) 0;
    transform: none;
  }
}
.moodcover {
  float: left;
  width: 100%;
  max-width: 612px;
}
@media (max-width: 1023px) {
  .moodcover {
    max-width: 360px;
  }
}
.moodDot {
  position: absolute;
  right: var(--headerPadding);
  bottom: var(--headerPadding);
  z-index: 4;
  width: 80px;
  height: 80px;
  border-radius: 10000px;
  background-color: var(--themeColor);
}
#cb-cookie-warning {
  position: fixed;
  left: 40px;
  bottom: 40px;
  max-width: calc(100% - 80px);
  width: 400px;
  z-index: 2100;
  font-family: 'Figtree', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: var(--mainColor);
  background-color: #fff;
  box-shadow: 0 0 4px rgba(120, 120, 120, 0.4);
}
#cb-cookie-warning a {
  text-decoration: underline;
}
#cb-cookie-warning.cb-cookie-warning--hidden {
  display: none;
}
@media (max-width: 1023px) {
  #cb-cookie-warning {
    left: var(--deskSpace);
    bottom: var(--deskSpace);
    max-width: var(--deskMaxWidth);
  }
}
@media (max-width: 767px) {
  #cb-cookie-warning {
    font-size: 15px;
    line-height: 1.46666667;
  }
}
.cb-cookie-warning--container {
  float: left;
  width: 100%;
}
.cb-cookie-warning--text {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 30px;
}
@media (max-width: 767px) {
  .cb-cookie-warning--text {
    padding: 16px;
  }
}
.cb-cookie-warning--actions {
  float: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 30px 30px;
}
@media (max-width: 767px) {
  .cb-cookie-warning--actions {
    padding: 0 16px 16px;
  }
}
.cb-cookie-warning__button {
  float: left;
  width: calc(50% - 10px);
  background-color: transparent;
  font-size: 17px;
  line-height: 1.29411765;
  font-family: inherit;
  cursor: pointer;
  color: #9A9A9A;
  padding: 8px 40px;
  appearance: none;
  border-radius: 100000px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: 1px solid #9A9A9A;
  letter-spacing: 0.015em;
  background-size: 0 100%;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, #9A9A9A, #9A9A9A);
  transition: all 0.24s;
}
.cb-cookie-warning__button:hover {
  color: #fff;
  background-size: 100% 100%;
}
@media (max-width: 767px) {
  .cb-cookie-warning__button {
    padding: 5px 20px;
  }
}
a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}
a:hover,
a:focus {
  color: var(--themeColor);
}
h1 {
  font-size: 70px;
  line-height: 1.08571429;
  font-weight: 600;
}
@media (max-width: 1023px) {
  h1 {
    font-size: 38px;
    line-height: 1.15789474;
  }
}
.pageTitleSize--large h1 {
  font-size: 90px;
  line-height: 1.06666667;
  font-weight: 600;
}
@media (max-width: 1023px) {
  .pageTitleSize--large h1 {
    font-size: 42px;
    line-height: 1.0952381;
  }
}
@media (max-width: 767px) {
  h1 {
    hyphens: manual;
  }
}
h2 {
  font-size: 60px;
  line-height: 1.06666667;
  font-weight: 600;
}
@media (max-width: 1023px) {
  h2 {
    font-size: 40px;
    line-height: 1.1;
  }
}
.area--one .unitFour h2 {
  font-size: 80px;
  line-height: 1.075;
  font-weight: 600;
}
@media (max-width: 1023px) {
  .area--one .unitFour h2 {
    font-size: 42px;
    line-height: 1.0952381;
  }
}
.layout7 .area7 h2 {
  font-size: 90px;
  line-height: 1.06666667;
  font-weight: 600;
}
@media (max-width: 1023px) {
  .layout7 .area7 h2 {
    font-size: 42px;
    line-height: 1.0952381;
  }
}
h3 {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 600;
}
@media (max-width: 1023px) {
  h3 {
    font-size: 22px;
    line-height: 1.27272727;
  }
}
h4 {
  font-size: 30px;
  line-height: 1.26666667;
  font-weight: 500;
}
@media (max-width: 1023px) {
  h4 {
    font-size: 26px;
    line-height: 1.15384615;
  }
}
h5 {
  font-size: 22px;
  line-height: 1.36363636;
  font-weight: 500;
  color: var(--altColor2);
}
h6 {
  font-size: 18px;
  line-height: 1.33333333;
  font-weight: 500;
}
.loud {
  font-size: 30px;
  line-height: 1.26666667;
  font-weight: 500;
}
@media (max-width: 1023px) {
  .loud {
    font-size: 22px;
    line-height: 1.27272727;
  }
}
.pale {
  font-size: 18px;
  line-height: 1.33333333;
}
.area--one {
  display: flex;
  flex-wrap: wrap;
}
.layout5 .area--one.area1 {
  margin-top: var(--spaceTotal);
}
.area--one .unit--alignRight .unit__body {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .area--one .unit--alignRight .part--link {
    width: calc(50% - 16px);
  }
  .area--one .unit--alignRight .part--link .open {
    width: 100%;
    min-width: 0;
  }
}
@media (max-width: 767px) {
  .area--one .unitOne--1-1 .pict {
    height: 360px;
  }
  .area--one .unitOne--1-1 .pict * {
    height: 100%;
  }
  .area--one .unitOne--1-1 .pict img {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: cover;
    object-position: center;
  }
  .area--one .unitOne--1-1 .pict .placeholder {
    padding-bottom: 0;
  }
}
.area--one .unit--spaceBeforeSmall {
  margin-top: calc(((var(--spaceTotal) + var(--spacePart)) - var(--altVerticalSpace)) * -1);
}
.area--one .unitOne--1-3 + .unitOne--1-3 + .unitOne--1-3 + .unitOne--1-3 {
  margin-top: calc(((var(--spaceTotal) + var(--spacePart)) - var(--altVerticalSpace))* -1);
}
@media (max-width: 1023px) {
  .area--one .unitOne--1-3 + .unitOne--1-3 + .unitOne--1-3 {
    margin-top: calc(((var(--spaceTotal) + var(--spacePart)) - var(--altVerticalSpace))* -1);
  }
}
@media (max-width: 767px) {
  .area--one .unitOne--1-3 + .unitOne--1-3 {
    margin-top: calc(((var(--spaceTotal) + var(--spacePart)) - var(--altVerticalSpace))* -1);
  }
}
.area--one .unitTwo--large .unit__content {
  max-width: var(--altContentWidthLarge);
}
.area--one .unitTwo--medium .unit__content {
  max-width: var(--altContentWidthMedium);
}
.area--one .unitTwo--small .unit__content {
  max-width: var(--altContentWidthSmall);
}
.area--one .unit--spaceAfterSmall {
  margin-bottom: calc(var(--spaceUnit) * -1);
}
.area--one .unitThree {
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
}
.area--one .unitThree + .unitThree {
  margin-top: calc((var(--spaceTotal) + 1px) * -1);
}
.area--one .unitThree .unit__content {
  border-top: 1px solid var(--mainColor);
  border-bottom: 1px solid var(--mainColor);
  padding: 10px 100px 10px 0;
  position: relative;
  transition: all 0.24s;
  max-width: var(--altContentWidthLarge);
  box-sizing: border-box;
}
.area--one .unitThree .part {
  margin-top: 10px;
  margin-bottom: 10px;
}
.area--one .unitThree .text-section--h4 {
  padding-top: 6px;
}
.area--one .unitThree .text-section--h4:first-child {
  padding-top: 0;
}
.area--one .unitThree.unit--isAnchor {
  color: inherit;
}
.area--one .unitThree.unit--isAnchor .unit__content:before,
.area--one .unitThree.unit--isAnchor .unit__content:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -28px;
  width: 56px;
  height: 56px;
  border-radius: 10000px;
  transition: all 0.24s;
}
.area--one .unitThree.unit--isAnchor .unit__content:before {
  z-index: 2;
  background-color: var(--themeColor);
  transform: scale(0.5);
  opacity: 0;
}
.area--one .unitThree.unit--isAnchor .unit__content:after {
  z-index: 3;
  background-size: 16px 16px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: var(--arrowRightTopDefault);
}
@media (min-width: 768px) {
  .area--one .unitThree.unit--isAnchor:hover .unit__content {
    padding-left: 10px;
    padding-right: 90px;
  }
  .area--one .unitThree.unit--isAnchor:hover .unit__content:before {
    transform: scale(1);
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .area--one .unitThree .unit__content {
    padding-top: 9px;
    padding-bottom: 9px;
    padding-right: 40px;
  }
  .area--one .unitThree .part {
    margin-top: 3px;
    margin-bottom: 3px;
  }
  .area--one .unitThree.unit--isAnchor .unit__content:before,
  .area--one .unitThree.unit--isAnchor .unit__content:after {
    width: 16px;
    height: 16px;
    border-radius: 0;
    margin-top: -8px;
  }
}
.area--one .unitFour {
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
  position: relative;
}
.area--one .unitFour + .unitFour {
  margin-top: calc((var(--spaceTotal) + 1px) * -1);
}
.area--one .unitFour .unit__background {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 70px;
  height: 70px;
  border-radius: 10000px;
  background-color: var(--altColor);
  transition: all 0.24s;
  background-size: 20px 20px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.area--one .unitFour .unit__background .unit__backgroundImage {
  transition: all 0.24s;
}
.area--one .unitFour .unit__content {
  padding-top: 10px;
  padding-bottom: 10px;
  box-sizing: border-box;
  padding-right: 140px;
  transition: all 0.24s;
  border-top: 1px solid var(--altColor);
  border-bottom: 1px solid var(--altColor);
}
.area--one .unitFour .part {
  margin-top: 10px;
  margin-bottom: 10px;
}
.area--one .unitFour.unit--isAnchor:hover {
  z-index: 2;
}
.area--one .unitFour.unit--isAnchor:hover .unit__background {
  background-image: var(--arrowRightTopInverted);
}
.area--one .unitFour.unit--isAnchor:hover .unit__background .unit__backgroundImage {
  opacity: 0;
}
.area--one .unitFour.unit--isAnchor:hover .unit__content {
  padding-left: 10px;
  padding-right: 130px;
  border-color: #D6BB9B;
}
@media (max-width: 1023px) {
  .area--one .unitFour .unit__background {
    width: 50px;
    height: 50px;
    background-size: 16px 16px;
  }
}
.area--one .unitOne--topicStrategy.unit--isAnchor:hover {
  color: #9AC26E;
}
.area--one .unitOne--topicStrategy.unit--isAnchor:hover .unit__background {
  background-color: #9AC26E;
}
.area--one .unitOne--topicStrategy.unit--isAnchor:hover .unit__content {
  border-color: #9AC26E;
}
.area--one .unitOne--topicSecurity.unit--isAnchor:hover {
  color: #96B7D6;
}
.area--one .unitOne--topicSecurity.unit--isAnchor:hover .unit__background {
  background-color: #96B7D6;
}
.area--one .unitOne--topicSecurity.unit--isAnchor:hover .unit__content {
  border-color: #96B7D6;
}
.area--one .unitOne--topicLeadership.unit--isAnchor:hover {
  color: #D6744B;
}
.area--one .unitOne--topicLeadership.unit--isAnchor:hover .unit__background {
  background-color: #D6744B;
}
.area--one .unitOne--topicLeadership.unit--isAnchor:hover .unit__content {
  border-color: #D6744B;
}
.area--one .unit--fold {
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
}
.area--one .unit--fold + .unit--fold {
  margin-top: calc((var(--spaceTotal) + 1px) * -1);
}
.area--one .unit--fold .unit__content {
  max-width: var(--altContentWidthLarge);
  border-top: 1px solid var(--altColor);
  border-bottom: 1px solid var(--altColor);
}
.area--one .unit--fold div.less .part {
  margin-top: 0;
  margin-bottom: 0;
}
.area--one .unit--fold div.more {
  display: block !important;
  max-width: var(--altContentWidthMedium);
  height: 0;
  overflow: hidden;
  transition: all 0.6s;
}
.area--one .unit--fold div.more .part {
  opacity: 0;
  transform: translateY(-20px);
  transition: all 0.2s, outline 0s;
  transition: opacity 0.2s, transform 0.2s;
}
.area--one .unit--fold div.more .part:last-child {
  margin-bottom: calc(var(--spacePart) * 4);
}
.area--one .unit--fold .fold-toggle {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: var(--altColor);
  padding: 26px 100px 26px 0;
  transition: all 0.24s;
  position: relative;
}
.area--one .unit--fold .fold-toggle strong {
  float: left;
  min-width: 176px;
  margin-right: 30px;
  font-size: 18px !important;
  line-height: 1.33333333 !important;
  font-weight: 500 !important;
  flex-shrink: 0;
}
.area--one .unit--fold .fold-toggle:after {
  content: '';
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border-radius: 10000px;
  background-size: 22px 22px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: var(--foldPlusDefault);
  transition: all 0.24s;
}
.area--one .unit--fold .fold-toggle:hover {
  padding-left: 10px;
  padding-right: 90px;
  color: var(--themeColor);
}
.area--one .unit--fold .fold-toggle:hover:after {
  background-color: var(--themeColor);
  background-image: var(--foldPlusHover);
}
.area--one .unit--fold .fold-toggle.fold-toggle--open:after {
  background-image: var(--foldMinusDefault);
}
.area--one .unit--fold .fold-toggle.fold-toggle--open:hover:after {
  background-image: var(--foldMinusHover);
}
.area--one .unit--fold .part--link {
  width: auto !important;
  min-width: 50px;
  margin-right: 20px !important;
}
.area--one .unit--fold .part--link:last-child {
  margin-right: 0 !important;
}
.area--one .unit--fold .part--text .norm {
  font-size: 120%;
}
.area--one .unit--fold .unit__foot {
  display: none;
}
.area--one .unit--fold.unit--foldOpen div.more {
  height: var(--js-elementHeight);
}
.area--one .unit--fold.unit--foldOpen div.more .part {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s 0.2s, transform 0.4s 0.2s;
}
@media (max-width: 1023px) {
  .area--one .unit--fold .fold-toggle {
    flex-direction: column;
    align-items: flex-start;
  }
  .area--one .unit--fold .fold-toggle strong {
    margin-right: 0;
    margin-bottom: 6px;
  }
}
@media (max-width: 767px) {
  .area--one .unit--fold .fold-toggle {
    padding-right: 50px !important;
    padding-left: 0 !important;
    padding-top: 20px;
    padding-bottom: 20px;
    hyphens: auto;
  }
  .area--one .unit--fold .fold-toggle:after {
    right: 0;
  }
  .area--one .unit--fold .fold-toggle:hover {
    padding-right: 50px;
  }
}
.area--two .unit .unit__background {
  margin-top: var(--spacePart);
  margin-bottom: var(--spacePart);
}
@media (max-width: 767px) {
  .area--two .unit .unit__background {
    transform: translateX(calc((var(--deskSpace) + 50px) * -1)) !important;
    margin-top: calc(((var(--spaceUnit) + var(--spaceTotal)) + 50px) * -1);
    margin-bottom: calc((var(--spaceTotal) * 2) - var(--spacePart));
  }
}
.area--three {
  display: flex;
  flex-wrap: wrap;
}
.area--three .unitOne--1-2 + .unitOne--1-2 + .unitOne--1-2 {
  margin-top: calc(((var(--spaceTotal) + var(--spacePart)) - var(--altVerticalSpace)) * -1);
}
@media (max-width: 767px) {
  .area--three .unitOne--1-2 + .unitOne--1-2 {
    margin-top: calc(((var(--spaceTotal) + var(--spacePart)) - var(--altVerticalSpace)) * -1);
  }
}
.part--titleByline {
  float: left;
  width: 100%;
  margin-top: 70px;
  position: relative;
  z-index: 2;
  margin-bottom: calc((70px - (var(--spacePart) * 2)) * -1);
  font-size: 22px;
  line-height: 1.36363636;
  font-weight: 500;
  color: var(--themeColor);
}
#view .part--titleByline.is-empty {
  display: none;
}
.pageColor--beige .part--titleByline {
  color: #000 !important;
}
.titleColor--white.pageColor--beige .part--titleByline {
  color: #fff !important;
}
.moodcontent .part--titleByline {
  margin-top: 0;
  margin-bottom: calc(var(--spacePart) * 2);
}
@media (max-width: 767px) {
  .part--titleByline {
    margin-top: 24px;
    margin-bottom: calc((24px - (var(--spacePart) * 2)) * -1);
  }
}
.part--linkTypeLine .open {
  float: left;
  min-width: 274px;
  max-width: 100%;
  text-decoration: none;
  padding-bottom: 3px;
  border-bottom: 1px solid var(--mainColor);
  color: var(--mainColor);
  padding-right: 66px;
  box-sizing: border-box;
  transition: all 0.24s;
  background-size: 10px 10px;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-image: var(--arrowRightTopDefault);
}
.part--linkTypeLine .open:hover {
  padding-right: 56px;
  padding-left: 10px;
}
.part--linkTypeButton .open {
  float: left;
  background-color: transparent;
  font-size: 17px;
  line-height: 1.29411765;
  font-family: inherit;
  cursor: pointer;
  color: #9A9A9A;
  padding: 8px 40px;
  appearance: none;
  border-radius: 100000px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: 1px solid #9A9A9A;
  letter-spacing: 0.015em;
  background-size: 0 100%;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, #9A9A9A, #9A9A9A);
  transition: all 0.24s;
}
.part--linkTypeButton .open:hover {
  color: #fff;
  background-size: 100% 100%;
}
@media (max-width: 767px) {
  .part--linkTypeButton .open {
    padding: 5px 20px;
  }
}
.part--linkTypeDot + .part--linkTypeDot {
  margin-top: calc(var(--spacePart) * -1);
}
.part--linkTypeDot .open {
  float: left;
  position: relative;
  text-decoration: none;
  color: var(--altColor2);
  transition: all 0.24s;
}
.part--linkTypeDot .open:before {
  content: '';
  position: absolute;
  left: 0;
  top: 11px;
  width: 6px;
  height: 6px;
  transform: scale(0);
  border-radius: 10000px;
  background-color: var(--altColor2);
  transition: all 0.24s;
}
.part--linkTypeDot .open:hover {
  padding-left: 14px;
}
.part--linkTypeDot .open:hover:before {
  transform: scale(1);
}
.part.load .load {
  float: left;
  text-decoration: none;
  color: var(--mainColor);
  padding-right: 66px;
  position: relative;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  min-height: 40px;
  transition: all 0.24s;
}
.part.load .load:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  border-radius: 10000px;
  background-color: var(--mainColor);
  transition: all 0.24s;
  background-size: auto 14px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: var(--arrowDownDefault);
}
.part.load .load:hover {
  color: var(--themeColor);
}
.part.load .load:hover:after {
  background-color: var(--themeColor);
  transform: scale(1.1);
}
.part.pict a {
  overflow: hidden;
}
.part.pict a .cb-image-container img {
  transition: all 0.24s;
}
.part.pict a:hover .cb-image-container img {
  transform: scale(1.1);
}
.togglenavigation {
  float: left;
  position: relative;
  font-size: 18px;
  line-height: 1.33333333;
  font-weight: 500;
  text-decoration: none;
  color: #000 !important;
  cursor: pointer;
  padding-right: 52px;
}
@media (max-width: 767px) {
  .togglenavigation {
    padding-right: 0;
    width: 40px;
    height: 16px;
    font-size: 0;
    overflow: hidden;
    text-indent: 101%;
    color: transparent;
    overflow: visible;
  }
}
.tline {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 2px;
  background-color: #000;
  transition: all 0.24s 0.1s, transform 0.24s;
}
body.cb-toggle-target-active .tline {
  transition: all 0.24s, transform 0.24s 0.1s;
}
.tline--1 {
  margin-top: -7px;
}
.togglenavigation:hover .tline--1 {
  margin-top: -4px;
}
body.cb-toggle-target-active .tline--1 {
  margin-top: 0 !important;
  transform: translateY(-50%) rotate(-45deg);
}
.tline--2 {
  margin-top: 7px;
}
.togglenavigation:hover .tline--2 {
  margin-top: 4px;
}
body.cb-toggle-target-active .tline--2 {
  margin-top: 0 !important;
  transform: translateY(-50%) rotate(45deg);
}
.navigation {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1999;
  width: 100%;
  height: 100%;
  background-color: #fff;
  overflow: hidden;
  overflow-y: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  transform: translateY(-100%);
  transition: all 0.6s;
}
.navigation::-webkit-scrollbar {
  display: none;
}
body.cb-toggle-target-active .navigation {
  transform: translateY(0);
}
@media (max-width: 1023px) {
  .navigation--desktop {
    display: none;
  }
}
.navigation--mobile {
  display: none;
}
@media (max-width: 1023px) {
  .navigation--mobile {
    display: block;
  }
}
.navigation__wrapper {
  float: left;
  width: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.navigation__desk {
  float: left;
  width: var(--deskWidth);
  max-width: var(--deskMaxWidth);
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.navigation__content {
  float: left;
  width: 100%;
  flex-grow: 1;
  display: flex;
  position: relative;
}
.navigation__unit {
  float: left;
  box-sizing: border-box;
  padding: 200px 0;
  position: relative;
  transform: translateY(-100px);
  opacity: 0;
  transition: all 0.2s, transform 0s 0.6s;
}
body.cb-toggle-target-active .navigation__unit {
  transform: translateY(0);
  opacity: 1;
  transition: all 0.6s 0.4s;
}
@media (max-width: 767px) {
  .navigation__unit {
    padding-top: calc(var(--headerHeight) + 14px);
    padding-bottom: 126px;
  }
}
.navigation__unit--1 {
  width: 410px;
  flex-shrink: 0;
}
.navigation__unit--2 {
  display: flex;
  width: calc(100% - 410px);
}
.navigation__unit--3 {
  width: 100%;
}
.navigation__part {
  float: left;
  width: 100%;
  margin-right: -100%;
  flex-shrink: 0;
  pointer-events: none;
  box-sizing: border-box;
  padding-left: 100px;
}
.navigation__part:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 0;
  height: 100%;
  background-color: #f0f0f0;
  transition: all 0.6s;
}
.navigation__part.cb-toggle-target-active {
  pointer-events: initial;
}
.navigation__part.cb-toggle-target-active:before {
  width: 100vw;
  transition: all 1s;
}
.navigation__part:has(.sub3.cb-invisible) {
  display: none;
}
@media (max-width: 1279px) {
  .navigation__part {
    padding-left: var(--deskSpace);
  }
}
#naviSocial,
#naviSocialMobile {
  position: absolute;
  right: 0;
  bottom: 60px;
  z-index: 5;
  display: flex;
}
#naviSocial .meta,
#naviSocialMobile .meta {
  float: left;
  position: relative;
  width: 50px;
  height: 50px;
  margin-right: 14px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  overflow: visible;
  border-radius: 10000px;
  background-color: #000;
  transition: all 0.24s;
  background-size: 20px 20px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
#naviSocial .meta:last-child,
#naviSocialMobile .meta:last-child {
  margin-right: 0;
}
#naviSocial .meta.service_instagram,
#naviSocialMobile .meta.service_instagram {
  background-image: url(/images/social-instagram-white.svg);
}
#naviSocial .meta.service_x,
#naviSocialMobile .meta.service_x {
  background-image: url(/images/social-x-white.svg);
}
#naviSocial .meta.service_facebook,
#naviSocialMobile .meta.service_facebook {
  background-image: url(/images/social-facebook-white.svg);
}
#naviSocial .meta.service_linkedin,
#naviSocialMobile .meta.service_linkedin {
  background-image: url(/images/social-linkedin-white.svg);
}
#naviSocial .meta:hover,
#naviSocialMobile .meta:hover {
  background-color: #D6BB9B;
  transform: scale(1.1);
}
@media (max-width: 1023px) {
  #naviSocial,
  #naviSocialMobile {
    bottom: var(--deskSpace);
  }
}
div.navi {
  float: left;
}
div.navi .cb-toggle {
  display: none;
}
div.navi > .item {
  float: left;
}
div.navi > .item > .menu {
  display: block;
}
.navigation div.sub2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.navigation div.sub2 > .item {
  float: left;
  margin-top: 20px;
  display: flex;
  align-items: center;
  position: relative;
}
.navigation div.sub2 > .item.init {
  margin-top: 0 !important;
}
.navigation div.sub2 > .item:not(.item-empty) > .cb-toggle {
  display: block;
  transform: translateY(3px);
  background-repeat: no-repeat;
  cursor: pointer;
  transition: all 0.24s;
}
.navigation div.sub2 > .item > .menu {
  text-decoration: none;
  font-weight: 500;
  position: relative;
  transition: all 0.24s;
  color: var(--mainColor) !important;
}
.navigation div.sub2 > .item > .menu:before {
  content: '';
  position: absolute;
  left: 0;
  border-radius: 10000px;
  background-color: #D6BB9B;
  transition: all 0.24s;
  transform: scale(0);
}
.navigation div.sub2 > .item > .menu.path {
  color: #D6BB9B !important;
}
.navigation div.sub2 > .item > .menu.path:before {
  transform: scale(1);
}
.navigation div.sub3 {
  width: 100%;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.navigation div.sub3 > .item {
  margin-top: 20px;
}
.navigation div.sub3 > .item > .menu {
  text-decoration: none;
  font-weight: 500;
  position: relative;
  transition: all 0.24s;
  color: var(--mainColor) !important;
}
.navigation div.sub3 > .item > .menu:before {
  content: '';
  position: absolute;
  left: 0;
  border-radius: 10000px;
  background-color: #D6BB9B;
  transition: all 0.24s;
  transform: scale(0);
}
.navigation div.sub3 > .item > .menu.path {
  color: #D6BB9B !important;
}
.navigation div.sub3 > .item > .menu.path:before {
  transform: scale(1);
}
.navigation--desktop div.sub2 {
  box-sizing: border-box;
  padding-right: 40px;
}
.navigation--desktop div.sub2 > .item:not(.item-empty) {
  padding-right: 48px;
}
.navigation--desktop div.sub2 > .item:not(.item-empty) > .cb-toggle {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 48px;
  background-position: right 18px center;
  background-size: auto 20px;
  background-image: url(/images/chevron-right-black.svg);
}
.navigation--desktop div.sub2 > .item:not(.item-empty) > .cb-toggle.cb-toggle-active {
  background-image: url(/images/chevron-right-beige.svg);
  background-position: 100% 50%;
}
.navigation--desktop div.sub2 > .item:not(.item-empty):hover > .menu,
.navigation--desktop div.sub2 > .item:not(.item-empty):has(.cb-toggle-active) > .menu {
  color: #D6BB9B !important;
  padding-left: 30px;
}
.navigation--desktop div.sub2 > .item:not(.item-empty):hover > .menu:before,
.navigation--desktop div.sub2 > .item:not(.item-empty):has(.cb-toggle-active) > .menu:before {
  transform: scale(1);
}
.navigation--desktop div.sub2 > .item > .menu {
  font-size: 40px;
  line-height: 1.2;
}
.navigation--desktop div.sub2 > .item > .menu:before {
  top: 18px;
  width: 12px;
  height: 12px;
}
.navigation--desktop div.sub2 > .item > .menu:hover,
.navigation--desktop div.sub2 > .item > .menu:focus,
.navigation--desktop div.sub2 > .item > .menu.path {
  color: #D6BB9B !important;
  padding-left: 30px;
}
.navigation--desktop div.sub2 > .item > .menu:hover:before,
.navigation--desktop div.sub2 > .item > .menu:focus:before,
.navigation--desktop div.sub2 > .item > .menu.path:before {
  transform: scale(1);
}
.navigation--desktop div.sub3 {
  opacity: 0;
  transform: translateX(-40px);
  transition: all 0.2s;
}
.navigation--desktop div.sub3 > .item.init {
  margin-top: 0 !important;
}
.navigation--desktop div.sub3 > .item.cb-navi-target-pageColor--green > .menu:hover,
.navigation--desktop div.sub3 > .item.cb-navi-target-pageColor--green > .menu:focus,
.navigation--desktop div.sub3 > .item.cb-navi-target-pageColor--green > .menu.path {
  color: #9AC26E !important;
}
.navigation--desktop div.sub3 > .item.cb-navi-target-pageColor--green > .menu:hover:before,
.navigation--desktop div.sub3 > .item.cb-navi-target-pageColor--green > .menu:focus:before,
.navigation--desktop div.sub3 > .item.cb-navi-target-pageColor--green > .menu.path:before {
  background-color: #9AC26E;
}
.navigation--desktop div.sub3 > .item.cb-navi-target-pageColor--red > .menu:hover,
.navigation--desktop div.sub3 > .item.cb-navi-target-pageColor--red > .menu:focus,
.navigation--desktop div.sub3 > .item.cb-navi-target-pageColor--red > .menu.path {
  color: #D6744B !important;
}
.navigation--desktop div.sub3 > .item.cb-navi-target-pageColor--red > .menu:hover:before,
.navigation--desktop div.sub3 > .item.cb-navi-target-pageColor--red > .menu:focus:before,
.navigation--desktop div.sub3 > .item.cb-navi-target-pageColor--red > .menu.path:before {
  background-color: #D6744B;
}
.navigation--desktop div.sub3 > .item.cb-navi-target-pageColor--lightblue > .menu:hover,
.navigation--desktop div.sub3 > .item.cb-navi-target-pageColor--lightblue > .menu:focus,
.navigation--desktop div.sub3 > .item.cb-navi-target-pageColor--lightblue > .menu.path {
  color: #96B7D6 !important;
}
.navigation--desktop div.sub3 > .item.cb-navi-target-pageColor--lightblue > .menu:hover:before,
.navigation--desktop div.sub3 > .item.cb-navi-target-pageColor--lightblue > .menu:focus:before,
.navigation--desktop div.sub3 > .item.cb-navi-target-pageColor--lightblue > .menu.path:before {
  background-color: #96B7D6;
}
.navigation--desktop div.sub3 > .item > .menu {
  font-size: 40px;
  line-height: 1.2;
}
.navigation--desktop div.sub3 > .item > .menu:before {
  top: 18px;
  width: 12px;
  height: 12px;
}
.navigation--desktop div.sub3 > .item > .menu:hover,
.navigation--desktop div.sub3 > .item > .menu:focus,
.navigation--desktop div.sub3 > .item > .menu.path {
  color: #D6BB9B !important;
  padding-left: 30px;
}
.navigation--desktop div.sub3 > .item > .menu:hover:before,
.navigation--desktop div.sub3 > .item > .menu:focus:before,
.navigation--desktop div.sub3 > .item > .menu.path:before {
  transform: scale(1);
}
.navigation--desktop .navigation__part.cb-toggle-target-active div.sub3 {
  opacity: 1;
  transform: translateX(0);
  transition: all 0.4s 0.2s;
}
.navigation--mobile div.sub2 > .item {
  flex-wrap: wrap;
  width: 100%;
}
.navigation--mobile div.sub2 > .item:not(.item-empty) {
  position: relative;
}
.navigation--mobile div.sub2 > .item:not(.item-empty) > .menu {
  padding-right: 50px;
}
.navigation--mobile div.sub2 > .item:not(.item-empty) > .cb-toggle {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 42px;
}
.navigation--mobile div.sub2 > .item:not(.item-empty) > .cb-toggle:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 42px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 20px auto;
  background-image: url(/images/chevron-down-black.svg);
  transition: all 0.24s;
}
.navigation--mobile div.sub2 > .item:not(.item-empty) > .cb-toggle.cb-toggle-active:after {
  background-image: url(/images/chevron-down-beige.svg);
  transform: rotate(-180deg);
}
.navigation--mobile div.sub2 > .item.cb-toggle-target-active > .menu {
  color: #D6BB9B !important;
}
.navigation--mobile div.sub2 > .item > .menu {
  font-size: 34px;
  line-height: 1.23529412;
}
.navigation--mobile div.sub2 > .item > .menu:before {
  top: 17px;
  width: 8px;
  height: 8px;
}
.navigation--mobile div.sub2 > .item > .menu.path {
  padding-left: 20px;
}
.navigation--mobile div.sub3 {
  width: 100%;
  height: 0;
  overflow: hidden;
  transition: all 0.6s;
}
.navigation--mobile div.sub3 > .item {
  opacity: 0;
  transform: translateY(-20px);
  transition: all 0.2s;
}
.navigation--mobile div.sub3 > .item.exit {
  margin-bottom: 20px;
}
.navigation--mobile div.sub3 > .item.cb-navi-target-pageColor--green > .menu.path {
  color: #9AC26E !important;
}
.navigation--mobile div.sub3 > .item.cb-navi-target-pageColor--green > .menu.path:before {
  background-color: #9AC26E;
}
.navigation--mobile div.sub3 > .item.cb-navi-target-pageColor--red > .menu.path {
  color: #D6744B !important;
}
.navigation--mobile div.sub3 > .item.cb-navi-target-pageColor--red > .menu.path:before {
  background-color: #D6744B;
}
.navigation--mobile div.sub3 > .item.cb-navi-target-pageColor--lightblue > .menu.path {
  color: #96B7D6 !important;
}
.navigation--mobile div.sub3 > .item.cb-navi-target-pageColor--lightblue > .menu.path:before {
  background-color: #96B7D6;
}
.navigation--mobile div.sub3 > .item > .menu {
  font-size: 24px;
  line-height: 1.25;
}
.navigation--mobile div.sub3 > .item > .menu:before {
  top: 11px;
  width: 8px;
  height: 8px;
}
.navigation--mobile div.sub3 > .item > .menu.path {
  padding-left: 20px;
}
.navigation--mobile div.sub2 > .item.cb-toggle-target-active div.sub3 {
  height: var(--js-elementHeight);
}
.navigation--mobile div.sub2 > .item.cb-toggle-target-active div.sub3 > .item {
  transform: translateY(0);
  opacity: 1;
  transition: all 0.4s 0.2s;
}
.contact {
  float: left;
  width: 100%;
}
.contact__section {
  float: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .contact__section {
    flex-direction: column;
    align-items: flex-start !important;
  }
}
.contact__section--1 {
  align-items: center;
}
.contact__element {
  float: left;
  width: calc(50% - 16px);
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .contact__element {
    width: 100%;
  }
}
.contact__element--1 {
  align-items: flex-end;
  padding-right: 50px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .contact__element--1 {
    align-items: flex-start;
    padding-right: 0;
  }
}
.unit--contactUnit {
  float: left;
  width: 100%;
  margin-top: var(--spaceUnit);
  margin-bottom: var(--spaceUnit);
}
#edit .unit--contactUnit {
  min-height: 100px;
}
#edit .unit--contactUnit:not(.is-marked) {
  outline: 2px dashed #f0f0f0;
}
#view .unit--contactUnit.is-empty {
  display: none;
}
.contact__element--4 .unit--contactUnit {
  margin-top: calc(var(--spaceTotal) - 6px);
  margin-bottom: calc(var(--spaceTotal) - 6px);
}
.contact__element--4 .unit--contactUnit .part {
  margin-top: 6px !important;
  margin-bottom: 6px !important;
}
.part--contactImage,
.part--contactTitle {
  float: left;
  width: 100%;
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
}
#view .part--contactImage.is-empty,
#view .part--contactTitle.is-empty,
#view .part--contactImage.cb-file-empty,
#view .part--contactTitle.cb-file-empty {
  display: none;
}
.part--contactImage {
  max-width: 274px;
}
@media (max-width: 767px) {
  .part--contactImage {
    max-width: 216px;
    margin-bottom: calc((var(--spaceUnit) - var(--spacePart)) * -1);
  }
}
.part--contactTitle {
  font-size: 60px;
  line-height: 1.06666667;
  font-weight: 600;
}
@media (max-width: 1023px) {
  .part--contactTitle {
    font-size: 40px;
    line-height: 1.1;
  }
}
@media (max-width: 767px) {
  .part--contactTitle {
    margin-bottom: calc((var(--spaceUnit) - var(--spacePart)) * -1);
  }
}
.fancyBubble {
  float: left;
  width: 100%;
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
  position: relative;
  overflow: hidden;
}
.fancyBubble__placeholder {
  float: left;
  width: 100%;
  aspect-ratio: var(--fancyBubbleRatio);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  outline: 3px dashed #f0f0f0;
}
.fancyBubble__placeholderText {
  float: left;
  padding-top: 160px;
  background-size: 120px 120px;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-upload-blue.svg);
  color: #71CAF3;
}
.fancyBubble__imageContainer {
  float: left;
  width: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transform: scale(var(--fancyImageScale));
}
.fancyBubble__imageContainer--blured {
  aspect-ratio: var(--fancyBubbleRatio);
  min-height: 600px;
}
.fancyBubble__imageContainer--blured:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: #000;
  mix-blend-mode: soft-light;
  opacity: 0.7;
}
.fancyBubbleDisabled--true .fancyBubble__imageContainer--blured {
  opacity: 0;
  pointer-events: none;
}
.fancyBubble__imageContainer--clear {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 3;
}
.fancyBubble__image {
  flex-shrink: 0;
  width: 104%;
  height: 104%;
  min-height: 600px;
  object-fit: cover;
  object-position: center;
}
.fancyBubble__image--clear {
  clip-path: circle(var(--fancyBubbleRadius));
}
.fancyBubbleDisabled--true .fancyBubble__image--clear {
  clip-path: none;
}
.fancyBubble__dot {
  position: absolute;
  right: var(--headerPadding);
  bottom: var(--headerPadding);
  z-index: 4;
  width: var(--fancyDotSize);
  height: var(--fancyDotSize);
  border-radius: 10000px;
  background-color: var(--themeColor);
}
.moreQuestions {
  float: left;
  width: 100%;
  margin-bottom: calc(var(--spaceTotal) * -1);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.moreQuestions__background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.moreQuestions__background * {
  height: 100%;
}
.moreQuestions__background img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.moreQuestions__background .placeholder {
  padding-bottom: 0;
}
.moreQuestions__title {
  float: left;
  width: 100%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
}
.moreQuestions__area {
  float: left;
  width: 100%;
  width: var(--deskWidth);
  max-width: var(--deskMaxWidth);
  position: relative;
  z-index: 2;
}
.moreQuestions__area .area {
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
}
.moreQuestions__desk {
  float: left;
  width: var(--deskWidth);
  max-width: var(--deskMaxWidth);
}
.part--moreQuestionsBackground {
  float: left;
  width: 100%;
}
.part--moreQuestionsBackground img {
  width: 100% !important;
}
.part--moreQuestionsTitle {
  float: left;
  width: 100%;
  margin-top: var(--spaceTotal);
  margin-bottom: calc(var(--spaceTotal) * 2);
  font-size: 150px;
  line-height: 1.10666667;
  padding-bottom: 4px;
  font-weight: 600;
  color: #000;
  background-clip: text;
  -webkit-background-clip: text;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/moreQuestions.jpg);
}
#view .part--moreQuestionsTitle {
  color: transparent;
}
@media (max-width: 1279px) {
  .part--moreQuestionsTitle {
    font-size: 120px;
    line-height: 1.08333333;
  }
}
@media (max-width: 1023px) {
  .part--moreQuestionsTitle {
    font-size: 100px;
    line-height: 1.1;
  }
}
@media (max-width: 767px) {
  .part--moreQuestionsTitle {
    font-size: 60px;
    line-height: 1.16666667;
  }
}
.teaserContent {
  float: left;
  width: calc((50% - 16px) + 40px);
  margin-top: calc(var(--spaceTotal) * 2);
  position: relative;
}
.teaserContent:before {
  content: 'Inhalt des Teasers --> Ist im Ansichtsmodus nicht sichtbar';
  position: absolute;
  left: 0;
  bottom: 100%;
  margin-bottom: 2px;
  background-color: #f0f0f0;
  font-size: 15px;
  line-height: 1.33333333;
  font-weight: 600;
  padding: 11px 20px 9px;
}
#view .teaserContent {
  display: none;
}
.teaserContent__content {
  float: left;
  width: 100%;
  box-sizing: border-box;
  background-color: #f0f0f0;
  padding: 20px;
}
.teaserContent .part {
  float: left;
  width: 100%;
}
.teaserContent .part--teaserImage {
  aspect-ratio: 1.49484536;
}
.teaserContent .part--teaserImage * {
  height: 100%;
}
.teaserContent .part--teaserImage img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.teaserContent .part--teaserImage .placeholder {
  padding-bottom: 0;
}
.teaserContent .part--teaserTitle {
  margin-top: 34px;
  font-size: 30px;
  line-height: 1.26666667;
  font-weight: 500;
}
@media (max-width: 1023px) {
  .teaserContent .part--teaserTitle {
    font-size: 26px;
    line-height: 1.15384615;
  }
}
.teaserContent .part--teaserSubtitle {
  margin-top: 8px;
  font-size: 18px;
  line-height: 1.33333333;
  font-weight: 500;
}
.ns-teaserWrapper {
  float: left;
  width: 100%;
}
.ns-teaserContent {
  float: left;
  width: 100%;
}
.ns-teaserArea {
  float: left;
  width: calc(100% + 32px);
  margin-left: -16px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.ns-teaser {
  float: left;
  width: calc(50% - 32px);
  margin: var(--spaceTotal) 16px;
  color: var(--mainColor) !important;
}
.ns-teaser + .ns-teaser + .ns-teaser {
  margin-top: calc((var(--spaceTotal) - var(--altVerticalSpace)) * -1);
}
@media (max-width: 767px) {
  .ns-teaser {
    width: calc(100% - 32px);
  }
  .ns-teaser + .ns-teaser {
    margin-top: calc((var(--spaceTotal) - var(--altVerticalSpace)) * -1);
  }
}
.ns-teaser__content {
  float: left;
  width: 100%;
}
.ns-teaser__textParts {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding-right: 10px;
  transition: all 0.24s;
}
.ns-teaser:hover .ns-teaser__textParts {
  padding-right: 0;
  padding-left: 10px;
}
.ns-teaser__part {
  float: left;
  width: 100%;
}
.ns-teaser__part--image {
  aspect-ratio: 1.49484536;
  overflow: hidden;
}
.ns-teaser__part--image * {
  height: 100%;
}
.ns-teaser__part--image img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.ns-teaser__part--image img {
  transition: all 0.24s;
}
.ns-teaser:hover .ns-teaser__part--image img {
  transform: scale(1.1);
}
.ns-teaser__part--categories {
  margin-top: 14px;
}
.ns-teaser__part--title {
  margin-top: 34px;
  font-size: 30px;
  line-height: 1.26666667;
  font-weight: 500;
}
@media (max-width: 1023px) {
  .ns-teaser__part--title {
    font-size: 26px;
    line-height: 1.15384615;
  }
}
@media (max-width: 767px) {
  .ns-teaser__part--title {
    margin-top: 20px;
  }
}
.ns-teaser__part--subtitle {
  margin-top: 8px;
  font-size: 18px;
  line-height: 1.33333333;
  font-weight: 500;
}
.pageCategories {
  float: left;
  width: calc(100% + 14px);
  margin: -7px;
}
.pageCategories__item {
  float: left;
  margin: 7px;
  font-size: 17px;
  line-height: 1.29411765;
  color: #9A9A9A;
  padding: 8px 16px;
  border: 1px solid #9A9A9A;
  letter-spacing: 0.015em;
  border-radius: 100000px;
  transition: all 0.24s;
}
.ns-teaser:hover .pageCategories__item {
  color: var(--themeColor);
  border-color: var(--themeColor);
}
@media (max-width: 767px) {
  .pageCategories__item {
    padding: 5px 16px;
  }
}
.rootContact {
  float: left;
  width: 100%;
  height: 800px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1023px) {
  .rootContact {
    height: 600px;
  }
}
.rootContact__background {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.rootContact__content {
  float: left;
  width: var(--deskWidth);
  max-width: var(--deskMaxWidth);
  min-height: 100%;
  position: relative;
  z-index: 3;
  box-sizing: border-box;
  padding: 156px 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .rootContact__content {
    padding: 120px 0;
  }
}
.rootContact .part {
  float: left;
  width: 100%;
}
#view .rootContact .part.is-empty,
#view .rootContact .part.cb-file-empty {
  display: none;
}
.part--rootContactBackground {
  height: 100%;
}
.part--rootContactBackground * {
  height: 100%;
}
.part--rootContactBackground img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.part--rootContactBackground .placeholder {
  padding-bottom: 0;
}
.part--rootContactTitle {
  font-size: 60px;
  line-height: 1.06666667;
  font-weight: 600;
  max-width: var(--altContentWidthSmall);
}
@media (max-width: 1023px) {
  .part--rootContactTitle {
    font-size: 40px;
    line-height: 1.1;
  }
}
@media (max-width: 1023px) {
  .part--rootContactTitle {
    max-width: 500px;
  }
}
.part--rootContactLink {
  margin-top: 30px;
  font-size: 60px;
  line-height: 1.06666667;
  font-weight: 600;
  max-width: var(--altContentWidthSmall);
}
@media (max-width: 1023px) {
  .part--rootContactLink {
    font-size: 40px;
    line-height: 1.1;
  }
}
.part--rootContactLink .open {
  float: left;
  max-width: calc(100% - 10px);
  text-decoration: none;
  color: var(--altColor);
  transition: all 0.4s;
  background-size: 0 4px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, var(--altColor), var(--altColor));
}
.part--rootContactLink .open:hover {
  margin-left: 10px;
  background-size: 100% 4px;
}
@media (max-width: 1023px) {
  .part--rootContactLink {
    max-width: 500px;
  }
}
.rootContact__dot {
  position: absolute;
  right: var(--headerPadding);
  bottom: var(--headerPadding);
  z-index: 4;
  width: 80px;
  height: 80px;
  border-radius: 10000px;
  background-color: var(--themeColor);
}
.area .unit--slider {
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.ns-sliderWrapper--imageFader {
  float: left;
  width: 100%;
  max-width: var(--altContentWidthLarge);
}
.imageFaderOne--slim .ns-sliderWrapper--imageFader {
  max-width: var(--altContentWidthSmall);
}
.ns-imageFader {
  float: left;
  width: 100%;
}
.ns-imageFader__content {
  float: left;
  width: 100%;
  position: relative;
}
.ns-slider__stage {
  float: left;
  empty-cells: 100%;
  display: flex;
  overflow: hidden;
}
.ns-slide {
  float: left;
  width: 100%;
  flex-shrink: 0;
  margin-right: -100%;
  z-index: 2;
  transform: scale(1.1);
  opacity: 0;
  transition: opacity 0.6s, transform 0.6s;
}
.ns-slide.is-active {
  z-index: 3;
  transform: scale(1);
  opacity: 1;
}
.ns-slider__part {
  float: left;
  width: 100%;
  aspect-ratio: 1.64333333;
}
.ns-slider__part * {
  height: 100%;
}
.ns-slider__part img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.ns-imageFaderControls {
  position: absolute;
  right: 40px;
  bottom: 40px;
  z-index: 3;
  display: flex;
}
@media (max-width: 767px) {
  .ns-imageFaderControls {
    right: 20px;
    bottom: 20px;
  }
}
.ns-sliderControl {
  float: left;
  width: 56px;
  height: 56px;
  margin-right: 20px;
  position: relative;
}
.ns-sliderControl:before,
.ns-sliderControl:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.ns-sliderControl:before {
  z-index: 2;
  border-radius: 10000px;
  border: 2px solid #fff;
  transform: scale(0.3);
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.02, 0.9, 0.47, 1.33);
}
.ns-sliderControl:after {
  z-index: 3;
  background-size: 24px 12px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.ns-sliderControl:hover:before {
  transform: scale(1);
  opacity: 1;
}
@media (max-width: 767px) {
  .ns-sliderControl {
    width: 40px;
    height: 40px;
    margin-right: 12px;
  }
  .ns-sliderControl:after {
    background-size: 20px 10px;
  }
}
.ns-sliderControl--prev:after {
  background-image: url(/images/arrow-left-white.svg);
}
.ns-sliderControl--next {
  margin-right: 0 !important;
}
.ns-sliderControl--next:after {
  background-image: url(/images/arrow-right-white.svg);
}
.cursorStalker {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11000;
  pointer-events: none;
  transition: all 0.06s;
  margin-left: -8px;
  margin-top: -9px;
}
.cursorStalker.cursorStalker--expanded {
  margin-left: -10px;
  margin-top: -10px;
}
@media (max-width: 1023px) {
  .cursorStalker {
    display: none;
  }
}
.cursorStalker__content {
  float: left;
  width: 14px;
  height: 14px;
  position: relative;
}
.cursorStalker__dot {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 14px;
  height: 14px;
  border-radius: 1000000px;
  background-color: #000;
  border: 1px solid #000;
  box-sizing: border-box;
  transition: all 0.2s;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.cursorStalker--inverted .cursorStalker__dot {
  border-color: #fff;
  background-color: #fff;
}
.cursorStalker--expanded .cursorStalker__dot {
  width: 28px;
  height: 28px;
}
/*# sourceMappingURL=./screen-small.css.map */