:root {
  --s-headerHeight: 168px;
  --s-titlecolor: #B0868D;
  --s-textcolor: #1A1A1A;
  --s-alttextcolor: #015D72;
  --s-leadcolor: #015D72;
  --s-linkcolor: #00B1A9;
  --s-linkcolor-hov: inherit;
  --s-btn-arrow-color: #00B1A9;
  --s-btn-arrow-color-hov: #015D72;
  --s-btn-bg-color: #00B1A9;
  --s-btn-color-hov: #00B1A9;
  --s-imagecolor: #015D72;
  --s-wrapper-background: #fff;
}
:root {
  --deskWidth: 1104px;
  --deskSpace: 88px;
  --deskMaxWidth: calc(100vw - (2 * var(--deskSpace)));
}
@media (max-width: 1259px) {
  :root {
    --deskSpace: 36px;
  }
}
@media (max-width: 767px) {
  :root {
    --deskSpace: 24px;
  }
}
:root {
  --spacePart: 8px;
}
@media (max-width: 1259px) {
  :root {
    --spacePart: 8px;
  }
}
@media (max-width: 767px) {
  :root {
    --spacePart: 8px;
  }
}
:root {
  --spaceUnit: 24px;
}
@media (max-width: 1259px) {
  :root {
    --spaceUnit: 24px;
  }
}
@media (max-width: 767px) {
  :root {
    --spaceUnit: 16px;
  }
}
:root {
  --spaceTotal: 32px;
}
@media (max-width: 1259px) {
  :root {
    --spaceTotal: 32px;
  }
}
@media (max-width: 767px) {
  :root {
    --spaceTotal: 24px;
  }
}
:root {
  --js-breakpoint: breakpointLarge;
}
@media (max-width: 1259px) {
  :root {
    --js-breakpoint: breakpointMedium;
  }
}
@media (max-width: 767px) {
  :root {
    --js-breakpoint: breakpointSmall;
  }
}
.title1 {
  font-size: 43px;
  line-height: 1.11627907;
  letter-spacing: -0.015em;
  font-family: 'MoholBold', sans-serif;
  font-weight: normal;
  color: var(--s-titlecolor);
}
.title1 strong {
  font-family: 'MoholBold', sans-serif;
}
@media (max-width: 767px) {
  .title1 {
    font-size: 27px;
    line-height: 1.18518519;
  }
}
.layout7 .title1 {
  --s-titlecolor: #6F5657;
}
.title2 {
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: -0.015em;
  font-family: 'MoholBold', sans-serif;
  font-weight: normal;
  color: var(--s-alttextcolor);
}
.title2 strong {
  font-family: 'MoholBold', sans-serif;
}
@media (max-width: 767px) {
  .title2 {
    font-size: 23px;
    line-height: 1.2173913;
  }
}
.title3 {
  font-size: 22px;
  line-height: 1.45454545;
  font-family: 'MoholBold', sans-serif;
  font-weight: normal;
  color: var(--s-alttextcolor);
}
.title3 strong {
  font-family: 'MoholBold', sans-serif;
}
@media (max-width: 767px) {
  .title3 {
    font-size: 19px;
    line-height: 1.26315789;
  }
}
.title4 {
  font-size: 16px;
  line-height: 1.5;
  font-family: 'MoholBold', sans-serif;
  font-weight: normal;
  color: var(--s-alttextcolor);
}
.title4 strong {
  font-family: 'MoholBold', sans-serif;
}
.title5 {
  font-size: 18px;
  line-height: 1.77777778;
  letter-spacing: 0.08em;
  font-family: 'MoholBold', sans-serif;
  font-weight: normal;
  color: #6F5657;
  text-transform: uppercase;
}
.title5 strong {
  font-family: 'MoholBold', sans-serif;
}
@media (max-width: 767px) {
  .title5 {
    font-size: 14px;
    line-height: 1.42857143;
  }
}
.leadtext {
  font-size: 24px;
  line-height: 1.33333333;
  font-family: 'MoholBold', sans-serif;
  font-weight: normal;
  color: var(--s-leadcolor);
}
.leadtext strong {
  font-family: 'MoholBold', sans-serif;
}
@media (max-width: 767px) {
  .leadtext {
    font-size: 19px;
    line-height: 1.26315789;
  }
}
.smalltext {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: var(--s-textcolor);
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.button {
  display: inline-block;
  background-color: var(--s-btn-bg-color);
  line-height: 1.45454545;
  font-family: inherit;
  cursor: pointer;
  color: #fff;
  padding: 2px 24px 6px;
  appearance: none;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  border: 2px solid var(--s-btn-bg-color);
  box-sizing: border-box;
  transition: all 0.4s;
}
.button:hover,
.button:focus {
  color: var(--s-btn-color-hov);
  background-color: transparent;
}
.button-arrow {
  display: inline-block;
  line-height: 1.45454545;
  font-family: inherit;
  font-weight: normal;
  font-family: 'LasloBold', sans-serif;
  cursor: pointer;
  color: var(--s-btn-arrow-color);
  padding-right: 20px;
  appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-decoration: none;
  border: none;
  position: relative;
}
.button-arrow:before {
  content: '';
  width: 11px;
  height: 10px;
  position: absolute;
  right: 0;
  top: 14px;
  mask-size: 100% 100%;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  mask-image: url(/images/arrow-right.svg);
  background-color: var(--s-btn-arrow-color);
}
.button-arrow:hover,
.button-arrow:focus {
  text-decoration: underline;
  color: var(--s-btn-arrow-color-hov);
}
.button-arrow:hover:before,
.button-arrow:focus:before {
  background-color: var(--s-btn-arrow-color-hov);
}
@media (max-width: 767px) {
  .button-arrow:before {
    top: 9px;
  }
}
@font-face {
  font-family: "LasloThin";
  src: url("/extras/fonts/Laslo-Thin.eot?#iefix");
  src: url("/extras/fonts/Laslo-Thin.eot?#iefix") format("eot"), url("/extras/fonts/Laslo-Thin.woff2") format("woff2"), url("/extras/fonts/Laslo-Thin.woff") format("woff");
}
@font-face {
  font-family: "LasloBold";
  src: url("/extras/fonts/Laslo-Bold.eot?#iefix");
  src: url("/extras/fonts/Laslo-Bold.eot?#iefix") format("eot"), url("/extras/fonts/Laslo-Bold.woff2") format("woff2"), url("/extras/fonts/Laslo-Bold.woff") format("woff");
}
@font-face {
  font-family: "MoholBold";
  src: url("/extras/fonts/Mohol-Bold.eot?#iefix");
  src: url("/extras/fonts/Mohol-Bold.eot?#iefix") format("eot"), url("/extras/fonts/Mohol-Bold.woff2") format("woff2"), url("/extras/fonts/Mohol-Bold.woff") format("woff");
}
* {
  margin: 0;
  padding: 0;
  outline: 0;
  border: none;
  background: none;
  font-size: 100%;
}
*::selection {
  background: #015D72;
  color: #fff;
}
.hidden,
.cb-invisible {
  display: none !important;
}
li {
  list-style-position: inside;
}
img,
audio,
video,
iframe {
  float: left;
  width: 100%;
}
strong {
  font-weight: normal;
  font-family: 'LasloBold', sans-serif;
}
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: 22px;
  font-family: 'LasloThin', sans-serif;
  line-height: 1.45454545;
}
.unit caption {
  display: none;
}
.flag {
  background: #015D72;
  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;
  position: relative;
}
.area .unit {
  width: 100%;
  margin-top: var(--spaceUnit);
  margin-bottom: var(--spaceUnit);
}
.unit__background {
  float: left;
  width: 100%;
  position: relative;
}
.unit__content {
  float: left;
  width: 100%;
}
.unit__head,
.unit__body,
.unit__foot {
  float: left;
  width: 100%;
}
.unit--fold div.less,
.unit--fold div.more {
  float: left;
  width: 100%;
}
.unit--fold .ctrl {
  float: left;
  width: 100%;
}
.part {
  float: left;
  position: relative;
}
.unit .part {
  width: 100%;
  margin-top: var(--spacePart);
  margin-bottom: var(--spacePart);
}
.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: block;
  border: 1px solid #007F7F;
  border-radius: 2px;
  color: #007F7F;
  padding: 2px 18px 4px;
}
div.load a.load:hover,
div.load a.load:focus {
  text-decoration: none;
  background-color: #e8f5f7;
}
@media (max-width: 1259px) {
  div.load a.load {
    padding-top: 6px;
    padding-bottom: 8px;
  }
}
.show a {
  float: left;
  width: 100%;
  display: block;
}
#edit .line {
  padding-top: 5px;
  padding-bottom: 5px;
}
.line hr {
  float: left;
  width: 100%;
  border-bottom: 1px solid var(--s-textcolor);
}
.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: normal;
  font-family: 'LasloBold', sans-serif;
  font-size: 11px;
  letter-spacing: 0.2em;
  padding: 0 20px;
}
.cb-code-executable {
  float: left;
  width: 100%;
}
.part.cb-youtube iframe,
.part.cb-vimeo iframe {
  height: 100%;
  background-color: #fff;
}
.part.cb-share {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.part.cb-share .cb-service {
  float: left;
  margin-left: 16px;
}
.part.cb-share .cb-service:first-child {
  margin-left: 0;
}
.part.cb-share .cb-service * {
  float: left;
}
.part.cb-share .cb-service a {
  float: left;
  width: 50px;
  height: 50px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  box-sizing: border-box;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 10000px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.part.cb-share .cb-service a:hover {
  filter: invert(1);
}
.part.cb-share .cb-service.cb-service-facebook-share a {
  background-size: auto 24px;
  background-image: url(/images/cb-default/socialShare-facebook-black.svg);
}
.part.cb-share .cb-service.cb-service-twitter a {
  background-size: auto 18px;
  background-image: url(/images/cb-default/socialShare-twitter-black.svg);
}
.text-section {
  float: left;
  width: 100%;
}
.list {
  float: left;
  width: 100%;
}
.list--bullet li {
  list-style: none;
  border-left: 40px solid transparent;
  padding-left: 24px;
  position: relative;
  margin-top: 8px;
}
@media (max-width: 1259px) {
  .list--bullet li {
    border-width: 24px;
    padding-left: 20px;
  }
}
.list--bullet li:first-child {
  margin-top: 0;
}
.list--bullet li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 13px;
  width: 8px;
  height: 8px;
  background-color: #B0868D;
}
@media (max-width: 1259px) {
  .list--bullet li:before {
    top: 9px;
  }
}
.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%;
  height: 100%;
  position: relative;
}
.layout1 #expo {
  height: auto;
  max-width: 543px;
}
@media (max-width: 767px) {
  .layout1 #expo {
    max-width: 70%;
  }
}
#slides {
  float: left;
  width: 100%;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  position: relative;
}
.layout1 #slides {
  height: auto !important;
  padding-bottom: 126.88766114%;
}
@media (max-width: 767px) {
  .layout1 #slides {
    padding-bottom: 84vw;
  }
}
#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;
  position: relative;
}
body:not(.layout1) .cb-slides .cb-image-container:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  mix-blend-mode: screen;
  background-color: var(--s-imagecolor);
}
.layout3 .cb-slides .cb-image-container {
  --s-imagecolor: #00B1A9;
}
#slides img {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
  filter: grayscale(100%) contrast(1.2);
}
.layout1 #slides img {
  object-position: right bottom;
  filter: grayscale(0) contrast(1);
}
#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: #015D72;
  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: #015D72;
}
.cb-index-some {
  display: block;
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 2;
}
.cb-index-some td {
  float: left;
  display: block;
  color: #fff;
}
.cb-index-some td:first-child:after {
  display: inline-block;
  content: '/';
  margin: 0 5px;
}
.cb-index-some a {
  color: #fff;
}
.cb-index-some a:hover,
.cb-index-some a:focus {
  color: #fff;
}
#over {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5000;
  width: 100%;
  height: 100% !important;
  background-color: rgba(0, 0, 0, 0.8);
}
#disp {
  position: absolute;
  z-index: 5001;
  top: 0 !important;
  left: 50% !important;
  transform: translateX(-50%);
  width: 1000px !important;
  max-width: 90%;
  min-height: 100vh;
  display: flex !important;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  margin: 0 !important;
  box-sizing: border-box;
  padding: 80px 0 !important;
  font-size: 14px;
  font-family: 'LasloThin', sans-serif;
  line-height: 1.42857143;
  color: var(--s-textcolor);
}
@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: #015D72;
  width: 100%;
  box-sizing: border-box;
  padding-right: 30px;
}
#disp h3 {
  color: #015D72;
  font-size: 16px;
  font-weight: normal;
  font-family: 'LasloBold', sans-serif;
  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;
  display: inline-block;
  background-color: var(--s-btn-bg-color);
  line-height: 1.45454545;
  font-family: inherit;
  cursor: pointer;
  color: #fff;
  padding: 2px 24px 6px;
  appearance: none;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  border: 2px solid var(--s-btn-bg-color);
  box-sizing: border-box;
  transition: all 0.4s;
  line-height: 1.42857143;
}
#disp .foot input:hover,
#disp .foot a:hover,
#disp .foot input:focus,
#disp .foot a:focus {
  color: var(--s-btn-color-hov);
  background-color: transparent;
}
#disp .foot input.next,
#disp .foot a.next {
  float: right;
}
#disp.mail .foot input {
  float: right;
}
@media (max-width: 767px) {
  #disp .foot input,
  #disp .foot a {
    width: 100%;
    margin: 5px 0;
  }
  #disp .foot input:first-child,
  #disp .foot a:first-child {
    margin-top: 0;
  }
  #disp .foot input:last-child,
  #disp .foot a:last-child {
    margin-bottom: 0;
  }
}
#disp fieldset {
  float: left;
  width: 100%;
  position: relative;
  margin: 4px 0;
}
#disp fieldset.tiny {
  width: 48%;
}
#disp .head fieldset,
#disp .foot fieldset {
  margin: 0;
}
@media (max-width: 767px) {
  #disp fieldset.tiny {
    width: 100%;
  }
}
#disp label.name {
  float: left;
  width: 30%;
  margin-right: 4%;
  min-height: 26px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  #disp label.name {
    width: 100%;
    margin-right: 0;
  }
}
#disp input.text,
#disp textarea {
  float: right;
  width: 66%;
  background-color: #F0F0F0;
  min-height: 26px;
  box-sizing: border-box;
  padding: 2px 10px;
}
#disp input.text.fail,
#disp textarea.fail {
  border: 2px solid #ae2121;
}
#disp textarea {
  min-height: 100px;
  padding: 6px 10px;
}
@media (max-width: 767px) {
  #disp input.text,
  #disp textarea {
    width: 100%;
  }
}
#disp select {
  float: right;
  width: 66%;
  background-color: #F0F0F0;
  height: 26px;
}
@media (max-width: 767px) {
  #disp select {
    width: 100%;
  }
}
#disp input + label,
#disp input + label {
  display: block;
  padding-left: 30px;
}
#disp input[type*="radio"],
#disp input[type*="checkbox"] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  height: 20px;
  width: 20px;
}
.cb-sitemap-target {
  float: left;
  margin-bottom: 20px;
  color: #fff;
  padding: 5px 10px;
  background-color: #ae2121;
}
.cb-sitemap-contents {
  float: left;
  width: 100%;
}
.cb-sitemap-contents li {
  list-style: none;
  padding-left: 20px;
  position: relative;
}
.cb-sitemap-contents li:before {
  content: '•';
  position: absolute;
  left: 0;
  top: 0;
}
.cb-zoom-indicator {
  position: absolute;
  z-index: 2;
  right: 15px;
  bottom: 15px;
  width: 36px;
  height: 36px;
  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: 1259px) {
  .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;
}
#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: 'LasloThin', sans-serif;
  background-color: transparent;
  margin-top: 40px;
  width: 100%;
  color: #fff;
  font-size: 50px;
  line-height: 1;
  border-bottom: 1px solid #fff;
  padding: 20px 0;
  -webkit-font-smoothing: antialiased;
  appearance: none;
}
@media (max-width: 767px) {
  #disp.srch input.text {
    font-size: 18px;
  }
}
.cb-result {
  float: left;
  width: 100%;
  color: #fff;
  font-size: 18px;
  text-align: left;
  -webkit-font-smoothing: antialiased;
}
.cb-result p {
  margin-top: 40px;
}
.cb-result a {
  color: #fff;
  text-decoration: none;
}
.cb-result a:hover {
  color: #fff;
  text-decoration: underline;
}
.cb-result table {
  float: left;
  width: 100%;
  border-collapse: collapse;
}
.cb-result tbody {
  width: 100%;
}
.cb-result th {
  padding-top: 20px;
  font-size: 24px;
  line-height: 1;
  text-align: left;
}
.cb-result th:first-child {
  padding-right: 40px;
  width: 80px;
}
.cb-result td {
  padding-top: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.cb-result th,
.cb-result td {
  vertical-align: middle;
}
@media (max-width: 767px) {
  .cb-result {
    font-size: 14px;
  }
  .cb-result th {
    padding-top: 10px;
    font-size: 18px;
  }
  .cb-result th:first-child {
    padding-right: 10px;
    width: 54px;
  }
  .cb-result td {
    padding-bottom: 10px;
    padding-top: 5px;
  }
}
.unit.form .unit__body {
  width: calc(100% + 50px);
  margin-left: -25px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media (max-width: 1259px) {
  .unit.form .unit__body {
    width: calc(100% + 24px);
    margin-left: -12px;
  }
}
@media (max-width: 767px) {
  .unit.form .unit__body {
    width: 100%;
    margin-left: 0;
  }
}
.unit.form .part {
  margin-left: 25px;
  margin-right: 25px;
}
.unit.form .part--1-2 {
  width: calc(50% - 50px);
}
@media (max-width: 1259px) {
  .unit.form .part {
    margin-left: 12px;
    margin-right: 12px;
  }
  .unit.form .part--1-2 {
    width: calc(50% - 24px);
  }
}
@media (max-width: 767px) {
  .unit.form .part {
    margin-left: 0;
    margin-right: 0;
  }
  .unit.form .part--1-2 {
    width: 100%;
  }
}
.unit.form form {
  float: left;
  width: 100%;
}
.unit.form .part.must {
  display: none;
}
.cb-form-required {
  float: left;
  width: 100%;
}
.recaptcha-info {
  text-align: left !important;
}
.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%;
  font-size: 16px;
  line-height: 1.5;
  color: #015D72;
  padding-bottom: 6px;
}
@media (min-width: 768px) {
  .unit.form .tile .name {
    width: 30%;
    min-height: 40px;
    padding-top: 4px;
    padding-bottom: 4px;
    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: #fff;
  min-height: 40px;
  padding: 5px 10px;
  appearance: none;
  border: 1px solid #CACACA;
  border-radius: 2px;
  transition: all 0.2s;
}
.unit.form input.text:hover,
.unit.form textarea:hover {
  box-shadow: 0 0 0 1px #CACACA;
}
.unit.form input.text:focus,
.unit.form textarea:focus {
  border-color: #007F7F;
  box-shadow: 0 0 0 1px #007F7F;
}
.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: 4px;
    padding-bottom: 4px;
  }
}
.unit.form div.tick label {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding-left: 30px;
}
.unit.form div.tick input {
  position: absolute;
  left: 0;
  top: 5px;
  width: 20px;
  margin-right: 6px;
  height: 32px;
  vertical-align: top;
}
@media (max-width: 1259px) {
  .unit.form div.tick input {
    height: 24px;
  }
}
@media (min-width: 768px) {
  .unit.form div.tick.tile input {
    top: 4px;
  }
}
.unit.form select {
  float: left;
  width: 100%;
  font-family: 'LasloThin', sans-serif;
  font-size: 22px;
  line-height: 1.45454545;
  background: #fff;
  height: 40px;
  border: 1px solid #CACACA;
  padding: 5px 10px;
  border-radius: 2px;
  transition: all 0.2s;
}
.unit.form select:hover {
  box-shadow: 0 0 0 1px #CACACA;
}
.unit.form select:focus {
  border-color: #007F7F;
  box-shadow: 0 0 0 1px #007F7F;
}
.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;
  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 .submit {
  float: left;
  margin-top: var(--spacePart);
  margin-bottom: var(--spacePart);
  display: inline-block;
  background-color: var(--s-btn-bg-color);
  line-height: 1.45454545;
  font-family: inherit;
  cursor: pointer;
  color: #fff;
  padding: 2px 24px 6px;
  appearance: none;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  border: 2px solid var(--s-btn-bg-color);
  box-sizing: border-box;
  transition: all 0.4s;
}
.unit.form .submit:hover,
.unit.form .submit:focus {
  color: var(--s-btn-color-hov);
  background-color: transparent;
}
.calendar {
  position: absolute !important;
  z-index: 2;
  left: 34% !important;
  top: 100% !important;
  right: unset !important;
  background: #fff;
  width: 200px;
  margin: 10px 0 0 0 !important;
  box-shadow: 0 0 6px rgba(160, 160, 160, 0.4);
  font-size: 14px;
  line-height: 1.14285714;
  padding: 20px;
}
.calendar table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.calendar th,
.calendar td {
  text-align: center;
  padding: 2px;
}
.calendar tr.month th {
  padding-bottom: 10px;
}
.calendar tr.month th:first-child a,
.calendar tr.month th:last-child a {
  float: left;
  display: block;
  width: 16px;
  height: 16px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-arrow-left-black.svg);
}
.calendar tr.month th:last-child a {
  float: right;
  background-image: url(/images/cb-default/cb-arrow-right-black.svg);
}
.calendar td.today a {
  color: var(--s-textcolor);
  text-decoration: underline;
}
.unit.form .recaptcha-info {
  color: #aaa;
}
.unit.form .recaptcha-info a {
  color: #aaa;
}
.unit.form .recaptcha-info a:hover,
.unit.form .recaptcha-info a:focus {
  text-decoration: underline;
}
.unit.form .part.fail {
  font-size: 16px;
  line-height: 1.25;
  border-left: 4px solid #ae2121;
  box-sizing: border-box;
  padding: 20px;
  background-color: #e7bcbc;
  color: #ae2121;
}
.unit.form div.cb-form-sent {
  float: left;
  width: 100%;
  margin-top: var(--spacePart);
  margin-bottom: var(--spacePart);
}
.unit.form div.cb-form-sent a {
  float: right;
  color: #5abb55;
  font-size: 14px;
}
#disp.two-step-verification div.body {
  overflow: hidden;
}
#disp.two-step-verification p {
  float: left;
  width: 100%;
}
.two-step-verification-container {
  float: left;
  width: 100%;
  min-width: 300px;
  margin-top: 10px;
  height: 350px;
  position: relative;
}
.two-step-verification-container a {
  display: inline-block;
  background-color: var(--s-btn-bg-color);
  line-height: 1.45454545;
  font-family: inherit;
  cursor: pointer;
  color: #fff;
  padding: 2px 24px 6px;
  appearance: none;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  border: 2px solid var(--s-btn-bg-color);
  box-sizing: border-box;
  transition: all 0.4s;
}
.two-step-verification-container a:hover,
.two-step-verification-container a:focus {
  color: var(--s-btn-color-hov);
  background-color: transparent;
}
.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: normal;
  font-family: 'LasloBold', sans-serif;
}
.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: normal;
  font-family: 'LasloBold', sans-serif;
}
@media (max-width: 767px) {
  .part--table .table {
    font-size: 2.86831812vw;
  }
}
html,
body {
  float: left;
  width: 100%;
  min-height: 100vh;
}
.home {
  position: fixed;
  z-index: 2001;
}
.layout1 .home {
  transition: all 0.4s;
}
.layout1 .home:not(.cb-scroll-triggered--active) .logo--claim {
  width: 100%;
  opacity: 1;
}
body.cb-toggle-target-active .home {
  opacity: 0;
  pointer-events: none;
}
.wrapper.navi--hidden .home {
  transform: translateY(-112px);
}
@media (max-width: 1259px) {
  .wrapper.navi--hidden .home {
    transform: translateY(-64px);
  }
}
.logo {
  width: 100%;
  height: auto;
}
.layout1 .logo {
  transition: all 0.4s;
}
.layout1 .logo.logo--claim {
  display: block;
}
.logo--claim {
  width: 0;
  opacity: 0;
  padding-top: 22.58064516%;
  display: none;
}
.logo {
  width: auto;
  height: 100%;
}
#head {
  float: left;
  width: 100%;
}
.wrapper {
  float: left;
  width: 100%;
  min-height: 100vh;
  background-color: var(--s-wrapper-background);
  font-family: 'LasloThin', sans-serif;
  font-size: 22px;
  line-height: 1.45454545;
  color: var(--s-textcolor);
  accent-color: #015D72;
  overflow: hidden;
  hyphens: none;
  display: flex;
  flex-direction: column;
  padding-top: var(--s-headerHeight);
  -webkit-font-smoothing: antialiased;
}
.layout1 .wrapper {
  --s-headerHeight: 112px;
}
.layout6 .wrapper {
  --s-wrapper-background: #f8f9e0;
}
@media (max-width: 1259px) {
  .wrapper {
    --s-headerHeight: 96px;
  }
}
@media (max-width: 767px) {
  .wrapper {
    --s-headerHeight: 64px;
    font-size: 19px;
    line-height: 1.26315789;
  }
}
main {
  float: left;
  width: 100%;
  flex: 1 0;
  position: relative;
}
.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: 1000;
  background-color: #fff;
  height: 100vh;
  max-height: 112px;
  overflow: hidden;
  transition: background 0.6s 0.2s, max-height 0.6s 0.2s, transform 0.4s;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.section--header::-webkit-scrollbar {
  display: none;
}
body.cb-toggle-target-active .section--header {
  max-height: 100vh;
  transform: translateY(0) !important;
  background-color: #f8f9e0;
  transition: background 0.6s, max-height 0.6s, transform 0.3s;
  overflow-y: auto;
}
.wrapper.navi--hidden .section--header {
  transform: translateY(-100%);
}
.container--navi {
  float: left;
  width: 100%;
}
.pageColor--orange {
  --s-imagecolor: #F1C451;
  --s-titlecolor: #EB9250;
  --s-alttextcolor: #EB9250;
  --s-leadcolor: #B0868D;
}
.pageColor--rubinred {
  --s-imagecolor: #EA5461;
  --s-titlecolor: #EA5461;
  --s-alttextcolor: #EA5461;
  --s-leadcolor: #B0868D;
}
.pageColor--lilac {
  --s-imagecolor: #8B6FBB;
  --s-titlecolor: #8B6FBB;
  --s-alttextcolor: #8B6FBB;
  --s-leadcolor: #B0868D;
}
.pageColor--cobaltblue {
  --s-imagecolor: #506CCA;
  --s-titlecolor: #506CCA;
  --s-alttextcolor: #506CCA;
  --s-leadcolor: #B0868D;
}
.pageColor--opalgreen {
  --s-imagecolor: #3C8764;
  --s-titlecolor: #3C8764;
  --s-alttextcolor: #3C8764;
  --s-leadcolor: #B0868D;
}
.pageColor--aquamarin {
  --s-imagecolor: #00B1A9;
  --s-alttextcolor: #015D72;
  --s-leadcolor: #B0868D;
}
.pageColor--lindgreen {
  --s-imagecolor: #C2D100;
  --s-alttextcolor: #015D72;
  --s-leadcolor: #B0868D;
}
.pageColor--warmgray {
  --s-imagecolor: #B0868D;
  --s-alttextcolor: #015D72;
  --s-leadcolor: #B0868D;
}
.pageColor--fuchsia {
  --s-imagecolor: #D74B9B;
  --s-titlecolor: #D74B9B;
  --s-alttextcolor: #D74B9B;
  --s-leadcolor: #B0868D;
}
.pageColor--redgold {
  --s-imagecolor: #B88637;
  --s-titlecolor: #B88637;
  --s-alttextcolor: #B88637;
  --s-leadcolor: #B0868D;
}
.section--two {
  background-color: #f8f9e0;
  --s-btn-bg-color: #007F7F;
  --s-btn-color-hov: #007F7F;
  --s-btn-arrow-color: #007F7F;
}
.section--three {
  background-color: #f1e9ea;
}
.section--four {
  background-color: #f5eff0;
}
#view.area1--empty .section--area1,
#view.area2--empty .section--area2,
#view.area3--empty .section--area3,
#view.area4--empty .section--area4,
#view.area5--empty .section--area5,
#view.area6--empty .section--area6,
#view.area7--empty .section--area7,
#view.area8--empty .section--area8,
#view.area9--empty .section--area9,
#view.area10--empty .section--area10,
#view.area11--empty .section--area11,
#view.area12--empty .section--area12,
#view.area13--empty .section--area13 {
  display: none;
}
.container--intro {
  float: left;
  width: 100%;
}
.section--multimood {
  isolation: isolate;
}
.layout1 .section--multimood,
.layout7 .section--multimood {
  min-height: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.multimood {
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 554px;
  box-sizing: border-box;
  z-index: -1;
}
.layout1 .multimood {
  width: 100%;
  max-width: 1920px;
  position: relative;
  height: auto;
  display: flex;
  justify-content: flex-start;
  background-color: #fff;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .layout1 .multimood {
    position: absolute;
    padding: 0;
    left: -25%;
    height: 315px;
  }
}
.layout2 .multimood,
.layout7 .multimood {
  background-color: #f8f9e0;
}
.moodcontent {
  float: left;
  width: 100%;
  position: relative;
  z-index: 3;
}
.layout1 .moodcontent {
  position: absolute;
  top: 150px;
  left: 360px;
  width: calc(100vw / 1280 * 700);
  box-sizing: border-box;
}
.layout1 .moodcontent .desk {
  --deskMaxWidth: 100%;
}
@media (min-width: 1260px) {
  .layout1 .moodcontent {
    width: 656px;
    left: 360px;
  }
}
@media (min-width: 1920px) {
  .layout1 .moodcontent {
    left: calc(((100vw - 1920px) / 2) + 360px);
  }
}
@media (max-width: 767px) {
  .layout1 .moodcontent {
    position: relative;
    top: 0;
    left: 0;
    float: left;
    width: 100%;
    padding: 0;
    margin-top: calc(100vw / 375 * 150);
    height: auto;
  }
  .layout1 .moodcontent .desk {
    --deskMaxWidth: calc(100% - (2 * var(--deskSpace)));
  }
}
.content {
  float: left;
  width: 100%;
}
.layout1 .content {
  max-width: 656px;
}
.part--introText {
  font-size: 24px;
  line-height: 1.33333333;
  font-family: 'MoholBold', sans-serif;
  font-weight: normal;
  color: #015D72;
  margin: var(--spaceTotal) 0;
}
.part--introText strong {
  font-family: 'MoholBold', sans-serif;
}
@media (max-width: 767px) {
  .part--introText {
    font-size: 19px;
    line-height: 1.26315789;
  }
  .layout1 .part--introText {
    padding-left: 20%;
    box-sizing: border-box;
  }
}
.part--introText2 {
  font-size: 24px;
  line-height: 1.33333333;
  color: #00B1A9;
  margin: calc(var(--spaceTotal) * 2) 0;
}
.part--introText2 strong {
  font-family: 'MoholBold', sans-serif;
  font-weight: normal;
}
.part--introText2 strong strong {
  font-family: 'MoholBold', sans-serif;
}
@media (max-width: 767px) {
  .part--introText2 {
    font-size: 19px;
    line-height: 1.26315789;
    margin-top: calc(100vw / 375 * 100);
  }
}
.backlink {
  float: left;
  width: 100%;
}
.backlink__link {
  float: left;
  font-weight: normal;
  font-family: 'LasloBold', sans-serif;
  padding-left: 20px;
  box-sizing: border-box;
  text-decoration: none;
  position: relative;
}
.backlink__link:before {
  content: '';
  width: 11px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 14px;
  mask-size: 100% 100%;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  mask-image: url(/images/arrow-left.svg);
  background-color: var(--s-btn-arrow-color);
}
.backlink__link:hover,
.backlink__link:focus {
  text-decoration: underline;
}
.backlink__link:hover:before,
.backlink__link:focus:before {
  background-color: var(--s-btn-arrow-color-hov);
}
@media (max-width: 767px) {
  .backlink__link:before {
    top: 9px;
  }
}
.newsDate {
  float: left;
  width: 100%;
}
.newsDate__text {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: #6F5657;
}
.container--socialShare {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
}
.socialShare__content {
  float: left;
  width: 100%;
  max-width: 720px;
}
.socialShare__title {
  text-align: center;
}
.socialShare__items {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 20px;
  margin-top: calc(var(--spacePart) * 2);
}
.socialShare__item {
  float: left;
  width: 30px;
  height: 30px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  mask-size: 100% 100%;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  background-color: #015D72;
  transition: all 0.4s;
}
.socialShare__item--linkedin {
  mask-image: url(/images/icon-linkedin.svg);
}
.socialShare__item--facebook {
  mask-image: url(/images/icon-facebook.svg);
}
.socialShare__item--whatsapp {
  mask-image: url(/images/icon-whatsapp.svg);
}
.socialShare__item:hover,
.socialShare__item:focus {
  background-color: var(--s-textcolor);
}
#view .stoerer:has(.cb-file-empty) {
  display: none;
}
.stoerer--nav {
  position: absolute;
  right: 200px;
  top: 200px;
  transform: rotate(-15deg);
}
@media (max-width: 1259px) {
  .stoerer--nav {
    position: relative;
    right: unset;
    top: unset;
    float: right;
  }
}
.stoerer--home {
  position: fixed;
  right: max(var(--deskSpace), calc((100vw - 1004px) / 2));
  top: 270px;
  z-index: 2;
  transform: rotate(-15deg);
}
@media (max-width: 1259px) {
  .stoerer--home {
    right: unset;
    left: 360px;
    top: 120px;
  }
}
@media (max-width: 767px) {
  .stoerer--home {
    left: 20vw;
    top: 70px;
  }
}
.stoerer--sub {
  position: fixed;
  right: max(var(--deskSpace), calc((100vw - 1004px) / 2));
  top: 270px;
  z-index: 2;
}
@media (max-width: 1259px) {
  .stoerer--sub {
    right: unset;
    left: 360px;
    top: 120px;
  }
}
@media (max-width: 767px) {
  .stoerer--sub {
    left: 20vw;
    top: 70px;
  }
}
.part--standaloneStoerer {
  width: 150px;
  float: right;
}
@media (max-width: 767px) {
  .part--standaloneStoerer {
    width: 120px;
  }
}
.part--standaloneStoerer img {
  width: 100%!important;
  max-width: 100%!important;
  max-height: 100%!important;
}
.section--footer {
  background-color: #e8f5f7;
}
.layout1 .section--footer {
  margin-top: 0;
}
.footarea {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 14px;
  line-height: 1.57142857;
}
.footarea a {
  color: #015D72;
}
.footarea a:hover,
.footarea a:focus {
  text-decoration: underline;
}
.footunit {
  float: left;
  display: flex;
  flex-direction: column;
}
.footpart {
  float: left;
  display: flex;
  flex-direction: column;
}
.footcontent {
  float: left;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.unit--footerLinks {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#edit .unit--footerLinks {
  min-width: 20px;
  min-height: 70px;
}
.unit--footerLinks .unit__body {
  display: flex;
  flex-direction: column;
}
.unit--footerLinks .part {
  --spacePart: 0;
}
.unit--footerLinks .part .open {
  font-size: 16px;
  line-height: 1.5;
}
.section--header .part--socialLinks,
.section--footer .part--socialLinks {
  min-width: 230px;
  padding-bottom: 30px;
}
.section--header .part--socialLinks:after,
.section--footer .part--socialLinks:after {
  content: 'Folgen Sie uns auf Social Media.';
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 16px;
  line-height: 1.5;
  color: #015D72;
}
.part--socialLinks .iconLinks__content {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.part--socialLinks .iconLinks__icon {
  float: left;
  width: 30px;
  height: 30px;
  mask-size: 100% 100%;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  background-color: #015D72;
  transition: all 0.4s;
}
.naviwrapper .part--socialLinks .iconLinks__icon {
  background-color: #007F7F;
}
.part--socialLinks .iconLinks__icon--linkedin {
  mask-image: url(/images/icon-linkedin.svg);
}
.part--socialLinks .iconLinks__icon--facebook {
  mask-image: url(/images/icon-facebook.svg);
}
.part--socialLinks .iconLinks__icon--instagram {
  mask-image: url(/images/icon-instagram.svg);
}
.part--socialLinks .iconLinks__icon:hover,
.part--socialLinks .iconLinks__icon:focus {
  background-color: var(--s-textcolor);
}
.vcard {
  float: left;
  display: flex;
}
.vcardpart {
  float: left;
}
.bankdates {
  float: left;
}
.foottitle {
  float: left;
}
.kantonBern {
  float: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.kantonBern__img {
  float: left;
  width: 156px;
  margin-top: 15px;
}
.part--cooperations {
  width: 365px;
  max-width: 100%;
  margin-top: 15px;
}
.part--cooperations .iconLinks__content {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
}
.part--cooperations .iconLinks__item {
  float: left;
  width: calc(25% - (45px / 4));
  max-width: 80px;
}
.part--cooperations .iconLinks__icon {
  float: left;
  width: 100%;
  height: 35px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  transition: all 0.4s;
}
.part--cooperations .iconLinks__icon--artiset {
  background-image: url(/images/logo-artiset.svg);
}
.part--cooperations .iconLinks__icon--socialBern {
  background-image: url(/images/logo-socialbern.svg);
}
.part--cooperations .iconLinks__icon--kiel {
  background-image: url(/images/logo-kiel.png);
}
.part--cooperations .iconLinks__icon--kiel {
  background-image: url(/images/logo-kiel.png);
}
.part--cooperations .iconLinks__icon--bevf {
  background-image: url(/images/logo-bevf.jpg);
}
.part--cooperations .iconLinks__icon--youvita {
  background-image: url(/images/logo-youvita.svg);
}
.part--cooperations .iconLinks__icon--wok {
  background-image: url(/images/logo-wok.svg);
}
.part--qualitymanagement {
  margin-top: 24px;
}
.part--qualitymanagement .iconLinks__content {
  float: left;
  width: 100%;
  display: flex;
  gap: 10px;
}
.part--qualitymanagement .iconLinks__icon {
  float: left;
  width: 100px;
  height: 71px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  transition: all 0.4s;
}
.part--qualitymanagement .iconLinks__icon--selkom {
  background-image: url(/images/logo-selkom.png);
}
.linol {
  float: left;
  mix-blend-mode: multiply;
}
.linol__img {
  float: left;
  width: 100%;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 0;
  padding-bottom: 100%;
  mix-blend-mode: screen;
}
.linol--multimood-1 {
  position: absolute;
  z-index: 3;
}
.layout2 .linol--multimood-1 .linol__img {
  background-image: url(/images/linol/linol-multimood-1-aquamarin.jpg);
}
.layout3 .linol--multimood-1 .linol__img {
  background-image: url(/images/linol/linol-multimood-1-warmgray.jpg);
}
.layout4 .linol--multimood-1 .linol__img,
.layout5 .linol--multimood-1 .linol__img,
.layout7 .linol--multimood-1 .linol__img,
.layout8 .linol--multimood-1 .linol__img {
  padding-bottom: 186.82170543%;
}
.layout4 .linol--multimood-1 .linol__img,
.layout5 .linol--multimood-1 .linol__img {
  padding-bottom: 186.82170543%;
  background-image: url(/images/linol/linol-multimood-1-lindgreen-lightblue.jpg);
}
.pageColor--orange.layout4 .linol--multimood-1 .linol__img,
.pageColor--orange.layout5 .linol--multimood-1 .linol__img {
  background-image: url(/images/linol/linol-multimood-1-orange.jpg);
}
.pageColor--rubinred.layout4 .linol--multimood-1 .linol__img,
.pageColor--rubinred.layout5 .linol--multimood-1 .linol__img {
  background-image: url(/images/linol/linol-multimood-1-rubinred.jpg);
}
.pageColor--lilac.layout4 .linol--multimood-1 .linol__img,
.pageColor--lilac.layout5 .linol--multimood-1 .linol__img {
  background-image: url(/images/linol/linol-multimood-1-lilac.jpg);
}
.pageColor--cobaltblue.layout4 .linol--multimood-1 .linol__img,
.pageColor--cobaltblue.layout5 .linol--multimood-1 .linol__img {
  background-image: url(/images/linol/linol-multimood-1-cobaltblue.jpg);
}
.pageColor--opalgreen.layout4 .linol--multimood-1 .linol__img,
.pageColor--opalgreen.layout5 .linol--multimood-1 .linol__img {
  background-image: url(/images/linol/linol-multimood-1-opalgreen.jpg);
}
.pageColor--fuchsia.layout4 .linol--multimood-1 .linol__img,
.pageColor--fuchsia.layout5 .linol--multimood-1 .linol__img {
  background-image: url(/images/linol/linol-multimood-1-fuchsia.jpg);
}
.pageColor--redgold.layout4 .linol--multimood-1 .linol__img,
.pageColor--redgold.layout5 .linol--multimood-1 .linol__img {
  background-image: url(/images/linol/linol-multimood-1-redgold.jpg);
}
.layout7 .linol--multimood-1 .linol__img {
  background-image: url(/images/linol/linol-multimood-1-lindgreen-warmgray.jpg);
}
.layout8 .linol--multimood-1 .linol__img {
  background-image: url(/images/linol/linol-multimood-1-lindgreen-aquamarin.jpg);
}
.linol--multimood-2 {
  position: absolute;
  z-index: 3;
}
.linol--multimood-2 .linol__img {
  padding-bottom: 186.82170543%;
}
.pageColor--default .linol--multimood-2 .linol__img {
  display: none;
}
.pageColor--orange .linol--multimood-2 .linol__img {
  background-image: url(/images/linol/linol-multimood-2-orange.jpg);
}
.pageColor--rubinred .linol--multimood-2 .linol__img {
  background-image: url(/images/linol/linol-multimood-2-rubinred.jpg);
}
.pageColor--lilac .linol--multimood-2 .linol__img {
  background-image: url(/images/linol/linol-multimood-2-lilac.jpg);
}
.pageColor--cobaltblue .linol--multimood-2 .linol__img {
  background-image: url(/images/linol/linol-multimood-2-cobaltblue.jpg);
}
.pageColor--opalgreen .linol--multimood-2 .linol__img {
  background-image: url(/images/linol/linol-multimood-2-opalgreen.jpg);
}
.pageColor--fuchsia .linol--multimood-2 .linol__img {
  background-image: url(/images/linol/linol-multimood-2-fuchsia.jpg);
}
.pageColor--redgold .linol--multimood-2 .linol__img {
  background-image: url(/images/linol/linol-multimood-2-redgold.jpg);
}
.linol--footer {
  position: absolute;
  z-index: 10;
}
.linol--footer .linol__img {
  background-image: url(/images/linol/linol-footer.jpg);
}
#cb-cookie-warning {
  position: fixed;
  left: 24px;
  bottom: 0;
  z-index: 1990;
  background-color: #fff;
  width: 568px;
  max-width: calc(100vw - 48px);
  font-size: 16px;
  line-height: 1.5;
  font-family: 'LasloThin', sans-serif;
  letter-spacing: 0.01em;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
}
.cb-cookie-warning--container {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 26px 36px 36px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .cb-cookie-warning--container {
    padding: 20px;
  }
}
.cb-cookie-warning--text {
  float: left;
  width: 100%;
}
.cb-cookie-warning--actions {
  float: left;
  margin-top: 36px;
}
@media (max-width: 767px) {
  .cb-cookie-warning--actions {
    margin-top: 20px;
  }
}
.cb-cookie-warning__button {
  float: left;
  display: inline-block;
  background-color: var(--s-btn-bg-color);
  line-height: 1.45454545;
  font-family: inherit;
  cursor: pointer;
  color: #fff;
  padding: 2px 24px 6px;
  appearance: none;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  border: 2px solid var(--s-btn-bg-color);
  box-sizing: border-box;
  transition: all 0.4s;
}
.cb-cookie-warning__button:hover,
.cb-cookie-warning__button:focus {
  color: var(--s-btn-color-hov);
  background-color: transparent;
}
#cb-cookie-warning__button--decline {
  display: none;
}
a {
  color: var(--s-linkcolor);
  text-decoration: none;
}
a:hover,
a:focus {
  color: var(--s-linkcolor-hov);
  text-decoration: underline;
}
.layout1 h1 {
  text-align: center;
}
body:not(.layout6) h1 {
  font-size: 43px;
  line-height: 1.11627907;
  letter-spacing: -0.015em;
  font-family: 'MoholBold', sans-serif;
  font-weight: normal;
  color: var(--s-titlecolor);
}
body:not(.layout6) h1 strong {
  font-family: 'MoholBold', sans-serif;
}
@media (max-width: 767px) {
  body:not(.layout6) h1 {
    font-size: 27px;
    line-height: 1.18518519;
  }
}
.layout7 body:not(.layout6) h1 {
  --s-titlecolor: #6F5657;
}
.layout6 h1 {
  font-size: 18px;
  line-height: 1.77777778;
  letter-spacing: 0.08em;
  font-family: 'MoholBold', sans-serif;
  font-weight: normal;
  color: #6F5657;
  text-transform: uppercase;
  text-align: center;
}
.layout6 h1 strong {
  font-family: 'MoholBold', sans-serif;
}
@media (max-width: 767px) {
  .layout6 h1 {
    font-size: 14px;
    line-height: 1.42857143;
  }
}
.layout7 h1 {
  --s-titlecolor: #6F5657;
}
h2 {
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: -0.015em;
  font-family: 'MoholBold', sans-serif;
  font-weight: normal;
  color: var(--s-alttextcolor);
}
h2 strong {
  font-family: 'MoholBold', sans-serif;
}
@media (max-width: 767px) {
  h2 {
    font-size: 23px;
    line-height: 1.2173913;
  }
}
h3 {
  font-size: 22px;
  line-height: 1.45454545;
  font-family: 'MoholBold', sans-serif;
  font-weight: normal;
  color: var(--s-alttextcolor);
}
h3 strong {
  font-family: 'MoholBold', sans-serif;
}
@media (max-width: 767px) {
  h3 {
    font-size: 19px;
    line-height: 1.26315789;
  }
}
h4 {
  font-size: 16px;
  line-height: 1.5;
  font-family: 'MoholBold', sans-serif;
  font-weight: normal;
  color: var(--s-alttextcolor);
}
h4 strong {
  font-family: 'MoholBold', sans-serif;
}
h5 {
  font-size: 18px;
  line-height: 1.77777778;
  letter-spacing: 0.08em;
  font-family: 'MoholBold', sans-serif;
  font-weight: normal;
  color: #6F5657;
  text-transform: uppercase;
}
h5 strong {
  font-family: 'MoholBold', sans-serif;
}
@media (max-width: 767px) {
  h5 {
    font-size: 14px;
    line-height: 1.42857143;
  }
}
.loud {
  font-size: 24px;
  line-height: 1.33333333;
  font-family: 'MoholBold', sans-serif;
  font-weight: normal;
  color: var(--s-leadcolor);
}
.loud strong {
  font-family: 'MoholBold', sans-serif;
}
@media (max-width: 767px) {
  .loud {
    font-size: 19px;
    line-height: 1.26315789;
  }
}
.norm {
  color: var(--s-textcolor);
}
.pale {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: var(--s-textcolor);
}
.area--one {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.section--two .area--one,
.section--three .area--one,
.section--four .area--one,
.layout6 .area--one {
  justify-content: center;
}
.area--one .unitOne--center {
  text-align: center;
}
.area--one .unitTwo .part.pict .cb-image-container img {
  filter: grayscale(100%) contrast(1.2);
}
.area--one .unitTwo .part.pict .cb-image-container:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: screen;
}
.area--one .unitTwo--orange {
  --s-alttextcolor: #EB9250;
}
.area--one .unitTwo--orange .part.pict .cb-image-container:after {
  background-color: #F1C451;
}
.area--one .unitTwo--rubinred {
  --s-alttextcolor: #EA5461;
}
.area--one .unitTwo--rubinred .part.pict .cb-image-container:after {
  background-color: #EA5461;
}
.area--one .unitTwo--lilac {
  --s-alttextcolor: #8B6FBB;
}
.area--one .unitTwo--lilac .part.pict .cb-image-container:after {
  background-color: #8B6FBB;
}
.area--one .unitTwo--cobaltblue {
  --s-alttextcolor: #506CCA;
}
.area--one .unitTwo--cobaltblue .part.pict .cb-image-container:after {
  background-color: #506CCA;
}
.area--one .unitTwo--opalgreen {
  --s-alttextcolor: #3C8764;
}
.area--one .unitTwo--opalgreen .part.pict .cb-image-container:after {
  background-color: #3C8764;
}
.area--one .unitTwo--fuchsia {
  --s-alttextcolor: #D74B9B;
}
.area--one .unitTwo--fuchsia .part.pict .cb-image-container:after {
  background-color: #D74B9B;
}
.area--one .unitTwo--redgold {
  --s-alttextcolor: #B88637;
}
.area--one .unitTwo--redgold .part.pict .cb-image-container:after {
  background-color: #B88637;
}
.area--one .unitThree {
  --spaceUnit: 0;
  isolation: isolate;
  box-sizing: border-box;
}
.area--one .unitThree:before {
  content: '';
  width: 100vw;
  height: 12px;
  background-color: #F4F4F4;
  position: absolute;
  top: 0;
  z-index: -1;
}
.area--one .unitThree--imageAutoColor .part.pict .cb-image-container img,
.area--one .unitThree--imageAutoColor .unit__background img {
  filter: grayscale(100%) contrast(1.2);
}
.area--one .unitThree--imageAutoColor .part.pict .cb-image-container:after,
.area--one .unitThree--imageAutoColor .unit__background:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: screen;
  background-color: var(--s-imagecolor);
}
.area--one .unitThree--orange {
  --s-alttextcolor: #EB9250;
  --s-imagecolor: #F1C451;
}
.area--one .unitThree--rubinred {
  --s-alttextcolor: #EA5461;
  --s-imagecolor: #EA5461;
}
.area--one .unitThree--lilac {
  --s-alttextcolor: #8B6FBB;
  --s-imagecolor: #8B6FBB;
}
.area--one .unitThree--cobaltblue {
  --s-alttextcolor: #506CCA;
  --s-imagecolor: #506CCA;
}
.area--one .unitThree--opalgreen {
  --s-alttextcolor: #3C8764;
  --s-imagecolor: #3C8764;
}
.area--one .unitThree--aquamarin {
  --s-alttextcolor: #015D72;
  --s-imagecolor: #00B1A9;
}
.area--one .unitThree--lindgreen {
  --s-alttextcolor: #015D72;
  --s-imagecolor: #C2D100;
}
.area--one .unitThree--warmgray {
  --s-alttextcolor: #015D72;
  --s-imagecolor: #B0868D;
}
.area--one .unitThree--fuchsia {
  --s-alttextcolor: #D74B9B;
  --s-imagecolor: #D74B9B;
}
.area--one .unitThree--redgold {
  --s-alttextcolor: #B88637;
  --s-imagecolor: #B88637;
}
.area--one .unitThree .unit__background {
  aspect-ratio: 1;
  margin-top: var(--spacePart);
  margin-bottom: var(--spacePart);
}
@supports not (aspect-ratio: 1 /  1) {
  .area--one .unitThree .unit__background:before {
    float: left;
    padding-top: 100%;
    content: '';
  }
  .area--one .unitThree .unit__background:after {
    display: block;
    content: '';
    clear: both;
  }
}
.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 .part.link--arrow .open {
  display: inline-block;
  line-height: 1.45454545;
  font-family: inherit;
  font-weight: normal;
  font-family: 'LasloBold', sans-serif;
  cursor: pointer;
  color: var(--s-btn-arrow-color);
  padding-right: 20px;
  appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-decoration: none;
  border: none;
  position: relative;
}
.area--one .part.link--arrow .open:before {
  content: '';
  width: 11px;
  height: 10px;
  position: absolute;
  right: 0;
  top: 14px;
  mask-size: 100% 100%;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  mask-image: url(/images/arrow-right.svg);
  background-color: var(--s-btn-arrow-color);
}
.area--one .part.link--arrow .open:hover,
.area--one .part.link--arrow .open:focus {
  text-decoration: underline;
  color: var(--s-btn-arrow-color-hov);
}
.area--one .part.link--arrow .open:hover:before,
.area--one .part.link--arrow .open:focus:before {
  background-color: var(--s-btn-arrow-color-hov);
}
@media (max-width: 767px) {
  .area--one .part.link--arrow .open:before {
    top: 9px;
  }
}
.area--one .part.link--button .open {
  display: inline-block;
  background-color: var(--s-btn-bg-color);
  line-height: 1.45454545;
  font-family: inherit;
  cursor: pointer;
  color: #fff;
  padding: 2px 24px 6px;
  appearance: none;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  border: 2px solid var(--s-btn-bg-color);
  box-sizing: border-box;
  transition: all 0.4s;
}
.area--one .part.link--button .open:hover,
.area--one .part.link--button .open:focus {
  color: var(--s-btn-color-hov);
  background-color: transparent;
}
.togglenavigation {
  float: left;
  position: relative;
  width: 24px;
  height: 20px;
  margin-top: 6px;
  cursor: pointer;
}
.tline {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 24px;
  height: 17px;
  clip-path: polygon(0 0, 0 41%, 50% 100%, 100% 41%, 100% 0, 50% 59%);
  background-color: #00B1A9;
  transition: all 0.3s;
}
.tline--2 {
  transform: rotate(180deg);
  opacity: 0;
  bottom: 0;
}
body.cb-toggle-target-active .tline {
  clip-path: polygon(0 0, 0 50%, 50% 100%, 100% 50%, 100% 0, 50% 50%);
  height: 10px;
  background-color: #007F7F;
}
body.cb-toggle-target-active .tline--1 {
  top: 0;
  transform: translateY(0);
}
body.cb-toggle-target-active .tline--2 {
  opacity: 1;
}
.naviwrapper {
  float: left;
  width: 100%;
  min-height: 0;
  transition: all 0.4s 0.2s;
}
body.cb-toggle-target-active .naviwrapper {
  min-height: 100vh;
  transition: all 0.4s;
}
.naviwrapper .desk {
  transition: all 0.4s 0.2s;
  min-height: 0;
}
body.cb-toggle-target-active .naviwrapper .desk {
  min-height: 100vh;
  transition: all 0.4s;
}
.container--navi {
  float: left;
  width: 100%;
  min-height: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.4s 0.2s;
}
body.cb-toggle-target-active .container--navi {
  min-height: 100vh;
  transition: all 0.4s;
}
.navipart {
  float: left;
  width: 100%;
}
.navipart--navi {
  display: flex;
  align-items: flex-start;
  gap: 0 70px;
  box-sizing: border-box;
  padding-right: 70px;
  margin-top: 55px;
}
.navipart--services {
  margin-top: 100px;
  margin-bottom: 50px;
  opacity: 0;
  transform: translateY(-60px);
  transition: all 0.2s;
  pointer-events: none;
}
body.cb-toggle-target-active .navipart--services {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.4s 0.4s;
  pointer-events: initial;
}
.naviservices {
  float: left;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 72px;
}
#edit .unit--naviLinks {
  min-height: 20px;
}
.unit--naviLinks .unit__body {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
}
.unit--naviLinks .part {
  --spacePart: 0;
  width: auto;
}
.unit--naviLinks .part .open {
  float: left;
  font-size: 16px;
  line-height: 1.25;
  position: relative;
  letter-spacing: 0.01em;
  color: #007F7F;
}
.unit--naviLinks .part .open:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #007F7F;
  transition: all 0.3s;
}
.unit--naviLinks .part .open:hover,
.unit--naviLinks .part .open:focus {
  text-decoration: none;
}
.unit--naviLinks .part .open:hover:after,
.unit--naviLinks .part .open:focus:after {
  width: 100%;
}
.navigation div.navi {
  float: left;
}
.navigation div.navi > .cb-toggle {
  display: none;
}
.navigation div.navi > .item {
  float: left;
}
.navigation div.navi > .item > .menu {
  display: block;
}
.navigation div.navi > .item > .menu:hover,
.navigation div.navi > .item > .menu:focus {
  text-decoration: none;
}
.navigation div.sub1 {
  display: flex;
  gap: 30px;
}
.navigation div.sub1 > .item {
  width: 160px;
}
.navigation div.sub1 > .item > .cb-toggle {
  display: none;
}
.navigation div.sub1 > .item > .menu {
  float: left;
  font-size: 22px;
  line-height: 1.45454545;
  font-family: 'MoholBold', sans-serif;
  font-weight: normal;
  position: relative;
  padding: 2px 0;
  white-space: nowrap;
  transition: all 0.1s;
  --s-linkcolor: #00B1A9;
  --s-linkcolor-hov: #015D72;
}
.navigation div.sub1 > .item > .menu strong {
  font-family: 'MoholBold', sans-serif;
}
.navigation div.sub1 > .item > .menu:after {
  content: '';
  position: absolute;
  left: 0;
  height: 2px;
  background-color: var(--s-linkcolor-hov);
  bottom: 0;
  width: 0;
  transition: all 0.3s;
}
body.cb-toggle-target-active .navigation div.sub1 > .item > .menu {
  --s-linkcolor: #007F7F;
  --s-linkcolor-hov: #007F7F;
}
.navigation div.sub1 > .item > .menu:hover:after,
.navigation div.sub1 > .item > .menu:focus:after {
  width: 100%;
}
.navigation div.sub1 > .item > .menu.path {
  --s-linkcolor: #B0868D;
  --s-linkcolor-hov: #B0868D;
}
body.cb-toggle-target-active .navigation div.sub1 > .item > .menu.path {
  --s-linkcolor: #6F5657;
  --s-linkcolor-hov: #6F5657;
}
.navigation div.sub1 > .item > .menu.path:hover:after,
.navigation div.sub1 > .item > .menu.path:focus:after {
  display: none;
}
.navigation div.sub1 > .item:nth-last-child(3),
.navigation div.sub1 > .item:nth-last-child(2) {
  width: unset;
}
.navigation div.sub1 > .item:nth-last-child(3) .sub2,
.navigation div.sub1 > .item:nth-last-child(2) .sub2 {
  display: none;
}
.navigation div.sub1 > .item:nth-last-child(3) > .menu,
.navigation div.sub1 > .item:nth-last-child(2) > .menu {
  font-family: 'LasloThin', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  --s-linkcolor: #fff !important;
  --s-linkcolor-hov: #fff !important;
  box-sizing: border-box;
  padding: 4px 24px 8px;
  border-radius: 4px;
  transition: all 0.3s;
}
.navigation div.sub1 > .item:nth-last-child(3) > .menu:after,
.navigation div.sub1 > .item:nth-last-child(2) > .menu:after {
  display: none;
}
.navigation div.sub1 > .item:nth-last-child(3) > .menu {
  background-color: #00B1A9;
}
.navigation div.sub1 > .item:nth-last-child(3) > .menu:hover,
.navigation div.sub1 > .item:nth-last-child(3) > .menu:focus {
  background-color: #007F7F;
}
.navigation div.sub1 > .item:nth-last-child(2) > .menu {
  background-color: #6F5657;
}
.navigation div.sub1 > .item:nth-last-child(2) > .menu:hover,
.navigation div.sub1 > .item:nth-last-child(2) > .menu:focus {
  background-color: #B0868D;
}
.navigation div.sub2 {
  float: left;
  width: 100%;
  overflow: hidden;
}
.navigation div.sub2 > .item {
  width: 100%;
  border-top: 1px solid #B0868D;
  position: relative;
  margin-top: -400px;
  opacity: 0;
  transition: all 0.3s 0.3s, opacity 0.2s;
}
.navigation div.sub2 > .item.exit {
  border-bottom: 1px solid #B0868D;
}
.navigation div.sub2 > .item > .cb-toggle {
  position: absolute;
  right: 0;
  top: 8px;
  z-index: 2;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/subnavitoggle-aquamarin-cont.svg);
  transition: all 0.2s;
}
.navigation div.sub2 > .item > .cb-toggle.cb-toggle-active {
  transform: rotate(90deg);
}
.navigation div.sub2 > .item.item-empty {
  padding-right: 0;
}
.navigation div.sub2 > .item.item-empty > .cb-toggle {
  display: none;
}
.navigation div.sub2 > .item.item-empty > .menu {
  padding-right: 0;
}
.navigation div.sub2 > .item > .menu {
  float: left;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.25;
  color: #007F7F;
  padding: 8px 24px 12px 0;
  hyphens: auto;
}
.navigation div.sub2 > .item > .menu:hover,
.navigation div.sub2 > .item > .menu:focus {
  color: #015D72;
  text-decoration: underline;
}
.navigation div.sub2 > .item > .menu.path {
  color: #6F5657;
  font-weight: normal;
  font-family: 'LasloBold', sans-serif;
}
.navigation div.sub2 > .item > .menu.path:hover,
.navigation div.sub2 > .item > .menu.path:focus {
  text-decoration: none;
}
body.cb-toggle-target-active .navigation div.sub2 > .item {
  opacity: 1;
  margin-top: 0;
  transition: all 0.7s, opacity 0.6s 0.3s;
}
body.cb-toggle-target-active .navigation div.sub2 > .item.init {
  margin-top: 30px;
}
.navigation div.sub3 {
  float: left;
  width: 100%;
  overflow: hidden;
  transition: all 0.4s;
}
.navigation div.sub3 > .item {
  width: 100%;
  position: relative;
  margin-top: -400px;
  margin-bottom: 20px;
  opacity: 0;
  transition: all 0.3s 0.3s, opacity 0.2s;
}
.navigation div.sub3 > .item > .menu {
  float: left;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.25;
  color: #6F5657;
  hyphens: auto;
}
.navigation div.sub3 > .item > .menu:hover,
.navigation div.sub3 > .item > .menu:focus {
  color: #B0868D;
  text-decoration: underline;
}
.navigation div.sub3 > .item > .menu.path {
  color: #6F5657;
  font-weight: normal;
  font-family: 'LasloBold', sans-serif;
}
.navigation div.sub3 > .item > .menu.path:hover,
.navigation div.sub3 > .item > .menu.path:focus {
  text-decoration: none;
}
body .navigation div.sub2 .item.cb-toggle-target-active .sub3 > .item {
  opacity: 1;
  margin-top: 0;
  transition: all 0.7s, opacity 0.6s 0.3s;
}
body .navigation div.sub2 .item.cb-toggle-target-active .sub3 > .item.init {
  margin-top: 12px;
}
@media (max-width: 1259px) {
  .togglenavigation {
    margin: 0;
  }
  .section--header {
    max-height: 64px;
  }
  .navipart--navi {
    padding-right: 0;
    margin-top: 22px;
    flex-direction: column;
    align-items: flex-start;
  }
  .navipart--services {
    margin-top: 72px;
    margin-bottom: 32px;
  }
  .naviservices {
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
  }
  .unit--naviLinks .unit__body {
    flex-direction: column;
    gap: 10px;
  }
  .navigation div.sub1 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transition: all 0.4s;
    overflow: hidden;
    gap: 44px;
  }
  .navigation div.sub1 > .item {
    width: 100%;
    border-bottom: 1px solid #B0868D;
    position: relative;
    margin-top: -48px;
    opacity: 0;
    transition: all 0.4s 0.1s, opacity 0.2s !important;
  }
  .navigation div.sub1 > .item.item-empty > .menu {
    padding-right: 0;
  }
  .navigation div.sub1 > .item.item-empty > .cb-toggle {
    display: none !important;
  }
  .navigation div.sub1 > .item > .cb-toggle {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    width: 26px;
    height: 26px;
    cursor: pointer;
    background-size: 100% 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(/images/subnavitoggle-aquamarin-cont.svg);
    transition: all 0.2s;
  }
  .navigation div.sub1 > .item > .cb-toggle.cb-toggle-active {
    transform: rotate(90deg);
  }
  .navigation div.sub1 > .item > .menu {
    width: 100%;
    box-sizing: border-box;
    font-size: 19px;
    line-height: 1.26315789;
    padding: 0 30px 20px 0;
  }
  body.cb-toggle-target-active .navigation div.sub1 {
    margin-top: 40px;
    overflow: visible;
  }
  body.cb-toggle-target-active .navigation div.sub1 > .item {
    margin-top: 0;
    opacity: 1;
    transition: all 0.4s, opacity 0.4s 0.2s !important;
  }
  body.cb-toggle-target-active .navigation div.sub1 > .item.exit {
    margin-bottom: 0;
  }
  .navigation div.sub1 > .item:nth-last-child(3),
  .navigation div.sub1 > .item:nth-last-child(2) {
    width: unset;
    border-bottom: none;
  }
  .navigation div.sub1 > .item:nth-last-child(3) > .cb-toggle,
  .navigation div.sub1 > .item:nth-last-child(2) > .cb-toggle {
    display: none;
  }
  .navigation div.sub1 > .item:nth-last-child(3) > .menu,
  .navigation div.sub1 > .item:nth-last-child(2) > .menu {
    padding: 4px 24px 8px;
  }
  .navigation div.sub2 > .item {
    margin-top: -84px !important;
    opacity: 0 !important;
    transition: all 0.4s 0.1s, opacity 0.2s !important;
  }
  .navigation div.sub2 > .item.exit {
    border-bottom: none;
  }
  .navigation div.sub2 > .item > .cb-toggle {
    width: 26px;
    height: 26px;
    top: 17px;
  }
  .navigation div.sub2 > .item > .menu {
    width: 100%;
    font-size: 19px;
    line-height: 1.26315789;
    padding-top: 16px;
    padding-bottom: 20px;
    padding-right: 40px;
  }
  .navigation div.sub1 > .item.cb-toggle-target-active div.sub2 > .item {
    opacity: 1 !important;
    transition: all 0.4s, opacity 0.4s 0.2s !important;
    margin-top: 0 !important;
  }
  .navigation div.sub3 > .item {
    margin-top: -84px !important;
    opacity: 0 !important;
    transition: all 0.4s 0.1s, opacity 0.2s !important;
  }
  .navigation div.sub2 > .item.cb-toggle-target-active div.sub3 > .item {
    margin-top: 0 !important;
    opacity: 1 !important;
    transition: all 0.4s, opacity 0.4s 0.2s !important;
  }
}
.home {
  width: 38px;
  top: 15px;
  right: 24px;
}
.layout1 .home:not(.cb-scroll-triggered--active) {
  width: 88px;
}
.section--one,
.section--two,
.section--three,
.section--four {
  padding-top: calc(78px - var(--spaceTotal));
  padding-bottom: calc(144px - var(--spaceTotal));
}
.layout5 .section--one,
.layout5 .section--two,
.layout5 .section--three,
.layout5 .section--four,
.layout7 .section--one,
.layout7 .section--two,
.layout7 .section--three,
.layout7 .section--four {
  padding-top: 0;
}
.section--last {
  padding-bottom: 0;
}
.section--multimood {
  min-height: 240px;
}
.multimood {
  height: 240px;
}
.layout2 .multimood {
  width: calc(100% - 88px);
  margin-right: 88px;
}
.layout3 .multimood,
.layout4 .multimood {
  width: calc(100% - 48px);
  margin-left: 24px;
  margin-right: 24px;
}
.layout7 .multimood {
  width: calc(100% - 24px);
  margin-right: 24px;
}
.section--footer {
  margin-top: 120px;
}
.footarea {
  margin-top: 50px;
  margin-bottom: 25px;
  flex-direction: column;
  gap: 30px;
}
.footunit {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.footunit--one {
  gap: 30px;
}
.footunit--one .footpart--two {
  gap: 30px;
}
.footunit--two {
  flex-direction: column;
  gap: 30px;
}
.footpart {
  width: 100%;
}
.vcard {
  width: 156px;
  flex-direction: column;
  gap: 10px;
}
.linol--footer {
  width: 118px;
  left: -70px;
  bottom: 358px;
}
.layout2 .linol--multimood-1,
.layout3 .linol--multimood-1 {
  width: 235px;
  top: -16px;
  right: -110px;
}
@media (max-width: 767px) {
  .layout2.layout2 .linol--multimood-1,
  .layout2.layout3 .linol--multimood-1 {
    opacity: 0.5;
  }
}
.layout4 .linol--multimood-1,
.layout5 .linol--multimood-1,
.layout7 .linol--multimood-1,
.layout8 .linol--multimood-1 {
  width: 118px;
  top: -6px;
  right: -55px;
}
@media (max-width: 767px) {
  .layout5.layout4 .linol--multimood-1,
  .layout5.layout5 .linol--multimood-1,
  .layout5.layout7 .linol--multimood-1,
  .layout5.layout8 .linol--multimood-1,
  .layout7.layout4 .linol--multimood-1,
  .layout7.layout5 .linol--multimood-1,
  .layout7.layout7 .linol--multimood-1,
  .layout7.layout8 .linol--multimood-1,
  .layout8.layout4 .linol--multimood-1,
  .layout8.layout5 .linol--multimood-1,
  .layout8.layout7 .linol--multimood-1,
  .layout8.layout8 .linol--multimood-1 {
    opacity: 0.5;
  }
}
.linol--multimood-2 {
  width: 118px;
  top: 26px;
  left: -82px;
}
.layout2 .content,
.layout7 .content {
  margin-top: 15px;
  margin-bottom: 15px;
}
.area--one {
  width: calc(100% + 24px);
  margin-left: -12px;
}
.area--one .unit {
  width: calc(100% - 24px);
  margin-left: 12px;
  margin-right: 12px;
}
.area--one .unitOne + .unitThree {
  margin-top: calc(80px - var(--spaceTotal));
}
.area--one .unitThree {
  padding-top: calc(60px - var(--spacePart));
  padding-bottom: calc(60px - var(--spacePart));
}
.area--one .unitThree:before {
  left: calc(var(--deskSpace) * -1);
}
.area--one .unitThree .unit__background {
  max-width: 240px;
}
@media (max-width: 767px) {
  .area--one .unitThree .unit__content {
    margin-top: calc(22px - (var(--spacePart) * 2));
  }
}
.area--one .unitFour + .unitFour + .unitFour + .unitFour {
  margin-bottom: calc(80px - (var(--spacePart) + var(--spaceTotal)));
}
@media (max-width: 767px) {
  .area--one .unitFour {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .area--one .unitFour .unit__content {
    max-width: 232px;
  }
}
.area--one .unitFive {
  width: calc(50% - 24px);
}
.ns-slider--unitSlider {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ns-slider__stage {
  float: left;
  width: 100%;
  position: relative;
}
.ns-slider__area {
  float: left;
  width: calc(100% + 48px);
  margin-left: -24px;
  display: flex;
}
@media (max-width: 1259px) {
  .ns-slider__area {
    width: calc(100% + 16px);
    margin-left: -8px;
  }
}
.ns-slide {
  float: left;
  width: calc(100% - 48px);
  max-width: 720px;
  margin-left: 24px;
  margin-right: 24px;
  flex-shrink: 0;
  transition: all 0.4s;
}
@media (max-width: 1259px) {
  .ns-slide {
    width: calc(100% - 16px);
    margin-left: 8px;
    margin-right: 8px;
  }
}
.ns-slide__content {
  float: left;
  width: 100%;
}
.ns-slider__part {
  float: left;
  width: 100%;
  position: relative;
}
.ns-slider__part--image {
  float: left;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 1.5;
}
@supports not (aspect-ratio: 720 /  480) {
  .ns-slider__part--image:before {
    float: left;
    padding-top: 66.66666667%;
    content: '';
  }
  .ns-slider__part--image:after {
    display: block;
    content: '';
    clear: both;
  }
}
.ns-slider__part--image * {
  height: 100%;
}
.ns-slider__part--image img {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.ns-slider__part--image .open {
  float: left;
  width: 100%;
  position: relative;
  z-index: 2;
}
.ns-slider__part--image img {
  filter: grayscale(100%) contrast(1.2);
  transition: all 0.4s;
}
.ns-slider__part--image:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: screen;
  background-color: #B0868D;
  transition: all 0.4s;
}
.is-active .ns-slider__part--image img {
  filter: none;
}
.is-active .ns-slider__part--image:after {
  opacity: 0;
}
.ns-slider__part--text {
  float: left;
  width: 100%;
  margin-top: 20px;
  opacity: 0;
  transition: all 0.4s;
}
.is-active .ns-slider__part--text {
  opacity: 1;
}
.ns-slider__controls {
  float: left;
  width: 100%;
  max-width: 720px;
  margin-top: 20px;
  display: flex;
  gap: 20px;
}
.ns-sliderControl {
  float: left;
  width: 20px;
  height: 20px;
  mask-size: 100% 100%;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  background-color: #00B1A9;
  cursor: pointer;
  transition: all 0.4s;
}
.ns-sliderControl:hover {
  background-color: #015D72;
}
.ns-sliderControl--prev {
  mask-image: url(/images/arrow-left.svg);
}
.ns-sliderControl--next {
  mask-image: url(/images/arrow-right.svg);
}
/*# sourceMappingURL=./screen-small.css.map */