.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.button {
  background-color: #00589A;
  line-height: 1.625;
  cursor: pointer;
  color: #fff;
  padding: 15px 30px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  font-weight: 900;
}
.button:hover,
.button:focus {
  color: #FFF;
  background-color: #A1C611;
}
.button:active {
  background-color: #A1C611;
}
.button-negativ {
  background-color: #FFF;
  line-height: 1.625;
  cursor: pointer;
  color: #00589A;
  padding: 15px 30px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  font-weight: 900;
}
.button-negativ:hover,
.button-negativ:focus {
  color: #FFF;
  background-color: #333333;
}
.button-negativ:active {
  background-color: #333333;
}
* {
  margin: 0;
  padding: 0;
  outline: 0;
  border: none;
  background: none;
  font-size: 100%;
}
*::selection {
  background: #00589A;
  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;
}
.cbdModule {
  float: left;
  width: 100%;
}
#view .cbdModule.is-empty {
  display: none;
}
sup,
sub {
  position: relative;
  vertical-align: baseline;
  top: -0.8em;
  font-size: 70%;
}
sub {
  top: 0.4em;
}
address {
  font-style: normal;
}
input,
textarea {
  border-radius: 0;
  font-size: 16px;
  font-family: 'Ruda', sans-serif;
  line-height: 1.625;
}
.unit caption {
  display: none;
}
.flag {
  background: #00589A;
  color: #fff;
}
img.cb-loading {
  background-size: 30px 30px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-loader.svg);
}
.area {
  float: left;
  width: 100%;
}
#view .area:empty {
  display: none;
}
.unit {
  float: left;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}
@media (max-width: 1023px) {
  .unit {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .unit {
    margin-top: 20px;
  }
}
@media (max-width: 1023px) {
  .unit {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .unit {
    margin-bottom: 20px;
  }
}
.unit .head,
.unit .body,
.unit .foot {
  float: left;
  width: 100%;
}
.unit.fold div.less,
.unit.fold div.more {
  float: left;
  width: 100%;
}
.unit.fold .ctrl {
  float: left;
  width: 100%;
}
.part {
  float: left;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
}
@media (max-width: 1023px) {
  .part {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .part {
    margin-top: 10px;
  }
}
@media (max-width: 1023px) {
  .part {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .part {
    margin-bottom: 10px;
  }
}
.pict a {
  float: left;
  width: 100%;
}
.pict img {
  width: 100%;
}
.pict img:not(.svg) {
  width: auto;
  max-width: 100% !important;
}
#root#root#root img.zoom {
  display: none !important;
}
.cb-image-figure {
  float: left;
  width: 100%;
}
.cb-image-container {
  float: left;
  width: 100%;
  position: relative;
}
.cb-image-caption {
  float: left;
  width: 100%;
}
#expo .cb-image-figure {
  height: 100%;
}
#expo .cb-image-container {
  height: 100% !important;
}
#disp.zoom .cb-image-figure {
  height: 100%;
}
#disp.zoom .cb-image-container {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#disp.zoom .cb-image-caption {
  display: none;
}
.cb-album .cb-image-figure {
  opacity: 1 !important;
  display: block !important;
}
.cb-album .cb-image-container {
  position: static;
}
.cb-album .cb-image-caption {
  display: none;
}
div.load {
  background: none !important;
}
div.load a.load {
  display: inline-block;
  padding-left: 26px;
  background-size: 16px 16px;
  background-position: 0 5px;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-download-black.svg);
  font-weight: bold;
}
.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 #00589A;
}
.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%;
}
.cb-service {
  float: left;
  width: 100%;
  margin: 5px 0;
}
.cb-service:first-child {
  margin-top: 0;
}
.cb-service:last-child {
  margin-bottom: 0;
}
.cb-youtube iframe,
.cb-vimeo iframe {
  height: 100%;
  background-color: #fff;
}
.text-section {
  float: left;
  width: 100%;
}
.list {
  float: left;
  width: 100%;
}
.list--bullet li {
  list-style: none;
  padding-left: 24px;
  position: relative;
}
.list--bullet li:before {
  content: '•';
  position: absolute;
  left: 0;
  top: 0;
}
.list--numbered {
  counter-reset: numberedList;
}
.list--numbered li {
  list-style: none;
  padding-left: 24px;
  position: relative;
}
.list--numbered li:before {
  content: counter(numberedList) ".";
  counter-increment: numberedList;
  position: absolute;
  left: 0;
  top: 0;
}
#expo {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
}
#slides {
  float: right;
  width: 100%;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  position: relative;
}
#slides .slide {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
}
#slides a {
  display: block;
  width: 100%;
  height: 100%;
}
#slides a.null {
  cursor: default;
}
.cb-slides .cb-image-figure {
  height: 100%;
}
.cb-slides .cb-image-container {
  height: 100% !important;
}
#slides img {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
}
#expo div.link {
  display: none;
  float: left;
  width: 100%;
  height: 0;
}
#expo a.link {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 30px;
  height: 50px;
  transform: translateY(-50%);
  background: #00589A;
  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: #00589A;
}
.cb-index-some {
  display: block;
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 2;
}
.cb-index-some td {
  float: left;
  display: block;
  color: #fff;
}
.cb-index-some td:first-child:after {
  display: inline-block;
  content: '/';
  margin: 0 5px;
}
.cb-index-some a {
  color: #fff;
}
.cb-index-some a:hover,
.cb-index-some a:focus {
  color: #fff;
}
#over {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5000;
  width: 100%;
  height: 100% !important;
  background-color: rgba(0, 0, 0, 0.8);
}
#disp {
  position: absolute;
  z-index: 5001;
  top: 0 !important;
  left: 50% !important;
  transform: translateX(-50%);
  width: 1000px !important;
  max-width: 90%;
  min-height: 100vh;
  display: flex !important;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  margin: 0 !important;
  box-sizing: border-box;
  padding: 80px 0 !important;
  font-size: 14px;
  font-family: 'Ruda', sans-serif;
  line-height: 1.42857143;
  color: #333333;
}
@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: #00589A;
  width: 100%;
  box-sizing: border-box;
  padding-right: 30px;
}
#disp h3 {
  color: #00589A;
  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;
  background-color: #00589A;
  line-height: 1.625;
  cursor: pointer;
  color: #fff;
  padding: 15px 30px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  font-weight: 900;
  line-height: 1.42857143;
}
#disp .foot input:hover,
#disp .foot a:hover,
#disp .foot input:focus,
#disp .foot a:focus {
  color: #FFF;
  background-color: #A1C611;
}
#disp .foot input:active,
#disp .foot a:active {
  background-color: #A1C611;
}
#disp .foot input.next,
#disp .foot a.next {
  float: right;
}
#disp.mail .foot input {
  float: right;
}
@media (max-width: 767px) {
  #disp .foot input,
  #disp .foot a {
    width: 100%;
    margin: 5px 0;
  }
  #disp .foot input:first-child,
  #disp .foot a:first-child {
    margin-top: 0;
  }
  #disp .foot input:last-child,
  #disp .foot a:last-child {
    margin-bottom: 0;
  }
}
#disp fieldset {
  float: left;
  width: 100%;
  position: relative;
  margin: 4px 0;
}
#disp fieldset.tiny {
  width: 48%;
}
#disp .head fieldset,
#disp .foot fieldset {
  margin: 0;
}
@media (max-width: 767px) {
  #disp fieldset.tiny {
    width: 100%;
  }
}
#disp label.name {
  float: left;
  width: 30%;
  margin-right: 4%;
  min-height: 26px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  #disp label.name {
    width: 100%;
    margin-right: 0;
  }
}
#disp input.text,
#disp textarea {
  float: right;
  width: 66%;
  background-color: #F0F0F0;
  min-height: 26px;
  box-sizing: border-box;
  padding: 2px 10px;
}
#disp input.text.fail,
#disp textarea.fail {
  border: 2px solid #ae2121;
}
#disp textarea {
  min-height: 100px;
  padding: 6px 10px;
}
@media (max-width: 767px) {
  #disp input.text,
  #disp textarea {
    width: 100%;
  }
}
#disp select {
  float: right;
  width: 66%;
  background-color: #F0F0F0;
  height: 26px;
}
@media (max-width: 767px) {
  #disp select {
    width: 100%;
  }
}
#disp input + label,
#disp input + label {
  display: block;
  padding-left: 30px;
}
#disp input.radio,
#disp input.checkbox {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  height: 20px;
  width: 20px;
}
.cb-sitemap-target {
  float: left;
  margin-bottom: 20px;
  color: #fff;
  padding: 5px 10px;
  background-color: #ae2121;
}
.cb-sitemap-contents {
  float: left;
  width: 100%;
}
.cb-sitemap-contents li {
  list-style: none;
  padding-left: 20px;
  position: relative;
}
.cb-sitemap-contents li:before {
  content: '•';
  position: absolute;
  left: 0;
  top: 0;
}
.cb-zoom-indicator {
  position: absolute;
  z-index: 2;
  right: 15px;
  bottom: 15px;
  width: 36px;
  height: 36px;
  border-radius: 30px;
  background-color: rgba(0, 0, 0, 0.5);
  background-size: 18px 18px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-zoom-white.svg);
  opacity: 0;
  transform: scale(0);
  transition: all 0.3s cubic-bezier(0.05, 0.8, 0.5, 1);
}
a.zoom .cb-zoom-indicator {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 1023px) {
  .cb-zoom-indicator {
    right: 10px;
    bottom: 10px;
    width: 24px;
    height: 24px;
    background-size: 12px 12px;
    opacity: 1;
    transform: scale(1);
  }
}
#disp.zoom {
  position: fixed;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  max-width: 100%;
  height: 100%;
  background: none;
  padding: 0 !important;
  display: block !important;
  transform: none;
}
#disp.zoom .disp-wrapper {
  padding: 0;
  background: none;
  height: 100%;
}
#disp.zoom div.head h2 {
  display: none;
}
#disp.zoom div.head div.ctrl {
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 2;
}
@media (max-width: 767px) {
  #disp.zoom div.head div.ctrl {
    top: 20px;
    right: 20px;
  }
}
#disp.zoom div.head div.ctrl > div {
  float: left;
  margin: 0 10px;
}
#disp.zoom div.head div.ctrl > div:first-child {
  margin-left: 0;
}
#disp.zoom div.head div.ctrl > div:last-child {
  margin-right: 0;
}
#disp.zoom div.head div.ctrl a {
  float: left;
  display: block;
  width: 20px;
  height: 20px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-arrow-left-white.svg);
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
}
#disp.zoom div.head div.ctrl .next a {
  background-image: url(/images/cb-default/cb-arrow-right-white.svg);
}
#disp.zoom div.head div.ctrl .quit a {
  background-image: url(/images/cb-default/cb-cross-white.svg);
  background-size: 16px 16px;
}
#disp.zoom div.head div.ctrl a:hover {
  transform: scale(1.1);
}
#disp.zoom div.head div.ctrl a:active {
  transform: scale(1);
}
#disp.zoom div.body {
  float: left;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 80px 30px;
  margin: 0;
}
@media (max-width: 767px) {
  #disp.zoom div.body {
    padding: 60px 20px;
  }
}
#disp.zoom div.body > div {
  float: left;
  width: 100% !important;
  height: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#disp.zoom div.body a {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#disp.zoom div.body img {
  float: left;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
