:root {
  --textColor: #374F74;
  --linkColor: #374F74;
  --linkColorHover: #668FCD;
  --btnBackground: transparent;
  --btnColor: #374F74;
  --btnBorder: #374F74;
  --btnBackgroundHover: #374F74;
  --btnColorHover: #fff;
  --btnArrowBackground: #374F74;
  --btnArrowColor: #374F74;
  --btnArrowColorHover: #668FCD;
  --moodContentBg: #668FCD;
  --foldingBg: #DBE2E9;
  --headerHeight: 148px;
  --deskSpaceWidth: clamp(var(--deskSpace), calc((100vw - var(--deskWidth)) / 2), calc((100vw - var(--deskWidth)) / 2));
}
@media (max-width: 1239px) {
  :root {
    --headerHeight: 84px;
  }
}
:root {
  --deskWidth: 1480px;
  --deskSpace: 100px;
  --deskMaxWidth: calc(100vw - (2 * var(--deskSpace)));
}
@media (max-width: 1239px) {
  :root {
    --deskSpace: 30px;
  }
}
:root {
  --spacePart: 10px;
}
@media (max-width: 1239px) {
  :root {
    --spacePart: 10px;
  }
}
@media (max-width: 767px) {
  :root {
    --spacePart: 10px;
  }
}
:root {
  --spaceUnit: 40px;
}
@media (max-width: 1239px) {
  :root {
    --spaceUnit: 20px;
  }
}
@media (max-width: 767px) {
  :root {
    --spaceUnit: 20px;
  }
}
:root {
  --spaceTotal: 50px;
}
@media (max-width: 1239px) {
  :root {
    --spaceTotal: 30px;
  }
}
@media (max-width: 767px) {
  :root {
    --spaceTotal: 30px;
  }
}
:root {
  --js-breakpoint: breakpointLarge;
}
@media (max-width: 1239px) {
  :root {
    --js-breakpoint: breakpointMedium;
  }
}
@media (max-width: 767px) {
  :root {
    --js-breakpoint: breakpointSmall;
  }
}
.title1 {
  font-size: clamp(2.875rem, 5.7918552vw + 1.51753394rem, 6.875rem);
  line-height: clamp(3.125rem, 6.33484163vw + 1.64027149rem, 7.5rem);
  text-transform: uppercase;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.25);
  letter-spacing: 0.01em;
}
.title2 {
  font-size: clamp(2.25rem, 4.88687783vw + 1.10463801rem, 5.625rem);
  line-height: clamp(2.6875rem, 7.14932127vw + 1.01187783rem, 7.625rem);
  color: var(--textColor);
  font-weight: 400;
  letter-spacing: 0.01em;
}
.title3 {
  font-size: clamp(1.875rem, 3.43891403vw + 1.06900452rem, 4.25rem);
  line-height: clamp(2.25rem, 3.98190045vw + 1.31674208rem, 5rem);
  color: var(--textColor);
  font-weight: 400;
  letter-spacing: 0.01em;
}
.title4 {
  font-size: clamp(1.75rem, 1.99095023vw + 1.28337104rem, 3.125rem);
  line-height: clamp(2.0625rem, 2.1719457vw + 1.55345023rem, 3.5625rem);
  color: var(--textColor);
  font-weight: bold;
  letter-spacing: 0.01em;
}
.title4 strong {
  font-weight: 400;
}
.title5 {
  font-size: clamp(1.3125rem, 2.26244344vw + 0.78223982rem, 2.875rem);
  line-height: clamp(1.75rem, 3.07692308vw + 1.02884615rem, 3.875rem);
  color: var(--textColor);
  font-weight: bold;
  letter-spacing: 0.01em;
}
.title6 {
  font-size: clamp(1rem, 0.90497738vw + 0.78789593rem, 1.625rem);
  line-height: clamp(1.25rem, 0.90497738vw + 1.03789593rem, 1.875rem);
  color: var(--textColor);
  font-weight: bold;
  letter-spacing: 0.01em;
}
.title7 {
  font-size: clamp(0.75rem, 0.90497738vw + 0.53789593rem, 1.375rem);
  line-height: clamp(1rem, 0.90497738vw + 0.78789593rem, 1.625rem);
  font-weight: bold;
  color: var(--textColor);
  letter-spacing: 0.01em;
}
.lead {
  font-size: clamp(0.875rem, 1.62895928vw + 0.49321267rem, 2rem);
  line-height: clamp(1.375rem, 1.26696833vw + 1.0780543rem, 2.25rem);
  color: var(--textColor);
  letter-spacing: 0.01em;
}
.medium {
  font-size: clamp(0.75rem, 0.90497738vw + 0.53789593rem, 1.375rem);
  line-height: clamp(1rem, 0.90497738vw + 0.78789593rem, 1.625rem);
  color: var(--textColor);
  letter-spacing: 0.01em;
}
.small {
  font-size: clamp(0.5625rem, 0.63348416vw + 0.41402715rem, 1rem);
  line-height: clamp(0.6875rem, 0.63348416vw + 0.53902715rem, 1.125rem);
  color: var(--textColor);
  letter-spacing: 0.01em;
}
.buttonBasics {
  display: inline-block;
  font-family: inherit;
  cursor: pointer;
  appearance: none;
  box-sizing: border-box;
  text-decoration: none;
  transition: all 0.4s;
  font-weight: bold;
  letter-spacing: 0.01em;
  position: relative;
}
.button {
  display: inline-block;
  font-family: inherit;
  cursor: pointer;
  appearance: none;
  box-sizing: border-box;
  text-decoration: none;
  transition: all 0.4s;
  font-weight: bold;
  letter-spacing: 0.01em;
  position: relative;
  background-color: transparent;
  font-size: clamp(0.625rem, 0.99547511vw + 0.39168552rem, 1.3125rem);
  line-height: clamp(0.75rem, 1.4479638vw + 0.41063348rem, 1.75rem);
  padding: 14px 22px;
  border-radius: 10000px;
  text-align: center;
  color: var(--btnColor);
  border: 2px solid var(--btnBorder);
}
@media (hover: hover) and (pointer: fine) {
  .button:hover,
  .button:focus {
    background-color: var(--btnBackgroundHover);
    color: var(--btnColorHover);
  }
}
@media (max-width: 1239px) {
  .button {
    padding: 6px 8px;
  }
}
.buttonHover {
  background-color: var(--btnBackgroundHover);
  color: var(--btnColorHover);
}
.buttonArrow {
  display: inline-block;
  font-family: inherit;
  cursor: pointer;
  appearance: none;
  box-sizing: border-box;
  text-decoration: none;
  transition: all 0.4s;
  font-weight: bold;
  letter-spacing: 0.01em;
  position: relative;
  font-size: clamp(0.75rem, 1.17647059vw + 0.47426471rem, 1.5625rem);
  line-height: clamp(1rem, 1.80995475vw + 0.57579186rem, 2.25rem);
  padding-right: 79px;
  color: var(--btnArrowColor);
}
.buttonArrow:after {
  --fluidSize: clamp(1rem, 1.80995475vw + 0.57579186rem, 2.25rem);
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 55px;
  height: var(--fluidSize);
  mask-size: 100% 100%;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  mask-image: url(/images/arrow-right.svg);
  background-color: var(--btnArrowColor);
  transition: all 0.4s;
}
@media (hover: hover) and (pointer: fine) {
  .buttonArrow:hover,
  .buttonArrow:focus {
    color: var(--btnArrowColorHover);
  }
  .buttonArrow:hover:after,
  .buttonArrow:focus:after {
    background-color: var(--btnArrowColorHover);
  }
}
@media (max-width: 1239px) {
  .buttonArrow {
    padding-right: 48px;
  }
  .buttonArrow:after {
    width: 26px;
  }
}
.buttonArrowHover {
  color: var(--btnArrowColorHover);
}
.buttonArrowHover:after {
  background-color: var(--btnArrowColorHover);
}
.buttonCircle {
  display: inline-block;
  font-family: inherit;
  cursor: pointer;
  appearance: none;
  box-sizing: border-box;
  text-decoration: none;
  transition: all 0.4s;
  font-weight: bold;
  letter-spacing: 0.01em;
  position: relative;
  padding: 16px 0 16px 140px;
  font-size: clamp(0.875rem, 1.17647059vw + 0.59926471rem, 1.6875rem);
  line-height: clamp(1.25rem, 1.4479638vw + 0.91063348rem, 2.25rem);
  color: var(--btnArrowColor);
}
.buttonCircle:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 65px;
  height: 65px;
  mask-size: 100% 100%;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  background-color: var(--btnArrowColor);
  transition: all 0.4s;
}
@media (hover: hover) and (pointer: fine) {
  .buttonCircle:hover,
  .buttonCircle:focus {
    color: var(--btnArrowColorHover);
  }
  .buttonCircle:hover:after,
  .buttonCircle:focus:after {
    background-color: var(--btnArrowColorHover);
  }
}
@media (max-width: 1239px) {
  .buttonCircle {
    padding: 16px 0 16px 80px;
  }
  .buttonCircle:after {
    width: 50px;
    height: 50px;
  }
}
.buttonCircleHover {
  color: var(--btnArrowColorHover);
}
.buttonCircleHover:after {
  background-color: var(--btnArrowColorHover);
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
/* open-sans-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('/extras/fonts/open-sans-v40-latin-regular.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('/extras/fonts/open-sans-v40-latin-700.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
* {
  margin: 0;
  padding: 0;
  outline: 0;
  border: none;
  background: none;
}
*::selection {
  background: #374F74;
  color: #fff;
}
.hidden,
.cb-invisible {
  display: none !important;
}
li {
  list-style-position: inside;
}
img,
audio,
video,
iframe {
  float: left;
  width: 100%;
}
strong {
  font-weight: bold;
}
sup,
sub {
  position: relative;
  vertical-align: baseline;
  top: -0.8em;
  font-size: 70%;
}
sub {
  top: 0.4em;
}
address {
  font-style: normal;
}
input,
textarea {
  border-radius: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: clamp(0.875rem, 1.17647059vw + 0.59926471rem, 1.6875rem);
  line-height: clamp(1.25rem, 1.4479638vw + 0.91063348rem, 2.25rem);
}
.unit caption {
  display: none;
}
.flag {
  background: #668FCD;
  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%;
  position: relative;
}
.area .unit {
  margin-top: var(--spaceUnit);
  margin-bottom: var(--spaceUnit);
}
.unit__background {
  float: left;
  width: 100%;
}
.unit__content {
  float: left;
  width: 100%;
}
.unit__head,
.unit__body,
.unit__foot {
  float: left;
  width: 100%;
}
.unit--fold div.less,
.unit--fold div.more {
  float: left;
  width: 100%;
}
.unit--fold .ctrl {
  float: left;
  width: 100%;
}
.part {
  float: left;
  width: 100%;
  position: relative;
}
.unit .part {
  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;
}
.lazyimage {
  visibility: hidden;
}
.lazyimage.lazyloaded {
  visibility: initial;
}
#edit .part video {
  pointer-events: none;
}
.cb-image-figure {
  float: left;
  width: 100%;
}
.cb-image-container {
  float: left;
  width: 100%;
  position: relative;
}
.cb-image-caption {
  float: left;
  width: 100%;
  margin-top: 6px;
}
#disp.zoom .cb-image-figure {
  height: 100%;
}
#disp.zoom .cb-image-container {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#disp.zoom .cb-image-caption {
  display: none;
}
.cb-album .cb-image-figure {
  opacity: 1 !important;
  display: block !important;
}
.cb-album .cb-image-container {
  position: static;
}
.cb-album .cb-image-caption {
  display: none;
}
div.load {
  background: none !important;
}
.show a {
  float: left;
  width: 100%;
  display: block;
}
#edit .line {
  padding-top: 5px;
  padding-bottom: 5px;
}
.line hr {
  float: left;
  width: 100%;
  border-bottom: 1px solid #B3C4D5;
}
.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: bold;
  font-size: 11px;
  letter-spacing: 0.2em;
  padding: 0 20px;
}
.cb-code-executable {
  float: left;
  width: 100%;
}
.part.cb-youtube iframe,
.part.cb-vimeo iframe {
  height: 100%;
  background-color: #fff;
}
.part.cb-share {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.part.cb-share .cb-service {
  float: left;
  margin-left: 16px;
}
.part.cb-share .cb-service:first-child {
  margin-left: 0;
}
.part.cb-share .cb-service * {
  float: left;
}
.part.cb-share .cb-service a {
  float: left;
  width: 50px;
  height: 50px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  box-sizing: border-box;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 10000px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.part.cb-share .cb-service a:hover {
  filter: invert(1);
}
.part.cb-share .cb-service.cb-service-facebook-share a {
  background-size: auto 24px;
  background-image: url(/images/cb-default/socialShare-facebook-black.svg);
}
.part.cb-share .cb-service.cb-service-twitter a {
  background-size: auto 18px;
  background-image: url(/images/cb-default/socialShare-twitter-black.svg);
}
.text-section {
  float: left;
  width: 100%;
}
.list {
  float: left;
  width: 100%;
}
.list--bullet li {
  list-style: none;
  padding-left: 31px;
  position: relative;
  margin-top: 14px;
}
.list--bullet li:first-child {
  margin-top: 0 !important;
}
.list--bullet li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 12px;
  --fluidSize: clamp(1.25rem, 1.4479638vw + 0.91063348rem, 2.25rem);
  height: var(--fluidSize);
  mask-size: 100% 100%;
  mask-position: 0 0;
  mask-repeat: no-repeat;
  mask-image: url(/images/icon-bullet.svg);
  background-color: var(--textColor);
}
.list--bullet p {
  color: var(--textColor);
  letter-spacing: 0.01em;
}
@media (max-width: 1239px) {
  .list--bullet li {
    padding-left: 23px;
  }
  .list--bullet li:before {
    width: 10px;
  }
}
@media (max-width: 767px) {
  .list--bullet li {
    padding-left: 15px;
  }
  .list--bullet li:before {
    width: 8px;
  }
}
.list--numbered {
  counter-reset: numberedList;
}
.list--numbered li {
  list-style: none;
  padding-left: 31px;
  position: relative;
}
.list--numbered li:before {
  content: counter(numberedList) ".";
  counter-increment: numberedList;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 1239px) {
  .list--numbered li {
    padding-left: 23px;
  }
}
@media (max-width: 767px) {
  .list--numbered li {
    padding-left: 15px;
  }
}
#expo {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
}
#slides {
  float: left;
  width: 100%;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  position: relative;
  overflow: hidden;
}
#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;
}
#slides img.lazyimage {
  visibility: initial;
  filter: blur(10px);
  transform: scale(1.05);
  transition: all 0.12s;
}
#slides img.lazyimage.lazyloaded {
  filter: blur(0);
  transform: scale(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: #374F74;
  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: #374F74;
}
.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(255, 255, 255, 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: 'Open Sans', sans-serif;
  line-height: 1.42857143;
  color: var(--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: #374F74;
  width: 100%;
  box-sizing: border-box;
  padding-right: 30px;
}
#disp h3 {
  color: #374F74;
  font-size: 16px;
  font-weight: bold;
  padding: 20px 0;
  width: 100%;
}
#disp .head .ctrl {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
#disp .head .ctrl > div {
  float: left;
}
#disp .head .ctrl a {
  float: left;
  display: block;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  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;
  font-family: inherit;
  cursor: pointer;
  appearance: none;
  box-sizing: border-box;
  text-decoration: none;
  transition: all 0.4s;
  font-weight: bold;
  letter-spacing: 0.01em;
  position: relative;
  background-color: transparent;
  font-size: clamp(0.625rem, 0.99547511vw + 0.39168552rem, 1.3125rem);
  line-height: clamp(0.75rem, 1.4479638vw + 0.41063348rem, 1.75rem);
  padding: 14px 22px;
  border-radius: 10000px;
  text-align: center;
  color: var(--btnColor);
  border: 2px solid var(--btnBorder);
  line-height: 1.42857143;
}
@media (hover: hover) and (pointer: fine) {
  #disp .foot input:hover,
  #disp .foot a:hover,
  #disp .foot input:focus,
  #disp .foot a:focus {
    background-color: var(--btnBackgroundHover);
    color: var(--btnColorHover);
  }
}
@media (max-width: 1239px) {
  #disp .foot input,
  #disp .foot a {
    padding: 6px 8px;
  }
}
#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: var(--textColor);
  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: 1239px) {
  .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/icon-cross.svg);
}
#disp.srch div.body {
  margin: 0;
}
#disp.srch fieldset {
  margin: 0;
}
#disp.srch label.name {
  display: none;
}
#disp.srch input.text {
  font-family: 'Open Sans', sans-serif;
  background-color: transparent;
  margin-top: 40px;
  width: 100%;
  color: var(--textColor);
  font-size: 50px;
  line-height: 1;
  border-bottom: 1px solid var(--textColor);
  padding: 20px 0;
  -webkit-font-smoothing: antialiased;
  appearance: none;
}
#disp.srch input.text::-webkit-search-cancel-button {
  display: none;
}
@media (max-width: 767px) {
  #disp.srch input.text {
    font-size: 18px;
  }
}
.cb-result {
  float: left;
  width: 100%;
  color: #374F74;
  font-size: 18px;
  text-align: left;
  -webkit-font-smoothing: antialiased;
}
.cb-result p {
  margin-top: 40px;
}
.cb-result a {
  color: #374F74;
  text-decoration: none;
}
.cb-result a:hover {
  color: #668FCD;
  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(112, 112, 112, 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: 73%;
  }
}
.unit.form .name {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  font-size: clamp(0.75rem, 0.90497738vw + 0.53789593rem, 1.375rem);
  line-height: clamp(1rem, 0.90497738vw + 0.78789593rem, 1.625rem);
  font-weight: bold;
  color: var(--textColor);
  letter-spacing: 0.01em;
}
@media (min-width: 768px) {
  .unit.form .tile .name {
    padding-bottom: 0;
    width: 25%;
    min-height: 40px;
  }
}
.unit.form input.text,
.unit.form textarea {
  float: left;
  width: 100%;
  box-sizing: border-box;
  min-height: 40px;
  padding: 5px 0;
  appearance: none;
  border-bottom: 2px solid #B3C4D5;
}
.unit.form input.text.fail,
.unit.form textarea.fail {
  border-color: #e7bcbc;
}
.unit.form textarea {
  padding: 17px 25px;
  border: 2px solid #B3C4D5;
}
@media (min-width: 768px) {
  .unit.form .tile input.text,
  .unit.form .tile textarea {
    float: right;
    width: 73%;
  }
}
.unit.form div.tick div.ctrl > div {
  float: left;
  width: 100%;
  position: relative;
  display: flex;
}
@media (min-width: 768px) {
  .unit.form div.tick.tile div.ctrl > div {
    min-height: 40px;
    align-items: center;
  }
}
.unit.form div.tick label {
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.unit.form div.tick input {
  float: left;
  margin-right: 10px;
  flex-shrink: 0;
  width: 20px;
}
@media (min-width: 768px) {
  .unit.form div.tick.tile input {
    align-self: stretch;
  }
}
.unit.form select {
  float: left;
  width: 100%;
  font-family: 'Open Sans', sans-serif;
  font-size: clamp(0.875rem, 1.17647059vw + 0.59926471rem, 1.6875rem);
  line-height: clamp(1.25rem, 1.4479638vw + 0.91063348rem, 2.25rem);
  min-height: 40px;
  padding: 5px 0;
  border-bottom: 2px solid #B3C4D5;
  color: var(--textColor);
}
.unit.form .ship fieldset > div {
  float: left;
  width: 100%;
}
.unit.form .ship fieldset > div.fail {
  box-sizing: border-box;
  padding: 5px;
  background-color: #e7bcbc;
}
.unit.form .ship div.chop {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.unit.form .ship div.chop input {
  float: left;
  width: 100%;
  display: block;
  font-size: 12px;
}
.unit.form .ship div.chop span {
  float: left;
}
.unit.form .ship div.chop span::file-selector-button {
  display: inline-block;
  font-family: inherit;
  cursor: pointer;
  appearance: none;
  box-sizing: border-box;
  text-decoration: none;
  transition: all 0.4s;
  font-weight: bold;
  letter-spacing: 0.01em;
  position: relative;
  background-color: transparent;
  font-size: clamp(0.625rem, 0.99547511vw + 0.39168552rem, 1.3125rem);
  line-height: clamp(0.75rem, 1.4479638vw + 0.41063348rem, 1.75rem);
  padding: 14px 22px;
  border-radius: 10000px;
  text-align: center;
  color: var(--btnColor);
  border: 2px solid var(--btnBorder);
  margin-right: 16px;
}
@media (hover: hover) and (pointer: fine) {
  .unit.form .ship div.chop span::file-selector-button:hover,
  .unit.form .ship div.chop span::file-selector-button:focus {
    background-color: var(--btnBackgroundHover);
    color: var(--btnColorHover);
  }
}
@media (max-width: 1239px) {
  .unit.form .ship div.chop span::file-selector-button {
    padding: 6px 8px;
  }
}
.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: 73%;
    min-height: 40px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
  }
}
.unit.form .submit {
  float: right;
  margin-top: var(--spacePart);
  margin-bottom: var(--spacePart);
  display: inline-block;
  font-family: inherit;
  cursor: pointer;
  appearance: none;
  box-sizing: border-box;
  text-decoration: none;
  transition: all 0.4s;
  font-weight: bold;
  letter-spacing: 0.01em;
  position: relative;
  padding: 16px 0 16px 140px;
  font-size: clamp(0.875rem, 1.17647059vw + 0.59926471rem, 1.6875rem);
  line-height: clamp(1.25rem, 1.4479638vw + 0.91063348rem, 2.25rem);
  color: var(--btnArrowColor);
  padding-left: 0;
  padding-right: 140px;
}
.unit.form .submit:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 65px;
  height: 65px;
  mask-size: 100% 100%;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  background-color: var(--btnArrowColor);
  transition: all 0.4s;
}
@media (hover: hover) and (pointer: fine) {
  .unit.form .submit:hover,
  .unit.form .submit:focus {
    color: var(--btnArrowColorHover);
  }
  .unit.form .submit:hover:after,
  .unit.form .submit:focus:after {
    background-color: var(--btnArrowColorHover);
  }
}
@media (max-width: 1239px) {
  .unit.form .submit {
    padding: 16px 0 16px 80px;
  }
  .unit.form .submit:after {
    width: 50px;
    height: 50px;
  }
}
.unit.form .submit:after {
  left: unset;
  right: 0;
  mask-image: url(/images/arrow-circle-right.svg);
}
@media (max-width: 1239px) {
  .unit.form .submit {
    padding-left: 0;
    padding-right: 80px;
  }
}
.calendar {
  position: absolute !important;
  z-index: 2;
  left: 27% !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(--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;
}
#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;
  font-family: inherit;
  cursor: pointer;
  appearance: none;
  box-sizing: border-box;
  text-decoration: none;
  transition: all 0.4s;
  font-weight: bold;
  letter-spacing: 0.01em;
  position: relative;
  background-color: transparent;
  font-size: clamp(0.625rem, 0.99547511vw + 0.39168552rem, 1.3125rem);
  line-height: clamp(0.75rem, 1.4479638vw + 0.41063348rem, 1.75rem);
  padding: 14px 22px;
  border-radius: 10000px;
  text-align: center;
  color: var(--btnColor);
  border: 2px solid var(--btnBorder);
}
@media (hover: hover) and (pointer: fine) {
  .two-step-verification-container a:hover,
  .two-step-verification-container a:focus {
    background-color: var(--btnBackgroundHover);
    color: var(--btnColorHover);
  }
}
@media (max-width: 1239px) {
  .two-step-verification-container a {
    padding: 6px 8px;
  }
}
.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: bold;
}
.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: bold;
}
@media (max-width: 767px) {
  .part--table .table {
    font-size: 2.60756193vw;
  }
}
html,
body {
  float: left;
  width: 100%;
  min-height: 100vh;
}
.logo {
  float: left;
  position: relative;
  transition: all 0.6s;
}
.logo__image {
  width: auto;
  height: 100%;
  transition: all 0.6s;
}
.logo__image--inverted {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
}
body.layout1:not(.cb-toggle-target-active) .wrapper:not(.cb-scroll-triggered--active) .logo__image--default {
  opacity: 0;
}
body.layout1:not(.cb-toggle-target-active) .wrapper:not(.cb-scroll-triggered--active) .logo__image--inverted {
  opacity: 1;
}
#head {
  float: left;
  width: 100%;
}
.layout1 #head {
  width: auto;
}
.hs-form-frame {
  float: left;
  width: 100%;
}
.hs-form-frame iframe {
  height: 100% !important;
}
.wrapper {
  float: left;
  width: 100%;
  min-height: 100vh;
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: clamp(0.875rem, 1.17647059vw + 0.59926471rem, 1.6875rem);
  line-height: clamp(1.25rem, 1.4479638vw + 0.91063348rem, 2.25rem);
  color: var(--textColor);
  accent-color: #374F74;
  overflow: hidden;
  hyphens: auto;
  display: flex;
  flex-direction: column;
  -webkit-font-smoothing: antialiased;
}
.layout3 .wrapper,
.layout4 .wrapper,
.layout5 .wrapper,
.layout6 .wrapper,
.layout8 .wrapper,
.layout9 .wrapper {
  box-sizing: border-box;
  padding-top: var(--headerHeight);
}
.layout6 .wrapper {
  background-color: #DBE2E9;
}
@media (max-width: 767px) {
  .layout2 .wrapper {
    box-sizing: border-box;
    padding-top: var(--headerHeight);
  }
}
.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;
}
.layout6 .desk {
  --deskWidth: calc(1480px + 120px);
  --deskSpace: 40px;
  --deskMaxWidth: calc(100vw - (2 * var(--deskSpace)));
}
@media (max-width: 1239px) {
  .layout6 .desk {
    --deskSpace: 18px;
  }
}
.desk__content {
  float: left;
  width: 100%;
  position: relative;
  background-color: #fff;
  box-sizing: border-box;
  padding: 0 60px;
}
@media (max-width: 1239px) {
  .desk__content {
    padding: 0 12px;
  }
}
.container {
  float: left;
  width: 100%;
  position: relative;
}
.section {
  float: left;
  width: 100%;
  position: relative;
}
.section--header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2001;
  background-color: rgba(255, 255, 255, 0.85);
  transition: all 0.6s;
}
body:not(.cb-toggle-target-active) .section--header {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
}
.section--header .desk {
  transition: all 0.6s;
}
body.layout1:not(.cb-toggle-target-active) .wrapper:not(.cb-scroll-triggered--active) .section--header {
  --deskWidth: 1660px;
  background-color: transparent;
  box-shadow: 0 3px 6px transparent;
}
.container--head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  transition: all 0.6s;
}
main {
  float: left;
  width: 100%;
  flex: 1 0;
}
.section--lightblue {
  --foldingBg: #fff;
  background-color: #B3C4D5;
}
.section--lightblue2 {
  --foldingBg: #fff;
  background-color: #DBE2E9;
}
.multimood--home,
.multimood--1-1 {
  --textColor: #fff;
  --linkColor: #fff;
  --linkColorHover: #fff;
}
.multimood--home .container--mood {
  height: 100svh;
  flex-direction: column;
}
.multimood--home .mood__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.multimood--home .mood__image {
  width: 100vw;
  transform: translateX(-50vw);
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
}
.multimood--1-1 .container--mood {
  flex-direction: column;
}
.multimood--1-1 .mood__content {
  width: calc(50% + var(--deskSpaceWidth));
  max-width: calc(400px + var(--deskSpaceWidth));
  box-sizing: border-box;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}
.moodContentBg--blue .multimood--1-1 .mood__content {
  background-color: #668FCD;
}
.moodContentBg--red .multimood--1-1 .mood__content {
  background-color: #CD5A77;
}
.multimood--1-1 .mood__image {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.multimood--1-2 .mood__content {
  width: 100%;
}
.container--mood {
  display: flex;
  isolation: isolate;
}
.mood__content {
  float: left;
}
.mood__image {
  float: left;
  width: 100%;
}
.cbdModule--moodTitle .moodTitle {
  font-size: clamp(1.75rem, 1.99095023vw + 1.28337104rem, 3.125rem);
  line-height: clamp(2.0625rem, 2.1719457vw + 1.55345023rem, 3.5625rem);
  color: var(--textColor);
  font-weight: bold;
  letter-spacing: 0.01em;
}
.cbdModule--moodTitle .moodTitle strong {
  font-weight: 400;
}
.downlink {
  float: left;
  cursor: pointer;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 32px;
  width: 65px;
  height: 65px;
  mask-size: 100% 100%;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  mask-image: url(/images/arrow-circle-bottom.svg);
  background-color: #fff;
  transition: all 0.4s;
}
@media (hover: hover) and (pointer: fine) {
  .downlink:hover,
  .downlink:focus {
    background-color: #668FCD;
  }
}
@media (max-width: 1239px) {
  .downlink {
    display: none;
  }
}
.breadcrumbs {
  float: left;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  overflow-x: auto;
  box-sizing: border-box;
  padding: 5px 0;
  margin-top: 50px;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.breadcrumbs::-webkit-scrollbar {
  display: none;
}
@media (max-width: 1239px) {
  .breadcrumbs {
    margin-top: 15px;
  }
}
.breadcrumbs .breadcrumbs__root {
  float: left;
  width: 18px;
  height: 21px;
  margin-right: 20px;
  mask-size: 100% 100%;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  mask-image: url(/images/icon-home.svg);
  background-color: #B3C4D5;
}
@media (hover: hover) and (pointer: fine) {
  .breadcrumbs .breadcrumbs__root:hover,
  .breadcrumbs .breadcrumbs__root:focus {
    background-color: #668FCD;
  }
}
@media (max-width: 1239px) {
  .breadcrumbs .breadcrumbs__root {
    width: 13px;
    height: 16px;
  }
}
.breadcrumbs a {
  float: left;
  font-size: clamp(0.75rem, 0.54298643vw + 0.62273756rem, 1.125rem);
  line-height: clamp(1rem, 0.45248869vw + 0.89394796rem, 1.3125rem);
  color: #B3C4D5;
  font-weight: 400;
  cursor: pointer;
  margin-right: 64px;
  position: relative;
  flex-shrink: 0;
}
.breadcrumbs a:not(:first-child,:last-child):after {
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 19px;
  mask-size: 100% 100%;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  mask-image: url(/images/chevron-thin-right.svg);
  background-color: #B3C4D5;
  margin-left: 34px;
}
@media (hover: hover) and (pointer: fine) {
  .breadcrumbs a:hover,
  .breadcrumbs a:focus {
    color: #668FCD;
  }
}
@media (max-width: 1239px) {
  .breadcrumbs a {
    margin-right: 27px;
  }
  .breadcrumbs a:not(:first-child,:last-child):after {
    width: 7px;
    height: 13px;
    margin-left: 12px;
  }
}
.pager {
  float: left;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
}
.pagerLink {
  float: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  min-height: 88px;
  color: #374F74;
  transition: all 0.4s;
}
.pagerLink:before {
  content: '';
  position: absolute;
  top: 0;
  width: 88px;
  height: 88px;
  mask-size: 100% 100%;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  background-color: #374F74;
  transition: all 0.4s;
}
.pagerLink--prev {
  padding-left: 113px;
}
.pagerLink--prev:before {
  left: 0;
  mask-image: url(/images/arrow-circle-prev.svg);
}
.pagerLink--next {
  padding-right: 113px;
}
.pagerLink--next:before {
  right: 0;
  mask-image: url(/images/arrow-circle-next.svg);
}
@media (hover: hover) and (pointer: fine) {
  .pagerLink:hover,
  .pagerLink:focus {
    color: #668FCD;
  }
  .pagerLink:hover:before,
  .pagerLink:focus:before {
    background-color: #668FCD;
  }
}
@media (max-width: 1239px) {
  .pagerLink {
    font-size: 0;
    overflow: hidden;
    text-indent: 101%;
    color: transparent;
    width: 40px;
    height: 40px;
    min-height: unset;
    padding: 0;
  }
  .pagerLink:before {
    width: 40px;
    height: 40px;
  }
}
.newsDate {
  float: left;
  width: 100%;
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
}
.newsDate__text {
  font-size: clamp(0.75rem, 0.54298643vw + 0.62273756rem, 1.125rem);
  line-height: clamp(1rem, 0.45248869vw + 0.89394796rem, 1.3125rem);
  color: #B3C4D5;
}
.introContent {
  float: left;
  width: 100%;
  margin-top: var(--spaceUnit);
  margin-bottom: var(--spaceUnit);
}
.introContent .cbdModule {
  margin-top: var(--spacePart);
  margin-bottom: var(--spacePart);
}
.cbdModule--blogTeaserSliderTitle,
.cbdModule--newsTeaserSliderTitle {
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
  text-align: center;
}
.footsection {
  float: left;
  width: 100%;
}
.footsection--one {
  background-color: #374F74;
  --textColor: #fff;
  --linkColor: #fff;
  --linkColorHover: #B3C4D5;
}
.footarea {
  float: left;
  width: 100%;
}
.footpart {
  float: left;
  width: 100%;
}
.vcard {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 43px;
}
.vcard span,
.vcard a {
  font-size: clamp(1rem, 0.54298643vw + 0.87273756rem, 1.375rem);
  line-height: clamp(1.625rem, 0vw + 1.625rem, 1.625rem);
  color: var(--textColor);
}
.vcard .adress,
.vcard .contact {
  float: left;
  width: 100%;
}
.vcard .contact {
  margin-top: 30px;
}
@media (max-width: 1239px) {
  .vcard {
    gap: 28px;
  }
  .vcard .contact {
    margin-top: 15px;
  }
}
.logo--vcard {
  height: 84px;
}
.footTitle {
  font-size: clamp(1.375rem, 0.54298643vw + 1.24773756rem, 1.75rem);
  line-height: clamp(1.375rem, 0.54298643vw + 1.24773756rem, 1.75rem);
  color: var(--textColor);
}
.unit--footLinks {
  --spacePart: 0;
}
#edit .unit--footLinks {
  min-height: 20px;
  outline-color: #71caf3;
}
.unit--footLinks .unit__body {
  display: flex;
}
.unit--footLinks .part .open {
  float: left;
  font-size: clamp(1rem, 0.54298643vw + 0.87273756rem, 1.375rem);
  line-height: clamp(1.625rem, 0vw + 1.625rem, 1.625rem);
}
.unit--quicklinks .unit__body {
  flex-direction: column;
  gap: 10px;
}
.unit--legal .unit__body {
  gap: 20px;
}
@media (max-width: 1239px) {
  .unit--legal .unit__body {
    flex-direction: column;
    gap: 0;
  }
}
.unit--legal .part {
  width: auto;
}
@media (max-width: 1239px) {
  .unit--legal .part {
    width: 100%;
  }
}
.part--socialLinks .iconLinks__content {
  float: left;
  width: 100%;
  display: flex;
  gap: 46px;
}
@media (max-width: 1239px) {
  .part--socialLinks .iconLinks__content {
    gap: 38px;
  }
}
.part--socialLinks .iconLinks__icon {
  float: left;
  width: 25px;
  height: 25px;
  mask-size: 100% 100%;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  background-color: var(--linkColor);
  transition: all 0.4s;
}
.part--socialLinks .iconLinks__icon--facebook {
  mask-image: url(/images/icon-facebook.svg);
}
.part--socialLinks .iconLinks__icon--whatsapp {
  mask-image: url(/images/icon-whatsapp.svg);
}
.part--socialLinks .iconLinks__icon--instagram {
  mask-image: url(/images/icon-instagram.svg);
}
.part--socialLinks .iconLinks__icon--xing {
  mask-image: url(/images/icon-xing.svg);
}
.part--socialLinks .iconLinks__icon--linkedin {
  mask-image: url(/images/icon-linkedin.svg);
}
@media (hover: hover) and (pointer: fine) {
  .part--socialLinks .iconLinks__icon:hover,
  .part--socialLinks .iconLinks__icon:focus {
    background-color: var(--linkColorHover);
  }
}
@media (max-width: 1239px) {
  .part--socialLinks .iconLinks__icon {
    width: 21px;
    height: 21px;
  }
}
.langnavi {
  float: left;
  width: 100%;
  position: relative;
}
.langnavi__dropdown {
  float: left;
  width: 100%;
  max-width: 225px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  box-sizing: border-box;
  border: 1px solid #707070;
  border-radius: 21px;
  transition: all 0.4s;
  z-index: 2;
}
.cb-toggle-target-active .langnavi__dropdown {
  border-radius: 10px;
}
.langnavi__toggle {
  float: left;
  width: 100%;
  box-sizing: border-box;
  cursor: pointer;
  padding: 7px 44px 7px 14px;
  position: relative;
  color: #374F74;
  font-size: clamp(1rem, 0.54298643vw + 0.87273756rem, 1.375rem);
  line-height: clamp(1.625rem, 0vw + 1.625rem, 1.625rem);
}
.langnavi__toggle:after {
  content: '';
  position: absolute;
  right: 27px;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  mask-size: 100% 100%;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  mask-image: url(/images/chevron-bottom.svg);
  background-color: #374F74;
  transition: all 0.4s;
}
@media (hover: hover) and (pointer: fine) {
  .langnavi__toggle:hover {
    color: #668FCD;
  }
}
.langnavi__toggle.cb-toggle-active:after {
  transform: translateY(-50%) rotate(-180deg);
}
.langnavi__content {
  top: 100%;
  width: 100%;
  margin-top: 0;
  box-sizing: border-box;
  height: 0;
  overflow: hidden;
  transition: all 0.4s;
}
.langnavi.cb-toggle-target-active .langnavi__content {
  height: var(--js-elementHeight);
}
.langnavi div.sub1 {
  float: left;
  width: 100%;
  display: block !important;
  box-sizing: border-box;
  padding: 0 0 7px;
}
.langnavi div.sub1 > .item {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 7px 14px;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.2s;
}
.langnavi div.sub1 > .item.path {
  display: none;
}
.langnavi div.sub1 > .item > .menu {
  display: block;
  text-decoration: none;
  font-size: clamp(1rem, 0.54298643vw + 0.87273756rem, 1.375rem);
  line-height: clamp(1.625rem, 0vw + 1.625rem, 1.625rem);
  color: #374F74;
}
@media (hover: hover) and (pointer: fine) {
  .langnavi div.sub1 > .item > .menu:hover {
    color: #668FCD;
  }
}
.cb-toggle-target-active.langnavi div.sub1 > .item {
  transition: all 0.4s 0.2s;
  opacity: 1;
  transform: translateY(0);
}
.copyright {
  font-size: clamp(1rem, 0.54298643vw + 0.87273756rem, 1.375rem);
  line-height: clamp(1.625rem, 0vw + 1.625rem, 1.625rem);
  color: var(--textColor);
}
a {
  color: var(--linkColor);
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  a:hover,
  a:focus {
    color: var(--linkColorHover);
  }
}
h1 {
  color: var(--textColor);
}
.layout1 h1 {
  font-size: clamp(2.875rem, 5.7918552vw + 1.51753394rem, 6.875rem);
  line-height: clamp(3.125rem, 6.33484163vw + 1.64027149rem, 7.5rem);
  text-transform: uppercase;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.25);
  letter-spacing: 0.01em;
}
.layout2 h1,
.layout7 h1,
.layout9 h1 {
  font-size: clamp(2.25rem, 4.88687783vw + 1.10463801rem, 5.625rem);
  line-height: clamp(2.6875rem, 7.14932127vw + 1.01187783rem, 7.625rem);
  color: var(--textColor);
  font-weight: 400;
  letter-spacing: 0.01em;
}
.layout3 h1,
.layout4 h1,
.layout5 h1,
.layout6 h1,
.layout8 h1 {
  font-size: clamp(1.875rem, 3.43891403vw + 1.06900452rem, 4.25rem);
  line-height: clamp(2.25rem, 3.98190045vw + 1.31674208rem, 5rem);
  color: var(--textColor);
  font-weight: 400;
  letter-spacing: 0.01em;
}
h2 {
  font-size: clamp(2.25rem, 4.88687783vw + 1.10463801rem, 5.625rem);
  line-height: clamp(2.6875rem, 7.14932127vw + 1.01187783rem, 7.625rem);
  color: var(--textColor);
  font-weight: 400;
  letter-spacing: 0.01em;
}
h3 {
  font-size: clamp(1.75rem, 1.99095023vw + 1.28337104rem, 3.125rem);
  line-height: clamp(2.0625rem, 2.1719457vw + 1.55345023rem, 3.5625rem);
  color: var(--textColor);
  font-weight: bold;
  letter-spacing: 0.01em;
}
h3 strong {
  font-weight: 400;
}
h4 {
  font-size: clamp(1rem, 0.90497738vw + 0.78789593rem, 1.625rem);
  line-height: clamp(1.25rem, 0.90497738vw + 1.03789593rem, 1.875rem);
  color: var(--textColor);
  font-weight: bold;
  letter-spacing: 0.01em;
}
.norm {
  color: var(--textColor);
  letter-spacing: 0.01em;
}
.loud {
  font-size: clamp(0.875rem, 1.62895928vw + 0.49321267rem, 2rem);
  line-height: clamp(1.375rem, 1.26696833vw + 1.0780543rem, 2.25rem);
  color: var(--textColor);
  letter-spacing: 0.01em;
}
.skew {
  font-size: clamp(0.75rem, 0.90497738vw + 0.53789593rem, 1.375rem);
  line-height: clamp(1rem, 0.90497738vw + 0.78789593rem, 1.625rem);
  color: var(--textColor);
  letter-spacing: 0.01em;
}
.pale {
  font-size: clamp(0.5625rem, 0.63348416vw + 0.41402715rem, 1rem);
  line-height: clamp(0.6875rem, 0.63348416vw + 0.53902715rem, 1.125rem);
  color: var(--textColor);
  letter-spacing: 0.01em;
}
.area--one .unitOne--textAlignCenter {
  text-align: center;
}
.area--one .unitTwo .unit__background {
  margin-top: var(--spacePart);
  margin-bottom: var(--spacePart);
}
.area--one .unitTwo--variantTwo .unit__content {
  background-color: #fff;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.45);
  box-sizing: border-box;
}
.area--one .unitThree {
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
  background-color: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.area--one .unitThree--categoryOne .part.text:nth-child(2 of .part.text):before {
  mask-image: url(/images/icon-publikationen.svg);
}
.area--one .unitThree--categoryTwo .part.text:nth-child(2 of .part.text):before {
  mask-image: url(/images/icon-news.svg);
}
.area--one .unitThree--categoryThree .part.text:nth-child(2 of .part.text):before {
  mask-image: url(/images/icon-jobs.svg);
}
.area--one .unitThree.unit--isAnchor .part.pict:nth-child(1 of .part.pict) img {
  transition: all 0.4s;
}
@media (hover: hover) and (pointer: fine) {
  .area--one .unitThree.unit--isAnchor:hover .part.pict:nth-child(1 of .part.pict) img,
  .area--one .unitThree.unit--isAnchor:focus .part.pict:nth-child(1 of .part.pict) img {
    transform: scale(1.2);
  }
  .area--one .unitThree.unit--isAnchor:hover .part--linkTypeButton .open,
  .area--one .unitThree.unit--isAnchor:focus .part--linkTypeButton .open {
    background-color: var(--btnBackgroundHover);
    color: var(--btnColorHover);
  }
  .area--one .unitThree.unit--isAnchor:hover .part--linkTypeArrow .open,
  .area--one .unitThree.unit--isAnchor:focus .part--linkTypeArrow .open {
    color: var(--btnArrowColorHover);
  }
  .area--one .unitThree.unit--isAnchor:hover .part--linkTypeArrow .open:after,
  .area--one .unitThree.unit--isAnchor:focus .part--linkTypeArrow .open:after {
    background-color: var(--btnArrowColorHover);
  }
  .area--one .unitThree.unit--isAnchor:hover .part--linkTypeCircle .open,
  .area--one .unitThree.unit--isAnchor:focus .part--linkTypeCircle .open {
    color: var(--btnArrowColorHover);
  }
  .area--one .unitThree.unit--isAnchor:hover .part--linkTypeCircle .open:after,
  .area--one .unitThree.unit--isAnchor:focus .part--linkTypeCircle .open:after {
    background-color: var(--btnArrowColorHover);
  }
}
.area--one .unitThree .unit__content,
.area--one .unitThree .unit__body {
  display: flex;
  flex-direction: column;
  flex: 1 0;
}
.area--one .unitThree .part.pict:nth-child(1 of .part.pict) {
  aspect-ratio: 2;
  overflow: hidden;
}
.area--one .unitThree .part.pict:nth-child(1 of .part.pict) * {
  height: 100%;
}
.area--one .unitThree .part.pict:nth-child(1 of .part.pict) img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.area--one .unitThree .part.pict:nth-child(1 of .part.pict) .placeholder {
  padding-bottom: 0;
}
@supports not (aspect-ratio: 2 /  1) {
  .area--one .unitThree .part.pict:nth-child(1 of .part.pict):before {
    float: left;
    padding-top: 50%;
    content: '';
  }
  .area--one .unitThree .part.pict:nth-child(1 of .part.pict):after {
    display: block;
    content: '';
    clear: both;
  }
}
.area--one .unitThree .part.text:nth-child(2 of .part.text) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}
.area--one .unitThree .part.text:nth-child(2 of .part.text):before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  mask-size: 100% 100%;
  mask-position: 0 50%;
  mask-repeat: no-repeat;
  background-color: var(--textColor);
}
.area--one .unitThree .part:has( + .part.link:last-child) {
  margin-bottom: calc(var(--spacePart) * 2);
}
.area--one .unitThree .part.link:last-child {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: auto;
}
.area--one .unitFour {
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
  background-color: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
}
.area--one .unitFour--categoryOne .part.text:nth-child(1 of .part.text):before {
  mask-image: url(/images/icon-krankenkassenloesungen.svg);
}
.area--one .unitFour--categoryTwo .part.text:nth-child(1 of .part.text):before {
  mask-image: url(/images/icon-mehrwerte.svg);
}
.area--one .unitFour--categoryThree .part.text:nth-child(1 of .part.text):before {
  mask-image: url(/images/icon-herzensspende.svg);
}
.area--one .unitFour--categoryFour .part.text:nth-child(1 of .part.text):before {
  mask-image: url(/images/icon-schwangerschaft.svg);
}
.area--one .unitFour.unit--isAnchor .part.pict:first-child img {
  transition: all 0.4s;
}
@media (hover: hover) and (pointer: fine) {
  .area--one .unitFour.unit--isAnchor:hover .part.pict:first-child img,
  .area--one .unitFour.unit--isAnchor:focus .part.pict:first-child img {
    transform: scale(1.2);
  }
  .area--one .unitFour.unit--isAnchor:hover .part--linkTypeButton .open,
  .area--one .unitFour.unit--isAnchor:focus .part--linkTypeButton .open {
    background-color: var(--btnBackgroundHover);
    color: var(--btnColorHover);
  }
  .area--one .unitFour.unit--isAnchor:hover .part--linkTypeArrow .open,
  .area--one .unitFour.unit--isAnchor:focus .part--linkTypeArrow .open {
    color: var(--btnArrowColorHover);
  }
  .area--one .unitFour.unit--isAnchor:hover .part--linkTypeArrow .open:after,
  .area--one .unitFour.unit--isAnchor:focus .part--linkTypeArrow .open:after {
    background-color: var(--btnArrowColorHover);
  }
  .area--one .unitFour.unit--isAnchor:hover .part--linkTypeCircle .open,
  .area--one .unitFour.unit--isAnchor:focus .part--linkTypeCircle .open {
    color: var(--btnArrowColorHover);
  }
  .area--one .unitFour.unit--isAnchor:hover .part--linkTypeCircle .open:after,
  .area--one .unitFour.unit--isAnchor:focus .part--linkTypeCircle .open:after {
    background-color: var(--btnArrowColorHover);
  }
}
.area--one .unitFour .part.pict:first-child {
  aspect-ratio: 1.01075269;
  overflow: hidden;
}
.area--one .unitFour .part.pict:first-child * {
  height: 100%;
}
.area--one .unitFour .part.pict:first-child img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.area--one .unitFour .part.pict:first-child .placeholder {
  padding-bottom: 0;
}
@supports not (aspect-ratio: 470 /  465) {
  .area--one .unitFour .part.pict:first-child:before {
    float: left;
    padding-top: 98.93617021%;
    content: '';
  }
  .area--one .unitFour .part.pict:first-child:after {
    display: block;
    content: '';
    clear: both;
  }
}
.area--one .unitFour .part.text:nth-child(1 of .part.text) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  hyphens: auto;
}
.area--one .unitFour .part.text:nth-child(1 of .part.text):before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  mask-size: 100% 100%;
  mask-position: 0 50%;
  mask-repeat: no-repeat;
  background-color: var(--textColor);
}
.area--one .unitFive {
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
}
.area--one .unitFive .part.link:last-child {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.area--one .unitSix {
  --btnColor: #fff;
  --btnColorHover: #374F74;
  --btnBorder: #fff;
  --btnBackgroundHover: #fff;
  --btnArrowColor: #fff;
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
  background-color: #B3C4D5;
  box-sizing: border-box;
}
.area--one .unitSeven {
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
  background-color: #DBE2E9;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.area--one .unitSeven .unit__content {
  max-width: 1000px;
}
.area--one .unit + .unitSeven {
  margin-top: 0;
}
.area--one .unitEight {
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.area--one .unitEight .unit__content {
  max-width: 1148px;
  box-sizing: border-box;
  border-left: 4px solid #374F74;
}
.area--one .unitFolding {
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.area--one .unitFolding + .unitFolding {
  margin-top: calc((var(--spaceTotal) + 3px) * -1);
}
.area--one .unitFolding .unit__content {
  max-width: 1170px;
  border-top: 3px solid #B3C4D5;
  border-bottom: 3px solid #B3C4D5;
  transition: all 0.4s;
}
.area--one .unitFolding div.less {
  box-sizing: border-box;
}
.area--one .unitFolding div.more {
  display: block !important;
  box-sizing: border-box;
  transition: all 0.6s;
}
#view .area--one .unitFolding div.more {
  overflow: hidden;
  height: 0;
}
.area--one .unitFolding div.more .part {
  opacity: 0;
  transform: translateY(-20px);
  transition: all 0.2s;
}
.area--one .unitFolding .fold-toggle {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  font-size: clamp(1.3125rem, 2.26244344vw + 0.78223982rem, 2.875rem);
  line-height: clamp(1.75rem, 3.07692308vw + 1.02884615rem, 3.875rem);
  color: var(--textColor);
  font-weight: bold;
  letter-spacing: 0.01em;
  transition: all 0.4s;
}
.area--one .unitFolding .fold-toggle:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  mask-size: 100% 100%;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  mask-image: url(/images/arrow-circle-bottom.svg);
  background-color: var(--textColor);
  transition: all 0.4s;
}
.area--one .unitFolding .fold-toggle.fold-toggle--open:after {
  transform: rotate(180deg);
}
@media (hover: hover) and (pointer: fine) {
  .area--one .unitFolding .fold-toggle:hover {
    color: #668FCD;
  }
  .area--one .unitFolding .fold-toggle:hover:after {
    background-color: #668FCD;
  }
}
.area--one .unitFolding.unit--foldOpen .unit__content {
  background-color: var(--foldingBg);
}
#view .area--one .unitFolding.unit--foldOpen div.more {
  height: var(--js-elementHeight);
}
.area--one .unitFolding.unit--foldOpen div.more .part {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.4s 0.2s;
}
.area--one .unitFolding .unit__foot {
  display: none;
}
.area--one .unitCta {
  --textColor: #fff;
  --linkColor: #fff;
  --linkColorHover: #fff;
  --btnColor: #fff;
  --btnColorHover: #374F74;
  --btnBorder: #fff;
  --btnBackgroundHover: #fff;
  --btnArrowColor: #fff;
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
  display: flex;
  flex-direction: column;
}
.area--one .unitCta .unit__content {
  box-sizing: border-box;
  background-color: #374F74;
}
.area--one .unitCta .ctaImage {
  width: calc(100% / 1480 * 257);
  min-width: 120px;
}
.area--one .unitCta .ctaLink {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.area--one .unit--form {
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
  isolation: isolate;
}
.area--one .unit--form:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-color: #DBE2E9;
  z-index: -1;
}
.area--one .unit--form .unit__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
}
.area--one .unit--form form {
  width: calc(100% - (var(--deskSpace) * 2));
  max-width: 1150px;
}
.area--one .part.link.part--linkTypeButton .open {
  display: inline-block;
  font-family: inherit;
  cursor: pointer;
  appearance: none;
  box-sizing: border-box;
  text-decoration: none;
  transition: all 0.4s;
  font-weight: bold;
  letter-spacing: 0.01em;
  position: relative;
  background-color: transparent;
  font-size: clamp(0.625rem, 0.99547511vw + 0.39168552rem, 1.3125rem);
  line-height: clamp(0.75rem, 1.4479638vw + 0.41063348rem, 1.75rem);
  padding: 14px 22px;
  border-radius: 10000px;
  text-align: center;
  color: var(--btnColor);
  border: 2px solid var(--btnBorder);
}
@media (hover: hover) and (pointer: fine) {
  .area--one .part.link.part--linkTypeButton .open:hover,
  .area--one .part.link.part--linkTypeButton .open:focus {
    background-color: var(--btnBackgroundHover);
    color: var(--btnColorHover);
  }
}
@media (max-width: 1239px) {
  .area--one .part.link.part--linkTypeButton .open {
    padding: 6px 8px;
  }
}
.area--one .part.link.part--linkTypeArrow .open {
  display: inline-block;
  font-family: inherit;
  cursor: pointer;
  appearance: none;
  box-sizing: border-box;
  text-decoration: none;
  transition: all 0.4s;
  font-weight: bold;
  letter-spacing: 0.01em;
  position: relative;
  font-size: clamp(0.75rem, 1.17647059vw + 0.47426471rem, 1.5625rem);
  line-height: clamp(1rem, 1.80995475vw + 0.57579186rem, 2.25rem);
  padding-right: 79px;
  color: var(--btnArrowColor);
}
.area--one .part.link.part--linkTypeArrow .open:after {
  --fluidSize: clamp(1rem, 1.80995475vw + 0.57579186rem, 2.25rem);
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 55px;
  height: var(--fluidSize);
  mask-size: 100% 100%;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  mask-image: url(/images/arrow-right.svg);
  background-color: var(--btnArrowColor);
  transition: all 0.4s;
}
@media (hover: hover) and (pointer: fine) {
  .area--one .part.link.part--linkTypeArrow .open:hover,
  .area--one .part.link.part--linkTypeArrow .open:focus {
    color: var(--btnArrowColorHover);
  }
  .area--one .part.link.part--linkTypeArrow .open:hover:after,
  .area--one .part.link.part--linkTypeArrow .open:focus:after {
    background-color: var(--btnArrowColorHover);
  }
}
@media (max-width: 1239px) {
  .area--one .part.link.part--linkTypeArrow .open {
    padding-right: 48px;
  }
  .area--one .part.link.part--linkTypeArrow .open:after {
    width: 26px;
  }
}
.area--one .part.link.part--linkTypeCircle .open {
  display: inline-block;
  font-family: inherit;
  cursor: pointer;
  appearance: none;
  box-sizing: border-box;
  text-decoration: none;
  transition: all 0.4s;
  font-weight: bold;
  letter-spacing: 0.01em;
  position: relative;
  padding: 16px 0 16px 140px;
  font-size: clamp(0.875rem, 1.17647059vw + 0.59926471rem, 1.6875rem);
  line-height: clamp(1.25rem, 1.4479638vw + 0.91063348rem, 2.25rem);
  color: var(--btnArrowColor);
}
.area--one .part.link.part--linkTypeCircle .open:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 65px;
  height: 65px;
  mask-size: 100% 100%;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  background-color: var(--btnArrowColor);
  transition: all 0.4s;
}
@media (hover: hover) and (pointer: fine) {
  .area--one .part.link.part--linkTypeCircle .open:hover,
  .area--one .part.link.part--linkTypeCircle .open:focus {
    color: var(--btnArrowColorHover);
  }
  .area--one .part.link.part--linkTypeCircle .open:hover:after,
  .area--one .part.link.part--linkTypeCircle .open:focus:after {
    background-color: var(--btnArrowColorHover);
  }
}
@media (max-width: 1239px) {
  .area--one .part.link.part--linkTypeCircle .open {
    padding: 16px 0 16px 80px;
  }
  .area--one .part.link.part--linkTypeCircle .open:after {
    width: 50px;
    height: 50px;
  }
}
.area--one .part.link.part--linkIconArrow .open:after {
  mask-image: url(/images/arrow-circle-right.svg);
}
.area--one .part.link.part--linkIconMail .open:after {
  mask-image: url(/images/icon-circle-mail.svg);
}
.area--one .part.link.part--linkIconPhone .open:after {
  mask-image: url(/images/icon-circle-phone.svg);
}
.part.load .load {
  display: inline-block;
  font-family: inherit;
  cursor: pointer;
  appearance: none;
  box-sizing: border-box;
  text-decoration: none;
  transition: all 0.4s;
  font-weight: bold;
  letter-spacing: 0.01em;
  position: relative;
  padding: 16px 0 16px 140px;
  font-size: clamp(0.875rem, 1.17647059vw + 0.59926471rem, 1.6875rem);
  line-height: clamp(1.25rem, 1.4479638vw + 0.91063348rem, 2.25rem);
  color: var(--btnArrowColor);
}
.part.load .load:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 65px;
  height: 65px;
  mask-size: 100% 100%;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  background-color: var(--btnArrowColor);
  transition: all 0.4s;
}
@media (hover: hover) and (pointer: fine) {
  .part.load .load:hover,
  .part.load .load:focus {
    color: var(--btnArrowColorHover);
  }
  .part.load .load:hover:after,
  .part.load .load:focus:after {
    background-color: var(--btnArrowColorHover);
  }
}
@media (max-width: 1239px) {
  .part.load .load {
    padding: 16px 0 16px 80px;
  }
  .part.load .load:after {
    width: 50px;
    height: 50px;
  }
}
.part.load .load:after {
  mask-image: url(/images/icon-download.svg);
}
.part.cb-googlemaps {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.part.cb-googlemaps .cb-googlemapscontainer {
  max-width: 1152px;
  height: 100% !important;
  aspect-ratio: 1.64571429;
}
@supports not (aspect-ratio: 1152 /  700) {
  .part.cb-googlemaps .cb-googlemapscontainer:before {
    float: left;
    padding-top: 60.76388889%;
    content: '';
  }
  .part.cb-googlemaps .cb-googlemapscontainer:after {
    display: block;
    content: '';
    clear: both;
  }
}
.part.cb-googlemaps .cb-undraggable {
  height: 100% !important;
}
.part.cb-youtube {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.part.cb-youtube .cb-youtube {
  max-width: 740px;
}
.part.cb-vimeo {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.part.cb-vimeo .cb-vimeo {
  max-width: 740px;
}
#view #head,
#view .cbdModule:not(.cbdModule--footTitleOne, .cbdModule--footTitleTwo, .cbdModule--footTitleThree),
#view .unit:not(.unit--footLinks) {
  opacity: 0;
  transform: translateX(-100px);
  transition: all 1.2s 0.2s;
}
#view #head.is-intersecting,
#view .cbdModule:not(.cbdModule--footTitleOne, .cbdModule--footTitleTwo, .cbdModule--footTitleThree).is-intersecting,
#view .unit:not(.unit--footLinks).is-intersecting {
  opacity: 1;
  transform: translateX(0);
}
@media (max-width: 1239px) {
  body.cb-toggle-target-active {
    overflow: hidden;
  }
  .navigation {
    display: none;
  }
}
.mobile-navigation .meta.find {
  float: left;
  width: 33px;
  height: 33px;
  mask-size: 100% 100%;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  mask-image: url(/images/icon-search.svg);
  background-color: #374F74;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  margin-bottom: 30px;
}
.togglenavigation {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 2001;
  width: 84px;
  height: 84px;
  cursor: pointer;
  box-sizing: border-box;
  padding: 32px 24px;
  transition: all 0.6s;
}
.cb-toggle-target-active .togglenavigation {
  background-color: #DBE2E9;
}
body.layout1:not(.cb-toggle-target-active) .wrapper:not(.cb-scroll-triggered--active) .togglenavigation {
  top: 17px;
}
.togglenavigation:hover .tline {
  background-color: #668FCD;
}
.toggle__lines {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
}
.tline {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #374F74;
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
}
body.layout1:not(.cb-toggle-target-active) .wrapper:not(.cb-scroll-triggered--active) .tline {
  background-color: #fff;
}
.tline--2,
.tline--3 {
  top: 50%;
  transform: translateY(-50%);
}
.tline--4 {
  top: unset;
  bottom: 0;
}
body.cb-toggle-target-active .tline--1 {
  opacity: 0;
  transform: translateY(-10px);
}
body.cb-toggle-target-active .tline--2 {
  transform: translateY(-50%) rotate(-45deg);
}
body.cb-toggle-target-active .tline--3 {
  transform: translateY(-50%) rotate(45deg);
}
body.cb-toggle-target-active .tline--4 {
  opacity: 0;
  transform: translateY(10px);
}
.mobile-navigation {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  width: 100%;
  height: 100%;
  background-color: #fff;
  overflow-y: scroll;
  transform: translateY(-100%);
  transition: all 0.6s cubic-bezier(0.05, 0.8, 0.5, 1);
}
body.cb-toggle-target-active .mobile-navigation {
  transform: translateY(0);
}
.mobile-navi-animation {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 0 var(--deskSpace);
  opacity: 0;
  transform: translateY(-100vh);
  transition: all 0s 0.6s cubic-bezier(0.05, 0.8, 0.5, 1);
}
body.cb-toggle-target-active .mobile-navi-animation {
  transition: all 1s cubic-bezier(0.05, 0.8, 0.5, 1);
  transform: translateY(0);
  opacity: 1;
}
.mobile-navigation div.navi {
  float: left;
  width: 100%;
  display: block;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.mobile-navigation div.navi > .cb-toggle {
  display: none;
}
.mobile-navigation div.navi > .item {
  float: left;
  width: 100%;
  position: relative;
}
.mobile-navigation div.navi > .item.item-empty > .cb-toggle {
  display: none;
}
.mobile-navigation div.navi > .item > .menu {
  display: block;
  color: #374F74;
  box-sizing: border-box;
  letter-spacing: 0.01em;
  hyphens: none;
}
.mobile-navigation div.navi > .item > .menu.path {
  color: #668FCD;
}
.mobile-navigation div.sub2 {
  margin: calc(var(--headerHeight) + 12px) 0 30px;
}
.mobile-navigation div.sub2 > .item {
  border-bottom: 1px solid #374F74;
}
.mobile-navigation div.sub2 > .item > .cb-toggle {
  height: 55px;
}
.mobile-navigation div.sub2 > .item > .menu {
  font-size: 28px;
  line-height: 1.17857143;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 12px;
  padding-left: 20px;
}
.mobile-navigation div.sub3 {
  padding-left: 20px;
  gap: 12px;
}
.mobile-navigation div.sub3 > .item > .cb-toggle {
  height: 28px;
}
.mobile-navigation div.sub3 > .item.exit {
  margin-bottom: 20px;
}
.mobile-navigation div.sub3 > .item > .menu {
  font-size: 24px;
  line-height: 1.16666667;
  padding-left: 15px;
}
.mobile-navigation div.sub4 {
  padding-left: 38px;
  gap: 16px;
}
.mobile-navigation div.sub4 > .item.init {
  margin-top: 15px;
}
.mobile-navigation div.sub4 > .item.exit {
  margin-bottom: 10px;
}
.mobile-navigation div.sub4 > .item > .menu {
  font-size: 22px;
  line-height: 1.09090909;
}
.mobile-navigation div.sub3,
.mobile-navigation div.sub4 {
  overflow: hidden;
  height: 0;
  transition: all 0.4s;
}
.mobile-navigation div.sub3 > .item,
.mobile-navigation div.sub4 > .item {
  opacity: 0;
  transform: translateY(-20px);
  transition: all 0.2s;
}
.mobile-navigation div.navi > .item.cb-toggle-target-active > div.navi {
  height: var(--js-elementHeight);
}
.mobile-navigation div.navi > .item.cb-toggle-target-active > div.navi > .item {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.4s 0.2s;
}
.mobile-navigation .cb-toggle {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  cursor: pointer;
  width: 11px;
  mask-size: 11px 11px;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  mask-image: url(/images/icon-plus.svg);
  background-color: #374F74;
}
.mobile-navigation .cb-toggle.cb-toggle-active {
  mask-image: url(/images/icon-minus.svg);
}
.layout2 #head,
.layout7 #head,
.layout9 #head {
  margin-top: 30px;
}
.layout3 #head,
.layout4 #head,
.layout5 #head,
.layout6 #head,
.layout8 #head {
  margin-top: 24px;
}
.logo--header {
  height: 48px;
}
body.layout1:not(.cb-toggle-target-active) .wrapper:not(.cb-scroll-triggered--active) .logo--header {
  height: 79px;
}
.container--head {
  margin: 18px 0 18px;
}
body.layout1:not(.cb-toggle-target-active) .wrapper:not(.cb-scroll-triggered--active) .container--head {
  margin-top: 50px;
}
.multimood--home .container--mood {
  justify-content: flex-end;
}
.multimood--home .mood__content {
  margin-bottom: 50px;
}
.multimood--1-1 .container--mood {
  justify-content: flex-end;
  align-items: flex-end;
  height: calc(100svh - var(--headerHeight));
}
.multimood--1-1 .mood__content {
  margin-bottom: -7px;
  padding-top: 15px;
  padding-bottom: 11px;
  padding-left: 20px;
  padding-right: var(--verticalSpace);
}
.multimood--1-2 .container--mood {
  flex-direction: column;
  align-items: center;
}
.multimood--1-2 .mood__image {
  width: 100vw;
  aspect-ratio: 1.42045455;
}
@supports not (aspect-ratio: 375 /  264) {
  .multimood--1-2 .mood__image:before {
    float: left;
    padding-top: 70.4%;
    content: '';
  }
  .multimood--1-2 .mood__image:after {
    display: block;
    content: '';
    clear: both;
  }
}
.footsection--one {
  border-top: 8px solid #B3C4D5;
}
.footarea {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.footsection--one .footarea {
  margin: 39px 0 72px;
}
.footsection--two .footarea {
  margin: 23px 0 26px;
}
@media (max-width: 1239px) {
  .footsection--two .footpart--one {
    order: 2;
  }
  .footsection--two .footpart--two {
    order: 1;
  }
}
.cbdModule--footTitleThree {
  margin-top: 25px;
}
.langnavi {
  margin-top: 25px;
}
.unit--quicklinks {
  margin-top: 25px;
}
.part--socialLinks {
  margin-top: 25px;
}
.area--one .unitTwo .unit__background {
  width: 100vw;
  margin-left: calc(var(--deskSpace) * -1);
}
.layout6 .area--one .unitTwo .unit__background {
  margin-left: calc((var(--deskSpace) + 12px) * -1);
}
.area--one .unitTwoVariantOne--imageRight .unit__background {
  order: 2;
}
.area--one .unitTwoVariantOne--imageRight .unit__content {
  order: 1;
}
.area--one .unitTwo--variantTwo .unit__content {
  margin-top: calc((40px + var(--spacePart)) * -1);
  padding: calc(15px - var(--spacePart)) 15px;
}
.area--one .unitThree {
  padding: calc(16px - var(--spacePart)) 16px;
}
.area--one .unitThree .part.text:nth-child(2 of .part.text) {
  min-height: 16px;
  padding-left: 26px;
}
.area--one .unitThree .part.text:nth-child(2 of .part.text):before {
  width: 16px;
  height: 16px;
}
.area--one .unitFour {
  padding: 0 13px calc(40px - var(--spacePart));
}
.area--one .unitFour .part.text:nth-child(1 of .part.text) {
  min-height: 20px;
  padding-left: 33px;
}
.area--one .unitFour .part.text:nth-child(1 of .part.text):before {
  width: 20px;
  height: 20px;
}
.area--one .unitFour .part.pict:first-child {
  width: calc(100% + 26px);
  margin-left: -13px;
  margin-top: 0;
}
.area--one .unitFive--1-2 {
  padding: calc(20px - var(--spacePart)) 16px;
}
.area--one .unitFive--1-3 {
  padding: 0 18px calc(53px - var(--spacePart));
}
.area--one .unitFive--1-3 .part.pict:first-child {
  width: calc(100% + 36px);
  margin-left: -18px;
  margin-top: 0;
}
.area--one .unitSix {
  padding: calc(19px - var(--spacePart)) 16px calc(35px - var(--spacePart));
}
.area--one .unitSeven {
  width: 100vw;
  translate: calc(var(--deskSpace) * -1) 0;
  box-sizing: border-box;
  padding: calc(17px - var(--spacePart)) var(--deskSpace) calc(23px - var(--spacePart));
}
.layout6 .area--one .unitSeven {
  translate: calc((var(--deskSpace) + 12px) * -1) 0;
}
.area--one .unitEight .unit__content {
  padding-left: 23px;
}
.area--one .unitFolding div.less {
  padding: 0 7px;
}
.area--one .unitFolding div.more {
  padding-left: 20px;
  padding-right: 7px;
}
.area--one .unitFolding div.more .part:first-child {
  margin-top: calc(var(--spacePart) * 2);
}
.area--one .unitFolding div.more .part:last-child {
  margin-bottom: calc(var(--spacePart) * 2);
}
.area--one .unitFolding .fold-toggle {
  min-height: 50px;
  padding-right: 50px;
}
.area--one .unitFolding .fold-toggle:after {
  width: 50px;
  height: 50px;
}
.area--one .unitCta {
  width: 100vw;
  translate: calc(var(--deskSpace) * -1) 0;
  padding-top: 133px;
}
.layout6 .area--one .unitCta {
  translate: calc((var(--deskSpace) + 12px) * -1) 0;
}
.area--one .unitCta .unit__content {
  padding: 0 30px calc(30px - var(--spacePart));
  min-height: 370px;
}
.area--one .unitCta .unit__content,
.area--one .unitCta .unit__body {
  display: flex;
  flex-direction: column;
  flex: 1 0;
}
.area--one .unitCta .ctaImage {
  margin-left: -10px;
  margin-top: -40px;
}
.area--one .unitCta .ctaText {
  margin-bottom: calc(var(--spacePart) * 2);
}
.area--one .unitCta .ctaLink {
  margin-top: auto;
}
.cbdModule--pageMeta {
  margin: var(--spaceTotal) 0;
}
.ns-pageMeta {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
  font-size: clamp(0.75rem, 0.54298643vw + 0.62273756rem, 1.125rem);
  line-height: clamp(1rem, 0.45248869vw + 0.89394796rem, 1.3125rem);
  color: #B3C4D5;
}
.ns-pageMeta__date {
  float: left;
  margin-right: 60px;
  position: relative;
}
.ns-pageMeta__date:after {
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin-left: 18px;
  transform: translateY(-50%);
  width: 24px;
  height: 2px;
  background-color: #B3C4D5;
}
@media (max-width: 1239px) {
  .ns-pageMeta__date {
    margin-right: 40px;
  }
  .ns-pageMeta__date:after {
    width: 20px;
    margin-left: 10px;
    height: 1px;
  }
}
.ns-pageMeta__category {
  float: left;
  padding-left: 27px;
  position: relative;
}
.ns-pageMeta__category:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 18px;
  background-color: #B3C4D5;
  mask-size: 100% 100%;
  mask-position: 0 50%;
  mask-repeat: no-repeat;
}
.ns-pageMeta--blogCategoryOne .ns-pageMeta__category:before {
  mask-image: url(/images/icon-krankenkassenloesungen.svg);
}
.ns-pageMeta--blogCategoryTwo .ns-pageMeta__category:before {
  mask-image: url(/images/icon-mehrwerte.svg);
}
.ns-pageMeta--blogCategoryThree .ns-pageMeta__category:before {
  mask-image: url(/images/icon-herzensspende.svg);
}
.ns-pageMeta--blogCategoryFour .ns-pageMeta__category:before {
  mask-image: url(/images/icon-schwangerschaft.svg);
}
.ns-teaserWrapper {
  float: left;
  width: 100%;
  position: relative;
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
}
.ns-teaserContent {
  float: left;
  width: 100%;
}
.ns-teaserArea {
  float: left;
  width: 100%;
  display: grid;
}
@media (max-width: 767px) {
  .ns-teaserArea {
    display: flex;
    flex-wrap: wrap;
  }
}
.ns-teaser {
  float: left;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.25);
}
@media (hover: hover) and (pointer: fine) {
  .ns-teaser:hover .ns-teaserImage,
  .ns-teaser:focus .ns-teaserImage {
    transform: scale(1.2);
  }
}
.ns-teaser__part--image {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.ns-teaser__part--image * {
  height: 100%;
}
.ns-teaser__part--image img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.ns-teaser__part--image .placeholder {
  padding-bottom: 0;
}
.ns-teaser__part--image .ns-teaserImage {
  transition: all 0.4s;
}
.ns-teaser__content {
  float: left;
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.ns-teaser__part {
  float: left;
  width: 100%;
  position: relative;
  margin-top: var(--spacePart);
  margin-bottom: var(--spacePart);
}
.ns-teaserLoadMore {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: var(--spaceTotal);
}
.ns-teaserLoadMore__button {
  display: inline-block;
  font-family: inherit;
  cursor: pointer;
  appearance: none;
  box-sizing: border-box;
  text-decoration: none;
  transition: all 0.4s;
  font-weight: bold;
  letter-spacing: 0.01em;
  position: relative;
  background-color: transparent;
  font-size: clamp(0.625rem, 0.99547511vw + 0.39168552rem, 1.3125rem);
  line-height: clamp(0.75rem, 1.4479638vw + 0.41063348rem, 1.75rem);
  padding: 14px 22px;
  border-radius: 10000px;
  text-align: center;
  color: var(--btnColor);
  border: 2px solid var(--btnBorder);
}
@media (hover: hover) and (pointer: fine) {
  .ns-teaserLoadMore__button:hover,
  .ns-teaserLoadMore__button:focus {
    background-color: var(--btnBackgroundHover);
    color: var(--btnColorHover);
  }
}
@media (max-width: 1239px) {
  .ns-teaserLoadMore__button {
    padding: 6px 8px;
  }
}
.blogTeaser .ns-teaserArea {
  grid-template-columns: repeat(12, 1fr);
  gap: var(--spaceTotal) 35px;
}
@media (max-width: 1239px) {
  .blogTeaser .ns-teaserArea {
    gap: var(--spaceTotal) 20px;
  }
}
.blogTeaser .ns-teaser {
  grid-column: span 4;
  min-height: 756px;
}
@media (max-width: 1239px) {
  .blogTeaser .ns-teaser {
    grid-column: span 6;
    min-height: unset;
  }
}
@media (max-width: 767px) {
  .blogTeaser .ns-teaser {
    grid-column: unset;
  }
}
.blogTeaser .ns-teaser__content {
  padding: 0 20px calc(40px - var(--spacePart));
}
.blogTeaser .ns-teaser__part--image {
  margin-top: 0;
  aspect-ratio: 1.01075269;
}
@supports not (aspect-ratio: 470 /  465) {
  .blogTeaser .ns-teaser__part--image:before {
    float: left;
    padding-top: 98.93617021%;
    content: '';
  }
  .blogTeaser .ns-teaser__part--image:after {
    display: block;
    content: '';
    clear: both;
  }
}
.blogTeaser .ns-teaser__part--meta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  min-height: 36px;
  padding-left: 45px;
  hyphens: auto;
}
.blogTeaser .ns-teaser__part--meta:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 34px;
  height: 34px;
  mask-size: 100% 100%;
  mask-position: 0 50%;
  mask-repeat: no-repeat;
  background-color: var(--textColor);
}
.blogTeaser .ns-teaser--blogCategoryOne .ns-teaser__part--meta:before {
  mask-image: url(/images/icon-krankenkassenloesungen.svg);
}
.blogTeaser .ns-teaser--blogCategoryTwo .ns-teaser__part--meta:before {
  mask-image: url(/images/icon-mehrwerte.svg);
}
.blogTeaser .ns-teaser--blogCategoryThree .ns-teaser__part--meta:before {
  mask-image: url(/images/icon-herzensspende.svg);
}
.blogTeaser .ns-teaser--blogCategoryFour .ns-teaser__part--meta:before {
  mask-image: url(/images/icon-schwangerschaft.svg);
}
.blogTeaser .ns-teaser__part--title .ns-teaserTitle {
  font-size: clamp(0.875rem, 1.62895928vw + 0.49321267rem, 2rem);
  line-height: clamp(1.375rem, 1.26696833vw + 1.0780543rem, 2.25rem);
  color: var(--textColor);
  letter-spacing: 0.01em;
}
.newsTeaser .ns-teaserArea {
  grid-template-columns: repeat(12, 1fr);
  gap: 80px;
}
@media (max-width: 1239px) {
  .newsTeaser .ns-teaserArea {
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .newsTeaser .ns-teaserArea {
    gap: 20px;
  }
}
.newsTeaser .ns-teaser {
  grid-column: span 6;
  min-height: 845px;
  display: flex;
  flex-direction: column;
}
@media (hover: hover) and (pointer: fine) {
  .newsTeaser .ns-teaser:hover .ns-teaserLink,
  .newsTeaser .ns-teaser:focus .ns-teaserLink {
    background-color: var(--btnBackgroundHover);
    color: var(--btnColorHover);
  }
}
@media (max-width: 1239px) {
  .newsTeaser .ns-teaser {
    min-height: unset;
  }
}
@media (max-width: 767px) {
  .newsTeaser .ns-teaser {
    grid-column: unset;
  }
}
.ns-teaser__content {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: calc(30px - var(--spacePart)) 34px;
}
@media (max-width: 1239px) {
  .ns-teaser__content {
    padding: calc(16px - var(--spacePart)) 16px;
  }
}
.blogTeaser .ns-teaser__part--title .ns-teaserTitle {
  font-size: clamp(0.875rem, 1.62895928vw + 0.49321267rem, 2rem);
  line-height: clamp(1.375rem, 1.26696833vw + 1.0780543rem, 2.25rem);
  color: var(--textColor);
  letter-spacing: 0.01em;
}
.newsTeaser .ns-teaser__part--image {
  aspect-ratio: 2;
}
@supports not (aspect-ratio: 2 /  1) {
  .newsTeaser .ns-teaser__part--image:before {
    float: left;
    padding-top: 50%;
    content: '';
  }
  .newsTeaser .ns-teaser__part--image:after {
    display: block;
    content: '';
    clear: both;
  }
}
.newsTeaser .ns-teaser__part--meta {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  min-height: 34px;
  padding-left: 60px;
}
.newsTeaser .ns-teaser__part--meta:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 34px;
  height: 34px;
  mask-size: 100% 100%;
  mask-position: 0 50%;
  mask-repeat: no-repeat;
  background-color: var(--textColor);
}
.newsTeaser .ns-teaser__part--meta .ns-teaserMeta {
  float: left;
  font-size: clamp(0.5625rem, 0.63348416vw + 0.41402715rem, 1rem);
  line-height: clamp(0.6875rem, 0.63348416vw + 0.53902715rem, 1.125rem);
  color: var(--textColor);
  letter-spacing: 0.01em;
}
.newsTeaser .ns-teaser__part--meta .ns-teaserMeta__date {
  margin-right: 23px;
  position: relative;
}
.newsTeaser .ns-teaser__part--meta .ns-teaserMeta__date:after {
  content: '|';
  position: absolute;
  left: 100%;
  margin-left: 8px;
  font-size: clamp(0.5625rem, 0.63348416vw + 0.41402715rem, 1rem);
  line-height: clamp(0.6875rem, 0.63348416vw + 0.53902715rem, 1.125rem);
  color: var(--textColor);
  letter-spacing: 0.01em;
}
@media (max-width: 1239px) {
  .newsTeaser .ns-teaser__part--meta {
    min-height: 16px;
    padding-left: 26px;
  }
  .newsTeaser .ns-teaser__part--meta:before {
    width: 16px;
    height: 16px;
  }
  .newsTeaser .ns-teaser__part--meta .ns-teaserMeta__date {
    margin-right: 10px;
  }
  .newsTeaser .ns-teaser__part--meta .ns-teaserMeta__date:after {
    margin-left: 4px;
  }
}
.newsTeaser .ns-teaser__part--subTitle .ns-teaserSubTitle {
  font-size: clamp(0.75rem, 0.90497738vw + 0.53789593rem, 1.375rem);
  line-height: clamp(1rem, 0.90497738vw + 0.78789593rem, 1.625rem);
  color: var(--textColor);
  letter-spacing: 0.01em;
  font-weight: bold;
}
.newsTeaser .ns-teaser__part--lead {
  margin-bottom: calc(var(--spacePart) * 2);
}
.newsTeaser .ns-teaser__part--lead .ns-teaserLead {
  font-size: clamp(0.75rem, 0.90497738vw + 0.53789593rem, 1.375rem);
  line-height: clamp(1rem, 0.90497738vw + 0.78789593rem, 1.625rem);
  color: var(--textColor);
  letter-spacing: 0.01em;
}
.newsTeaser .ns-teaser__part--link {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.newsTeaser .ns-teaser__part--link .ns-teaserLink {
  display: inline-block;
  font-family: inherit;
  cursor: pointer;
  appearance: none;
  box-sizing: border-box;
  text-decoration: none;
  transition: all 0.4s;
  font-weight: bold;
  letter-spacing: 0.01em;
  position: relative;
  background-color: transparent;
  font-size: clamp(0.625rem, 0.99547511vw + 0.39168552rem, 1.3125rem);
  line-height: clamp(0.75rem, 1.4479638vw + 0.41063348rem, 1.75rem);
  padding: 14px 22px;
  border-radius: 10000px;
  text-align: center;
  color: var(--btnColor);
  border: 2px solid var(--btnBorder);
}
@media (hover: hover) and (pointer: fine) {
  .newsTeaser .ns-teaser__part--link .ns-teaserLink:hover,
  .newsTeaser .ns-teaser__part--link .ns-teaserLink:focus {
    background-color: var(--btnBackgroundHover);
    color: var(--btnColorHover);
  }
}
@media (max-width: 1239px) {
  .newsTeaser .ns-teaser__part--link .ns-teaserLink {
    padding: 6px 8px;
  }
}
.newsTeaser .ns-teaser--newsCategoryOne .ns-teaser__part--meta:before {
  mask-image: url(/images/icon-publikationen.svg);
}
.newsTeaser .ns-teaser--newsCategoryTwo .ns-teaser__part--meta:before {
  width: 46px;
  mask-image: url(/images/icon-news.svg);
}
.newsTeaser .ns-teaser--newsCategoryThree .ns-teaser__part--meta:before {
  mask-image: url(/images/icon-jobs.svg);
}
.cbdModule--blogTeaserFilter,
.cbdModule--newsTeaserFilter {
  position: relative;
  z-index: 2;
}
.ns-teaserFilter {
  float: left;
  width: 100%;
  position: relative;
  margin: 30px 0;
}
.ns-teaserFilter__toggle {
  float: left;
  width: 100%;
  box-sizing: border-box;
  display: none;
}
.ns-teaserFilter__toggle .ns-teaserFilter__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 50px;
  padding-left: 0;
  padding-right: 50px;
  font-weight: bold !important;
}
.ns-teaserFilter__toggle .ns-teaserFilter__item:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 100%;
  background-color: #374F74;
  mask-size: 50px 50px;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  mask-image: url(/images/arrow-circle-bottom.svg);
}
.ns-teaserFilter.is-active .ns-teaserFilter__toggle .ns-teaserFilter__item:after {
  transform: rotate(-180deg);
}
@media (max-width: 767px) {
  .ns-teaserFilter__toggle {
    display: block;
  }
}
.ns-teaserFilter__content {
  float: left;
  width: 100%;
}
@media (max-width: 767px) {
  .ns-teaserFilter__content {
    margin-top: 20px;
    box-sizing: border-box;
    padding: 20px 10px;
    position: absolute;
    top: 100%;
    left: -2px;
    z-index: 3;
    background-color: #fff;
    border: 2px solid #374F74;
    display: none;
  }
  .ns-teaserFilter.is-active .ns-teaserFilter__content {
    display: block;
  }
}
.ns-teaserFilter__list {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media (max-width: 1239px) {
  .ns-teaserFilter__list {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .ns-teaserFilter__list {
    gap: 15px;
  }
}
.ns-teaserFilter__item {
  float: left;
  cursor: pointer;
  position: relative;
  font-size: clamp(1.0625rem, 0.63348416vw + 0.91402715rem, 1.5rem);
  line-height: clamp(1.4375rem, 0.7239819vw + 1.26781674rem, 1.9375rem);
  letter-spacing: 0.01em;
  color: var(--textColor);
  box-sizing: border-box;
  padding-left: 40px;
  transition: all 0.4s;
  min-height: 31px;
}
.ns-teaserFilter__item:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 34px;
  height: 100%;
  mask-size: 100% 100%;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  background-color: var(--textColor);
  transition: all 0.4s;
}
.ns-teaserFilter__item.ns-teaserFilter__item--reset {
  padding-left: 0;
  font-weight: bold;
}
.ns-teaserFilter__item.ns-teaserFilter__item--reset:before {
  display: none;
}
@media (hover: hover) and (pointer: fine) {
  .ns-teaserFilter__item:hover,
  .ns-teaserFilter__item:focus {
    color: #668FCD;
  }
  .ns-teaserFilter__item:hover:before,
  .ns-teaserFilter__item:focus:before {
    background-color: #668FCD;
  }
}
.ns-teaserFilter__item.is-active {
  color: #fff;
}
.ns-teaserFilter__item.is-active:before {
  background-color: #fff;
}
@media (max-width: 767px) {
  .ns-teaserFilter__item {
    width: 100%;
    padding-left: 30px;
    min-height: 23px;
  }
  .ns-teaserFilter__item:before {
    width: 23px;
  }
  .ns-teaserFilter__item.ns-teaserFilter__item--reset {
    font-weight: 400;
  }
  .ns-teaserFilter__item.is-active {
    color: #668FCD;
  }
  .ns-teaserFilter__item.is-active:before {
    background-color: #668FCD;
  }
}
.ns-teaserFilter--blog .ns-teaserFilter__item--blogCategoryOne:before {
  mask-image: url(/images/icon-krankenkassenloesungen.svg);
}
.ns-teaserFilter--blog .ns-teaserFilter__item--blogCategoryTwo:before {
  mask-image: url(/images/icon-mehrwerte.svg);
}
.ns-teaserFilter--blog .ns-teaserFilter__item--blogCategoryThree:before {
  mask-image: url(/images/icon-herzensspende.svg);
}
.ns-teaserFilter--blog .ns-teaserFilter__item--blogCategoryFour:before {
  mask-image: url(/images/icon-schwangerschaft.svg);
}
.ns-teaserFilter--news .ns-teaserFilter__item--newsCategoryOne:before {
  mask-image: url(/images/icon-publikationen.svg);
}
.ns-teaserFilter--news .ns-teaserFilter__item--newsCategoryTwo {
  padding-left: 50px;
}
.ns-teaserFilter--news .ns-teaserFilter__item--newsCategoryTwo:before {
  width: 46px;
  mask-image: url(/images/icon-news.svg);
}
@media (max-width: 1239px) {
  .ns-teaserFilter--news .ns-teaserFilter__item--newsCategoryTwo {
    padding-left: 30px;
  }
  .ns-teaserFilter--news .ns-teaserFilter__item--newsCategoryTwo:before {
    width: 23px;
  }
}
.ns-teaserFilter--news .ns-teaserFilter__item--newsCategoryThree:before {
  mask-image: url(/images/icon-jobs.svg);
}
.ns-sliderWrapper {
  float: left;
  width: 100%;
  position: relative;
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
}
.ns-teaserSlider {
  float: left;
  width: 100%;
}
@media (max-width: 1239px) {
  .ns-teaserSlider {
    padding-bottom: 74px;
  }
}
.ns-teaserSlider__content {
  float: left;
  width: 100%;
}
.ns-slider__stage {
  float: left;
  width: 100%;
}
.ns-teaserSlider__area {
  float: left;
  width: 100%;
  display: flex;
}
.ns-slide {
  width: 100%;
  flex-shrink: 0;
  opacity: 0;
  transition: all 0.6s;
  transform: scale(0.9);
  display: flex;
}
.ns-slide.is-active {
  opacity: 1;
  transform: scale(1);
}
.ns-sliderControl {
  float: left;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 41px;
  height: 68px;
  mask-size: 100% 100%;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  background-color: #374F74;
  transition: all 0.4s;
}
#view .ns-sliderControl.is-disabled {
  display: none;
}
@media (hover: hover) and (pointer: fine) {
  .ns-sliderControl:hover,
  .ns-sliderControl:focus {
    background-color: #668FCD;
  }
}
@media (max-width: 1239px) {
  .ns-sliderControl {
    transform: translateY(0);
    top: unset;
    bottom: 0;
    width: 12px;
    height: 23px;
  }
}
.ns-sliderControl--prev {
  left: -68px;
  mask-image: url(/images/chevron-left.svg);
}
@media (max-width: 1239px) {
  .ns-sliderControl--prev {
    left: 25%;
  }
}
.ns-sliderControl--next {
  right: -68px;
  mask-image: url(/images/chevron-right.svg);
}
@media (max-width: 1239px) {
  .ns-sliderControl--next {
    right: 25%;
  }
}
.blogTeaser .ns-teaserSlider__area {
  gap: 35px;
}
@media (max-width: 1239px) {
  .blogTeaser .ns-teaserSlider__area {
    gap: 20px;
  }
}
.blogTeaser .ns-slide {
  width: calc((100% / 3) - (35px * 2 / 3));
}
@media (max-width: 1239px) {
  .blogTeaser .ns-slide {
    width: calc(50% - 10px);
  }
}
@media (max-width: 767px) {
  .blogTeaser .ns-slide {
    width: 100%;
  }
}
.newsTeaser .ns-teaserSlider__area {
  gap: 80px;
}
@media (max-width: 1239px) {
  .newsTeaser .ns-teaserSlider__area {
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .newsTeaser .ns-teaserSlider__area {
    gap: 20px;
  }
}
.newsTeaser .ns-slide {
  width: calc(50% - 40px);
}
@media (max-width: 1239px) {
  .newsTeaser .ns-slide {
    width: calc(50% - 20px);
  }
}
@media (max-width: 767px) {
  .newsTeaser .ns-slide {
    width: 100%;
  }
}
/*# sourceMappingURL=./screen-small.css.map */