:root {
  --largeVerticalSpace: 200px;
  --headerHeight: 96px;
}
@media (max-width: 767px) {
  :root {
    --largeVerticalSpace: 120px;
    --headerHeight: 80px;
  }
}
:root {
  --deskWidth: var(--deskWidthLarge);
  --deskWidthLarge: 1256px;
  --deskWidthSmall: 1040px;
  --deskSpace: 92px;
  --deskMaxWidth: calc(100vw - (2 * var(--deskSpace)));
}
:root .section--one {
  --deskWidth: var(--deskWidthSmall);
}
:root .section--one .area--one {
  --deskWidth: var(--deskWidthLarge);
}
@media (max-width: 1139px) {
  :root {
    --deskSpace: 64px;
  }
}
@media (max-width: 767px) {
  :root {
    --deskSpace: 24px;
  }
}
:root {
  --spacePart: 20px;
}
@media (max-width: 1139px) {
  :root {
    --spacePart: 20px;
  }
}
@media (max-width: 767px) {
  :root {
    --spacePart: 20px;
  }
}
:root {
  --spaceUnit: 40px;
}
@media (max-width: 1139px) {
  :root {
    --spaceUnit: 40px;
  }
}
@media (max-width: 767px) {
  :root {
    --spaceUnit: 40px;
  }
}
:root {
  --spaceTotal: 60px;
}
@media (max-width: 1139px) {
  :root {
    --spaceTotal: 60px;
  }
}
@media (max-width: 767px) {
  :root {
    --spaceTotal: 60px;
  }
}
:root {
  --js-breakpoint: breakpointLarge;
}
@media (max-width: 1139px) {
  :root {
    --js-breakpoint: breakpointMedium;
  }
}
@media (max-width: 767px) {
  :root {
    --js-breakpoint: breakpointSmall;
  }
}
@keyframes lineAnimation {
  0% {
    background-size: 100% 1px;
    background-position: right bottom;
  }
  60% {
    background-size: 0 1px;
    background-position: right bottom;
  }
  60.1% {
    background-size: 0 1px;
    background-position: left bottom;
  }
  100% {
    background-size: 100% 1px;
    background-position: left bottom;
  }
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.button {
  background-color: #C0DF01;
  background-image: none;
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.5px;
  font-family: 'Helvetica Neue', sans-serif;
  font-weight: 700 !important;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  color: #40253B;
  padding: 12px 16px 12px 56px;
  -webkit-appearance: none;
          appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: left;
  text-decoration: none;
  transition: all 0.35s;
  position: relative;
}
.button strong {
  font-weight: 700 !important;
}
.button:before,
.button:after {
  content: '';
  position: absolute;
  left: 18px;
  z-index: 2;
  background-color: #fff;
  width: 24px;
  height: 5px;
  transition: all 0.2s 0.1s, transform 0.2s;
}
.button:before {
  top: 50%;
  margin-top: -12px;
}
.button:after {
  bottom: 50%;
  margin-bottom: -12px;
}
@media (min-width: 768px) {
  .button:hover,
  .button:focus {
    color: #40253B;
    background-color: #AECA00;
  }
  .button:hover:before,
  .button:focus:before,
  .button:hover:after,
  .button:focus:after {
    transition: all 0.2s, transform 0.3s 0.05s;
  }
  .button:hover:before,
  .button:focus:before {
    margin-top: -8px;
    transform: rotate(23deg) skewX(23deg);
  }
  .button:hover:after,
  .button:focus:after {
    margin-bottom: -8px;
    transform: rotate(-23deg) skewX(-23deg);
  }
}
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Frank Ruhl Libre';
  font-style: normal;
  font-weight: 500;
  src: url('/extras/fonts/frank-ruhl-libre-v19-latin-500.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Frank Ruhl Libre';
  font-style: normal;
  font-weight: 900;
  src: url('/extras/fonts/frank-ruhl-libre-v19-latin-900.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Helvetica Neue';
  font-style: normal;
  font-weight: 700;
  src: url('/extras/fonts/3b303641-706e-4221-94c4-4fb491f4f8ef.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: #C0DF01;
  color: #fff;
}
.hidden,
.cb-invisible {
  display: none !important;
}
li {
  list-style-position: inside;
}
img,
audio,
video,
iframe {
  float: left;
  width: 100%;
}
strong {
  font-weight: 900;
}
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: 18px;
  font-family: 'Frank Ruhl Libre', serif;
  line-height: 1.66666667;
}
.unit caption {
  display: none;
}
.flag {
  background: #C0DF01;
  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;
}
.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--isAnchor {
  background-image: none !important;
}
.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%;
}
.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;
}
div.load a.load {
  display: inline-block;
  padding-left: 26px;
  background-size: 16px 16px;
  background-position: 0 7px;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-download-black.svg);
}
.show a {
  float: left;
  width: 100%;
  display: block;
}
#edit .line {
  padding-top: 5px;
  padding-bottom: 5px;
}
.line hr {
  float: left;
  width: 100%;
  border-bottom: 1px solid #40253B;
}
.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: 900;
  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;
}
@media (min-width: 768px) {
  .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: 24px;
  position: relative;
  margin-top: 8px;
}
.list--bullet li:before {
  content: '–';
  position: absolute;
  left: 0;
  top: 0;
}
.text-section--ul:first-child .list--bullet li:first-child {
  margin-top: 0;
}
.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;
}
#slides {
  float: left;
  width: 100%;
  height: 0 !important;
  max-width: 100% !important;
  max-height: 100% !important;
  padding-bottom: 23.4375%;
  position: relative;
}
#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: #C0DF01;
  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: #C0DF01;
}
.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;
}
@media (min-width: 768px) {
  .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: 'Frank Ruhl Libre', serif;
  line-height: 1.42857143;
  color: #40253B;
}
@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: #C0DF01;
  width: 100%;
  box-sizing: border-box;
  padding-right: 30px;
}
#disp h3 {
  color: #C0DF01;
  font-size: 16px;
  font-weight: 900;
  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: #C0DF01;
  background-image: none;
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.5px;
  font-family: 'Helvetica Neue', sans-serif;
  font-weight: 700 !important;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  color: #40253B;
  padding: 12px 16px 12px 56px;
  -webkit-appearance: none;
          appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: left;
  text-decoration: none;
  transition: all 0.35s;
  position: relative;
  line-height: 1.42857143;
}
#disp .foot input strong,
#disp .foot a strong {
  font-weight: 700 !important;
}
#disp .foot input:before,
#disp .foot a:before,
#disp .foot input:after,
#disp .foot a:after {
  content: '';
  position: absolute;
  left: 18px;
  z-index: 2;
  background-color: #fff;
  width: 24px;
  height: 5px;
  transition: all 0.2s 0.1s, transform 0.2s;
}
#disp .foot input:before,
#disp .foot a:before {
  top: 50%;
  margin-top: -12px;
}
#disp .foot input:after,
#disp .foot a:after {
  bottom: 50%;
  margin-bottom: -12px;
}
@media (min-width: 768px) {
  #disp .foot input:hover,
  #disp .foot a:hover,
  #disp .foot input:focus,
  #disp .foot a:focus {
    color: #40253B;
    background-color: #AECA00;
  }
  #disp .foot input:hover:before,
  #disp .foot a:hover:before,
  #disp .foot input:focus:before,
  #disp .foot a:focus:before,
  #disp .foot input:hover:after,
  #disp .foot a:hover:after,
  #disp .foot input:focus:after,
  #disp .foot a:focus:after {
    transition: all 0.2s, transform 0.3s 0.05s;
  }
  #disp .foot input:hover:before,
  #disp .foot a:hover:before,
  #disp .foot input:focus:before,
  #disp .foot a:focus:before {
    margin-top: -8px;
    transform: rotate(23deg) skewX(23deg);
  }
  #disp .foot input:hover:after,
  #disp .foot a:hover:after,
  #disp .foot input:focus:after,
  #disp .foot a:focus:after {
    margin-bottom: -8px;
    transform: rotate(-23deg) skewX(-23deg);
  }
}
#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.radio,
#disp input.checkbox {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  height: 20px;
  width: 20px;
}
.cb-sitemap-target {
  float: left;
  margin-bottom: 20px;
  color: #fff;
  padding: 5px 10px;
  background-color: #ae2121;
}
.cb-sitemap-contents {
  float: left;
  width: 100%;
}
.cb-sitemap-contents li {
  list-style: none;
  padding-left: 20px;
  position: relative;
}
.cb-sitemap-contents li:before {
  content: '•';
  position: absolute;
  left: 0;
  top: 0;
}
.cb-zoom-indicator {
  position: absolute;
  z-index: 2;
  right: 15px;
  bottom: 15px;
  width: 36px;
  height: 36px;
  border-radius: 30px;
  background-color: rgba(0, 0, 0, 0.5);
  background-size: 18px 18px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-zoom-white.svg);
  opacity: 0;
  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: 1139px) {
  .cb-zoom-indicator {
    right: 10px;
    bottom: 10px;
    width: 24px;
    height: 24px;
    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: 20px;
  height: 20px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-arrow-left-white.svg);
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
}
#disp.zoom div.head div.ctrl .next a {
  background-image: url(/images/cb-default/cb-arrow-right-white.svg);
}
#disp.zoom div.head div.ctrl .quit a {
  background-image: url(/images/cb-default/cb-cross-white.svg);
  background-size: 16px 16px;
}
@media (min-width: 768px) {
  #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: 80px 30px;
  margin: 0;
}
@media (max-width: 767px) {
  #disp.zoom div.body {
    padding: 60px 20px;
  }
}
#disp.zoom div.body > div {
  float: left;
  width: 100% !important;
  height: 100%;
  position: relative;
  display: 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: 'Frank Ruhl Libre', serif;
  background-color: transparent;
  margin-top: 40px;
  width: 100%;
  color: #fff;
  font-size: 50px;
  line-height: 1;
  border-bottom: 1px solid #fff;
  padding: 20px 0;
  -webkit-font-smoothing: antialiased;
  -webkit-appearance: none;
          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;
}
@media (min-width: 768px) {
  .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: 5px;
    padding-bottom: 5px;
    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;
  -webkit-appearance: none;
          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: 5px;
    padding-bottom: 5px;
  }
}
.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: 30px;
  vertical-align: top;
}
@media (min-width: 768px) {
  .unit.form div.tick.tile input {
    top: 5px;
  }
}
.unit.form select {
  float: left;
  width: 100%;
  font-family: 'Frank Ruhl Libre', serif;
  font-size: 18px;
  line-height: 1.66666667;
  background: #F0F0F0;
  height: 40px;
  border: 1px solid #40253B;
  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 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 input.submit {
  float: right;
  margin-top: var(--spacePart);
  margin-bottom: var(--spacePart);
  background-color: #C0DF01;
  background-image: none;
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.5px;
  font-family: 'Helvetica Neue', sans-serif;
  font-weight: 700 !important;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  color: #40253B;
  padding: 12px 16px 12px 56px;
  -webkit-appearance: none;
          appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: left;
  text-decoration: none;
  transition: all 0.35s;
  position: relative;
}
.unit.form input.submit strong {
  font-weight: 700 !important;
}
.unit.form input.submit:before,
.unit.form input.submit:after {
  content: '';
  position: absolute;
  left: 18px;
  z-index: 2;
  background-color: #fff;
  width: 24px;
  height: 5px;
  transition: all 0.2s 0.1s, transform 0.2s;
}
.unit.form input.submit:before {
  top: 50%;
  margin-top: -12px;
}
.unit.form input.submit:after {
  bottom: 50%;
  margin-bottom: -12px;
}
@media (min-width: 768px) {
  .unit.form input.submit:hover,
  .unit.form input.submit:focus {
    color: #40253B;
    background-color: #AECA00;
  }
  .unit.form input.submit:hover:before,
  .unit.form input.submit:focus:before,
  .unit.form input.submit:hover:after,
  .unit.form input.submit:focus:after {
    transition: all 0.2s, transform 0.3s 0.05s;
  }
  .unit.form input.submit:hover:before,
  .unit.form input.submit:focus:before {
    margin-top: -8px;
    transform: rotate(23deg) skewX(23deg);
  }
  .unit.form input.submit:hover:after,
  .unit.form input.submit:focus:after {
    margin-bottom: -8px;
    transform: rotate(-23deg) skewX(-23deg);
  }
}
.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: #40253B;
  text-decoration: underline;
}
.unit.form .recaptcha-info {
  color: #aaa;
}
.unit.form .recaptcha-info a {
  color: #aaa;
}
@media (min-width: 768px) {
  .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: #C0DF01;
  background-image: none;
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.5px;
  font-family: 'Helvetica Neue', sans-serif;
  font-weight: 700 !important;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  color: #40253B;
  padding: 12px 16px 12px 56px;
  -webkit-appearance: none;
          appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: left;
  text-decoration: none;
  transition: all 0.35s;
  position: relative;
}
.two-step-verification-container a strong {
  font-weight: 700 !important;
}
.two-step-verification-container a:before,
.two-step-verification-container a:after {
  content: '';
  position: absolute;
  left: 18px;
  z-index: 2;
  background-color: #fff;
  width: 24px;
  height: 5px;
  transition: all 0.2s 0.1s, transform 0.2s;
}
.two-step-verification-container a:before {
  top: 50%;
  margin-top: -12px;
}
.two-step-verification-container a:after {
  bottom: 50%;
  margin-bottom: -12px;
}
@media (min-width: 768px) {
  .two-step-verification-container a:hover,
  .two-step-verification-container a:focus {
    color: #40253B;
    background-color: #AECA00;
  }
  .two-step-verification-container a:hover:before,
  .two-step-verification-container a:focus:before,
  .two-step-verification-container a:hover:after,
  .two-step-verification-container a:focus:after {
    transition: all 0.2s, transform 0.3s 0.05s;
  }
  .two-step-verification-container a:hover:before,
  .two-step-verification-container a:focus:before {
    margin-top: -8px;
    transform: rotate(23deg) skewX(23deg);
  }
  .two-step-verification-container a:hover:after,
  .two-step-verification-container a:focus:after {
    margin-bottom: -8px;
    transform: rotate(-23deg) skewX(-23deg);
  }
}
.two-step-verification__div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #fff;
  background-size: 100px 100px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-loader-black.svg);
}
.two-step-verification-container.loaded .two-step-verification__div {
  background-image: none;
}
.table {
  float: left;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
.table-layout-fixed .table {
  table-layout: fixed;
}
.table tr {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.table-head tr {
  border-top: none;
}
.table th {
  font-weight: normal;
  padding: 5px 10px;
  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: 900;
}
.table td {
  padding: 5px 10px;
  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: 900;
}
@media (max-width: 767px) {
  .part--table .table {
    font-size: 2.34680574vw;
  }
}
html,
body {
  float: left;
  width: 100%;
  min-height: 100vh;
}
body.cb-toggle-target-active {
  overflow: hidden;
}
.editor-elements {
  font-family: helvetica, sans-serif !important;
}
.logo {
  float: left;
  height: 30px;
  margin-left: auto;
  position: relative;
}
@media (max-width: 767px) {
  .logo {
    width: 94px;
    overflow: hidden;
  }
}
.logo__image {
  width: auto;
  height: 100%;
  transition: all 0.4s;
}
.logo__image.logo__image--white {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
}
body.cb-toggle-target-active .logo__image {
  opacity: 0;
}
body.cb-toggle-target-active .logo__image.logo__image--white {
  opacity: 1;
}
#head {
  float: left;
  width: 100%;
  position: relative;
  z-index: 2;
  margin-top: 10px;
  margin-bottom: calc((var(--spaceUnit) - var(--spacePart)) * -1);
}
.section--rootVideo #head {
  margin-top: 0;
  margin-bottom: 0;
}
.scroll-animated {
  opacity: 0;
  transform: translateX(-140px);
  transition: all 0.8s;
}
.scroll-animated.scroll-animated--active {
  opacity: 1 !important;
  transform: translateX(0);
}
.wrapper {
  float: left;
  width: 100%;
  min-height: 100vh;
  background-color: #fff;
  font-family: 'Frank Ruhl Libre', serif;
  font-size: 18px;
  line-height: 1.66666667;
  color: #40253B;
  overflow: hidden;
  -webkit-hyphens: none;
          hyphens: none;
  font-weight: 500;
  box-sizing: border-box;
  padding-top: var(--headerHeight);
  opacity: 0;
  transition: all 0.4s;
}
.show-content .wrapper {
  opacity: 1;
}
.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;
  top: 0;
  left: 0;
  z-index: 2000;
  background-color: #fff;
  transition: all 0.4s;
}
body.cb-toggle-target-active .section--header {
  background-color: #40253B;
}
.section--contact {
  background-color: #e8e5e8;
  margin-top: var(--spaceTotal);
}
.layout5 .section--contact {
  background-color: transparent;
}
.section--footer {
  background-color: #40253B;
  color: #fff;
  -webkit-font-smoothing: antialiased;
}
.section--lightgreen {
  background-color: #e6ede9;
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
  padding-top: var(--spaceTotal);
  padding-bottom: var(--spaceTotal);
  display: none;
}
.section--lightgreen.section--area8 {
  position: relative;
  z-index: 2;
  margin-bottom: calc(var(--spaceTotal) * -1);
}
#edit.layout2 .section--lightgreen.section--area2,
#view.layout2:not(.area2--empty) .section--lightgreen.section--area2,
#edit.layout5 .section--lightgreen.section--area8,
#view.layout5:not(.area8--empty) .section--lightgreen.section--area8 {
  display: block;
}
.section--lightred {
  background-color: #ffede9;
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
  padding-top: var(--spaceTotal);
  padding-bottom: var(--spaceTotal);
  display: none;
}
#edit.layout5 .section--lightred.section--area7,
#view.layout5:not(.area7--empty) .section--lightred.section--area7 {
  display: block;
}
.section--rootVideo {
  margin-bottom: var(--spaceTotal);
}
.content {
  float: left;
  width: 100%;
}
.section--header .content {
  display: flex;
  align-items: center;
  min-height: var(--headerHeight);
}
.serviceNavi {
  float: left;
}
.serviceNavi--desktop {
  margin-left: 96px;
}
@media (max-width: 1139px) {
  .serviceNavi--desktop {
    display: none;
  }
}
.serviceNavi--mobile {
  display: none;
  margin-top: 80px;
}
@media (max-width: 1139px) {
  .serviceNavi--mobile {
    display: block;
  }
}
@media (max-width: 767px) {
  .serviceNavi--mobile {
    margin-top: 40px;
  }
}
.pfad {
  float: left;
  width: 100%;
  margin-top: 110px;
  display: flex;
  align-items: flex-start;
  overflow: hidden;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  color: #40253B;
  font-size: 14px;
  line-height: 1.42857143;
  letter-spacing: 0.5px;
  font-family: 'Helvetica Neue', sans-serif;
  font-weight: 700 !important;
  -webkit-font-smoothing: antialiased;
}
.pfad::-webkit-scrollbar {
  display: none;
}
.pfad strong {
  font-weight: 700 !important;
}
.layout5 .pfad {
  display: none;
}
@media (max-width: 767px) {
  .pfad {
    margin-top: 64px;
  }
}
.pfad a {
  display: inline-block;
  margin: 0 6px;
  text-decoration: none;
  background-size: 0 1px;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, #40253B, #40253B);
  animation: none !important;
  cursor: pointer;
  transition: all 0.4s;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .pfad a:hover,
  .pfad a:focus {
    color: inherit;
    background-size: 100% 1px;
  }
}
@media (min-width: 768px) {
  .pfad a:hover,
  .pfad a:focus {
    color: inherit;
  }
}
.pfad a.here {
  color: #A396A1;
}
@media (min-width: 768px) {
  .pfad a.here:hover,
  .pfad a.here:focus {
    background: none;
  }
}
.pfad a:first-child {
  margin-left: 0;
}
.pfad a:last-child {
  margin-right: 0;
}
.footcontent {
  float: left;
  width: 100%;
  margin-top: 80px;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 1139px) {
  .footcontent {
    flex-direction: column;
    align-items: flex-start;
  }
}
.footunit {
  float: left;
  display: flex;
}
@media (max-width: 767px) {
  .footunit {
    width: 100%;
    flex-direction: column;
  }
}
@media (max-width: 1139px) {
  .footunit--2 {
    width: calc(100% + 40px);
    margin: 80px -20px 106px;
  }
}
@media (max-width: 767px) {
  .footunit--2 {
    margin-bottom: 0;
  }
}
.footpart {
  float: left;
  max-width: 100%;
}
.footpart--2 {
  margin-left: 136px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 1279px) {
  .footpart--2 {
    margin-left: 60px;
  }
}
@media (max-width: 1139px) {
  .footunit--2 .footpart {
    width: calc(50% - 40px);
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .footunit--2 .footpart.footpart--1 {
    order: 2;
  }
  .footunit--2 .footpart.footpart--2 {
    order: 1;
  }
}
@media (max-width: 767px) {
  .footunit--2 .footpart {
    width: calc(100% - 40px);
  }
  .footunit--2 .footpart.footpart--1 {
    order: 1;
  }
  .footunit--2 .footpart.footpart--2 {
    order: 2;
    margin-top: 40px;
  }
}
.footpart .vcard {
  float: left;
}
.footlinks {
  float: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.footlinks .meta {
  display: inline-block;
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.5px;
  font-family: 'Helvetica Neue', sans-serif;
  font-weight: 700 !important;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  background-size: 100% 1px;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, #fff, #fff);
  cursor: pointer;
  padding-bottom: 0;
  margin-top: 14px;
}
.footlinks .meta strong {
  font-weight: 700 !important;
}
@media (min-width: 768px) {
  .footlinks .meta:hover,
  .footlinks .meta:focus {
    color: inherit;
    animation-name: lineAnimation;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
  }
}
.footlinks .meta:first-child {
  margin-top: 0;
}
#socialFooter {
  float: left;
  margin-top: 30px;
}
#socialFooter .meta {
  float: left;
  width: 32px;
  height: 32px;
  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/social-facebook-white.svg);
  margin-right: 16px;
}
#socialFooter .meta:last-child {
  margin-right: 0;
}
#socialFooter .meta.service_instagram {
  background-image: url(/images/social-instagram-white.svg);
}
#socialFooter .meta.service_linkedin {
  background-image: url(/images/social-linkedin-white.svg);
}
#socialFooter .meta.service_youtube {
  background-image: url(/images/social-youtube-white.svg);
}
.footlogo {
  float: left;
  margin-top: 96px;
  height: 30px;
}
.footlogo .footlogo__image {
  float: left;
  width: auto;
  height: 100%;
}
@media (max-width: 1139px) {
  .footlogo {
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  .footlogo {
    height: 40px;
  }
}
#legal {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
#legal .meta {
  float: left;
  margin-right: 80px;
  color: #A396A1 !important;
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.5px;
  font-family: 'Helvetica Neue', sans-serif;
  font-weight: 700 !important;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  background-size: 100% 1px;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, #A396A1, #A396A1);
  cursor: pointer;
}
#legal .meta strong {
  font-weight: 700 !important;
}
@media (min-width: 768px) {
  #legal .meta:hover,
  #legal .meta:focus {
    color: inherit;
    animation-name: lineAnimation;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
  }
}
#legal .meta:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  #legal {
    position: static;
    float: left;
    margin-top: 80px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  #legal .meta {
    margin-right: 0;
    margin-top: 10px;
  }
  #legal .meta:first-child {
    margin-top: 0;
  }
}
.newsletter {
  float: left;
  width: 500px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cbdModule--newsletterButton {
  margin-top: 30px;
}
.newsletterButton__link {
  float: left;
  background-color: #C0DF01;
  background-image: none;
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.5px;
  font-family: 'Helvetica Neue', sans-serif;
  font-weight: 700 !important;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  color: #40253B;
  padding: 12px 16px 12px 56px;
  -webkit-appearance: none;
          appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: left;
  text-decoration: none;
  transition: all 0.35s;
  position: relative;
}
.newsletterButton__link strong {
  font-weight: 700 !important;
}
.newsletterButton__link:before,
.newsletterButton__link:after {
  content: '';
  position: absolute;
  left: 18px;
  z-index: 2;
  background-color: #fff;
  width: 24px;
  height: 5px;
  transition: all 0.2s 0.1s, transform 0.2s;
}
.newsletterButton__link:before {
  top: 50%;
  margin-top: -12px;
}
.newsletterButton__link:after {
  bottom: 50%;
  margin-bottom: -12px;
}
@media (min-width: 768px) {
  .newsletterButton__link:hover,
  .newsletterButton__link:focus {
    color: #40253B;
    background-color: #AECA00;
  }
  .newsletterButton__link:hover:before,
  .newsletterButton__link:focus:before,
  .newsletterButton__link:hover:after,
  .newsletterButton__link:focus:after {
    transition: all 0.2s, transform 0.3s 0.05s;
  }
  .newsletterButton__link:hover:before,
  .newsletterButton__link:focus:before {
    margin-top: -8px;
    transform: rotate(23deg) skewX(23deg);
  }
  .newsletterButton__link:hover:after,
  .newsletterButton__link:focus:after {
    margin-bottom: -8px;
    transform: rotate(-23deg) skewX(-23deg);
  }
}
.contact {
  float: left;
  width: 100%;
  margin-top: calc(var(--spaceTotal) * 2);
  margin-bottom: calc(var(--spaceTotal) * 2);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1139px) {
  .contact {
    flex-direction: column;
  }
}
.contact__unit {
  float: left;
}
.contact__unit--1 {
  width: 550px;
}
@media (max-width: 1139px) {
  .contact__unit--1 {
    width: 100%;
  }
}
.contact__unit--2 {
  width: 565px;
  max-width: calc(100% - (550px + 40px));
}
@media (max-width: 1139px) {
  .contact__unit--2 {
    max-width: 100%;
    margin-top: 80px;
  }
}
.cbdModule--contactSuptitle {
  margin-bottom: 12px;
}
.cbdModule--contactButton {
  margin-top: 32px;
}
.contact__link {
  float: left;
  background-color: #C0DF01;
  background-image: none;
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.5px;
  font-family: 'Helvetica Neue', sans-serif;
  font-weight: 700 !important;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  color: #40253B;
  padding: 12px 16px 12px 56px;
  -webkit-appearance: none;
          appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: left;
  text-decoration: none;
  transition: all 0.35s;
  position: relative;
}
.contact__link strong {
  font-weight: 700 !important;
}
.contact__link:before,
.contact__link:after {
  content: '';
  position: absolute;
  left: 18px;
  z-index: 2;
  background-color: #fff;
  width: 24px;
  height: 5px;
  transition: all 0.2s 0.1s, transform 0.2s;
}
.contact__link:before {
  top: 50%;
  margin-top: -12px;
}
.contact__link:after {
  bottom: 50%;
  margin-bottom: -12px;
}
@media (min-width: 768px) {
  .contact__link:hover,
  .contact__link:focus {
    color: #40253B;
    background-color: #AECA00;
  }
  .contact__link:hover:before,
  .contact__link:focus:before,
  .contact__link:hover:after,
  .contact__link:focus:after {
    transition: all 0.2s, transform 0.3s 0.05s;
  }
  .contact__link:hover:before,
  .contact__link:focus:before {
    margin-top: -8px;
    transform: rotate(23deg) skewX(23deg);
  }
  .contact__link:hover:after,
  .contact__link:focus:after {
    margin-bottom: -8px;
    transform: rotate(-23deg) skewX(-23deg);
  }
}
.rootVideo {
  float: left;
  width: 100%;
  position: relative;
  color: #fff;
}
.rootVideo:before,
.rootVideo:after {
  content: '';
  position: absolute;
  left: 100%;
  margin-left: -118px;
  z-index: 2;
  width: 0;
  height: 24px;
  background-color: #FF6542;
  transition: all 0.6s;
}
.show-content .rootVideo:before,
.show-content .rootVideo:after {
  width: 118px;
}
.rootVideo:before {
  bottom: 70px;
}
.rootVideo:after {
  top: 100%;
}
@media (max-width: 767px) {
  .rootVideo:before,
  .rootVideo:after {
    height: 18px;
  }
  .show-content .rootVideo:before,
  .show-content .rootVideo:after {
    width: 88px;
  }
  .rootVideo:before {
    bottom: 50px;
  }
}
.rootVideo__cover {
  float: left;
  width: 100%;
}
.rootVideo__file {
  float: left;
  width: 100%;
  height: calc(100vh - (var(--headerHeight) + 24px));
  object-fit: cover;
  object-position: center;
}
@media (max-width: 767px) {
  .rootVideo__file {
    height: calc(100vh - (var(--headerHeight) + 18px));
  }
}
.rootVideo__content {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  transform: translate(-50%, -50%);
  width: var(--deskWidth);
  max-width: var(--deskMaxWidth);
}
.rootVideo__unit {
  float: left;
  width: 512px;
  max-width: 100%;
}
.cbdModule--rootVideoButton {
  margin-top: 48px;
  opacity: 1;
  transform: translateX(0);
}
.rootVideo__button {
  float: left;
  background-color: #C0DF01;
  background-image: none;
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.5px;
  font-family: 'Helvetica Neue', sans-serif;
  font-weight: 700 !important;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  color: #40253B;
  padding: 12px 16px 12px 56px;
  -webkit-appearance: none;
          appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: left;
  text-decoration: none;
  transition: all 0.35s;
  position: relative;
}
.rootVideo__button strong {
  font-weight: 700 !important;
}
.rootVideo__button:before,
.rootVideo__button:after {
  content: '';
  position: absolute;
  left: 18px;
  z-index: 2;
  background-color: #fff;
  width: 24px;
  height: 5px;
  transition: all 0.2s 0.1s, transform 0.2s;
}
.rootVideo__button:before {
  top: 50%;
  margin-top: -12px;
}
.rootVideo__button:after {
  bottom: 50%;
  margin-bottom: -12px;
}
@media (min-width: 768px) {
  .rootVideo__button:hover,
  .rootVideo__button:focus {
    color: #40253B;
    background-color: #AECA00;
  }
  .rootVideo__button:hover:before,
  .rootVideo__button:focus:before,
  .rootVideo__button:hover:after,
  .rootVideo__button:focus:after {
    transition: all 0.2s, transform 0.3s 0.05s;
  }
  .rootVideo__button:hover:before,
  .rootVideo__button:focus:before {
    margin-top: -8px;
    transform: rotate(23deg) skewX(23deg);
  }
  .rootVideo__button:hover:after,
  .rootVideo__button:focus:after {
    margin-bottom: -8px;
    transform: rotate(-23deg) skewX(-23deg);
  }
}
#cb-cookie-warning {
  position: fixed;
  bottom: 74px;
  right: 66px;
  z-index: 2500;
  width: 370px;
  background-color: #fff;
  font-family: 'Frank Ruhl Libre', serif;
  font-size: 15px;
  line-height: 1.73333333;
  color: #40253B;
  box-shadow: 0 0 4px rgba(120, 120, 120, 0.4);
  opacity: 0;
  transform: translateX(-100px);
  transition: all 0.6s 0.8s;
}
.show-content #cb-cookie-warning {
  opacity: 1;
  transform: translateY(0);
}
#cb-cookie-warning a {
  text-decoration: none;
  background-size: 100% 1px;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, #40253B, #40253B);
  cursor: pointer;
}
@media (min-width: 768px) {
  #cb-cookie-warning a:hover,
  #cb-cookie-warning a:focus {
    color: inherit;
    animation-name: lineAnimation;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
  }
}
#cb-cookie-warning.cb-cookie-warning--hidden {
  display: none;
}
@media (max-width: 1139px) {
  #cb-cookie-warning {
    right: 30px;
    bottom: 50px;
  }
}
@media (max-width: 767px) {
  #cb-cookie-warning {
    width: 356px;
    right: 10px;
    bottom: 30px;
  }
}
.cb-cookie-warning--container {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.cb-cookie-warning--text {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 24px;
}
.cb-cookie-warning--text strong {
  display: inline-block;
  font-size: 18px;
  line-height: 1.55555556;
  font-family: 'Helvetica Neue', sans-serif;
  font-weight: 700 !important;
  -webkit-font-smoothing: antialiased;
  padding-bottom: 6px;
}
.cb-cookie-warning--text strong strong {
  font-weight: 700 !important;
}
@media (max-width: 767px) {
  .cb-cookie-warning--text {
    padding: 20px;
  }
}
.cb-cookie-warning--actions {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
}
#cb-cookie-warning__button--accept {
  float: left;
  width: 100%;
  order: 1;
  background-color: #C0DF01;
  background-image: none;
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.5px;
  font-family: 'Helvetica Neue', sans-serif;
  font-weight: 700 !important;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  color: #40253B;
  padding: 12px 16px 12px 56px;
  -webkit-appearance: none;
          appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: left;
  text-decoration: none;
  transition: all 0.35s;
  position: relative;
}
#cb-cookie-warning__button--accept strong {
  font-weight: 700 !important;
}
#cb-cookie-warning__button--accept:before,
#cb-cookie-warning__button--accept:after {
  content: '';
  position: absolute;
  left: 18px;
  z-index: 2;
  background-color: #fff;
  width: 24px;
  height: 5px;
  transition: all 0.2s 0.1s, transform 0.2s;
}
#cb-cookie-warning__button--accept:before {
  top: 50%;
  margin-top: -12px;
}
#cb-cookie-warning__button--accept:after {
  bottom: 50%;
  margin-bottom: -12px;
}
@media (min-width: 768px) {
  #cb-cookie-warning__button--accept:hover,
  #cb-cookie-warning__button--accept:focus {
    color: #40253B;
    background-color: #AECA00;
  }
  #cb-cookie-warning__button--accept:hover:before,
  #cb-cookie-warning__button--accept:focus:before,
  #cb-cookie-warning__button--accept:hover:after,
  #cb-cookie-warning__button--accept:focus:after {
    transition: all 0.2s, transform 0.3s 0.05s;
  }
  #cb-cookie-warning__button--accept:hover:before,
  #cb-cookie-warning__button--accept:focus:before {
    margin-top: -8px;
    transform: rotate(23deg) skewX(23deg);
  }
  #cb-cookie-warning__button--accept:hover:after,
  #cb-cookie-warning__button--accept:focus:after {
    margin-bottom: -8px;
    transform: rotate(-23deg) skewX(-23deg);
  }
}
#cb-cookie-warning__button--decline {
  float: left;
  order: 2;
  margin-left: 24px;
  margin-right: 24px;
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.5px;
  font-family: 'Helvetica Neue', sans-serif;
  font-weight: 700 !important;
  -webkit-font-smoothing: antialiased;
  color: #40253B;
  text-decoration: none;
  background-size: 100% 1px;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, #40253B, #40253B);
  cursor: pointer;
  background: none !important;
  -webkit-appearance: none;
          appearance: none;
}
#cb-cookie-warning__button--decline strong {
  font-weight: 700 !important;
}
@media (min-width: 768px) {
  #cb-cookie-warning__button--decline:hover,
  #cb-cookie-warning__button--decline:focus {
    color: inherit;
    animation-name: lineAnimation;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
  }
}
@media (max-width: 767px) {
  #cb-cookie-warning__button--decline {
    margin-left: 20px;
    margin-right: 20px;
  }
}
a {
  color: inherit;
  text-decoration: none;
}
.area a {
  text-decoration: none;
  background-size: 100% 1px;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, #40253B, #40253B);
  cursor: pointer;
}
@media (min-width: 768px) {
  .area a:hover,
  .area a:focus {
    color: inherit;
    animation-name: lineAnimation;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
  }
}
h1 {
  font-size: 70px;
  line-height: 1.14285714;
  letter-spacing: -1.3px;
  font-family: 'Helvetica Neue', sans-serif;
  font-weight: 700 !important;
  -webkit-font-smoothing: antialiased;
}
h1 strong {
  font-weight: 700 !important;
}
@media (max-width: 767px) {
  h1 {
    font-size: 45px;
    line-height: 1.22222222;
    letter-spacing: -0.75px;
    -webkit-hyphens: auto;
            hyphens: auto;
  }
}
h1 strong {
  font-family: 'Frank Ruhl Libre', serif;
  font-weight: 500 !important;
}
h2 {
  font-size: 50px;
  line-height: 1.4;
  font-family: 'Helvetica Neue', sans-serif;
  font-weight: 700 !important;
  -webkit-font-smoothing: antialiased;
}
h2 strong {
  font-weight: 700 !important;
}
@media (max-width: 767px) {
  h2 {
    font-size: 31px;
    line-height: 1.35483871;
    letter-spacing: -0.5px;
  }
}
h2 strong {
  font-family: 'Frank Ruhl Libre', serif;
  font-weight: 500 !important;
}
.unit--textBanner h2 {
  color: #D1CBD0;
  font-size: 75px;
  line-height: 0.93333333;
  font-family: 'Frank Ruhl Libre', serif;
  font-weight: 500 !important;
  letter-spacing: 0;
}
#view .unit--textBanner h2 {
  white-space: pre;
}
@media (max-width: 767px) {
  .unit--textBanner h2 {
    font-size: 45px;
    line-height: 1.24444444;
    letter-spacing: -0.75px;
  }
}
h3 {
  font-size: 34px;
  line-height: 1.23529412;
  font-weight: 500;
}
@media (max-width: 767px) {
  h3 {
    font-size: 27px;
    line-height: 1.33333333;
  }
}
h4 {
  font-size: 18px;
  line-height: 1.55555556;
  font-family: 'Helvetica Neue', sans-serif;
  font-weight: 700 !important;
  -webkit-font-smoothing: antialiased;
}
h4 strong {
  font-weight: 700 !important;
}
h5 {
  font-size: 14px;
  line-height: 1.42857143;
  letter-spacing: 0.5px;
  font-family: 'Helvetica Neue', sans-serif;
  font-weight: 700 !important;
  -webkit-font-smoothing: antialiased;
  color: #A396A1;
}
h5 strong {
  font-weight: 700 !important;
}
h6 {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
}
h6 strong {
  font-size: 14px;
  line-height: 1.42857143;
  letter-spacing: 0.5px;
  font-family: 'Helvetica Neue', sans-serif;
  font-weight: 700 !important;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  background-color: #D1CBD0;
  text-decoration: none !important;
  color: #40253B !important;
  padding: 4px 8px;
}
h6 strong strong {
  font-weight: 700 !important;
}
h6 strong:before,
h6 strong:after {
  display: none;
}
@media (min-width: 768px) {
  h6 strong:hover {
    text-decoration: underline;
    text-underline-offset: 2px;
  }
}
h6 i {
  display: inline-block;
  margin-left: 16px;
  flex-shrink: 0;
  font-style: normal;
  font-size: 14px;
  line-height: 1.42857143;
  letter-spacing: 0.5px;
  font-family: 'Helvetica Neue', sans-serif;
  font-weight: 700 !important;
  -webkit-font-smoothing: antialiased;
  color: #A396A1;
}
h6 i strong {
  font-weight: 700 !important;
}
.area--four .unitTwo--mediumGreen h6 strong {
  background-color: #98B6A5;
}
.area--four .unitTwo--lightGreen h6 strong {
  background-color: #CCDAD2;
}
.area--four .unitTwo--lightRed h6 strong {
  background-color: #FFDAD2;
}
.loud {
  font-size: 28px;
  line-height: 1.35714286;
}
@media (max-width: 767px) {
  .loud {
    font-size: 23px;
    line-height: 1.39130435;
  }
}
.pale {
  font-size: 15px;
  line-height: 1.73333333;
}
.area--one {
  display: flex;
  flex-wrap: wrap;
}
.area--one .unitOne--1-1 .unit__body {
  display: flex;
  flex-wrap: wrap;
}
.area--one .unitOne--smallSpaceDown {
  margin-bottom: calc(var(--spaceUnit) * -1);
}
.area--one .unitOne--largeSpaceUpDown {
  margin-top: calc(var(--largeVerticalSpace) - (var(--spacePart) + var(--spaceTotal)));
  margin-bottom: calc(var(--largeVerticalSpace) - (var(--spacePart) + var(--spaceTotal)));
}
.area--one .unitThree {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.area--one .unitThree .unit__background {
  float: left;
  width: 244px;
  height: 244px;
  flex-shrink: 0;
  margin-top: var(--spacePart);
  margin-bottom: var(--spacePart);
}
.area--one .unitThree .unit__background * {
  height: 100%;
}
.area--one .unitThree .unit__background img {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.area--one .unitThree .unit__content {
  width: calc(100% - 324px);
}
@media (max-width: 1139px) {
  .area--one .unitThree .unit__background {
    width: 200px;
    height: 200px;
  }
  .area--one .unitThree .unit__content {
    width: calc(100% - 240px);
  }
}
@media (max-width: 767px) {
  .area--one .unitThree {
    flex-direction: column;
  }
  .area--one .unitThree .unit__content {
    width: 100%;
  }
}
.area--one .unitFour {
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
}
.area--one .unitFour:before {
  content: 'Springen Sie zu:';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  font-size: 18px;
  line-height: 1.55555556;
  font-family: 'Helvetica Neue', sans-serif;
  font-weight: 700 !important;
  -webkit-font-smoothing: antialiased;
}
.area--one .unitFour:before strong {
  font-weight: 700 !important;
}
.area--one .unitFour .unit__content {
  box-sizing: border-box;
  padding-left: 180px;
}
.area--one .unitFour .unit__body {
  width: calc(100% + 16px);
  margin: -8px;
}
.area--one .unitFour .part {
  margin: 8px;
}
.area--one .unitFour .part.link {
  width: auto;
  min-width: 30px;
}
@media (max-width: 1139px) {
  .area--one .unitFour .unit__content {
    padding-left: 0;
    padding-top: 52px;
  }
}
.area--one .unitTwo.unit--fold {
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
  border-top: 1px solid #D1CBD0;
  border-bottom: 1px solid #D1CBD0;
}
.area--one .unitTwo.unit--fold + .unitTwo.unit--fold {
  margin-top: calc((var(--spaceTotal) + 1px) * -1);
}
.area--one .unitTwo.unit--fold div.less .part {
  margin-top: 0;
  margin-bottom: 0;
}
.area--one .unitTwo.unit--fold div.more {
  display: block !important;
  height: 0;
  overflow: hidden;
  transition: all 0.6s;
  box-sizing: border-box;
  padding-left: 60px;
}
.area--one .unitTwo.unit--fold div.more .part {
  opacity: 0;
  transform: translateY(-20px);
  transition: all 0.2s;
}
.area--one .unitTwo.unit--fold div.more .part:last-child {
  margin-bottom: 48px;
}
.area--one .unitTwo.unit--fold .fold-toggle {
  display: block;
  font-size: 34px;
  line-height: 1.23529412;
  font-weight: 500;
  text-decoration: none;
  padding: 16px 0 16px 60px;
  position: relative;
  color: #40253B !important;
  background: none;
}
@media (max-width: 767px) {
  .area--one .unitTwo.unit--fold .fold-toggle {
    font-size: 27px;
    line-height: 1.33333333;
  }
}
.area--one .unitTwo.unit--fold .fold-toggle:before,
.area--one .unitTwo.unit--fold .fold-toggle:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  background-color: #C0DF01;
  transition: all 0.6s;
}
.area--one .unitTwo.unit--fold .fold-toggle:before {
  width: 24px;
  height: 4px;
  left: 18px;
}
.area--one .unitTwo.unit--fold .fold-toggle:after {
  width: 4px;
  height: 24px;
  left: 28px;
}
@media (min-width: 768px) {
  .area--one .unitTwo.unit--fold .fold-toggle:hover {
    background-color: #f4f2f3;
  }
}
.area--one .unitTwo.unit--fold .fold-toggle.fold-toggle--open:after {
  transform: translateY(-50%) rotate(90deg);
}
.area--one .unitTwo.unit--fold .unit__foot {
  display: none;
}
.area--one .unitTwo.unit--fold.unit--foldOpen div.more {
  height: var(--js-elementHeight);
}
.area--one .unitTwo.unit--fold.unit--foldOpen div.more .part {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.6s 0.2s;
}
@media (max-width: 767px) {
  .area--one .unitTwo.unit--fold div.more {
    padding-left: 48px;
  }
  .area--one .unitTwo.unit--fold div.more .part:last-child {
    margin-bottom: 36px;
  }
  .area--one .unitTwo.unit--fold .fold-toggle {
    padding: 11px 0 11px 48px;
  }
  .area--one .unitTwo.unit--fold .fold-toggle:before {
    width: 16px;
  }
  .area--one .unitTwo.unit--fold .fold-toggle:after {
    height: 16px;
    left: 24px;
  }
}
.area--one .unit--slider {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: var(--deskWidth) !important;
  max-width: var(--deskMaxWidth);
  margin-left: 0 !important;
  margin-right: 0 !important;
  flex-shrink: 0;
}
.area--two {
  display: flex;
  flex-wrap: wrap;
}
.area--two .unitTwo {
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
}
.area--two .unitTwo .unit__background {
  height: 808px;
}
.area--two .unitTwo .unit__background * {
  height: 100%;
}
.area--two .unitTwo .unit__background img {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.area--two .unitTwo .unit__background img {
  object-position: center top;
}
.area--two .unitTwo .unit__content {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  background-color: #fff;
  width: 508px;
  max-width: calc(100% - 40px);
  box-sizing: border-box;
  padding: 32px 40px;
  min-height: 234px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.area--two .unitTwo .part {
  margin-top: 8px;
  margin-bottom: 8px;
}
.area--two .unitTwo div.link {
  width: auto;
  min-width: 30px;
  padding-right: 36px;
  position: relative;
}
.area--two .unitTwo div.link:after {
  content: '·';
  position: absolute;
  top: 0;
  right: 0;
  width: 36px;
  text-align: center;
  z-index: 2;
  font-size: 18px;
  line-height: 1.55555556;
  font-family: 'Helvetica Neue', sans-serif;
  font-weight: 700 !important;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0;
}
.area--two .unitTwo div.link:after strong {
  font-weight: 700 !important;
}
.area--two .unitTwo div.link:last-child {
  padding-right: 0;
}
.area--two .unitTwo div.link:last-child:after {
  display: none;
}
.area--two .unitTwo div.link .open {
  float: left;
  background: none;
  padding: 0;
  font-size: 18px;
  line-height: 1.55555556;
  font-family: 'Helvetica Neue', sans-serif;
  font-weight: 700 !important;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0;
  text-decoration: none;
  background-size: 0 1px;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, #40253B, #40253B);
  animation: none !important;
  cursor: pointer;
  transition: all 0.4s;
}
.area--two .unitTwo div.link .open strong {
  font-weight: 700 !important;
}
@media (min-width: 768px) {
  .area--two .unitTwo div.link .open:hover,
  .area--two .unitTwo div.link .open:focus {
    color: inherit;
    background-size: 100% 1px;
  }
}
.area--two .unitTwo div.link .open:before,
.area--two .unitTwo div.link .open:after {
  display: none;
}
.area--two .unitTwo .text-section--h3 {
  padding-bottom: 8px;
}
@media (max-width: 1139px) {
  .area--two .unitTwo .unit__content {
    min-height: 0;
  }
}
@media (max-width: 767px) {
  .area--two .unitTwo + .unitTwo {
    margin-top: calc((var(--spaceTotal) - 50px) * -1);
  }
  .area--two .unitTwo .unit__background {
    height: auto;
  }
  .area--two .unitTwo .unit__background .img {
    height: auto;
  }
  .area--two .unitTwo .unit__content {
    position: static;
    width: 100%;
    max-width: 100%;
    padding: 16px 24px;
  }
  .area--two .unitTwo div.link {
    width: 100%;
    padding-right: 0;
  }
  .area--two .unitTwo div.link + div.link {
    margin-top: -4px;
  }
  .area--two .unitTwo div.link:after {
    display: none;
  }
  .area--two .unitTwo div.link .open {
    font-size: 14px;
    line-height: 1.42857143;
    letter-spacing: 0.5px;
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: 700 !important;
    -webkit-font-smoothing: antialiased;
  }
  .area--two .unitTwo div.link .open strong {
    font-weight: 700 !important;
  }
}
.area--three {
  display: flex;
  flex-wrap: wrap;
}
.area--three .unitTwo {
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
  min-height: 608px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: inherit;
}
.area--three .unitTwo .unit__background {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 1;
}
.area--three .unitTwo .unit__background * {
  height: 100%;
}
.area--three .unitTwo .unit__background img {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.area--three .unitTwo .unit__content {
  position: relative;
  z-index: 2;
  background-color: #fff;
  margin-top: 40px;
  width: 432px;
  max-width: calc(100% - 40px);
  padding: 20px 20px 0 0;
}
.area--three .unitTwo .unit__body {
  margin-top: -8px;
  margin-bottom: -8px;
}
.area--three .unitTwo .part {
  margin-top: 8px;
  margin-bottom: 8px;
}
.area--three .unitTwo.unit--isAnchor .unit__background {
  overflow: hidden;
}
.area--three .unitTwo.unit--isAnchor .unit__background .unit__backgroundImage {
  transition: all 0.3s;
}
.area--three .unitTwo.unit--isAnchor h3 {
  display: inline-block;
  background-size: 0 2px;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, #40253B, #40253B);
  transition: all 0.4s;
}
@media (min-width: 768px) {
  .area--three .unitTwo.unit--isAnchor:hover .unit__background .unit__backgroundImage {
    transform: scale(1.03);
  }
  .area--three .unitTwo.unit--isAnchor:hover h3 {
    background-size: 100% 2px;
  }
}
@media (max-width: 767px) {
  .area--three .unitTwo {
    min-height: 0;
  }
  .area--three .unitTwo + .unitTwo {
    margin-top: calc((var(--spaceTotal) - 50px) * -1);
  }
  .area--three .unitTwo .unit__background {
    position: static;
    height: auto;
  }
  .area--three .unitTwo .unit__background img {
    height: auto;
  }
  .area--three .unitTwo .unit__content {
    width: 100%;
    max-width: 100%;
    margin-top: 16px;
    padding: 0;
  }
}
.area--four {
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--spaceTotal) - 40px);
  margin-bottom: calc(var(--spaceTotal) - 40px);
}
.layout5 .area--four.area5 {
  margin-top: calc((var(--largeVerticalSpace) - var(--spaceTotal)) - 40px);
  margin-bottom: calc((var(--largeVerticalSpace) - var(--spaceTotal)) - 40px);
}
@media (max-width: 1139px) {
  .area--four {
    justify-content: center;
  }
}
.area--four .unit {
  margin-top: 32px;
  margin-bottom: 32px;
}
.area--four .unit .part {
  margin-top: 8px;
  margin-bottom: 8px;
}
.area--four .unit .part.pict:first-child {
  margin-bottom: 32px;
}
.area--four .unit.unit--isAnchor {
  color: inherit;
}
.area--four .unit.unit--isAnchor .pict .cb-image-container {
  overflow: hidden;
}
.area--four .unit.unit--isAnchor .pict .cb-image-container img {
  transition: all 0.3s;
}
.area--four .unit.unit--isAnchor h3 {
  display: inline;
  background-size: 0 2px;
  background-position: left bottom 4px;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, #40253B, #40253B);
  transition: all 0.6s;
}
@media (min-width: 768px) {
  .area--four .unit.unit--isAnchor:hover .pict .cb-image-container img {
    transform: scale(1.05);
  }
  .area--four .unit.unit--isAnchor:hover h3 {
    background-size: 100% 2px;
  }
}
@media (max-width: 767px) {
  .area--four .unitTwo + .unitTwo {
    margin-top: 2px;
  }
}
.area--four .unitThree .unit__content {
  position: relative;
  box-sizing: border-box;
}
@media (min-width: 1140px) {
  .area--four .unitThree .unit__content {
    padding-right: 300px;
  }
  .area--four .unitThree .unit__body {
    max-width: 800px;
  }
  .area--four .unitThree .part.link:last-child {
    width: auto;
    min-width: 30px;
    max-width: 260px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
  }
}
@media (max-width: 1139px) {
  .area--four .unitThree .part.link {
    margin-top: 32px;
  }
}
.area--five {
  margin-top: calc((var(--largeVerticalSpace) - var(--spaceTotal)) - 40px);
  margin-bottom: calc((var(--largeVerticalSpace) - var(--spaceTotal)) - 40px);
}
.area--five .unit {
  margin-top: 32px;
  margin-bottom: 32px;
}
.area--five .unit .part {
  margin-top: 8px;
  margin-bottom: 8px;
}
.area--five .unitTwo .unit__content {
  position: relative;
  box-sizing: border-box;
}
@media (min-width: 1140px) {
  .area--five .unitTwo .unit__content {
    padding-right: 300px;
  }
  .area--five .unitTwo .unit__body {
    max-width: 800px;
  }
  .area--five .unitTwo .part.link:last-child {
    width: auto;
    min-width: 30px;
    max-width: 260px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
  }
}
@media (max-width: 1139px) {
  .area--five .unitTwo .part.link {
    margin-top: 32px;
  }
}
.area--five .unit--textBanner {
  white-space: nowrap;
}
.area--five .unit--textBanner .unit__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.area--five .unit--textBanner .unit__body {
  width: 100vw;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.area--five .unit--textBanner .part {
  width: auto;
  min-width: 100px;
  flex-shrink: 0;
}
#edit .area--five .unit--textBanner .part {
  max-width: 100%;
}
#view .area--five .unit--textBanner .unit__body {
  flex-wrap: nowrap;
}
@media (max-width: 767px) {
  .area--five .unit--textBanner {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.area--contact .unit {
  margin-top: 0;
  margin-bottom: 0;
}
.area--contact .unit .part {
  margin-top: 0;
  margin-bottom: 0;
}
.area--contact .unit .pict:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 64px);
  aspect-ratio: 1;
  background-color: #fff;
}
.layout5 .area--contact .unit .pict:before {
  background-color: #D1CBD0;
}
.area--contact .unit .pict .cb-image-figure {
  z-index: 2;
  width: calc(100% - 64px);
  margin-left: 64px;
  margin-bottom: 64px;
  margin-top: 24px;
  position: relative;
}
.area--contact .unit .pict .cb-image-figure:before,
.area--contact .unit .pict .cb-image-figure:after {
  content: '';
  position: absolute;
  left: 0;
  z-index: 3;
  width: 118px;
  height: 24px;
  background-color: #FF6542;
}
.area--contact .unit .pict .cb-image-figure:before {
  bottom: 100%;
}
.area--contact .unit .pict .cb-image-figure:after {
  top: 64px;
}
.area--contact .unit .pict .cb-image-figure .cb-image-container {
  aspect-ratio: 1;
}
.area--contact .unit .pict .cb-image-figure .cb-image-container * {
  height: 100%;
}
.area--contact .unit .pict .cb-image-figure .cb-image-container img {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 767px) {
  .area--contact .unit .pict:before {
    width: calc(100% - 32px);
  }
  .area--contact .unit .pict .cb-image-figure {
    width: calc(100% - 32px);
    margin-left: 32px;
    margin-bottom: 32px;
    margin-top: 14px;
  }
  .area--contact .unit .pict .cb-image-figure:before,
  .area--contact .unit .pict .cb-image-figure:after {
    width: 68px;
    height: 14px;
  }
  .area--contact .unit .pict .cb-image-figure:after {
    top: 40px;
  }
}
div.link .open {
  display: inline-block;
  background-color: #C0DF01;
  background-image: none;
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.5px;
  font-family: 'Helvetica Neue', sans-serif;
  font-weight: 700 !important;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  color: #40253B;
  padding: 12px 16px 12px 56px;
  -webkit-appearance: none;
          appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: left;
  text-decoration: none;
  transition: all 0.35s;
  position: relative;
}
div.link .open strong {
  font-weight: 700 !important;
}
div.link .open:before,
div.link .open:after {
  content: '';
  position: absolute;
  left: 18px;
  z-index: 2;
  background-color: #fff;
  width: 24px;
  height: 5px;
  transition: all 0.2s 0.1s, transform 0.2s;
}
div.link .open:before {
  top: 50%;
  margin-top: -12px;
}
div.link .open:after {
  bottom: 50%;
  margin-bottom: -12px;
}
@media (min-width: 768px) {
  div.link .open:hover,
  div.link .open:focus {
    color: #40253B;
    background-color: #AECA00;
  }
  div.link .open:hover:before,
  div.link .open:focus:before,
  div.link .open:hover:after,
  div.link .open:focus:after {
    transition: all 0.2s, transform 0.3s 0.05s;
  }
  div.link .open:hover:before,
  div.link .open:focus:before {
    margin-top: -8px;
    transform: rotate(23deg) skewX(23deg);
  }
  div.link .open:hover:after,
  div.link .open:focus:after {
    margin-bottom: -8px;
    transform: rotate(-23deg) skewX(-23deg);
  }
}
.area--one .unitFour div.link .open {
  float: left;
  background-color: #D1CBD0;
  font-size: 14px;
  line-height: 1.42857143;
  letter-spacing: 0.5px;
  font-family: 'Helvetica Neue', sans-serif;
  font-weight: 700 !important;
  -webkit-font-smoothing: antialiased;
  color: #40253B !important;
  padding: 4px 8px;
  cursor: pointer;
  text-decoration: none;
}
.area--one .unitFour div.link .open strong {
  font-weight: 700 !important;
}
.area--one .unitFour div.link .open:before,
.area--one .unitFour div.link .open:after {
  display: none;
}
@media (min-width: 768px) {
  .area--one .unitFour div.link .open:hover {
    text-decoration: underline;
    text-underline-offset: 2px;
  }
}
.togglenavigation {
  float: left;
  position: relative;
  cursor: pointer;
  font-size: 18px;
  line-height: 1.66666667;
  letter-spacing: 0.5px;
  font-family: 'Helvetica Neue', sans-serif;
  font-weight: 700 !important;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  padding-left: 30px;
  color: #40253B !important;
  transition: all 0.4s;
}
.togglenavigation strong {
  font-weight: 700 !important;
}
body.cb-toggle-target-active .togglenavigation {
  color: #fff !important;
}
.tline {
  position: absolute;
  left: 0;
  width: 15px;
  height: 3px;
  background-color: #40253B;
  transition: all 0.24s, background-color 0.4s;
}
body.cb-toggle-target-active .tline {
  background-color: #fff;
}
.tline--1 {
  top: 8px;
}
.tline--2 {
  bottom: 8px;
}
@media (min-width: 768px) {
  .togglenavigation:hover .tline.tline--1 {
    transform: rotate(23deg) skewX(23deg);
    top: 10px;
  }
  .togglenavigation:hover .tline.tline--2 {
    transform: rotate(-23deg) skewX(-23deg);
    bottom: 10px;
  }
}
body.cb-toggle-target-active .tline--1 {
  top: 50% !important;
  transform: translateY(-50%) rotate(45deg) !important;
}
body.cb-toggle-target-active .tline--2 {
  bottom: 50% !important;
  transform: translateY(50%) rotate(-45deg) !important;
}
.navigation {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1999;
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  background-color: #40253B;
  transform: translateY(-100%);
  transition: all 0.6s 0.2s;
}
.navigation::-webkit-scrollbar {
  display: none;
}
body.cb-toggle-target-active .navigation {
  transform: translateY(0);
  transition: all 0.6s;
}
.navigation__wrapper {
  float: left;
  width: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  padding: 168px 0;
  position: relative;
}
@media (max-width: 767px) {
  .navigation__wrapper {
    padding: 110px 0 0;
  }
}
.navigation__desk {
  float: left;
  width: var(--deskWidth);
  max-width: var(--deskMaxWidth);
}
.navigation__content {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding-right: calc((310px - var(--deskSpace)) + 40px);
  opacity: 0;
  transform: translateX(-100px);
  transition: all 0.2s;
}
body.cb-toggle-target-active .navigation__content {
  opacity: 1;
  transform: translateX(0);
  transition: all 0.4s 0.5s;
}
@media (max-width: 767px) {
  .navigation__content {
    padding-right: 0;
    margin-bottom: 48px;
  }
}
.mainnavi {
  float: left;
  width: 100%;
}
.navigation__contactBar {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  width: 310px;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .navigation__contactBar {
    position: relative;
    float: left;
    width: 100%;
    margin-top: auto;
  }
}
.contactBar {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transform: translate(40px, 40px);
  opacity: 0;
  transition: all 0.2s;
}
body.cb-toggle-target-active .contactBar {
  transform: translate(0, 0);
  opacity: 1;
  transition: all 0.4s 0.6s;
}
#social .meta,
#socialMobile .meta {
  float: left;
  width: 32px;
  height: 32px;
  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/social-facebook-white.svg);
}
#social .meta.service_instagram,
#socialMobile .meta.service_instagram {
  background-image: url(/images/social-instagram-white.svg);
}
#social .meta.service_linkedin,
#socialMobile .meta.service_linkedin {
  background-image: url(/images/social-linkedin-white.svg);
}
#social .meta.service_youtube,
#socialMobile .meta.service_youtube {
  background-image: url(/images/social-youtube-white.svg);
}
#social {
  float: left;
  display: flex;
  margin-bottom: 30px;
}
#social .meta {
  margin-right: 30px;
}
#social .meta:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  #social {
    display: none;
  }
}
#socialMobile {
  float: left;
  position: absolute;
  right: 0;
  bottom: 0;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#socialMobile .meta {
  margin-bottom: 30px;
}
#socialMobile .meta:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #socialMobile {
    display: flex;
  }
}
.contactBar__content {
  float: left;
  width: 100%;
  background-color: #fff;
  box-sizing: border-box;
  padding: 50px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .contactBar__content {
    padding: var(--deskSpace);
  }
}
.contactBar__title {
  float: left;
  font-size: 14px;
  line-height: 1.42857143;
  letter-spacing: 0.5px;
  font-family: 'Helvetica Neue', sans-serif;
  font-weight: 700 !important;
  -webkit-font-smoothing: antialiased;
  color: #A396A1;
  margin-bottom: 6px;
}
.contactBar__title strong {
  font-weight: 700 !important;
}
.navigation .vcard {
  float: left;
}
.navigation .vcard .vcardlink {
  display: inline-block;
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.5px;
  font-family: 'Helvetica Neue', sans-serif;
  font-weight: 700 !important;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  background-size: 100% 1px;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, #40253B, #40253B);
  cursor: pointer;
}
.navigation .vcard .vcardlink strong {
  font-weight: 700 !important;
}
@media (min-width: 768px) {
  .navigation .vcard .vcardlink:hover,
  .navigation .vcard .vcardlink:focus {
    color: inherit;
    animation-name: lineAnimation;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
  }
}
div.navi {
  float: left;
}
div.navi > .item {
  float: left;
}
div.navi > .item > .menu {
  display: block;
}
.mainnavi div.sub1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.mainnavi div.sub1 > .item {
  margin-top: 24px;
}
.mainnavi div.sub1 > .item.init {
  margin-top: 0;
}
.mainnavi div.sub1 > .item > .menu {
  color: #fff;
  font-size: 45px;
  line-height: 1.24444444;
  font-family: 'Helvetica Neue', sans-serif;
  font-weight: 700 !important;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  background-size: 0 3px;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, #fff, #fff);
  animation: none !important;
  cursor: pointer;
  transition: all 0.4s;
}
.mainnavi div.sub1 > .item > .menu strong {
  font-weight: 700 !important;
}
@media (min-width: 768px) {
  .mainnavi div.sub1 > .item > .menu:hover,
  .mainnavi div.sub1 > .item > .menu:focus {
    color: inherit;
    background-size: 100% 3px;
  }
}
.mainnavi div.sub1 > .item > .menu.path {
  color: #fff;
  background-size: 100% 3px;
}
@media (min-width: 768px) {
  .mainnavi div.sub1 > .item > .menu:hover,
  .mainnavi div.sub1 > .item > .menu:focus {
    color: #fff;
    background-size: 100% 3px;
  }
}
@media (max-width: 767px) {
  .mainnavi div.sub1 > .item {
    margin-top: 16px;
  }
  .mainnavi div.sub1 > .item > .menu {
    font-size: 31px;
    line-height: 1.35483871;
  }
}
.serviceNavi div.sub1 > .item > .menu {
  text-decoration: none;
  background-size: 0 1px;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, #40253B, #40253B);
  animation: none !important;
  cursor: pointer;
  transition: all 0.4s;
}
@media (min-width: 768px) {
  .serviceNavi div.sub1 > .item > .menu:hover,
  .serviceNavi div.sub1 > .item > .menu:focus {
    color: inherit;
    background-size: 100% 1px;
  }
}
.serviceNavi div.sub1 > .item > .menu.path {
  color: inherit;
  background-size: 100% 1px;
}
@media (min-width: 768px) {
  .serviceNavi div.sub1 > .item > .menu:hover,
  .serviceNavi div.sub1 > .item > .menu:focus {
    color: inherit;
    background-size: 100% 1px;
  }
}
.serviceNavi--desktop div.sub1 > .item {
  margin-left: 40px;
}
.serviceNavi--desktop div.sub1 > .item.init {
  margin-left: 0;
}
.serviceNavi--desktop div.sub1 > .item > .menu {
  font-size: 14px;
  line-height: 1.42857143;
  letter-spacing: 0.5px;
  font-family: 'Helvetica Neue', sans-serif;
  font-weight: 700 !important;
  -webkit-font-smoothing: antialiased;
}
.serviceNavi--desktop div.sub1 > .item > .menu strong {
  font-weight: 700 !important;
}
body.cb-toggle-target-active .serviceNavi--desktop div.sub1 > .item > .menu {
  color: #fff;
}
.serviceNavi--mobile div.sub1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.serviceNavi--mobile div.sub1 > .item {
  margin-top: 16px;
}
.serviceNavi--mobile div.sub1 > .item.init {
  margin-top: 0;
}
.serviceNavi--mobile div.sub1 > .item > .menu {
  color: #fff;
  font-size: 18px;
  line-height: 1.66666667;
  letter-spacing: 0.5px;
  font-family: 'Helvetica Neue', sans-serif;
  font-weight: 700 !important;
  -webkit-font-smoothing: antialiased;
}
.serviceNavi--mobile div.sub1 > .item > .menu strong {
  font-weight: 700 !important;
}
.serviceNavi--mobile div.sub1 > .item > .menu.path {
  color: #fff;
}
@media (min-width: 768px) {
  .serviceNavi--mobile div.sub1 > .item > .menu:hover,
  .serviceNavi--mobile div.sub1 > .item > .menu:focus {
    color: #fff;
  }
}
.unit--slider {
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
}
.unit--sliderBrandGreen:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  width: 100vw;
  height: 100%;
  z-index: 1;
  transform: translateX(-50%);
  background-color: #e6ede9;
}
.ns-sliderWrapper {
  float: left;
  width: 100%;
  position: relative;
  z-index: 2;
}
.unit--sliderBrandGreen .ns-sliderWrapper {
  margin-top: calc(var(--spaceTotal) * 2);
  margin-bottom: calc(var(--spaceTotal) * 2);
}
.ns-slider {
  float: left;
  width: 100%;
}
.ns-slider .placeholder {
  padding-bottom: 0;
  height: 100%;
}
@media (max-width: 767px) {
  .ns-slider {
    box-sizing: border-box;
    padding-right: calc(54px - var(--deskSpace));
  }
}
.ns-slider__content {
  float: left;
  width: 100%;
}
.ns-slider__stage {
  float: left;
  width: 100%;
}
.ns-slider__area {
  float: left;
  width: calc(100% + 40px);
  margin-left: -20px;
  display: flex;
  align-items: flex-start;
}
.ns-slide {
  float: left;
  width: calc(100% - 40px);
  margin-left: 20px;
  margin-right: 20px;
  flex-shrink: 0;
  opacity: 0;
  transition: all 0.8s;
  position: relative;
  color: inherit;
}
.ns-slide.is-active {
  opacity: 1;
}
@media (min-width: 768px) {
  .ns-slide:hover,
  .ns-slide:focus {
    color: inherit;
  }
}
.ns-slide.is-anchor .ns-slider__part--mainImage {
  overflow: hidden;
}
.ns-slide.is-anchor .ns-slider__part--mainImage .ns-sliderImage {
  transition: all 0.3s;
}
.ns-slide.is-anchor h3 {
  display: inline-block;
  background-size: 0 2px;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, #40253B, #40253B);
  transition: all 0.4s;
}
@media (min-width: 768px) {
  .ns-slide.is-anchor:hover .ns-slider__part--mainImage .ns-sliderImage {
    transform: scale(1.03);
  }
  .ns-slide.is-anchor:hover h3 {
    background-size: 100% 2px;
  }
}
.ns-slider--unitSliderHalf .ns-slide {
  width: calc(50% - 40px);
}
@media (max-width: 767px) {
  .ns-slider--unitSliderHalf .ns-slide {
    width: calc(100% - 40px);
  }
}
.ns-slider--unitSliderBrand .ns-slide {
  width: calc(50% - 40px);
}
@media (max-width: 767px) {
  .ns-slider--unitSliderBrand .ns-slide {
    width: calc(100% - 40px);
  }
}
.ns-slider__part {
  float: left;
  width: 100%;
}
#view .ns-slider__part.is-empty {
  display: none;
}
.ns-slider__part--mainImage {
  height: 638px;
  position: relative;
}
.ns-slider__part--mainImage .ns-sliderImage {
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .ns-slider__part--mainImage {
    height: 300px;
  }
}
.ns-slider--unitSliderHalf .ns-slide--type1 .ns-slider__part--mainImage {
  height: 608px;
}
@media (max-width: 1139px) {
  .ns-slider--unitSliderHalf .ns-slide--type1 .ns-slider__part--mainImage {
    height: 300px;
  }
}
.ns-slider--unitSliderHalf .ns-slide--type2 .ns-slider__part--mainImage {
  height: 408px;
}
@media (max-width: 1139px) {
  .ns-slider--unitSliderHalf .ns-slide--type2 .ns-slider__part--mainImage {
    height: 300px;
  }
}
.ns-slider--unitSliderBrand .ns-slider__part--mainImage {
  height: 608px;
}
@media (max-width: 1139px) {
  .ns-slider--unitSliderBrand .ns-slider__part--mainImage {
    height: 300px;
  }
}
.ns-slider__part--category {
  margin-bottom: 16px;
}
.ns-slider__part--logo {
  height: 100%;
}
.ns-slider__part--logo .ns-sliderImage {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.ns-slider__part--outerLogo {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .ns-slider__part--outerLogo {
    align-items: flex-start;
  }
}
.ns-slider__part--outerLink {
  margin-top: 20px;
}
.ns-slider__part--outerLink .open {
  display: inline-block;
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.5px;
  font-family: 'Helvetica Neue', sans-serif;
  font-weight: 700 !important;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  background-size: 100% 1px;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, #40253B, #40253B);
  cursor: pointer;
}
.ns-slider__part--outerLink .open strong {
  font-weight: 700 !important;
}
@media (min-width: 768px) {
  .ns-slider__part--outerLink .open:hover,
  .ns-slider__part--outerLink .open:focus {
    color: inherit;
    animation-name: lineAnimation;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
  }
}
.ns-sliderImage {
  width: auto;
  max-width: 100%;
}
.ns-slide__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 392px;
  max-width: calc(100% - 40px);
}
.ns-slide__caption .ns-slider__part--text {
  box-sizing: border-box;
  padding: 20px 20px 0 0;
  background-color: #fff;
  font-size: 15px;
  line-height: 1.73333333;
}
.section--lightgreen .ns-slide__caption .ns-slider__part--text {
  background-color: #e6ede9;
}
.section--lightred .ns-slide__caption .ns-slider__part--text {
  background-color: #ffede9;
}
@media (max-width: 1139px) {
  .ns-slider--unitSliderHalf .ns-slide__caption {
    position: static;
    float: left;
    width: 100%;
    max-width: 100%;
    padding-top: 16px;
  }
}
@media (max-width: 767px) {
  .ns-slider--unitSliderFull .ns-slide__caption {
    position: static;
    float: left;
    width: 100%;
    max-width: 100%;
    padding-top: 16px;
  }
}
.ns-slide__content {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  background-color: #fff;
  width: 472px;
  max-width: calc(100% - 40px);
  box-sizing: border-box;
  padding: 36px;
}
@media (max-width: 1139px) {
  .ns-slide__content {
    position: relative;
    float: left;
  }
}
@media (max-width: 1139px) {
  .ns-slider--unitSliderFull .ns-slide__content {
    margin-top: -75px;
  }
}
@media (max-width: 767px) {
  .ns-slider--unitSliderFull .ns-slide__content {
    margin-top: 0;
    width: 100%;
    max-width: 100%;
    padding: 24px;
  }
}
.ns-slider--unitSliderHalf .ns-slide__content {
  width: 284px;
  height: 120px;
  padding: 0;
}
@media (max-width: 1139px) {
  .ns-slider--unitSliderHalf .ns-slide__content {
    width: 168px;
    height: 80px;
    margin-top: -40px;
    padding: 0;
  }
}
.ns-slider__controls {
  position: absolute;
  left: 100%;
  bottom: 0;
  margin-left: 26px;
  display: flex;
  flex-direction: column;
  z-index: 2;
}
#view .is-noSlider .ns-slider__controls {
  display: none;
}
@media (max-width: 1139px) {
  .ns-slider__controls {
    margin-left: 12px;
  }
}
@media (max-width: 767px) {
  .ns-slider__controls {
    left: initial;
    right: calc(var(--deskSpace) * -1);
  }
}
@media (max-width: 1139px) {
  .ns-slider--unitSliderHalf .ns-slider__controls {
    bottom: initial;
    top: 300px;
    transform: translateY(-100%);
  }
}
@media (max-width: 1139px) {
  .ns-slider--unitSliderFull .ns-slider__controls {
    bottom: initial;
    top: 638px;
    transform: translateY(-100%);
  }
}
@media (max-width: 767px) {
  .ns-slider--unitSliderFull .ns-slider__controls {
    top: 300px;
  }
}
.ns-sliderControl {
  float: left;
  width: 40px;
  height: 40px;
  background-color: #C0DF01;
  cursor: pointer;
  margin-bottom: 16px;
  background-size: 15px 24px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  transition: all 0.2s;
}
.ns-sliderControl:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .ns-sliderControl:hover,
  .ns-sliderControl:focus {
    background-color: #AECA00;
  }
}
.ns-sliderControl--prev {
  background-image: url(/images/chevron-left-white.svg);
}
.ns-sliderControl--next {
  background-image: url(/images/chevron-right-white.svg);
}
.ns-sliderIndex {
  float: left;
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}
.ns-sliderIndex__content {
  float: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.ns-sliderIndex__item {
  float: left;
  width: 4px;
  height: 4px;
  margin: 7px 0;
  border-radius: 100%;
  background-color: #A396A1;
  transition: all 0.3s;
  cursor: pointer;
}
.ns-sliderIndex__item.is-active {
  width: 6px;
  height: 6px;
  background-color: #40253B;
}
.ns-sliderIndex__item:first-child {
  margin-top: 0;
}
.ns-sliderIndex__item:last-child {
  margin-bottom: 0;
}
.ns-slider__outerContent {
  float: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .ns-slider__outerContent {
    flex-direction: column;
    margin-bottom: 40px;
  }
}
.ns-slider__outerUnit {
  float: left;
  box-sizing: border-box;
}
.ns-slider__outerUnit--1 {
  width: 430px;
  padding-left: 100px;
  padding-right: 100px;
}
@media (max-width: 1139px) {
  .ns-slider__outerUnit--1 {
    width: 226px;
    padding-right: 40px;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .ns-slider__outerUnit--1 {
    width: 50%;
    padding-right: 0;
  }
}
.ns-slider__outerUnit--2 {
  width: calc(100% - 430px);
  padding-right: 100px;
}
@media (max-width: 1139px) {
  .ns-slider__outerUnit--2 {
    width: calc(100% - 226px);
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .ns-slider__outerUnit--2 {
    width: 100%;
    margin-top: 40px;
  }
}
.ns-unitFilter {
  float: left;
  width: 100%;
}
.ns-unitFilter__wrapper {
  float: left;
  width: 100%;
  position: relative;
}
.ns-unitFilter__toggle {
  display: none;
}
.ns-unitFilter__title {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  white-space: nowrap;
  flex-shrink: 0;
  font-size: 18px;
  line-height: 1.55555556;
  font-family: 'Helvetica Neue', sans-serif;
  font-weight: 700 !important;
  -webkit-font-smoothing: antialiased;
}
.ns-unitFilter__title strong {
  font-weight: 700 !important;
}
.ns-unitFilter__content {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding-left: 180px;
}
@media (max-width: 1139px) {
  .ns-unitFilter__content {
    padding-left: 0;
    padding-top: 52px;
  }
}
.ns-unitFilter__list {
  float: left;
  width: calc(100% + 16px);
  margin: -8px;
}
.ns-unitFilter__item {
  float: left;
  margin: 8px;
  background-color: #D1CBD0;
  font-size: 14px;
  line-height: 1.42857143;
  letter-spacing: 0.5px;
  font-family: 'Helvetica Neue', sans-serif;
  font-weight: 700 !important;
  -webkit-font-smoothing: antialiased;
  color: #40253B !important;
  padding: 4px 8px;
  cursor: pointer;
  text-decoration: none;
  background-image: none !important;
}
.ns-unitFilter__item strong {
  font-weight: 700 !important;
}
.ns-unitFilter__item:before,
.ns-unitFilter__item:after {
  display: none;
}
@media (min-width: 768px) {
  .ns-unitFilter__item:hover {
    text-decoration: underline;
    text-underline-offset: 2px;
  }
}
.ns-unitFilter__item.is-active {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.ns-unitFilter__item--mediumGreen {
  background-color: #98B6A5;
}
.ns-unitFilter__item--lightGreen {
  background-color: #CCDAD2;
}
.ns-unitFilter__item--lightRed {
  background-color: #FFDAD2;
}
.ns-unitFilter__unit {
  display: none;
  opacity: 0;
  transform: scale(0.96);
  transition: all 0.6s;
}
.ns-unitFilter__unit.ns-unitFilter__unit--activated {
  display: block;
}
.ns-unitFilter__unit.ns-unitFilter__unit--active {
  opacity: 1;
  transform: scale(1);
}
/*# sourceMappingURL=./screen-small.css.map */