#disp.zoom div.foot {
  display: none;
}
.ie11 #disp.zoom {
  position: absolute;
}
.ie11 #disp.zoom div.body,
.ie11 #disp.zoom div.body > div,
.ie11 #disp.zoom div.body a {
  height: auto;
  display: block;
}
.ie11 #disp.zoom div.body img {
  float: none;
  position: relative;
  height: auto;
  display: block;
  margin: 0 auto;
}
#disp.srch {
  display: block !important;
}
#disp.srch h2 {
  display: none;
}
#disp.srch .disp-wrapper {
  background: none;
  padding: 0;
}
#disp.srch .head .ctrl a {
  background-image: url(/images/cb-default/cb-cross-white.svg);
}
#disp.srch div.body {
  margin: 0;
}
#disp.srch fieldset {
  margin: 0;
}
#disp.srch label.name {
  display: none;
}
#disp.srch input.text {
  font-family: 'Ruda', sans-serif;
  background-color: transparent;
  margin-top: 40px;
  width: 100%;
  color: #fff;
  font-size: 50px;
  line-height: 1;
  border-bottom: 1px solid #fff;
  padding: 20px 0;
  -webkit-font-smoothing: antialiased;
  -webkit-appearance: none;
}
@media (max-width: 767px) {
  #disp.srch input.text {
    font-size: 18px;
  }
}
.cb-result {
  float: left;
  width: 100%;
  color: #fff;
  font-size: 18px;
  text-align: left;
  -webkit-font-smoothing: antialiased;
}
.cb-result p {
  margin-top: 40px;
}
.cb-result a {
  color: #fff;
  text-decoration: none;
}
.cb-result a:hover {
  color: #fff;
  text-decoration: underline;
}
.cb-result table {
  float: left;
  width: 100%;
  border-collapse: collapse;
}
.cb-result tbody {
  width: 100%;
}
.cb-result th {
  padding-top: 20px;
  font-size: 24px;
  line-height: 1;
  text-align: left;
}
.cb-result th:first-child {
  padding-right: 40px;
  width: 80px;
}
.cb-result td {
  padding-top: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.cb-result th,
.cb-result td {
  vertical-align: middle;
}
@media (max-width: 767px) {
  .cb-result {
    font-size: 14px;
  }
  .cb-result th {
    padding-top: 10px;
    font-size: 18px;
  }
  .cb-result th:first-child {
    padding-right: 10px;
    width: 54px;
  }
  .cb-result td {
    padding-bottom: 10px;
    padding-top: 5px;
  }
}
.unit.form form {
  float: left;
  width: 100%;
}
.cb-form-required {
  float: left;
  width: 100%;
}
.unit.form fieldset {
  float: left;
  width: 100%;
  position: relative;
}
.unit.form div.ctrl {
  float: left;
  width: 100%;
}
.unit.form div.ctrl.fail {
  box-sizing: border-box;
  padding: 5px;
  background-color: #e7bcbc;
}
@media (min-width: 768px) {
  .unit.form .tile div.ctrl {
    float: right;
    width: 66%;
  }
}
.unit.form .name {
  float: left;
  width: 100%;
  padding-bottom: 5px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .unit.form .tile .name {
    width: 30%;
    min-height: 40px;
    padding-top: 7px;
    padding-bottom: 7px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
  }
}
.unit.form input.text,
.unit.form textarea {
  float: left;
  width: 100%;
  box-sizing: border-box;
  background: transparent;
  min-height: 40px;
  padding: 5px 10px;
  -webkit-appearance: none;
  border-bottom: 2px solid #00589A;
}
.unit.form input.text:focus,
.unit.form textarea:focus {
  border-color: #A1C611;
}
.section--blue .unit.form input.text,
.section--blue .unit.form textarea,
.section--green .unit.form input.text,
.section--green .unit.form textarea {
  border-color: #FFF;
}
.section--blue .unit.form input.text:focus,
.section--blue .unit.form textarea:focus,
.section--green .unit.form input.text:focus,
.section--green .unit.form textarea:focus {
  border-color: #333333;
}
.unit.form input.text.fail,
.unit.form textarea.fail {
  border-color: #e7bcbc;
}
.unit.form textarea {
  padding: 10px;
}
@media (min-width: 768px) {
  .unit.form .tile input.text,
  .unit.form .tile textarea {
    float: right;
    width: 66%;
  }
}
.unit.form div.tick div.ctrl > div {
  float: left;
  width: 100%;
  position: relative;
  padding: 4px 0;
}
@media (min-width: 768px) {
  .unit.form div.tick.tile div.ctrl > div {
    padding-top: 7px;
    padding-bottom: 7px;
  }
}
.unit.form div.tick label {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding-left: 26px;
}
.unit.form div.tick input {
  position: absolute;
  left: 0;
  top: 4px;
  width: 18px;
  margin-right: 6px;
  height: 26px;
  vertical-align: top;
}
@media (min-width: 768px) {
  .unit.form div.tick.tile input {
    top: 7px;
  }
}
.unit.form select {
  float: left;
  width: 100%;
  font-family: 'Ruda', sans-serif;
  font-size: 16px;
  line-height: 1.625;
  background: transparent;
  height: 40px;
  border: 2px solid #00589A;
  padding: 5px;
  color: #00589A;
}
.unit.form .ship fieldset > div {
  float: left;
  width: 100%;
}
.unit.form .ship fieldset > div.fail {
  box-sizing: border-box;
  padding: 5px;
  background-color: #e7bcbc;
}
.unit.form .ship div.chop {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.unit.form .ship div.chop input {
  float: left;
  display: block;
  font-size: 12px;
}
.unit.form .ship div.chop span {
  float: left;
}
.unit.form .ship div.chop a {
  float: left;
  display: block;
  margin-left: 10px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  width: 12px;
  height: 12px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-cross-black.svg);
}
@media (min-width: 768px) {
  .unit.form .ship.tile fieldset > div {
    float: right;
    width: 66%;
    min-height: 40px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
  }
}
.unit.form input.submit {
  float: right;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #00589A;
  line-height: 1.625;
  cursor: pointer;
  color: #fff;
  padding: 15px 30px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  font-weight: 900;
}
@media (max-width: 1023px) {
  .unit.form input.submit {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .unit.form input.submit {
    margin-top: 10px;
  }
}
@media (max-width: 1023px) {
  .unit.form input.submit {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .unit.form input.submit {
    margin-bottom: 10px;
  }
}
.unit.form input.submit:hover,
.unit.form input.submit:focus {
  color: #FFF;
  background-color: #A1C611;
}
.unit.form input.submit:active {
  background-color: #A1C611;
}
.section--blue .unit.form input.submit,
.section--green .unit.form input.submit {
  background-color: #FFF;
  line-height: 1.625;
  cursor: pointer;
  color: #00589A;
  padding: 15px 30px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  font-weight: 900;
}
.section--blue .unit.form input.submit:hover,
.section--green .unit.form input.submit:hover,
.section--blue .unit.form input.submit:focus,
.section--green .unit.form input.submit:focus {
  color: #FFF;
  background-color: #333333;
}
.section--blue .unit.form input.submit:active,
.section--green .unit.form input.submit:active {
  background-color: #333333;
}
.calendar {
  position: absolute !important;
  z-index: 2;
  left: 34% !important;
  top: 100% !important;
  right: unset !important;
  background: #fff;
  width: 200px;
  margin: 10px 0 0 0 !important;
  box-shadow: 0 0 6px rgba(160, 160, 160, 0.4);
  font-size: 14px;
  line-height: 1.14285714;
  padding: 20px;
}
.calendar table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.calendar th,
.calendar td {
  text-align: center;
  padding: 2px;
}
.calendar tr.month th {
  padding-bottom: 10px;
}
.calendar tr.month th:first-child a,
.calendar tr.month th:last-child a {
  float: left;
  display: block;
  width: 16px;
  height: 16px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-arrow-left-black.svg);
}
.calendar tr.month th:last-child a {
  float: right;
  background-image: url(/images/cb-default/cb-arrow-right-black.svg);
}
.calendar td.today a {
  color: #333333;
  text-decoration: underline;
}
.unit.form .recaptcha-info {
  color: #aaa;
}
.section--green .unit.form .recaptcha-info,
.section--blue .unit.form .recaptcha-info {
  color: #FFF;
}
.unit.form .recaptcha-info a {
  color: #aaa;
}
.section--green .unit.form .recaptcha-info a,
.section--blue .unit.form .recaptcha-info a {
  color: #FFF;
}
.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: 10px;
  margin-bottom: 10px;
}
@media (max-width: 1023px) {
  .unit.form div.cb-form-sent {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .unit.form div.cb-form-sent {
    margin-top: 10px;
  }
}
@media (max-width: 1023px) {
  .unit.form div.cb-form-sent {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .unit.form div.cb-form-sent {
    margin-bottom: 10px;
  }
}
.unit.form div.cb-form-sent a {
  float: right;
  color: #5abb55;
  font-size: 14px;
}
.section--blue .unit.form div.cb-form-sent a,
.section--green .unit.form div.cb-form-sent a {
  color: #FFF;
}
.section--blue .unit.form div.cb-form-sent a:hover,
.section--green .unit.form div.cb-form-sent a:hover,
.section--blue .unit.form div.cb-form-sent a:focus,
.section--green .unit.form div.cb-form-sent a:focus {
  color: #333333;
}
#disp.two-step-verification div.body {
  overflow: hidden;
}
#disp.two-step-verification p {
  float: left;
  width: 100%;
}
.two-step-verification-container {
  float: left;
  width: 100%;
  min-width: 300px;
  margin-top: 10px;
  height: 350px;
  position: relative;
}
.two-step-verification-container a {
  background-color: #00589A;
  line-height: 1.625;
  cursor: pointer;
  color: #fff;
  padding: 15px 30px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  font-weight: 900;
}
.two-step-verification-container a:hover,
.two-step-verification-container a:focus {
  color: #FFF;
  background-color: #A1C611;
}
.two-step-verification-container a:active {
  background-color: #A1C611;
}
.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.08604954vw;
  }
}
html,
body {
  float: left;
  width: 100%;
  min-height: 100vh;
}
#home {
  float: left;
  height: 38px;
  overflow: hidden;
  margin-top: 25px;
  margin-bottom: 15px;
}
.anniversary {
  width: 170px;
}
@media (max-width: 1023px) {
  .anniversary {
    width: 120px;
  }
}
.container--head {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.container--logo {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 20px;
}
.anniversary--mobile {
  display: block;
  width: 140px;
  margin-top: 44px;
  margin-left: 5vw;
}
.logo {
  width: auto;
  height: 45px;
}
#head {
  float: left;
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 1023px) {
  #head {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  #head {
    margin-top: 30px;
  }
}
.wrapper {
  float: left;
  width: 100%;
  min-height: 100vh;
  background-color: #fff;
  font-family: 'Ruda', sans-serif;
  font-size: 16px;
  line-height: 1.625;
  color: #333333;
  overflow: hidden;
  hyphens: none;
  -webkit-font-smoothing: antialiased;
  padding-top: 82px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.desk {
  *zoom: 1;
  margin: 0 auto;
  max-width: 90%;
  width: 842px;
  position: relative;
}
.desk:before,
.desk:after {
  display: table;
  content: '';
}
.desk:after {
  clear: both;
}
.section--two .desk,
.section--footer .desk,
.section--multimood .desk,
.section--header .desk,
.cb-layout6 .section--main .desk,
.section--three .desk {
  width: 1278px;
}
.section--fixSlider .desk {
  width: 1278px;
  max-width: 90vw;
}
@media (max-width: 1023px) {
  .section--fixSlider .desk {
    max-width: 90vw;
  }
}
.section {
  float: left;
  width: 100%;
  position: relative;
}
.section--header {
  border-top: 5px solid #A1C611;
  position: fixed;
  top: 0;
  background-color: #FFF;
  z-index: 2000;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1023px) {
  .section--header {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  }
  .cb-toggle-target-active .section--header {
    box-shadow: unset;
  }
}
.navicontainer {
  float: right;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-end;
}
#headerLinks {
  float: right;
}
#headerLinks .meta {
  color: #333333;
  font-size: 16px;
  line-height: 1.5;
  margin: 0 20px;
}
#headerLinks .meta:hover,
#headerLinks .meta:focus {
  color: #A1C611;
}
#headerLinks .meta:last-child {
  margin-right: 0;
}
#headerLinks .meta.service_termin {
  font-weight: 900;
}
@media (max-width: 1023px) {
  #headerLinks .meta {
    position: absolute;
    right: calc(5vw + 60px);
    top: 32px;
  }
  #headerLinks .meta.service_termin {
    float: left;
    font-size: 0;
    overflow: hidden;
    text-indent: 101%;
    color: transparent;
    width: 32px;
    height: 22px;
    background-size: 100% 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(/images/icon-termin.svg);
  }
  #headerLinks .meta:not(.service_termin) {
    display: none;
  }
}
#headerLinksMobile {
  box-sizing: border-box;
  padding: 0 5vw;
  float: left;
  display: flex;
  flex-direction: column;
}
#headerLinksMobile .meta {
  font-size: 14px;
  line-height: 1.71428571;
  color: #000;
  margin: 5px 0;
}
#headerLinksMobile .meta:hover,
#headerLinksMobile .meta:focus {
  color: #A1C611;
}
main {
  float: left;
  position: relative;
  flex: 1 0 auto;
}
.section--multimood {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #CDD7EB;
}
.container--mood {
  width: 1278px;
  max-width: 90vw;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  min-height: 480px;
  isolation: isolate;
}
.container--mood:after {
  content: '';
  z-index: 1;
  position: absolute;
  top: 0;
  right: 10%;
  opacity: 0.5;
  width: calc(90% + max(5vw, calc((100vw - 1280px) / 2)));
  height: 100%;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
  pointer-events: none;
}
.container--mood .mood {
  width: 60%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
@media (max-width: 767px) {
  .container--mood .mood {
    position: relative;
    margin-left: -5vw;
    margin-right: -5vw;
    height: unset;
    width: calc(100% + 10vw);
    order: -1;
    aspect-ratio: 3 / 2;
  }
}
.container--mood .content {
  width: calc(40% - 50px);
  z-index: 2;
}
@media (max-width: 767px) {
  .container--mood .content {
    width: 100%;
  }
}
.contactlink {
  position: absolute;
  z-index: 10;
  bottom: 60px;
  right: 5vw;
  float: left;
  font-size: 25px;
  line-height: 1.8;
  font-weight: 900;
  border-radius: 100%;
  width: 140px;
  height: 140px;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: #FFF;
  background-color: #A1C611;
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.contactlink:hover,
.contactlink:focus {
  background-color: #00589A;
  color: #FFF;
}
@media (max-width: 1023px) {
  .contactlink {
    position: absolute;
    z-index: 10;
    bottom: unset;
    top: 48.828125vw;
    right: 20px;
    float: left;
    font-size: 16px;
    line-height: 1.5625;
    font-weight: 900;
    border-radius: 100%;
    width: 80px;
    height: 80px;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    color: #FFF;
    background-color: #A1C611;
    transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
  }
  .contactlink:hover,
  .contactlink:focus {
    background-color: #00589A;
    color: #FFF;
  }
}
@media (max-width: 767px) {
  .contactlink {
    top: 40.0390625vw;
  }
}
.breadcrump {
  float: left;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 60px;
}
@media (max-width: 1023px) {
  .breadcrump {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .breadcrump {
    margin-top: 30px;
  }
}
@media (max-width: 1023px) {
  .breadcrump {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .breadcrump {
    margin-bottom: 60px;
  }
}
.breadcrump a {
  font-size: 14px;
  line-height: 2.14285714;
  display: inline-block;
  color: #A1C611;
  font-weight: bold;
}
.breadcrump .here {
  color: #333333;
}
@media (max-width: 1023px) {
  .breadcrump {
    display: none;
  }
}
.breadcrump--arrow {
  float: none;
  width: 10px;
  margin-right: 5px;
  margin-left: 2px;
}
.section--lightblue {
  z-index: 1;
}
.section--lightblue:after {
  content: '';
  position: absolute;
  background-color: #EBF2F7;
  left: calc((100vw - 1278px) / 2);
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.section--greenbg {
  background-color: #A1C611;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 1023px) {
  .section--greenbg {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .section--greenbg {
    margin-top: 30px;
  }
}
@media (max-width: 1023px) {
  .section--greenbg {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .section--greenbg {
    margin-bottom: 30px;
  }
}
.section--greenbg .unit:not(.seam) * {
  color: #fff;
}
.section--greenbg .area {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media (max-width: 1023px) {
  .section--greenbg .area {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .section--greenbg .area {
    margin-top: 60px;
  }
}
@media (max-width: 1023px) {
  .section--greenbg .area {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .section--greenbg .area {
    margin-bottom: 60px;
  }
}
.section--lightbluebg {
  background-color: #EBF2F7;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 1023px) {
  .section--lightbluebg {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .section--lightbluebg {
    margin-top: 30px;
  }
}
@media (max-width: 1023px) {
  .section--lightbluebg {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .section--lightbluebg {
    margin-bottom: 30px;
  }
}
.section--lightbluebg .area {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media (max-width: 1023px) {
  .section--lightbluebg .area {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .section--lightbluebg .area {
    margin-top: 60px;
  }
}
@media (max-width: 1023px) {
  .section--lightbluebg .area {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .section--lightbluebg .area {
    margin-bottom: 60px;
  }
}
.section--green {
  z-index: 1;
  color: #FFF;
  margin-top: 60px;
  margin-bottom: 60px;
}
.section--green * {
  color: #FFF;
}
.section--green:after {
  content: '';
  position: absolute;
  background-color: #A1C611;
  background-size: 350px;
  background-position: right top;
  background-repeat: no-repeat;
  background-image: url(/images/bg-logoelement-2.svg);
  right: calc((100vw - 1278px) / 2);
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 1023px) {
  .section--green {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .section--green {
    margin-top: 60px;
  }
}
@media (max-width: 1023px) {
  .section--green {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .section--green {
    margin-bottom: 60px;
  }
}
body.south--empty .section--green {
  margin-top: 0;
  margin-bottom: 0;
}
.section--blue {
  z-index: 1;
  margin-top: 60px;
  margin-bottom: 60px;
}
.section--blue .unit:not(.flat) {
  color: #FFF;
}
.section--blue .unit:not(.flat) * {
  color: #fff;
}
.section--blue:after {
  content: '';
  position: absolute;
  background-color: #00589A;
  background-size: 350px;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-image: url(/images/bg-logoelement-3.svg);
  right: calc((100vw - 1278px) / 2);
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 1023px) {
  .section--blue {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .section--blue {
    margin-top: 60px;
  }
}
@media (max-width: 1023px) {
  .section--blue {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .section--blue {
    margin-bottom: 60px;
  }
}
body.fareast--empty .section--blue {
  margin-top: 0;
  margin-bottom: 0;
}
.cb-layout5 .section--south,
.cb-layout6 .section--south {
  display: none;
}
.section--footer {
  flex-shrink: 0;
  background-color: #00589A;
  background-size: 350px;
  background-position: left top;
  background-repeat: no-repeat;
  background-image: url(/images/bg-logoelement.svg);
  margin-top: 60px;
}
@media (max-width: 1023px) {
  .section--footer {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .section--footer {
    margin-top: 60px;
  }
}
.footarea {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 20px;
  hyphens: none;
}
.footpart {
  float: left;
  width: 100%;
  margin-top: 14px;
  margin-bottom: 14px;
  color: #FFF;
}
.footpart a:hover,
.footpart a:focus {
  color: #FFF;
}
.footpart.footpart--wide {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin-top: 25px;
  margin-bottom: 25px;
}
@media (max-width: 1023px) {
  .footpart.footpart--wide {
    align-items: flex-end;
  }
}
.footpart.footpart--wide.line--top {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footpart.footpart--slim {
  margin-top: 15px;
  margin-bottom: 15px;
}
.footpart.footpart--logos {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}
.footpart.line--top {
  border-top: 2px solid rgba(255, 255, 255, 0.1);
  padding-top: 25px;
}
.footpart.line--top a {
  color: #FFF;
}
.footpart.line--top a:hover,
.footpart.line--top a:focus {
  color: #A1C611;
}
@media (max-width: 1023px) {
  .footpart.line--top {
    text-align: center;
  }
}
.vcard {
  float: left;
}
.fn {
  float: left;
  width: 100%;
}
.fn.times {
  font-size: 95%;
}
.sqscert {
  float: left;
  width: 80px;
}
.aisLogo {
  float: left;
  height: 30px;
  width: auto;
}
.copyright {
  float: left;
}
@media (max-width: 1023px) {
  .copyright {
    margin-bottom: 30px;
  }
}
#legal {
  float: left;
}
#social {
  float: left;
  width: 100%;
}
#social .meta {
  float: left;
  width: 30px;
  height: 30px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin-right: 20px;
}
#social .meta:last-child {
  margin-right: 0;
}
#social .meta.service_linkedin {
  background-image: url(/images/linkedin-white.svg);
}
#social .meta.service_linkedin:hover,
#social .meta.service_linkedin:focus {
  background-image: url(/images/linkedin-green.svg);
}
#social .meta.service_xing {
  background-image: url(/images/xing-white.svg);
}
#social .meta.service_xing:hover,
#social .meta.service_xing:focus {
  background-image: url(/images/xing-green.svg);
}
.threeContent {
  float: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .threeContent {
    flex-direction: column;
  }
}
.threeSubcontent {
  float: left;
}
.threeSubcontent.threeSubcontent--1 {
  width: 31.76838811%;
}
.threeSubcontent.threeSubcontent--2 {
  width: 65.88419405%;
}
@media (max-width: 1023px) {
  .threeSubcontent.threeSubcontent--1 {
    width: 31.79190751%;
  }
  .threeSubcontent.threeSubcontent--2 {
    width: 63.58381503%;
  }
}
@media (max-width: 767px) {
  .threeSubcontent {
    width: 100% !important;
  }
  .threeSubcontent .areaTen {
    margin-bottom: 0;
  }
  .threeSubcontent .areaEleven {
    margin-top: 0;
  }
}
a {
  color: #A1C611;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
}
a:hover,
a:focus {
  color: #00589A;
}
.part.tiny.link {
  width: auto!important;
  margin-right: 30px!important;
}
.part.tiny.link .open:not(.fold-toggle) {
  background-color: #00589A;
  line-height: 1.625;
  cursor: pointer;
  color: #fff;
  padding: 15px 30px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  font-weight: 900;
  display: inline-block;
}
.part.tiny.link .open:not(.fold-toggle):hover,
.part.tiny.link .open:not(.fold-toggle):focus {
  color: #FFF;
  background-color: #A1C611;
}
.part.tiny.link .open:not(.fold-toggle):active {
  background-color: #A1C611;
}
.section--blue .part.tiny.link .open:not(.fold-toggle),
.section--green .part.tiny.link .open:not(.fold-toggle) {
  background-color: #FFF;
  line-height: 1.625;
  cursor: pointer;
  color: #00589A;
  padding: 15px 30px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  font-weight: 900;
  display: inline-block;
}
.section--blue .part.tiny.link .open:not(.fold-toggle):hover,
.section--green .part.tiny.link .open:not(.fold-toggle):hover,
.section--blue .part.tiny.link .open:not(.fold-toggle):focus,
.section--green .part.tiny.link .open:not(.fold-toggle):focus {
  color: #FFF;
  background-color: #333333;
}
.section--blue .part.tiny.link .open:not(.fold-toggle):active,
.section--green .part.tiny.link .open:not(.fold-toggle):active {
  background-color: #333333;
}
.part.tall.link .open:not(.fold-toggle) {
  font-weight: bold;
  background-size: 39px 15px;
  background-position: -20px 5px;
  background-repeat: no-repeat;
  background-image: url(/images/arrow-right-blue.svg);
  padding-left: 30px;
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
  display: inline-block;
  width: calc(100% - 50px);
}
.part.tall.link .open:not(.fold-toggle):hover,
.part.tall.link .open:not(.fold-toggle):focus {
  background-position: 0 5px;
  padding-left: 50px;
  box-sizing: content-box;
}
.section--blue .part.tall.link .open:not(.fold-toggle),
.section--green .part.tall.link .open:not(.fold-toggle) {
  background-image: url(/images/arrow-right-white.svg);
}
.section--blue .part.tall.link .open:not(.fold-toggle):hover,
.section--green .part.tall.link .open:not(.fold-toggle):hover,
.section--blue .part.tall.link .open:not(.fold-toggle):focus,
.section--green .part.tall.link .open:not(.fold-toggle):focus {
  color: #333333;
  background-image: url(/images/arrow-right-grey.svg);
}
h1,
h2,
h3,
h4 {
  font-weight: 900;
  color: #00589A;
}
h1 strong,
h2 strong,
h3 strong,
h4 strong {
  color: #A1C611;
}
h1,
h2 {
  font-size: 30px;
  line-height: 1.33333333;
}
h2 i {
  font-style: normal;
}
h3 {
  font-size: 25px;
  line-height: 1.28;
}
h4 {
  font-size: 20px;
  line-height: 1.5;
}
p.loud {
  font-size: 18px;
  line-height: 1.55555556;
}
p.skew {
  font-size: 20px;
  line-height: 1.5;
}
.area {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 1023px) {
  .area {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .area {
    margin-top: 30px;
  }
}
@media (max-width: 1023px) {
  .area {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .area {
    margin-bottom: 30px;
  }
}
.area.main {
  margin-top: 0;
}
.section--one .area .flat {
  background-color: #fff;
  padding: 20px 30px;
  box-sizing: border-box;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.section--one .area .unit.edge {
  background-color: #CDD7EB;
  margin-top: 50px;
  padding: 0  15px 15px;
  box-sizing: border-box;
}
.section--one .area .unit.edge.slim {
  background-color: #EDF4DB;
}
.section--one .area .unit.edge.slim h4 {
  color: #A1C611;
}
.section--one .area .unit.edge .body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section--one .area .unit.edge .part.pict:first-child {
  width: 95px;
  aspect-ratio: 1;
  margin-top: -50px;
  background-color: #fff;
  border-radius: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section--one .area .unit.edge .part.pict:first-child .cb-image-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section--one .area .unit.edge .part.pict:first-child img {
  width: 50%;
}
.section--two .area .pure.slim .pict.tiny .cb-image-figure {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  gap: 0 20px;
}
.section--two .area .seam {
  background-color: #fff;
  padding: 20px 30px;
  box-sizing: border-box;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.section--two .area .unit.edge {
  background-color: #CDD7EB;
  margin-top: 50px;
  padding: 0  15px 15px;
  box-sizing: border-box;
}
.section--two .area .unit.edge.slim {
  background-color: #EDF4DB;
}
.section--two .area .unit.edge.slim h4 {
  color: #A1C611;
}
.section--two .area .unit.edge .body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section--two .area .unit.edge .part.pict:first-child {
  width: 95px;
  margin-top: -50px;
}
.area .fold .less .part {
  margin-bottom: 0;
}
.area .fold .less .part a.fold-toggle {
  background-color: #EBF2F7;
  text-decoration: none;
  padding-right: 60px;
  box-sizing: border-box;
  font-weight: 900;
  padding: 12px 10px;
  color: #00589A;
}
.area .fold .less .part a.fold-toggle:hover,
.area .fold .less .part a.fold-toggle:focus {
  color: #A1C611;
}
.area .fold + .fold .less {
  border-top: unset;
}
.area .fold .more {
  background-color: #EBF2F7;
  padding-inline: 10px;
  box-sizing: border-box;
}
.area .fold .fold-toggle {
  display: block;
  text-decoration: none;
  padding: 0;
  position: relative;
}
.area .fold .fold-toggle:after {
  content: '';
  position: absolute;
  right: 10px;
  top: 0px;
  width: 20px;
  min-height: 100%;
  background-size: 20px 20px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/toggle-open.svg);
}
.area .fold .fold-toggle.fold-toggle--open:after {
  background-image: url(/images/toggle-close.svg);
}
.area .fold .foot {
  display: none;
}
@media (max-width: 767px) {
  .filter-dropdown {
    float: left;
    width: 100%;
    position: relative;
    border: 3px solid #00589A;
    box-sizing: border-box;
  }
  .filter-item--active {
    float: left;
    width: 100%;
    position: relative;
  }
  .filter-link {
    text-decoration: none;
    padding: 9px 20px;
    font-weight: 900;
    color: #00589A;
  }
  .filter-link .filter-item-text,
  .is-active .filter-link {
    color: #FFF;
  }
  .filter-link.open-filter {
    float: left;
    height: 100%;
    background-color: #00589A;
    background-image: url(/images/arrow-down-white.svg);
    background-size: 12px 12px;
    background-position: calc(100% - 10px) 50%;
    background-repeat: no-repeat;
    z-index: 2;
  }
  .filter-link.open-filter:hover {
    cursor: pointer;
  }
  .filter-list {
    position: absolute;
    top: calc(100% - 3px);
    left: 0;
    width: 100%;
    background-color: #FFF;
    border: 3px solid #00589A;
    border-top: none;
    box-sizing: border-box;
    z-index: 3;
    display: none;
  }
  .unit-filter.cb-toggle-target-active .filter-list {
    display: flex;
    flex-wrap: wrap;
  }
  .filter-dropdown .filter-item {
    min-height: 34px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
  }
  .filter-dropdown .filter-item:hover {
    cursor: pointer;
  }
  .filter-list .filter-item {
    min-height: 34px;
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    color: #00589A;
  }
  .filter-list .filter-item:hover {
    cursor: pointer;
    background-color: #00589A;
    color: #FFF;
  }
  .filter-list .filter-item:hover .filter-link {
    color: #FFF;
  }
  .filter-item--active .filter-item {
    padding-right: 20px;
  }
  .filter-item.is-active {
    background-color: #00589A;
  }
}
.js-filter-unit {
  display: none;
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.js-filter-unit.js-filter-unit--activated {
  display: block;
}
.js-filter-unit.js-filter-unit--active {
  opacity: 1;
  transform: scale(1);
}
.filter-counter {
  float: left;
  width: 100%;
  text-align: left;
  font-size: 13px;
  line-height: 1.38461538;
  color: #838383;
  margin-top: 38px;
  display: none;
}
@media (max-width: 1023px) {
  body.cb-toggle-target-active {
    overflow: hidden;
  }
  .navi {
    display: none;
  }
}
.togglenavigation {
  position: fixed;
  top: 36px;
  right: 5%;
  z-index: 2001;
  width: 30px;
  height: 22px;
  cursor: pointer;
}
.tline {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 4px;
  background-color: #00589A;
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.tline--2,
.tline--3 {
  top: 50%;
  transform: translateY(-50%);
}
.tline--4 {
  top: unset;
  bottom: 0;
  left: auto;
  right: 0;
  width: calc(100% - 5px);
}
body.cb-toggle-target-active .tline {
  background-color: #A1C611;
}
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%;
  display: flex;
  flex-direction: column;
  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;
}
.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: #00589A;
}
.mobile-navigation div.navi > .item > .menu.path {
  color: #A1C611;
}
.mobile-navigation div.sub1 {
  box-sizing: border-box;
  padding: 0 5vw;
  margin: 135px 0 30px;
}
.mobile-navigation div.sub1 > .item {
  border-bottom: 2px solid #00589A;
  margin: 10px 0;
}
.mobile-navigation div.sub1 > .item.naviColorSpecial > .menu {
  color: #A1C611;
}
.mobile-navigation div.sub1 > .item.naviColorSpecial > .menu.path {
  color: #00589A;
}
.mobile-navigation div.sub1 > .item > .menu {
  padding-right: 30px;
  font-size: 18px;
  line-height: 1.66666667;
  padding-bottom: 10px;
  font-weight: 900;
}
.mobile-navigation div.sub2 > .item {
  margin: 6px 0;
}
.mobile-navigation div.sub2 > .item > .menu {
  font-size: 16px;
  line-height: 1.875;
  font-weight: bold;
}
.mobile-navigation div.sub2 {
  overflow: hidden;
  max-height: 0;
}
.mobile-navigation div.sub2 > .item {
  opacity: 0;
  transform: scale(0.8);
}
.mobile-navigation div.sub2 > .item.exit {
  margin-bottom: 25px;
}
.mobile-navigation div.navi > .item.cb-toggle-target-active > div.navi {
  transition: none;
  max-height: 1000px;
  transition: max-height 2s;
}
.mobile-navigation div.navi > .item.cb-toggle-target-active > div.navi > .item {
  transform: scale(1);
  opacity: 1;
  transition: all 0.3s;
}
.mobile-navigation .cb-toggle {
  position: absolute;
  right: 0;
  top: 2px;
  z-index: 2;
  cursor: pointer;
  width: 30px;
  height: 24px;
  background-size: 20px 20px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/toggle-open.svg);
}
.mobile-navigation .cb-toggle.cb-toggle-active {
  background-image: url(/images/toggle-close.svg);
}
.section--slider .desk {
  width: 842px;
  max-width: 842px;
}
@media (max-width: 767px) {
  .section--slider .desk {
    max-width: 90vw;
  }
  #view .section--slider .desk {
    max-width: 92vw;
  }
}
.js-slider {
  float: left;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
}
@media (max-width: 1023px) {
  .js-slider {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .js-slider {
    margin-bottom: 60px;
  }
}
.js-slider__width {
  float: left;
  width: 100%;
}
#view .js-slider__width {
  overflow: hidden;
}
.section--slider .side {
  margin-bottom: 0;
}
.section--slider .farwest {
  margin-top: 0;
}
#view .section--slider .area {
  display: flex;
  justify-content: center;
}
#edit .section--slider .area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section--slider .area .unit {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 1023px) {
  .section--slider .area .unit {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .section--slider .area .unit {
    margin-top: 30px;
  }
}
@media (max-width: 1023px) {
  .section--slider .area .unit {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .section--slider .area .unit {
    margin-bottom: 30px;
  }
}
.section--slider .area .unit .body {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
#view .section--slider .area .unit {
  margin: 0 10px;
  flex-shrink: 0;
  transition: all 0.6s ease-in-out;
}
.section--slider .area .unit .part {
  margin-top: 20px;
  margin-bottom: 20px;
}
#view .section--slider .area .unit {
  width: 842px;
}
#view .section--slider .area .unit .body {
  width: 842px;
}
#view .section--slider .area .unit.unit--collapsed {
  width: 0;
  margin-left: 0;
  margin-right: 0;
}
.js-slider__link {
  position: absolute;
  bottom: -24px;
  transform: translateY(-50%);
  z-index: 2;
  margin-left: -15px;
  left: 0;
  width: 65px;
  height: 23px;
  background-size: 65px;
  background-repeat: no-repeat;
  background-image: url(/images/arrow-left-green.svg);
  cursor: pointer;
}
.js-slider__link:hover,
.js-slider__link:focus {
  background-image: url(/images/arrow-left-blue.svg);
}
#edit .js-slider__link {
  display: none;
}
@media (max-width: 1023px) {
  .js-slider__link {
    margin-left: 0;
  }
}
.js-slider__link--prev {
  background-position: calc(100% + 15px) 50%;
}
.js-slider__link--prev:hover,
.js-slider__link--prev:focus {
  background-position: 100% 50%;
}
.js-slider__link--next {
  left: 95px;
  background-position: -15px 50%;
  background-image: url(/images/arrow-right-green.svg);
}
.js-slider__link--next:hover,
.js-slider__link--next:focus {
  background-position: 0px 50%;
  background-image: url(/images/arrow-right-blue.svg);
}
@media (max-width: 1023px) {
  .section--slider .area .unit .part {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #view .section--slider .area .unit {
    margin: 0 10px;
    width: 90vw;
  }
  #view .section--slider .area .unit .body {
    width: 90vw;
  }
}
@media (max-width: 767px) {
  .section--slider .area .unit {
    min-height: 0;
  }
  .section--slider .area .unit .body {
    min-height: 0;
    width: 90vw;
  }
  #view .section--slider .area .unit {
    margin: 0 10px;
    width: 90vw;
  }
  #view .section--slider .area .unit .body {
    width: 90vw;
  }
  #view .section--slider .area .unit {
    width: 90vw;
  }
  #view .section--slider .area .unit .body {
    width: 90vw;
  }
  #view .section--slider .area .unit.unit--collapsed {
    width: 0;
    margin-left: 0;
    margin-right: 0;
  }
}
.vc-fixSlider {
  float: left;
  width: calc((100vw + 1278px) / 2);
  max-width: 100vw;
  height: 35.15625vw;
  position: relative;
  margin-bottom: 120px;
  transition: opacity 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
}
@media (max-width: 1023px) {
  .vc-fixSlider {
    margin-bottom: 120px;
  }
}
@media (max-width: 767px) {
  .vc-fixSlider {
    margin-bottom: 120px;
  }
}
@media (max-width: 1023px) {
  .vc-fixSlider {
    height: 68.359375vw;
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .vc-fixSlider {
    height: 97.65625vw;
  }
}
.vc-fixSlide {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
}
.vc-fixSlide.cb-jsmood--active {
  pointer-events: initial;
  opacity: 1;
}
.vc-fixSlide__pictures {
  float: right;
  margin-left: 17.05790297%;
  width: calc(100% - 218px);
  height: 100%;
  position: relative;
  overflow: hidden;
}
.vc-fixSlide__pictures:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 30%;
  background-image: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0));
}
.vc-fixSlide__pictures:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  height: 5px;
  width: 0;
  background-color: #00589A;
}
.cb-jsmood--active .vc-fixSlide__pictures:before {
  animation-name: SliderTimeIndicator;
  animation-duration: 3.7s;
  animation-iteration-count: 1;
  animation-timing-function: linear;
  animation-delay: 0.3s;
}
@media (max-width: 1023px) {
  .vc-fixSlide__pictures {
    width: 100vw;
    left: -5vw;
    height: 53.7109375vw;
    margin-bottom: 45px;
  }
  .vc-fixSlide__pictures:after {
    background-image: unset;
  }
}
@keyframes SliderTimeIndicator {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.vc-fixSlide__image {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  left: 0;
  animation-name: SlideOut;
  animation-duration: 0.7s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
}
.cb-jsmood--active .vc-fixSlide__image {
  animation-name: SlideIn;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.83, 0, 0.17, 1);
}
.vc-fixSlide__content {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 39.0625%;
  margin-top: -30px;
  z-index: 4;
}
@media (max-width: 1280px) {
  .vc-fixSlide__content {
    width: 46.875%;
  }
}
@media (max-width: 1023px) {
  .vc-fixSlide__content {
    position: relative;
    width: 95%;
    top: unset;
    transform: unset;
    margin-top: unset;
  }
}
.vc-fixSlide__text {
  display: block;
  pointer-events: none;
  opacity: 0;
  hyphens: manual;
  pointer-events: initial;
  animation-name: SlideOut;
  animation-duration: 0.7s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
  margin-top: 10px;
}
.cb-jsmood--active .vc-fixSlide__text {
  animation-play-state: running;
  pointer-events: initial;
  animation-name: SlideIn;
  animation-duration: 0.9s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.83, 0, 0.17, 1);
}
.hideslides .vc-fixSlide {
  opacity: 0;
  transition-delay: 0.2s;
}
.hideslides .vc-fixSlide.cb-jsmood--active {
  opacity: 1;
}
@keyframes SlideIn {
  0% {
    opacity: 0;
    transform: scale(1.1) translateX(200%);
  }
  100% {
    transform: scale(1) translateX(0);
    opacity: 1;
  }
}
@keyframes SlideOut {
  0% {
    transform: scale(1) translateX(0);
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1.1) translateX(-200%);
  }
}
.vc-fixSlider__controls {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-top: 100px;
  z-index: 3;
}
.vc-fixSlider__anchor {
  position: absolute;
  bottom: -20px;
  transform: translateY(-50%);
  z-index: 2;
  margin-left: -15px;
  left: 0;
  width: 65px;
  height: 23px;
  background-size: 65px;
  background-repeat: no-repeat;
  background-position: calc(100% + 15px) 50%;
  background-image: url(/images/arrow-left-green.svg);
  cursor: pointer;
}
.vc-fixSlider__anchor:hover,
.vc-fixSlider__anchor:focus {
  background-position: 100% 50%;
  background-image: url(/images/arrow-left-blue.svg);
}
.vc-fixSlider__anchor--next {
  left: 95px;
  background-position: -15px 50%;
  background-image: url(/images/arrow-right-green.svg);
}
.vc-fixSlider__anchor--next:hover,
.vc-fixSlider__anchor--next:focus {
  background-position: 0px 50%;
  background-image: url(/images/arrow-right-blue.svg);
}
.section--moodFader {
  top: 0;
}
.ns-sliderWrapper {
  float: left;
  width: 100%;
  position: relative;
  isolation: isolate;
  margin-bottom: 90px;
}
@media (max-width: 1023px) {
  .ns-sliderWrapper {
    margin-bottom: 90px;
  }
}
@media (max-width: 767px) {
  .ns-sliderWrapper {
    margin-bottom: 90px;
  }
}
.ns-slider--moodFader {
  float: left;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #CDD7EB;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}
.section--multimood {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}
.ns-slider--moodFader .ns-slider__stage {
  float: left;
  width: 1278px;
  max-width: 90vw;
  height: 100%;
  position: relative;
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 1fr;
  grid-template-areas: "slides";
  min-height: 590px;
}
@media (max-width: 1023px) {
  .ns-slider--moodFader .ns-slider__stage {
    min-height: 490px;
  }
}
@media (max-width: 767px) {
  .ns-slider--moodFader .ns-slider__stage {
    min-height: calc(100svh - 83px);
  }
}
.ns-slider--moodFader .ns-slide {
  grid-area: slides;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  transition-duration: 0.4s;
  padding-block: 60px;
  box-sizing: border-box;
}
.ns-slider--moodFader .ns-slide:after {
  content: '';
  z-index: 1;
  position: absolute;
  top: 0;
  right: 10%;
  width: calc(90% + max(5vw, calc((100vw - 1280px) / 2)));
  height: 100%;
  opacity: 0;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
  pointer-events: none;
}
.ns-slider--moodFader .ns-slide:before {
  content: '';
  z-index: -1;
  position: absolute;
  top: 0;
  right: 60%;
  width: calc(40% + (100vw - 1278px) / 2);
  pointer-events: none;
  height: 100%;
  background-color: #CDD7EB;
}
.ns-slider--moodFader .ns-slide.is-active {
  z-index: 2;
}
.ns-slider--moodFader .ns-slide.is-active:after {
  opacity: 0.5;
}
.ns-slider--moodFader .ns-slide.is-active .ns-slide__image {
  opacity: 1;
}
.ns-slider--moodFader .ns-slide.is-active .ns-slide__parts {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 767px) {
  .ns-slider--moodFader .ns-slide {
    padding-block-start: 0px;
    flex-direction: column;
    gap: 10px;
  }
}
.ns-slider--moodFader .ns-slide__parts {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.05, 0.8, 0.5, 1);
  transform: translateY(20px);
}
.ns-slider--moodFader .ns-slide__image {
  float: left;
  width: 60%;
  height: 100%;
  position: absolute;
  right: 0;
  z-index: -1;
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.05, 0.8, 0.5, 1);
}
@media (max-width: 767px) {
  .ns-slider--moodFader .ns-slide__image {
    position: relative;
    margin-left: -5vw;
    margin-right: -5vw;
    height: unset;
    width: calc(100% + 10vw);
    order: -1;
    aspect-ratio: 3 / 2;
  }
}
.ns-slider--moodFader .ns-slide__content {
  float: left;
  width: calc(40% - 50px);
  z-index: 2;
}
@media (max-width: 767px) {
  .ns-slider--moodFader .ns-slide__content {
    width: 100%;
  }
}
.ns-slider--moodFader .ns-slider__part {
  float: left;
  width: 100%;
  margin-top: calc(var(--spacePart) * 1);
}
.ns-slider--moodFader .ns-slider__part:first-child {
  margin-top: 0 !important;
}
@media (min-width: 1024px) {
  .ns-slider__part--text h3 {
    font-size: 30px;
    line-height: 1.33333333;
  }
}
.ns-slider--moodFader .ns-slider__part--image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.ns-slider--moodFader .ns-sliderImage {
  float: left;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.ns-slider__controls {
  display: flex;
  width: 100%;
  position: absolute;
  bottom: 30px;
  align-items: center;
  gap: 15px;
}
.ns-slider--moodFader .ns-sliderIndex {
  display: flex;
  flex-direction: row;
  z-index: 6;
}
@media (max-width: 1023px) {
  .ns-slider--moodFader .ns-sliderIndex {
    left: unset;
    right: var(--deskSpace);
    bottom: 400px;
  }
}
@media (max-width: 767px) {
  .ns-slider--moodFader .ns-sliderIndex {
    right: unset;
    left: var(--deskSpace);
    bottom: 230px;
  }
}
.ns-sliderIndex__content {
  float: left;
  width: 100%;
  display: flex;
  gap: 10px;
}
.ns-sliderIndex__item {
  float: left;
  width: 13px;
  height: 13px;
  cursor: pointer;
  position: relative;
  display: block;
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
  border: 2px solid #00589A;
  box-sizing: border-box;
  border-radius: 100%;
}
.ns-sliderIndex__item.is-active {
  background-color: #00589A;
}
.ns-slider--moodFader .ns-sliderControl {
  z-index: 10;
  width: 19px;
  height: 19px;
  cursor: pointer;
  background-size: 19px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.ns-slider--moodFader .ns-sliderControl--prev {
  background-image: url(/images/arrow-slider-prev.svg);
}
.ns-slider--moodFader .ns-sliderControl--next {
  background-image: url(/images/arrow-slider-next.svg);
}
/*# sourceMappingURL=./screen-small.css.map */