:root {
  --NEUTRALS_900: #263238;
  --NEUTRALS_800: #37474F;
  --NEUTRALS_700: #455A64;
  --NEUTRALS_600: #546E7A;
  --NEUTRALS_500: #607D8B;
  --NEUTRALS_400: #78909C;
  --NEUTRALS_300: #90A4AE;
  --NEUTRALS_200: #B0BEC5;
  --NEUTRALS_100: #CFD8DC;
  --NEUTRALS_50: #ECEFF1;
  --NEUTRALS_00: #FAFAFA;
  --SECONDARY_900: #1F5D47;
  --SECONDARY_500: #37926F;
  --SECONDARY_300: #74C19E;
  --SECONDARY_50: #DBF0E4;
  --PRIMARY_900: #203939;
  --PRIMARY_500: #2B5A5A;
  --PRIMARY_300: #408C89;
  --PRIMARY_50: #D9EEEB;
  --SUCCESS_900: #348218;
  --SUCCESS_500: #55BB45;
  --SUCCESS_50: #BBEAAB;
  --WARNING_900: #CB9122;
  --WARNING_500: #F4BA49;
  --WARNING_50: #FFE9B1;
  --ERROR_900: #A8241C;
  --ERROR_500: #E85A3B;
  --ERROR_50: #FFBFB1;
}
:root {
  --sitecolor: var(--NEUTRALS_900);
  --textcolor: var(--NEUTRALS_900);
  --titlecolor: var(--NEUTRALS_900);
  --linkcolor: var(--NEUTRALS_900);
  --linkcolorHover: var(--NEUTRALS_900);
  --btnPrimaryColor: var(--NEUTRALS_00);
  --btnPrimaryBgColor: var(--PRIMARY_500);
  --btnPrimaryColorHover: var(--NEUTRALS_00);
  --btnPrimaryBgColorHover: var(--PRIMARY_900);
  --btnSecondaryColor: var(--NEUTRALS_500);
  --btnSecondaryBgColor: transparent;
  --btnSecondaryColorHover: var(--NEUTRALS_900);
  --btnSecondaryBgColorHover: transparent;
  --btnTertiaryColor: var(--NEUTRALS_500);
  --btnTertiaryBgColor: transparent;
  --btnTertiaryColorHover: var(--NEUTRALS_900);
  --btnTertiaryBgColorHover: transparent;
  --btnIconIndent: 36px;
  --btnIconSize: 16px;
  --btnIconColor: var(--NEUTRALS_00);
  --btnIconColorHover: var(--NEUTRALS_00);
  --btnFontSize: 14px;
  --btnIconLeftImage: url(/images/tk-icons/btn-arrow-left.svg);
  --btnIconRightImage: url(/images/tk-icons/btn-arrow-right.svg);
  --boxShadow: 0px 0px 8px rgba(0, 0, 0, 0.16);
  --borderRadius: 4px;
  --gridGap: calc(var(--spaceTotal) * 1);
  --headerHeight: 48px;
  --easing: cubic-bezier(0.76, 0, 0.24, 1);
}
:root {
  --deskWidth: 1312px;
  --fluidSize: clamp(1.5625rem, 3.71428571vw + 0.65714286rem, 4rem);
  --deskSpace: var(--fluidSize);
  --deskMaxWidth: calc(100vw - (2 * var(--deskSpace)));
}
:root {
  --spacePart: 10px;
}
@media (max-width: 1279px) {
  :root {
    --spacePart: 6px;
  }
}
@media (max-width: 767px) {
  :root {
    --spacePart: 6px;
  }
}
:root {
  --spaceUnit: 22px;
}
@media (max-width: 1279px) {
  :root {
    --spaceUnit: 18px;
  }
}
@media (max-width: 767px) {
  :root {
    --spaceUnit: 14px;
  }
}
:root {
  --spaceTotal: 32px;
}
@media (max-width: 1279px) {
  :root {
    --spaceTotal: 24px;
  }
}
@media (max-width: 767px) {
  :root {
    --spaceTotal: 20px;
  }
}
:root {
  --js-breakpoint: breakpointLarge;
}
@media (max-width: 1279px) {
  :root {
    --js-breakpoint: breakpointMedium;
  }
}
@media (max-width: 767px) {
  :root {
    --js-breakpoint: breakpointSmall;
  }
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.makeit-negative {
  --btnPrimaryColor: var(--NEUTRALS_00);
  --btnPrimaryBgColor: var(--SECONDARY_500);
  --btnPrimaryColorHover: var(--NEUTRALS_00);
  --btnPrimaryBgColorHover: var(--SECONDARY_300);
  --btnSecondaryColor: var(--NEUTRALS_00);
  --btnSecondaryBgColor: transparent;
  --btnSecondaryColorHover: var(--NEUTRALS_00);
  --btnSecondaryBgColorHover: transparent;
  --btnTertiaryColor: var(--NEUTRALS_00);
  --btnTertiaryBgColor: transparent;
  --btnTertiaryColorHover: var(--NEUTRALS_00);
  --btnTertiaryBgColorHover: transparent;
}
.btn-primary-negative {
  --btnPrimaryColor: var(--NEUTRALS_00);
  --btnPrimaryBgColor: var(--SECONDARY_500);
  --btnPrimaryColorHover: var(--NEUTRALS_00);
  --btnPrimaryBgColorHover: var(--SECONDARY_300);
}
.btn-secondary-negative {
  --btnSecondaryColor: var(--NEUTRALS_00);
  --btnSecondaryBgColor: transparent;
  --btnSecondaryColorHover: var(--NEUTRALS_00);
  --btnSecondaryBgColorHover: transparent;
}
.btn-tertiary-negative {
  --btnTertiaryColor: var(--NEUTRALS_00);
  --btnTertiaryBgColor: transparent;
  --btnTertiaryColorHover: var(--NEUTRALS_00);
  --btnTertiaryBgColorHover: transparent;
}
/* funnel-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: 'Funnel Sans';
  font-style: normal;
  font-weight: 400;
  src: url('/extras/fonts/funnel-sans-v2-latin-regular.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* funnel-sans-italic - 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: 'Funnel Sans';
  font-style: italic;
  font-weight: 400;
  src: url('/extras/fonts/funnel-sans-v2-latin-italic.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* funnel-sans-800 - 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: 'Funnel Sans';
  font-style: normal;
  font-weight: 800;
  src: url('/extras/fonts/funnel-sans-v2-latin-800.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: var(--sitecolor);
  color: #fff;
}
.hidden,
.cb-invisible {
  display: none !important;
}
li {
  list-style-position: inside;
}
img,
audio,
video,
iframe {
  float: left;
  width: 100%;
}
strong {
  font-weight: 800;
}
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: 14px;
  font-family: 'Funnel Sans', sans-serif;
  line-height: 1.42857143;
}
.unit caption {
  display: none;
}
.flag {
  background: var(--sitecolor);
  color: #fff;
}
img.cb-loading {
  background-size: 30px 30px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-loader.svg);
}
.cbdModule {
  float: left;
  width: 100%;
}
#view .cbdModule.is-empty {
  display: none;
}
.cbDynamicContent__element {
  float: left;
  width: 100%;
}
.area {
  float: left;
  width: 100%;
}
#view .area:empty {
  display: none;
}
.area .unit {
  float: left;
  width: 100%;
  margin-top: var(--spaceUnit);
  margin-bottom: var(--spaceUnit);
  position: relative;
}
.unit__background {
  float: left;
  width: 100%;
}
.unit__content {
  float: left;
  width: 100%;
}
.unit__head,
.unit__body,
.unit__foot {
  float: left;
  width: 100%;
}
.unit--fold div.less,
.unit--fold div.more {
  float: left;
  width: 100%;
}
.unit--fold .ctrl {
  float: left;
  width: 100%;
}
.unit .part {
  float: left;
  width: 100%;
  margin-top: var(--spacePart);
  margin-bottom: var(--spacePart);
  position: relative;
}
.part__content {
  float: left;
  width: 100%;
}
.pict a {
  float: left;
  width: 100%;
}
.pict img {
  width: 100%;
}
.pict img:not(.svg) {
  width: auto;
  max-width: 100% !important;
}
#root#root#root img.zoom {
  display: none !important;
}
.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;
}
div.load a.load {
  background-color: var(--btnSecondaryBgColor);
  line-height: 1.42857143;
  font-family: inherit;
  cursor: pointer;
  color: var(--btnSecondaryColor);
  box-sizing: border-box;
  appearance: none;
  border-radius: var(--borderRadius);
  text-align: center;
  text-decoration: none;
  display: inline-block;
  transition: all 0.4s var(--easing);
  font-size: var(--btnFontSize);
  line-height: 1.4;
  text-decoration: underline;
  text-underline-position: under;
}
@media (hover: hover) and (pointer: fine) {
  div.load a.load:hover,
  div.load a.load:focus {
    text-decoration: underline;
    color: var(--btnSecondaryColorHover);
    border-color: var(--btnSecondaryColorHover);
    background-color: var(--btnSecondaryBgColorHover);
  }
}
.show a {
  float: left;
  width: 100%;
  display: block;
}
#edit .line {
  padding-top: 5px;
  padding-bottom: 5px;
}
.line hr {
  float: left;
  width: 100%;
  border-bottom: 1px solid var(--textcolor);
}
.line hr.bold {
  border-bottom-width: 2px;
}
.line hr.dash {
  border-bottom-style: dashed;
}
.line hr.spot {
  border-bottom-style: dotted;
}
#edit div.code {
  position: relative;
  min-height: 30px;
}
#edit div.code:after {
  content: 'Code';
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background: #aaa;
  opacity: 0.6;
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
  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: 18px;
  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%;
  position: relative;
  height: 100% !important;
}
#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);
  transition: all 0.12s;
}
#slides img.lazyimage.lazyloaded {
  filter: blur(0);
}
#expo div.link {
  float: left;
  width: 100%;
  height: 0;
}
#expo a.link {
  position: absolute;
  bottom: 24px;
  z-index: 2;
  width: 24px;
  aspect-ratio: 1;
  border-radius: 24px;
  cursor: pointer;
  background-color: color-mix(in srgb, var(--NEUTRALS_00) 60%, transparent);
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
}
@media (hover: hover) and (pointer: fine) {
  #expo a.link:hover,
  #expo a.link:focus {
    background-color: var(--NEUTRALS_00);
  }
}
#expo a.link:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 4px;
  height: 7px;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-position: 50% 50%;
          mask-position: 50% 50%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: var(--NEUTRALS_900);
}
#expo a.link.prev {
  left: calc(var(--spaceEdges));
}
#expo a.link.prev:after {
  -webkit-mask-image: url(/images/tk-icons/btn-mood-arrow-left.svg);
          mask-image: url(/images/tk-icons/btn-mood-arrow-left.svg);
}
#expo a.link.next {
  left: calc(var(--spaceEdges) + 24px + 12px);
}
#expo a.link.next:after {
  -webkit-mask-image: url(/images/tk-icons/btn-mood-arrow-right.svg);
          mask-image: url(/images/tk-icons/btn-mood-arrow-right.svg);
}
table.link,
table.link tbody {
  float: left;
  display: block;
  width: 100%;
  height: 0;
}
.cb-index-all {
  display: block;
  position: absolute;
  left: 0;
  bottom: 16px;
  z-index: 2;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cb-index-all td {
  float: left;
  display: block;
  margin: 0 2px;
}
.cb-index-all td.init {
  margin-left: 0;
}
.cb-index-all td.exit {
  margin-right: 0;
}
.cb-index-all a {
  display: block;
  width: 6px;
  height: 6px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  background: var(--NEUTRALS_00);
  opacity: 0.6;
  border-radius: 6px;
  transition: all 0.4s;
  cursor: pointer;
}
.cb-index-all td.this a {
  opacity: 1;
}
.cb-index-some {
  display: none;
  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: 'Funnel 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: var(--sitecolor);
  width: 100%;
  box-sizing: border-box;
  padding-right: 30px;
}
#disp h3 {
  color: var(--sitecolor);
  font-size: 16px;
  font-weight: 800;
  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: var(--btnPrimaryBgColor);
  font-family: inherit;
  cursor: pointer;
  color: var(--btnPrimaryColor);
  padding: 8px 16px;
  box-sizing: border-box;
  appearance: none;
  border-radius: var(--borderRadius);
  text-align: center;
  text-decoration: none;
  border: none;
  display: inline-block;
  transition: all 0.4s var(--easing);
  font-size: var(--btnFontSize);
  line-height: 1.4;
  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 {
    color: var(--btnPrimaryColorHover);
    background-color: var(--btnPrimaryBgColorHover);
  }
}
#disp .foot input.next,
#disp .foot a.next {
  float: right;
}
#disp.mail .foot input {
  float: right;
}
@media (max-width: 767px) {
  #disp .foot input,
  #disp .foot a {
    width: 100%;
    margin: 5px 0;
  }
  #disp .foot input:first-child,
  #disp .foot a:first-child {
    margin-top: 0;
  }
  #disp .foot input:last-child,
  #disp .foot a:last-child {
    margin-bottom: 0;
  }
}
#disp fieldset {
  float: left;
  width: 100%;
  position: relative;
  margin: 4px 0;
}
#disp fieldset.tiny {
  width: 48%;
}
#disp .head fieldset,
#disp .foot fieldset {
  margin: 0;
}
@media (max-width: 767px) {
  #disp fieldset.tiny {
    width: 100%;
  }
}
#disp label.name {
  float: left;
  width: 30%;
  margin-right: 4%;
  min-height: 26px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  #disp label.name {
    width: 100%;
    margin-right: 0;
  }
}
#disp input.text,
#disp textarea {
  float: right;
  width: 66%;
  background-color: #F0F0F0;
  min-height: 26px;
  box-sizing: border-box;
  padding: 2px 10px;
}
#disp input.text.fail,
#disp textarea.fail {
  border: 2px solid #ae2121;
}
#disp textarea {
  min-height: 100px;
  padding: 6px 10px;
}
@media (max-width: 767px) {
  #disp input.text,
  #disp textarea {
    width: 100%;
  }
}
#disp select {
  float: right;
  width: 66%;
  background-color: #F0F0F0;
  height: 26px;
}
@media (max-width: 767px) {
  #disp select {
    width: 100%;
  }
}
#disp input + label,
#disp input + label {
  display: block;
  padding-left: 30px;
}
#disp input[type*="radio"],
#disp input[type*="checkbox"] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  height: 20px;
  width: 20px;
}
.cb-sitemap-target {
  float: left;
  margin-bottom: 20px;
  color: #fff;
  padding: 5px 10px;
  background-color: #ae2121;
}
.cb-sitemap-contents {
  float: left;
  width: 100%;
}
.cb-sitemap-contents li {
  list-style: none;
  padding-left: 20px;
  position: relative;
}
.cb-sitemap-contents li:before {
  content: '•';
  position: absolute;
  left: 0;
  top: 0;
}
.cb-zoom-indicator {
  position: absolute;
  z-index: 2;
  right: 15px;
  bottom: 15px;
  width: 36px;
  height: 36px;
  border-radius: 30px;
  background-color: rgba(0, 0, 0, 0.5);
  background-size: 18px 18px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-zoom-white.svg);
  opacity: 0;
  transform: scale(0);
  transition: all 0.3s cubic-bezier(0.05, 0.8, 0.5, 1);
}
a.zoom .cb-zoom-indicator {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 1279px) {
  .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: 'Funnel Sans', sans-serif;
  background-color: transparent;
  margin-top: 40px;
  width: 100%;
  color: #fff;
  font-size: 50px;
  line-height: 1;
  border-bottom: 1px solid #fff;
  padding: 20px 0;
  -webkit-font-smoothing: antialiased;
  appearance: none;
}
@media (max-width: 767px) {
  #disp.srch input.text {
    font-size: 18px;
  }
}
.cb-result {
  float: left;
  width: 100%;
  color: #fff;
  font-size: 18px;
  text-align: left;
  -webkit-font-smoothing: antialiased;
}
.cb-result p {
  margin-top: 40px;
}
.cb-result a {
  color: #fff;
  text-decoration: none;
}
.cb-result a:hover {
  color: #fff;
  text-decoration: underline;
}
.cb-result table {
  float: left;
  width: 100%;
  border-collapse: collapse;
}
.cb-result tbody {
  width: 100%;
}
.cb-result th {
  padding-top: 20px;
  font-size: 24px;
  line-height: 1;
  text-align: left;
}
.cb-result th:first-child {
  padding-right: 40px;
  width: 80px;
}
.cb-result td {
  padding-top: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.cb-result th,
.cb-result td {
  vertical-align: middle;
}
@media (max-width: 767px) {
  .cb-result {
    font-size: 14px;
  }
  .cb-result th {
    padding-top: 10px;
    font-size: 18px;
  }
  .cb-result th:first-child {
    padding-right: 10px;
    width: 54px;
  }
  .cb-result td {
    padding-bottom: 10px;
    padding-top: 5px;
  }
}
.unit.form form {
  float: left;
  width: 100%;
}
.cb-form-required {
  float: left;
  width: 100%;
}
.unit.form fieldset {
  float: left;
  width: 100%;
  position: relative;
}
.unit.form div.ctrl {
  float: left;
  width: 100%;
}
.unit.form div.ctrl.fail {
  box-sizing: border-box;
  padding: 5px;
  background-color: var(--ERROR_50);
}
@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: 800;
}
@media (min-width: 768px) {
  .unit.form .tile .name {
    width: 30%;
    min-height: 48px;
    padding-top: 14px;
    padding-bottom: 14px;
    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: var(--NEUTRALS_00);
  min-height: 48px;
  border-radius: calc(var(--borderRadius) * 2);
  border: 1px solid var(--NEUTRALS_200);
  padding: 5px 10px;
  appearance: none;
}
.unit.form input.text.fail,
.unit.form textarea.fail {
  background-color: var(--ERROR_50);
}
.unit.form textarea {
  padding: 10px;
  resize: vertical;
}
@media (min-width: 768px) {
  .unit.form .tile input.text,
  .unit.form .tile textarea {
    float: right;
    width: 66%;
  }
}
.unit.form div.tick div.ctrl {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 24px;
}
.unit.form div.tick div.ctrl > div {
  float: left;
  position: relative;
  padding: 4px 0;
}
@media (min-width: 768px) {
  .unit.form div.tick.tile div.ctrl > div {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
.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: 20px;
  vertical-align: top;
}
@media (min-width: 768px) {
  .unit.form div.tick.tile input {
    top: 14px;
  }
}
.unit.form select {
  float: left;
  width: 100%;
  font-family: 'Funnel Sans', sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  background: var(--NEUTRALS_100);
  height: 48px;
  border: 1px solid var(--textcolor);
  padding: 5px;
}
.unit.form .ship fieldset > div {
  float: left;
  width: 100%;
}
.unit.form .ship fieldset > div.fail {
  box-sizing: border-box;
  padding: 5px;
  background-color: var(--ERROR_50);
}
.unit.form .ship div.chop {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.unit.form .ship div.chop input {
  float: left;
  width: 100%;
  display: block;
  font-size: 12px;
}
.unit.form .ship div.chop span {
  float: left;
}
.unit.form .ship div.chop span::file-selector-button {
  background-color: var(--btnPrimaryBgColor);
  line-height: 1.42857143;
  font-family: inherit;
  cursor: pointer;
  color: var(--btnPrimaryColor);
  padding: 8px 16px;
  box-sizing: border-box;
  appearance: none;
  border-radius: var(--borderRadius);
  text-align: center;
  text-decoration: none;
  border: none;
  display: inline-block;
  transition: all 0.4s var(--easing);
  font-size: var(--btnFontSize);
  line-height: 1.4;
  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 {
    color: var(--btnPrimaryColorHover);
    background-color: var(--btnPrimaryBgColorHover);
  }
}
.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: 48px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
  }
}
.unit.form .submit {
  float: left;
  margin-top: var(--spacePart);
  margin-bottom: var(--spacePart);
  background-color: var(--btnPrimaryBgColor);
  line-height: 1.42857143;
  font-family: inherit;
  cursor: pointer;
  color: var(--btnPrimaryColor);
  padding: 8px 16px;
  box-sizing: border-box;
  appearance: none;
  border-radius: var(--borderRadius);
  text-align: center;
  text-decoration: none;
  border: none;
  display: inline-block;
  transition: all 0.4s var(--easing);
  font-size: var(--btnFontSize);
  line-height: 1.4;
  padding-right: var(--btnIconIndent);
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .unit.form .submit:hover,
  .unit.form .submit:focus {
    color: var(--btnPrimaryColorHover);
    background-color: var(--btnPrimaryBgColorHover);
  }
}
.unit.form .submit:after {
  content: '';
  position: absolute;
  right: 12px;
  top: var(--btnIconPositionTop, 10px);
  width: var(--btnIconSize);
  aspect-ratio: 1;
  -webkit-mask-size: 43%;
          mask-size: 43%;
  -webkit-mask-position: 50% 50%;
          mask-position: 50% 50%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: var(--btnIconRightImage);
          mask-image: var(--btnIconRightImage);
  background-color: var(--btnIconColor);
  transition: all 0.4s var(--easing);
}
@media (hover: hover) and (pointer: fine) {
  .unit.form .submit:hover:after,
  .unit.form .submit:focus:after {
    background-color: var(--btnIconColorHover);
  }
}
.calendar {
  position: absolute !important;
  z-index: 2;
  left: 34% !important;
  top: 100% !important;
  right: unset !important;
  background: #fff;
  width: 200px;
  margin: 10px 0 0 0 !important;
  box-shadow: 0 0 6px rgba(160, 160, 160, 0.4);
  font-size: 14px;
  line-height: 1.14285714;
  padding: 20px;
}
.calendar table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.calendar th,
.calendar td {
  text-align: center;
  padding: 2px;
}
.calendar tr.month th {
  padding-bottom: 10px;
}
.calendar tr.month th:first-child a,
.calendar tr.month th:last-child a {
  float: left;
  display: block;
  width: 16px;
  height: 16px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-arrow-left-black.svg);
}
.calendar tr.month th:last-child a {
  float: right;
  background-image: url(/images/cb-default/cb-arrow-right-black.svg);
}
.calendar td.today a {
  color: var(--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 var(--ERROR_900);
  box-sizing: border-box;
  padding: 20px;
  background-color: var(--ERROR_50);
  color: var(--ERROR_900);
}
.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: var(--SUCCESS_900);
}
#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: var(--btnPrimaryBgColor);
  line-height: 1.42857143;
  font-family: inherit;
  cursor: pointer;
  color: var(--btnPrimaryColor);
  padding: 8px 16px;
  box-sizing: border-box;
  appearance: none;
  border-radius: var(--borderRadius);
  text-align: center;
  text-decoration: none;
  border: none;
  display: inline-block;
  transition: all 0.4s var(--easing);
  font-size: var(--btnFontSize);
  line-height: 1.4;
}
@media (hover: hover) and (pointer: fine) {
  .two-step-verification-container a:hover,
  .two-step-verification-container a:focus {
    color: var(--btnPrimaryColorHover);
    background-color: var(--btnPrimaryBgColorHover);
  }
}
.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: 800;
}
.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: 800;
}
@media (max-width: 767px) {
  .part--table .table {
    font-size: 1.82529335vw;
  }
}
html,
body {
  float: left;
  width: 100%;
  min-height: 100vh;
}
.logo {
  float: left;
  height: 32px;
}
@media (max-width: 767px) {
  .logo {
    height: 24px;
  }
}
.logo--text {
  height: 35px;
}
@media (max-width: 767px) {
  .logo--text {
    height: 24px;
  }
}
.logo__image {
  width: auto;
  height: 100%;
}
#head {
  float: left;
  width: 100%;
}
body:not(.layout1) #head {
  margin-top: calc(var(--spaceTotal) * 2);
}
.wrapper {
  float: left;
  width: 100%;
  min-height: 100vh;
  background-color: var(--NEUTRALS_00);
  font-family: 'Funnel Sans', sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: var(--textcolor);
  accent-color: var(--sitecolor);
  overflow: hidden;
  hyphens: none;
  display: flex;
  flex-direction: column;
  padding-top: var(--headerHeight);
  box-sizing: border-box;
}
.desk {
  *zoom: 1;
  margin: 0 auto;
  max-width: var(--deskMaxWidth);
  width: var(--deskWidth);
  position: relative;
}
.desk:before,
.desk:after {
  display: table;
  content: '';
}
.desk:after {
  clear: both;
}
.section--slim .desk {
  --deskWidth: 864px;
}
.section {
  float: left;
  width: 100%;
  position: relative;
}
.container {
  float: left;
  width: 100%;
  position: relative;
}
.section--header {
  padding: 8px 0;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  z-index: 2000;
  box-shadow: var(--boxShadow);
  background-color: var(--NEUTRALS_00);
  transition: all 0.4s var(--easing);
  min-height: var(--headerHeight);
  display: flex;
  align-items: center;
}
body.cb-toggle-target-active .section--header {
  box-shadow: unset;
}
.navbar {
  display: grid;
  grid-template-columns: 1fr max-content 1fr;
}
.navbar__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
}
.navbar__action {
  width: 24px;
  height: 24px;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-position: 50% 50%;
          mask-position: 50% 50%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: var(--textcolor);
}
.navbar__action--search {
  -webkit-mask-image: url(/images/tk-icons/search.svg);
          mask-image: url(/images/tk-icons/search.svg);
  -webkit-mask-size: 17px;
          mask-size: 17px;
}
.navbar__action--shop {
  -webkit-mask-image: url(/images/tk-icons/shop.svg);
          mask-image: url(/images/tk-icons/shop.svg);
  -webkit-mask-size: 19px;
          mask-size: 19px;
}
main {
  float: left;
  width: 100%;
  position: relative;
  flex: 1 0 auto;
}
.section--bgcolor {
  background-color: var(--sectionBgColor);
}
.ctaButton {
  position: fixed;
  bottom: 60px;
  right: 40px;
  width: 120px;
  height: 120px;
  --linkcolor: var(--NEUTRALS_00);
  --linkcolorHover: var(--NEUTRALS_00);
  z-index: 1000;
}
@media (max-width: 1279px) {
  .ctaButton {
    right: var(--deskSpace);
    bottom: var(--deskSpace);
  }
}
.ctaButton .open {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  box-sizing: border-box;
  background-color: var(--PRIMARY_500);
  border-radius: 100%;
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  text-align: center;
  transition: all 0.4s var(--easing);
}
@media (hover: hover) and (pointer: fine) {
  .ctaButton .open:hover,
  .ctaButton .open:focus {
    background-color: var(--PRIMARY_900);
  }
}
.grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 0 var(--gridGap);
}
@media (max-width: 1279px) {
  .grid {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.grid__column {
  grid-column: span 12;
}
@media (max-width: 1279px) {
  .grid__column {
    grid-column: span 8;
  }
}
@media (max-width: 767px) {
  .grid__column {
    grid-column: span 2;
  }
}
@media (min-width: 1280px) {
  .grid__column--1-1-indentLeft {
    display: grid;
    grid-template-columns: subgrid;
  }
  .grid__column--1-1-indentLeft .unit__content {
    grid-column: 7 / 13;
  }
}
@media (min-width: 1280px) {
  .grid__column--1-1-indentRight {
    display: grid;
    grid-template-columns: subgrid;
  }
  .grid__column--1-1-indentRight .unit__content {
    grid-column: 1 / 7;
  }
}
.grid__column--1-1-indentBoth {
  display: grid;
  grid-template-columns: subgrid;
}
.grid__column--1-1-indentBoth .unit__content {
  grid-column: 3 / 11;
}
@media (max-width: 1279px) {
  .grid__column--1-1-indentBoth {
    display: grid;
    grid-template-columns: subgrid;
  }
  .grid__column--1-1-indentBoth .unit__content {
    grid-column: 2 / 8;
  }
}
@media (max-width: 1279px) {
  .grid__column--1-1-indentBoth {
    display: unset;
    grid-template-columns: unset;
  }
  .grid__column--1-1-indentBoth .unit__content {
    grid-column: unset;
  }
}
.grid__column--1-2 {
  grid-column: span 6;
}
@media (max-width: 1279px) {
  .grid__column--1-2 {
    grid-column: span 4;
  }
}
@media (max-width: 767px) {
  .grid__column--1-2 {
    grid-column: span 2;
  }
}
.grid__column--1-3 {
  grid-column: span 4;
}
@media (max-width: 767px) {
  .grid__column--1-3 {
    grid-column: span 2;
  }
}
.grid__column--1-4 {
  grid-column: span 3;
}
@media (max-width: 1279px) {
  .grid__column--1-4 {
    grid-column: span 4;
  }
}
@media (max-width: 767px) {
  .grid__column--1-4 {
    grid-column: span 2;
  }
}
.grid__column--1-6 {
  grid-column: span 2;
}
@media (max-width: 1279px) {
  .grid__column--1-6 {
    grid-column: span 2;
  }
}
@media (max-width: 767px) {
  .grid__column--1-6 {
    grid-column: span 1;
  }
}
.area--one .teaserbox {
  align-self: flex-start;
  margin-top: calc(var(--spaceTotal) / 2);
  margin-bottom: calc(var(--spaceTotal) / 2);
  --teaserboxPadding: 24px;
  border-radius: var(--borderRadius);
  padding: calc(var(--teaserboxPadding) - var(--spacePart)) var(--teaserboxPadding);
  box-sizing: border-box;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.16);
  background-color: var(--NEUTRALS_00);
  display: flex;
  flex-direction: column;
  row-gap: calc(var(--teaserboxPadding) - var(--spacePart) - var(--spacePart));
  column-gap: var(--gridGap);
}
.area--one .teaserbox--variantOne {
  --teaserboxPadding: 19px;
}
.area--one .teaserbox--variantOne .unit__background {
  margin-top: calc(var(--spacePart) * 1);
  margin-bottom: calc(var(--spacePart) * 1);
}
.area--one .teaserbox--variantOne .unit__background .unit__backgroundImage {
  object-fit: cover;
  object-position: center;
  border-radius: var(--borderRadius);
  aspect-ratio: 540 / 340;
}
@media (max-width: 1279px) {
  .area--one .teaserbox--variantOne .unit__background .unit__backgroundImage {
    aspect-ratio: 304 / 240;
  }
}
@media (max-width: 767px) {
  .area--one .teaserbox--variantOne .unit__background .unit__backgroundImage {
    aspect-ratio: 290 / 180;
  }
}
.area--one .teaserbox--variantOne.grid__column--1-1 {
  flex-direction: row;
}
@media (max-width: 767px) {
  .area--one .teaserbox--variantOne.grid__column--1-1 {
    flex-direction: column;
  }
}
.area--one .teaserbox--variantOne.grid__column--1-1 .unit__content {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .area--one .teaserbox--variantOne.grid__column--1-4 {
    display: grid;
    grid-template-columns: 100px 1fr;
  }
  .area--one .teaserbox--variantOne.grid__column--1-4 .unit__background {
    width: 100px;
  }
  .area--one .teaserbox--variantOne.grid__column--1-4 .unit__background .unit__backgroundImage {
    aspect-ratio: 1 / 1;
  }
}
@media (min-width: 1280px) {
  .area--one .teaserbox--variantOne.grid__column--1-6 {
    grid-column: span 3;
  }
}
@media (max-width: 1279px) {
  .area--one .teaserbox--variantOne.grid__column--1-6 {
    grid-column: span 4;
  }
}
@media (max-width: 767px) {
  .area--one .teaserbox--variantOne.grid__column--1-6 {
    grid-column: span 2;
  }
}
.area--one .teaserbox--variantTwo {
  --textcolor: var(--NEUTRALS_00);
  --titlecolor: var(--NEUTRALS_00);
  aspect-ratio: 1312 / 680;
  isolation: isolate;
  --fluidSize: clamp(1.25rem, 1.9047619vw + 0.78571429rem, 2.5rem);
  padding: var(--fluidSize);
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.area--one .teaserbox--variantTwo .unit__content {
  width: 640px;
  max-width: 100%;
}
.area--one .teaserbox--variantTwo .unit__background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: -1;
}
.area--one .teaserbox--variantTwo .unit__background:after {
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  background-color: var(--overlayBgcolor, rgba(0, 0, 0, 0.6));
  transition: all 0.4s var(--easing);
}
.area--one .teaserbox--variantTwo .unit__background .unit__backgroundImage {
  object-fit: cover;
  object-position: center;
  height: 100%;
}
.area--one .teaserbox--variantTwo:not(.grid__column--1-1) {
  aspect-ratio: 648 / 500;
}
@media (min-width: 768px) {
  .area--one .teaserbox--variantTwo.grid__column--1-4,
  .area--one .teaserbox--variantTwo.grid__column--1-6 {
    grid-column: span 4;
  }
}
@media (max-width: 767px) {
  .area--one .teaserbox--variantTwo.grid__column--1-4,
  .area--one .teaserbox--variantTwo.grid__column--1-6 {
    grid-column: span 2;
  }
}
@media (hover: hover) and (pointer: fine) {
  .area--one .teaserbox--variantTwo.unit--isAnchor:hover,
  .area--one .teaserbox--variantTwo.unit--isAnchor:focus {
    --overlayBgcolor: rgba(0, 0, 0, 0.24);
  }
}
.area--one .teaserbox--variantThree {
  aspect-ratio: 1312 / 680;
  isolation: isolate;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
}
@media (max-width: 767px) {
  .area--one .teaserbox--variantThree {
    aspect-ratio: unset;
    gap: 0;
  }
}
.area--one .teaserbox--variantThree .unit__content {
  width: 568px;
  max-width: 100%;
  padding: calc(var(--teaserboxPadding) - var(--spacePart)) var(--teaserboxPadding);
  box-sizing: border-box;
  border-top-left-radius: var(--borderRadius);
  border-top-right-radius: var(--borderRadius);
  background-color: var(--NEUTRALS_00);
}
.area--one .teaserbox--variantThree .unit__background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: -1;
}
@media (max-width: 767px) {
  .area--one .teaserbox--variantThree .unit__background {
    position: relative;
    height: unset;
  }
}
.area--one .teaserbox--variantThree .unit__background .unit__backgroundImage {
  object-fit: cover;
  object-position: center;
  height: 100%;
}
@media (max-width: 767px) {
  .area--one .teaserbox--variantThree .unit__background .unit__backgroundImage {
    aspect-ratio: 340 / 240;
    height: unset;
  }
}
.area--one .teaserbox--variantThree:not(.grid__column--1-1) {
  aspect-ratio: 648 / 500;
}
.area--one .teaserbox--variantThree.grid__column--1-2 .unit__content,
.area--one .teaserbox--variantThree.grid__column--1-3 .unit__content,
.area--one .teaserbox--variantThree.grid__column--1-4 .unit__content,
.area--one .teaserbox--variantThree.grid__column--1-6 .unit__content {
  width: 90%;
}
@media (max-width: 1279px) {
  .area--one .teaserbox--variantThree.grid__column--1-2,
  .area--one .teaserbox--variantThree.grid__column--1-3,
  .area--one .teaserbox--variantThree.grid__column--1-4,
  .area--one .teaserbox--variantThree.grid__column--1-6 {
    aspect-ratio: unset;
    gap: 0;
  }
  .area--one .teaserbox--variantThree.grid__column--1-2 .unit__background,
  .area--one .teaserbox--variantThree.grid__column--1-3 .unit__background,
  .area--one .teaserbox--variantThree.grid__column--1-4 .unit__background,
  .area--one .teaserbox--variantThree.grid__column--1-6 .unit__background {
    position: relative;
    height: unset;
  }
  .area--one .teaserbox--variantThree.grid__column--1-2 .unit__background .unit__backgroundImage,
  .area--one .teaserbox--variantThree.grid__column--1-3 .unit__background .unit__backgroundImage,
  .area--one .teaserbox--variantThree.grid__column--1-4 .unit__background .unit__backgroundImage,
  .area--one .teaserbox--variantThree.grid__column--1-6 .unit__background .unit__backgroundImage {
    aspect-ratio: 328 / 180;
    height: unset;
  }
}
@media (min-width: 768px) {
  .area--one .teaserbox--variantThree.grid__column--1-3,
  .area--one .teaserbox--variantThree.grid__column--1-4,
  .area--one .teaserbox--variantThree.grid__column--1-6 {
    grid-column: span 4;
  }
}
@media (max-width: 767px) {
  .area--one .teaserbox--variantThree.grid__column--1-3,
  .area--one .teaserbox--variantThree.grid__column--1-4,
  .area--one .teaserbox--variantThree.grid__column--1-6 {
    grid-column: span 2;
  }
}
.area--one .teaserbox--icon .unit__background {
  margin-top: calc(var(--spacePart) * 1);
}
.area--one .teaserbox--icon .unit__background .unit__backgroundImage {
  width: var(--teaserboxIconSize, 150px);
}
.area--one .teaserbox--icon.grid__column--1-1,
.area--one .teaserbox--icon.grid__column--1-2 {
  --teaserboxIconSize: 200px;
}
.area--one .teaserbox--icon.grid__column--1-6 {
  text-align: center;
}
.area--one .teaserbox--icon.grid__column--1-6 .unit__background {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.area--one .cta {
  --textcolor: var(--NEUTRALS_00);
  --titlecolor: var(--NEUTRALS_00);
  margin-top: calc(var(--spaceTotal) * 4);
  margin-bottom: calc(var(--spaceTotal) * 4);
  background-color: var(--SECONDARY_300);
  width: 100vw !important;
  left: 50%;
  margin-left: -50vw !important;
}
.area--one .cta--image {
  --btnPrimaryColor: var(--NEUTRALS_00);
  --btnPrimaryBgColor: var(--SECONDARY_500);
  --btnPrimaryColorHover: var(--NEUTRALS_00);
  --btnPrimaryBgColorHover: var(--SECONDARY_300);
  --btnSecondaryColor: var(--NEUTRALS_00);
  --btnSecondaryBgColor: transparent;
  --btnSecondaryColorHover: var(--NEUTRALS_00);
  --btnSecondaryBgColorHover: transparent;
  --btnTertiaryColor: var(--NEUTRALS_00);
  --btnTertiaryBgColor: transparent;
  --btnTertiaryColorHover: var(--NEUTRALS_00);
  --btnTertiaryBgColorHover: transparent;
  --deskWidth: 1312px;
  display: grid;
  --fluidSize: clamp(15rem, 17.9047619vw + 10.63571429rem, 26.75rem);
  min-height: var(--fluidSize);
  padding-left: 50vw;
  box-sizing: border-box;
  background-color: var(--PRIMARY_500);
}
@media (max-width: 767px) {
  .area--one .cta--image {
    padding-left: 0;
    text-align: center;
  }
}
.area--one .cta--image .unit__content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  box-sizing: border-box;
  padding-top: calc(48px - var(--spacePart));
  padding-bottom: calc(48px - var(--spacePart));
  padding-left: calc(var(--gridGap) * 2);
  padding-right: max(var(--deskSpace), calc((100vw - var(--deskWidth)) / 2));
}
@media (max-width: 767px) {
  .area--one .cta--image .unit__content {
    padding-left: var(--deskSpace);
  }
}
.area--one .cta--image .unit__background {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  width: 50vw;
}
@media (max-width: 767px) {
  .area--one .cta--image .unit__background {
    aspect-ratio: 390 / 240;
    position: relative;
    width: 100%;
  }
}
.area--one .cta--image .unit__background .unit__backgroundImage {
  height: 100%;
  object-fit: cover;
  object-position: center;
  max-height: unset!important;
  max-width: unset!important;
}
.area--one .cta--basic {
  box-sizing: border-box;
  padding: calc(48px - var(--spacePart)) var(--deskSpace);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.area--one .cta--basic .unit__content {
  width: 768px;
  max-width: 100%;
}
.area--one .divider {
  margin-top: calc(var(--spaceTotal) * 4);
  margin-bottom: calc(var(--spaceTotal) * 4);
  width: 100vw !important;
  left: 50%;
  margin-left: -50vw !important;
}
.area--one .divider .dividerImage {
  margin: 0;
}
.area--one .divider--one .dividerImage {
  margin: 0;
  width: 100%;
  height: 100%;
  min-height: 50px;
}
.area--one .divider--one .dividerImage * {
  height: 100%;
}
.area--one .divider--one .dividerImage img {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.area--one .divider--one .dividerImage .placeholder {
  padding-bottom: 0;
}
.area--one .divider--one .dividerImage .placeholder {
  min-height: 100px;
}
.area--one .divider--one .dividerImage img {
  aspect-ratio: 1440 / 360;
}
@media (max-width: 1279px) {
  .area--one .divider--one .dividerImage img {
    aspect-ratio: 744 / 240;
  }
}
@media (max-width: 767px) {
  .area--one .divider--one .dividerImage img {
    aspect-ratio: 390 / 140;
  }
}
.part--teamIconLinks {
  --spacePart: 0;
  width: auto;
  min-width: 20px;
  float: left;
  margin-top: 10px;
  margin-bottom: 10px;
}
.part--teamIconLinks .iconLinks {
  float: left;
  width: 100%;
  position: relative;
}
.part--teamIconLinks .iconLinks__content {
  float: left;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 12px;
}
.part--teamIconLinks .iconLinks__icon {
  --linkcolorHover: var(--NEUTRALS_200);
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  width: 32px;
  aspect-ratio: 1;
  border-radius: 100%;
  background-color: var(--NEUTRALS_00);
  display: inline-block;
  position: relative;
}
.part--teamIconLinks .iconLinks__icon:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--NEUTRALS_900);
  width: 12px;
  height: 12px;
  -webkit-mask-image: var(--teamcontactIcon, url('/images/tk-icons/icon-mail.svg'));
          mask-image: var(--teamcontactIcon, url('/images/tk-icons/icon-mail.svg'));
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  transition: background-color 0.4s var(--easing);
}
@media (hover: hover) and (pointer: fine) {
  .part--teamIconLinks .iconLinks__icon:hover,
  .part--teamIconLinks .iconLinks__icon:focus {
    background-color: var(--linkcolorHover);
  }
}
.part--teamIconLinks .iconLinks__icon--phone {
  --teamcontactIcon: url('/images/tk-icons/icon-phone.svg');
}
.part--teamIconLinks .iconLinks__icon--email {
  --teamcontactIcon: url('/images/tk-icons/icon-mail.svg');
}
.area--one .team {
  align-self: flex-start;
  margin-top: calc(var(--spaceTotal) / 2);
  margin-bottom: calc(var(--spaceTotal) / 2);
  --teaserboxPadding: 24px;
  border-radius: var(--borderRadius);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.16);
  background-color: var(--NEUTRALS_00);
}
.area--one .team .unit__content .part {
  --spacePart: 0;
}
.area--one .team--one {
  grid-column: span 3;
}
@media (max-width: 1279px) {
  .area--one .team--one {
    grid-column: span 2;
  }
}
@media (max-width: 767px) {
  .area--one .team--one {
    grid-column: span 1;
  }
}
.area--one .team--one .unit__content {
  padding: calc(var(--teaserboxPadding)) var(--teaserboxPadding);
  box-sizing: border-box;
}
.area--one .team--one.unit--hasBackground .part--teamIconLinks:first-child {
  margin-top: -72px;
}
.area--one .team--one.unit--hasBackground .part--teamIconLinks:first-child .iconLinks__content {
  justify-content: center;
}
.area--one .team--two {
  grid-column: span 4;
  display: grid;
  grid-template-columns: 1fr 120px;
  gap: 10px;
  padding: calc(var(--teaserboxPadding)) var(--teaserboxPadding);
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .area--one .team--two {
    grid-column: span 2;
  }
}
.area--one .team--two .part--teamIconLinks {
  margin-top: 10px;
}
.area--one .team--two .part--teamIconLinks .iconLinks__icon {
  background-color: var(--NEUTRALS_50);
}
.area--one .team--two .unit__background {
  order: 99;
}
.area--one .team--two .unit__background .unit__backgroundImage {
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center;
  border-radius: 100%;
}
.area--one .imageGallery {
  --spacePart: calc(var(--spaceTotal) / 2);
}
.area--one .imageGallery .unit__body {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 0 var(--gridGap);
}
@media (max-width: 1279px) {
  .area--one .imageGallery .unit__body {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .area--one .imageGallery .unit__body {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.area--one .imageGallery .galleryPart--variantTwo {
  border-radius: var(--borderRadius);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.16);
  background-color: var(--NEUTRALS_00);
  overflow: hidden;
}
.area--one .counter {
  text-align: center;
  grid-column: span 3;
}
@media (max-width: 1279px) {
  .area--one .counter {
    grid-column: span 2;
  }
}
@media (max-width: 767px) {
  .area--one .counter {
    grid-column: span 1;
  }
}
.area--one .counter .unit__background {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: calc(var(--spacePart) * 1);
  margin-bottom: calc(var(--spacePart) * 1);
}
.area--one .quote {
  box-sizing: border-box;
  padding: calc(48px - var(--spacePart)) var(--deskSpace);
  margin-top: calc(var(--spaceTotal) * 2);
  margin-bottom: calc(var(--spaceTotal) * 2);
  width: 100vw !important;
  left: 50%;
  margin-left: -50vw !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.area--one .quote .unit__content {
  width: 768px;
  max-width: 100%;
}
.area--one .quote--one {
  background-color: var(--SECONDARY_300);
  text-align: center;
}
.area--one .quote--one .unit__background {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: calc(var(--spacePart) * 1);
  margin-bottom: calc(var(--spacePart) * 1);
}
.area--one .quote--one .unit__background .unit__backgroundImage {
  width: 100px;
  aspect-ratio: 1;
  border-radius: 100%;
  object-fit: cover;
  object-position: center;
}
.area--one .slider {
  margin-top: calc(var(--spaceTotal) * 4);
  margin-bottom: calc(var(--spaceTotal) * 4);
}
.ns-slider {
  float: left;
  width: 100%;
  position: relative;
  --fluidSize: clamp(0.5rem, 0.76190476vw + 0.31428571rem, 1rem);
  --sliderGap: var(--fluidSize);
}
.section--slider {
  z-index: 1111;
}
@media (hover: hover) and (pointer: fine) {
  .section--slider:hover .ns-sliderControl,
  .section--slider:focus .ns-sliderControl {
    opacity: 1;
  }
}
.ns-slider__stage {
  float: left;
  width: 100%;
  position: relative;
}
.ns-slider__area {
  float: left;
  width: calc(100% + var(--sliderGap));
  margin-left: calc(var(--sliderGap) / 2 * -1);
  display: flex;
  align-items: center;
}
.ns-slider__section {
  float: left;
  width: 100%;
}
.ns-slider__cover {
  float: left;
  width: 100%;
}
.ns-slide {
  float: left;
  margin-left: calc(var(--sliderGap) / 2);
  margin-right: calc(var(--sliderGap) / 2);
  width: calc(100% - var(--sliderGap));
  flex-shrink: 0;
  transition: all 0.8s ease-in-out;
}
.ns-slider__part {
  float: left;
  width: 100%;
}
.ns-slider__part--image img {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 1312 / 723;
}
@media (max-width: 1279px) {
  .ns-slider__part--image img {
    aspect-ratio: 680 / 400;
  }
}
@media (max-width: 767px) {
  .ns-slider__part--image img {
    aspect-ratio: 340 / 220;
  }
}
.ns-slider__controls {
  position: absolute;
  right: 30px;
  bottom: 30px;
  z-index: 2;
}
.ns-slider--gallerySlider .ns-sliderControl {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 24px;
  aspect-ratio: 1;
  border-radius: 24px;
  cursor: pointer;
  background-color: color-mix(in srgb, var(--NEUTRALS_00) 60%, transparent);
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
}
@media (hover: hover) and (pointer: fine) {
  .ns-slider--gallerySlider .ns-sliderControl:hover,
  .ns-slider--gallerySlider .ns-sliderControl:focus {
    background-color: var(--NEUTRALS_00);
  }
}
.ns-slider--gallerySlider .ns-sliderControl:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 4px;
  height: 7px;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-position: 50% 50%;
          mask-position: 50% 50%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: var(--NEUTRALS_900);
}
.ns-slider--gallerySlider .ns-sliderControl--prev {
  left: 20px;
}
@media (max-width: 767px) {
  .ns-slider--gallerySlider .ns-sliderControl--prev {
    left: 10px;
  }
}
.ns-slider--gallerySlider .ns-sliderControl--prev:after {
  -webkit-mask-image: url(/images/tk-icons/btn-mood-arrow-left.svg);
          mask-image: url(/images/tk-icons/btn-mood-arrow-left.svg);
}
.ns-slider--gallerySlider .ns-sliderControl--next {
  right: 20px;
}
@media (max-width: 767px) {
  .ns-slider--gallerySlider .ns-sliderControl--next {
    right: 10px;
  }
}
.ns-slider--gallerySlider .ns-sliderControl--next:after {
  -webkit-mask-image: url(/images/tk-icons/btn-mood-arrow-right.svg);
          mask-image: url(/images/tk-icons/btn-mood-arrow-right.svg);
}
.ns-sliderIndex {
  float: left;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 8px;
  z-index: 10;
}
.ns-sliderIndex__content {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px;
}
.ns-sliderIndex__item {
  float: left;
  width: 6px;
  height: 6px;
  background: var(--NEUTRALS_00);
  opacity: 0.6;
  border-radius: 6px;
  transition: all 0.4s;
  cursor: pointer;
}
.ns-sliderIndex__item.is-active {
  opacity: 1;
}
.area--one .unit--fold:has(+.unit--fold) {
  margin-bottom: 0!important;
}
.area--one .unit--fold .unit__content {
  border-top: 1px solid var(--NEUTRALS_900);
}
.area--one .unit--fold .fold-toggle {
  padding-top: 8px;
  padding-bottom: 8px;
  position: relative;
  width: 100%;
  color: var(--textcolor);
  display: inline-block;
  text-decoration: none!important;
}
.area--one .unit--fold .fold-toggle:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 24px;
  height: 24px;
  background-color: var(--NEUTRALS_900);
  -webkit-mask-size: 10px;
          mask-size: 10px;
  -webkit-mask-position: 50% 50%;
          mask-position: 50% 50%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: url(/images/tk-icons/fold-toggle.svg);
          mask-image: url(/images/tk-icons/fold-toggle.svg);
  transition: all 0.4s var(--easing);
}
.area--one .unit--fold .fold-toggle--open:after {
  transform: translateY(-50%) rotate(180deg);
}
.area--one .unit--fold div.less .part {
  margin: 0;
}
.area--one .unit--fold div.more {
  padding-bottom: calc(var(--spacePart) * 1);
}
.area--one .unit--fold .unit__foot {
  display: none;
}
.area--one .form {
  align-self: flex-start;
  margin-top: calc(var(--spaceTotal) / 2);
  margin-bottom: calc(var(--spaceTotal) / 2);
  --teaserboxPadding: 24px;
}
.area--one .form .unit__content {
  border-radius: var(--borderRadius);
  padding: calc(var(--teaserboxPadding) - var(--spacePart)) var(--teaserboxPadding);
  box-sizing: border-box;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.16);
  background-color: var(--NEUTRALS_00);
}
.section--footer {
  flex-shrink: 0;
  background-color: var(--NEUTRALS_00);
}
.footarea {
  width: 100%;
  margin-top: calc(var(--spaceTotal) * 2);
  margin-bottom: calc(var(--spaceTotal) * 1);
  display: flex;
  flex-direction: column;
}
.footunit {
  float: left;
  width: 100%;
}
.footunit--centred {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: calc(var(--spacePart) * 4);
}
.footlogo {
  width: 113px;
}
.vcard {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: calc(var(--spacePart) * 2);
}
.vcard a {
  text-decoration: underline;
  text-underline-position: under;
  transition: -webkit-text-decoration 0.4s var(--easing);
  transition: text-decoration 0.4s var(--easing);
  transition: text-decoration 0.4s var(--easing), -webkit-text-decoration 0.4s var(--easing);
}
.vcard a:hover,
.vcard a:focus {
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
}
.vcard .tel {
  margin-top: calc(var(--spacePart) * 2);
  display: inline-block;
}
.part--footSocial {
  --spacePart: 0;
  width: auto;
  min-width: 20px;
  float: left;
  margin-bottom: 10px;
}
.part--footSocial .iconLinks {
  float: left;
  width: 100%;
  position: relative;
}
.part--footSocial .iconLinks__content {
  float: left;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 24px;
  padding: 24px 0;
  box-sizing: border-box;
}
.part--footSocial .iconLinks__icon {
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  width: 32px;
  aspect-ratio: 1;
  background-color: var(--linkcolor);
  -webkit-mask-image: var(--socialIcon, url('/images/tk-icons/youtube.svg'));
          mask-image: var(--socialIcon, url('/images/tk-icons/youtube.svg'));
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  display: inline-block;
  transition: background-color 0.4s var(--easing);
}
@media (hover: hover) and (pointer: fine) {
  .part--footSocial .iconLinks__icon:hover,
  .part--footSocial .iconLinks__icon:focus {
    background-color: var(--linkcolorHover);
  }
}
.part--footSocial .iconLinks__icon--youtube {
  --socialIcon: url('/images/tk-icons/youtube.svg');
}
.part--footSocial .iconLinks__icon--instagram {
  --socialIcon: url('/images/tk-icons/instagram.svg');
}
.part--footSocial .iconLinks__icon--linkedin {
  --socialIcon: url('/images/tk-icons/linkedin.svg');
}
.part--footSocial .iconLinks__icon--x {
  --socialIcon: url('/images/tk-icons/x.svg');
}
.part--footSocial .iconLinks__icon--facebook {
  --socialIcon: url('/images/tk-icons/facebook.svg');
}
.footstripe {
  background-color: var(--PRIMARY_900);
  padding: var(--spacePart) 0;
  box-sizing: border-box;
  --linkcolor: var(--SECONDARY_50);
  --linkcolorHover: var(--SECONDARY_50);
  --textcolor: var(--SECONDARY_50);
}
.unit--footLinksLegal {
  --spaceUnit: 0;
  --spacePart: 0;
  min-height: 20px;
  width: auto;
  min-width: 50px;
  display: flex;
}
#edit .unit--footLinksLegal {
  margin-bottom: 20px;
  outline: 1px dotted var(--textcolor);
}
.unit--footLinksLegal .unit__body {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.unit--footLinksLegal .part.link {
  min-width: 20px;
  width: auto;
}
.unit--footLinksLegal .part.link .open {
  text-decoration: underline;
  text-underline-position: under;
  transition: -webkit-text-decoration 0.4s var(--easing);
  transition: text-decoration 0.4s var(--easing);
  transition: text-decoration 0.4s var(--easing), -webkit-text-decoration 0.4s var(--easing);
}
.unit--footLinksLegal .part.link .open:hover,
.unit--footLinksLegal .part.link .open:focus {
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
}
.unit--footLinksLegal .part.link .open {
  --fluidSize: clamp(0.625rem, 0.19047619vw + 0.57857143rem, 0.75rem);
  font-size: var(--fluidSize);
  line-height: 1.2;
  font-weight: normal;
  color: var(--textcolor);
}
a {
  color: var(--linkcolor);
  text-decoration: none;
  transition: all 0.4s var(--easing);
}
@media (hover: hover) and (pointer: fine) {
  a:hover,
  a:focus {
    color: var(--linkcolorHover);
  }
}
.btn--primary .open {
  background-color: var(--btnPrimaryBgColor);
  line-height: 1.42857143;
  font-family: inherit;
  cursor: pointer;
  color: var(--btnPrimaryColor);
  padding: 8px 16px;
  box-sizing: border-box;
  appearance: none;
  border-radius: var(--borderRadius);
  text-align: center;
  text-decoration: none;
  border: none;
  display: inline-block;
  transition: all 0.4s var(--easing);
  font-size: var(--btnFontSize);
  line-height: 1.4;
}
@media (hover: hover) and (pointer: fine) {
  .btn--primary .open:hover,
  .btn--primary .open:focus {
    color: var(--btnPrimaryColorHover);
    background-color: var(--btnPrimaryBgColorHover);
  }
}
.btn--secondary {
  --btnIconColor: var(--btnSecondaryColor);
  --btnIconColorHover: var(--btnSecondaryColorHover);
}
.btn--secondary .open {
  background-color: var(--btnSecondaryBgColor);
  line-height: 1.42857143;
  font-family: inherit;
  cursor: pointer;
  color: var(--btnSecondaryColor);
  border: 1px solid var(--btnSecondaryColor);
  padding: 8px 16px;
  box-sizing: border-box;
  appearance: none;
  border-radius: var(--borderRadius);
  text-align: center;
  text-decoration: none;
  display: inline-block;
  transition: all 0.4s var(--easing);
  font-size: var(--btnFontSize);
  line-height: 1.4;
}
@media (hover: hover) and (pointer: fine) {
  .btn--secondary .open:hover,
  .btn--secondary .open:focus {
    color: var(--btnSecondaryColorHover);
    border-color: var(--btnSecondaryColorHover);
    background-color: var(--btnSecondaryBgColorHover);
  }
}
.btn--tertiary .open {
  background-color: var(--btnSecondaryBgColor);
  line-height: 1.42857143;
  font-family: inherit;
  cursor: pointer;
  color: var(--btnSecondaryColor);
  box-sizing: border-box;
  appearance: none;
  border-radius: var(--borderRadius);
  text-align: center;
  text-decoration: none;
  display: inline-block;
  transition: all 0.4s var(--easing);
  font-size: var(--btnFontSize);
  line-height: 1.4;
  text-decoration: underline;
  text-underline-position: under;
}
@media (hover: hover) and (pointer: fine) {
  .btn--tertiary .open:hover,
  .btn--tertiary .open:focus {
    text-decoration: underline;
    color: var(--btnSecondaryColorHover);
    border-color: var(--btnSecondaryColorHover);
    background-color: var(--btnSecondaryBgColorHover);
  }
}
.btn--iconLeft .open {
  padding-left: var(--btnIconIndent);
  position: relative;
}
.btn--iconLeft .open:after {
  content: '';
  position: absolute;
  left: 12px;
  top: var(--btnIconPositionTop, 10px);
  width: var(--btnIconSize);
  aspect-ratio: 1;
  -webkit-mask-size: 43%;
          mask-size: 43%;
  -webkit-mask-position: 50% 50%;
          mask-position: 50% 50%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: var(--btnIconLeftImage);
          mask-image: var(--btnIconLeftImage);
  background-color: var(--btnIconColor);
  transition: all 0.4s var(--easing);
}
@media (hover: hover) and (pointer: fine) {
  .btn--iconLeft .open:hover:after,
  .btn--iconLeft .open:focus:after {
    background-color: var(--btnIconColorHover);
  }
}
.btn--iconRight .open {
  padding-right: var(--btnIconIndent);
  position: relative;
}
.btn--iconRight .open:after {
  content: '';
  position: absolute;
  right: 12px;
  top: var(--btnIconPositionTop, 10px);
  width: var(--btnIconSize);
  aspect-ratio: 1;
  -webkit-mask-size: 43%;
          mask-size: 43%;
  -webkit-mask-position: 50% 50%;
          mask-position: 50% 50%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: var(--btnIconRightImage);
          mask-image: var(--btnIconRightImage);
  background-color: var(--btnIconColor);
  transition: all 0.4s var(--easing);
}
@media (hover: hover) and (pointer: fine) {
  .btn--iconRight .open:hover:after,
  .btn--iconRight .open:focus:after {
    background-color: var(--btnIconColorHover);
  }
}
.btn--sizeBig .open {
  --btnFontSize: 16px;
  --btnIconIndent: 40px;
  --btnIconSize: 20px;
  --btnIconPositionTop: 9px;
}
h1,
h2 {
  --fluidSize: clamp(0.75rem, 0.19047619vw + 0.70357143rem, 0.875rem);
  font-size: var(--fluidSize);
  line-height: 1.4;
  font-weight: normal;
  text-transform: uppercase;
  color: var(--titlecolor);
  letter-spacing: 0.04em;
}
h2.heroHeading {
  --fluidSize: clamp(2.25rem, 1.14285714vw + 1.97142857rem, 3rem);
  font-size: var(--fluidSize);
  line-height: 1.2;
  font-weight: normal;
  text-transform: none;
  color: var(--titlecolor);
}
h3 {
  --fluidSize: clamp(1.75rem, 0.76190476vw + 1.56428571rem, 2.25rem);
  font-size: var(--fluidSize);
  line-height: 1.2;
  font-weight: normal;
  color: var(--titlecolor);
}
h4 {
  --fluidSize: clamp(1.5rem, 0.76190476vw + 1.31428571rem, 2rem);
  font-size: var(--fluidSize);
  line-height: 1.2;
  font-weight: normal;
  color: var(--titlecolor);
}
h5 {
  --fluidSize: clamp(1.25rem, 0.57142857vw + 1.11071429rem, 1.625rem);
  font-size: var(--fluidSize);
  line-height: 1.2;
  font-weight: normal;
  color: var(--titlecolor);
}
h5 .open {
  text-decoration: underline;
  text-underline-position: under;
  transition: -webkit-text-decoration 0.4s var(--easing);
  transition: text-decoration 0.4s var(--easing);
  transition: text-decoration 0.4s var(--easing), -webkit-text-decoration 0.4s var(--easing);
}
h5 .open:hover,
h5 .open:focus {
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
}
.loud {
  font-size: 18px;
  line-height: 1.4;
  font-weight: normal;
  color: var(--textcolor);
}
.loud .open {
  text-decoration: underline;
  text-underline-position: under;
  transition: -webkit-text-decoration 0.4s var(--easing);
  transition: text-decoration 0.4s var(--easing);
  transition: text-decoration 0.4s var(--easing), -webkit-text-decoration 0.4s var(--easing);
}
.loud .open:hover,
.loud .open:focus {
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
}
.skew {
  font-size: 16px;
  line-height: 1.4;
  font-weight: normal;
  color: var(--textcolor);
}
.skew .open {
  text-decoration: underline;
  text-underline-position: under;
  transition: -webkit-text-decoration 0.4s var(--easing);
  transition: text-decoration 0.4s var(--easing);
  transition: text-decoration 0.4s var(--easing), -webkit-text-decoration 0.4s var(--easing);
}
.skew .open:hover,
.skew .open:focus {
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
}
.pale {
  --fluidSize: clamp(0.75rem, 0vw + 0.75rem, 0.75rem);
  font-size: var(--fluidSize);
  line-height: 1.4;
  font-weight: normal;
  color: var(--textcolor);
}
.pale .open {
  text-decoration: underline;
  text-underline-position: under;
  transition: -webkit-text-decoration 0.4s var(--easing);
  transition: text-decoration 0.4s var(--easing);
  transition: text-decoration 0.4s var(--easing), -webkit-text-decoration 0.4s var(--easing);
}
.pale .open:hover,
.pale .open:focus {
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
}
.norm {
  color: var(--textcolor);
}
.norm .open {
  text-decoration: underline;
  text-underline-position: under;
  transition: -webkit-text-decoration 0.4s var(--easing);
  transition: text-decoration 0.4s var(--easing);
  transition: text-decoration 0.4s var(--easing), -webkit-text-decoration 0.4s var(--easing);
}
.norm .open:hover,
.norm .open:focus {
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
}
.area--one {
  margin-top: calc(var(--spaceTotal) * 2);
  margin-bottom: calc(var(--spaceTotal) * 2);
}
.area--one .unitTwo {
  margin-bottom: calc(var(--spaceUnit) * -1 + (var(--spacePart) * 2));
}
@media screen and (prefers-reduced-motion: no-preference) {
  #view .cbdModule,
  #view #head {
    opacity: 0;
    transform: translateY(50px);
    transition: transform 0.8s var(--easing), opacity 0.8s var(--easing);
  }
  #view .cbdModule.is-intersecting,
  #view #head.is-intersecting {
    opacity: 1;
    transform: translateY(0);
  }
  #view .area .unit {
    opacity: 0;
    transform: translateY(50px);
    transition: transform 0.8s var(--easing), opacity 0.8s var(--easing);
  }
  #view .area .unit.is-intersecting {
    opacity: 1;
    transform: translateY(0);
  }
}
.navigation {
  --navSubToggleWidth: 24px;
  --navSubToggleColor: var(--NEUTRALS_500);
  --navSubToggleIconOpen: url(/images/tk-icons/icon-plus.svg);
  --navSubToggleIconClose: url(/images/tk-icons/icon-minus.svg);
  --linkcolorHover: var(--NEUTRALS_500);
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: calc(var(--headerHeight) * 2) 0 calc(var(--headerHeight) * 1);
  box-sizing: border-box;
  gap: calc(var(--headerHeight) * 1);
}
@media (max-width: 1399px) {
  body.cb-toggle-target-active {
    overflow: hidden;
  }
}
.togglenavigation {
  position: relative;
  width: 24px;
  height: 24px;
  cursor: pointer;
  padding: 6px 4px;
  box-sizing: border-box;
}
.tlines {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
.tline {
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 1.5pt;
  background-color: var(--textcolor);
  border-radius: var(--borderRadius);
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.tline--1 {
  right: unset;
  left: 0;
}
.tline--2,
.tline--3 {
  top: 50%;
  transform: translateY(-50%);
}
.tline--4 {
  top: unset;
  bottom: 0;
  width: 11px;
}
body.cb-toggle-target-active .tline--1 {
  opacity: 0;
  width: 0;
}
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;
  width: 0;
}
.naviWrapper {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1999;
  width: 100%;
  height: 100%;
  background-color: var(--NEUTRALS_00);
  overflow-y: scroll;
  --deskWidth: 500px;
  transform: translateY(-100%);
  transition: all 0.6s cubic-bezier(0.05, 0.8, 0.5, 1);
}
body.cb-toggle-target-active .naviWrapper {
  transform: translateY(0);
}
.navi-animation {
  float: left;
  width: 100%;
  opacity: 0;
  transform: translateY(-100vh);
  transition: all 0s 0.6s cubic-bezier(0.05, 0.8, 0.5, 1);
}
body.cb-toggle-target-active .navi-animation {
  transition: all 1s cubic-bezier(0.05, 0.8, 0.5, 1);
  transform: translateY(0);
  opacity: 1;
}
.navigation div.navi {
  float: left;
  width: 100%;
  display: block;
  position: relative;
}
.navigation div.navi > .cb-toggle {
  display: none;
}
.navigation div.navi > .item {
  float: left;
  width: 100%;
  position: relative;
}
.navigation div.navi > .item.item-empty > .cb-toggle {
  display: none;
}
.navigation div.navi > .item > .menu {
  display: block;
  color: var(--linkcolor);
}
@media (hover: hover) and (pointer: fine) {
  .navigation div.navi > .item > .menu:hover,
  .navigation div.navi > .item > .menu:focus {
    color: var(--linkcolorHover);
  }
}
.navigation div.navi > .item > .menu.path {
  color: var(--linkcolorHover);
}
.navigation__main div.sub1 {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.navigation__main div.sub1 > .item > .menu {
  border-top: 1px solid var(--NEUTRALS_200);
  padding: 8px 0;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 800;
  color: var(--linkcolor);
  padding-right: var(--navSubToggleWidth);
}
.navigation__main div.sub2 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 12px;
}
.navigation__main div.sub2 > .item > .menu {
  border-top: 1px solid var(--NEUTRALS_200);
  padding: 8px 0;
  box-sizing: border-box;
}
.navigation__main div.sub2 {
  overflow: hidden;
  max-height: 0;
}
.navigation__main div.sub2 > .item {
  opacity: 0;
  transform: scale(0.8);
}
.navigation__main div.navi > .item.cb-toggle-target-active > div.navi {
  transition: none;
  max-height: 1000px;
  transition: max-height 2s;
}
.navigation__main div.navi > .item.cb-toggle-target-active > div.navi > .item {
  transform: scale(1);
  opacity: 1;
  transition: all 0.3s;
}
.navigation__main .cb-toggle {
  position: absolute;
  right: 0;
  top: 6px;
  z-index: 2;
  cursor: pointer;
  width: var(--navSubToggleWidth);
  aspect-ratio: 1;
  background-color: var(--navSubToggleColor);
  -webkit-mask-size: calc(var(--navSubToggleWidth) / 2.4);
          mask-size: calc(var(--navSubToggleWidth) / 2.4);
  -webkit-mask-position: 50% 50%;
          mask-position: 50% 50%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: var(--navSubToggleIconOpen);
          mask-image: var(--navSubToggleIconOpen);
  transition: all 0.4s var(--easing);
}
.navigation__main .cb-toggle.cb-toggle-active {
  -webkit-mask-image: var(--navSubToggleIconClose);
          mask-image: var(--navSubToggleIconClose);
}
.navigation__services div.sub1 {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.navigation__services div.sub1 > .item > .menu {
  text-transform: uppercase;
}
.hero {
  --spaceEdges: max(var(--deskSpace), calc((100vw - var(--deskWidth)) / 2));
  position: relative;
  isolation: isolate;
}
.hero__mood {
  z-index: -1;
  --spaceEdges: 24px;
}
.hero--one {
  display: grid;
  grid-template-columns: var(--spaceEdges) 1fr 1fr var(--spaceEdges);
  grid-template-rows: 96px 1fr 96px;
  background-color: var(--NEUTRALS_50);
  min-height: calc(100vh - var(--headerHeight));
  min-height: calc(100svh - var(--headerHeight));
}
@media (min-width: 768px) {
  .hero--one {
    --textcolor: var(--NEUTRALS_00);
    --titlecolor: var(--NEUTRALS_00);
  }
}
@media (max-width: 767px) {
  .hero--one {
    grid-template-columns: var(--spaceEdges) 1fr var(--spaceEdges);
    grid-template-rows: calc(60vh - var(--headerHeight)) auto;
    grid-template-rows: calc(60svh - var(--headerHeight)) auto;
  }
}
.hero--one .hero__mood {
  position: relative;
  grid-area: 1 / 1 / 6 / 5;
  --spaceEdges: max(var(--deskSpace), calc((100vw - var(--deskWidth)) / 2));
}
@media (max-width: 767px) {
  .hero--one .hero__mood {
    grid-area: 1 / 1 / 2 / 4;
  }
}
.hero--one .hero__mood:after {
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
}
@media (max-width: 767px) {
  .hero--one .hero__mood:after {
    background-color: rgba(0, 0, 0, 0.3);
  }
}
.hero--one .hero__content {
  grid-area: 2 / 2 / 2 / 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1279px) {
  .hero--one .hero__content {
    grid-area: 2 / 2 / 2 / 4;
    justify-content: flex-end;
  }
}
@media (max-width: 767px) {
  .hero--one .hero__content {
    grid-area: 2 / 2 / 2 / 3;
    padding-top: calc(var(--spaceTotal) * 1);
    padding-bottom: calc(var(--spaceTotal) * 1);
    box-sizing: border-box;
  }
}
.hero--two {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  background-color: var(--NEUTRALS_50);
  gap: 0 100px;
}
@media (min-width: 1280px) {
  .hero--two {
    min-height: calc(100vh - var(--headerHeight));
    min-height: calc(100svh - var(--headerHeight));
  }
}
@media (max-width: 1279px) {
  .hero--two {
    grid-template-columns: 1fr;
    padding-left: var(--spaceEdges);
    padding-right: var(--spaceEdges);
    padding-top: calc(var(--spaceTotal) * 2);
    padding-bottom: calc(var(--spaceTotal) * 2);
    box-sizing: border-box;
  }
}
.hero--two .hero__mood {
  position: relative;
}
@media (max-width: 1279px) {
  .hero--two .hero__mood {
    aspect-ratio: 680 / 400;
  }
}
@media (max-width: 767px) {
  .hero--two .hero__mood {
    aspect-ratio: 340 / 240;
  }
}
.hero--two .hero__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: calc(var(--spaceTotal) * 2);
  padding-bottom: calc(var(--spaceTotal) * 2);
  padding-left: var(--spaceEdges);
  box-sizing: border-box;
}
@media (max-width: 1279px) {
  .hero--two .hero__content {
    padding: 0;
  }
}
.hero--three .hero__titles {
  box-sizing: border-box;
}
@media (min-width: 1280px) {
  .hero--three .hero__titles {
    padding-right: 50%;
  }
}
.hero--three .hero__mood {
  position: relative;
  aspect-ratio: 1440 / 360;
}
@media (max-width: 1279px) {
  .hero--three .hero__mood {
    aspect-ratio: 744 / 240;
  }
}
@media (max-width: 767px) {
  .hero--three .hero__mood {
    aspect-ratio: 390 / 140;
  }
}
.hero--three .hero__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: calc(var(--spaceTotal) * 2);
  padding-bottom: calc(var(--spaceTotal) * 1);
  padding-left: var(--spaceEdges);
  padding-right: var(--spaceEdges);
  box-sizing: border-box;
}
@media (min-width: 1280px) {
  .hero--three .hero__content .area {
    padding-left: calc((50%) + (var(--gridGap) / 2));
    box-sizing: border-box;
  }
}
.hero--four {
  display: flex;
  flex-direction: column-reverse;
  padding-left: var(--spaceEdges);
  padding-right: var(--spaceEdges);
  padding-top: calc(var(--spaceTotal) * 2);
  box-sizing: border-box;
}
.hero--four .hero__titles {
  box-sizing: border-box;
}
@media (min-width: 1280px) {
  .hero--four .hero__titles {
    padding-right: 50%;
  }
}
@media (max-width: 1279px) {
  .hero--four {
    box-sizing: border-box;
  }
}
.hero--four .hero__mood {
  position: relative;
  aspect-ratio: 1312 / 532;
}
@media (max-width: 1279px) {
  .hero--four .hero__mood {
    aspect-ratio: 680 / 400;
  }
}
@media (max-width: 767px) {
  .hero--four .hero__mood {
    aspect-ratio: 340 / 240;
  }
}
.hero--four .hero__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: calc(var(--spaceTotal) * 2);
  padding-bottom: calc(var(--spaceTotal) * 1);
  box-sizing: border-box;
}
@media (min-width: 1280px) {
  .hero--four .hero__content .area {
    padding-left: calc((50%) + (var(--gridGap) / 2));
    box-sizing: border-box;
  }
}
#cb-cookie-warning {
  position: fixed;
  bottom: 40px;
  z-index: 1990;
  font-family: 'Funnel Sans', sans-serif;
  background-color: #FAFAFA;
  font-size: 15px;
  line-height: 1.6;
  padding: 24px 25px;
  box-sizing: border-box;
  color: #323F36;
  right: 0;
  transform: translateX(-200%);
  width: 580px;
  max-width: var(--deskMaxWidth);
  border-radius: 4px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.16);
}
.show-content #cb-cookie-warning {
  left: var(--deskSpace);
  transform: translateX(0);
  transition: all 0.6s 0.2s cubic-bezier(0.32, 1.16, 0.36, 1.18);
}
#cb-cookie-warning.cb-cookie-warning--hidden {
  display: none !important;
}
@media (max-width: 767px) {
  .show-content #cb-cookie-warning {
    left: 0;
    max-width: 100%;
  }
}
.cb-cookie-warning--container {
  float: left;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
}
.cb-cookie-warning--text {
  float: left;
  width: 100%;
  padding-top: 44px;
  box-sizing: border-box;
  background-size: 23px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url(/images/tk-icons/icon-cookie.svg);
  font-size: 14px;
  line-height: 1.4;
}
.cb-cookie-warning--text h3 {
  font-size: 16px;
  font-family: 'Funnel Sans', sans-serif;
  font-weight: 800;
  margin-bottom: 12px;
}
.cb-cookie-warning--text a {
  text-decoration: underline;
}
.cb-cookie-warning--actions {
  margin-top: 16px;
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
.cb-cookie-warning__button {
  float: left;
}
#cb-cookie-warning__button--accept {
  background-color: var(--btnPrimaryBgColor);
  line-height: 1.42857143;
  font-family: inherit;
  cursor: pointer;
  color: var(--btnPrimaryColor);
  padding: 8px 16px;
  box-sizing: border-box;
  appearance: none;
  border-radius: var(--borderRadius);
  text-align: center;
  text-decoration: none;
  border: none;
  display: inline-block;
  transition: all 0.4s var(--easing);
  font-size: var(--btnFontSize);
  line-height: 1.4;
  padding-right: var(--btnIconIndent);
  position: relative;
  --btnIconRightImage: url(/images/tk-icons/icon-check.svg);
}
@media (hover: hover) and (pointer: fine) {
  #cb-cookie-warning__button--accept:hover,
  #cb-cookie-warning__button--accept:focus {
    color: var(--btnPrimaryColorHover);
    background-color: var(--btnPrimaryBgColorHover);
  }
}
#cb-cookie-warning__button--accept:after {
  content: '';
  position: absolute;
  right: 12px;
  top: var(--btnIconPositionTop, 10px);
  width: var(--btnIconSize);
  aspect-ratio: 1;
  -webkit-mask-size: 43%;
          mask-size: 43%;
  -webkit-mask-position: 50% 50%;
          mask-position: 50% 50%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: var(--btnIconRightImage);
          mask-image: var(--btnIconRightImage);
  background-color: var(--btnIconColor);
  transition: all 0.4s var(--easing);
}
@media (hover: hover) and (pointer: fine) {
  #cb-cookie-warning__button--accept:hover:after,
  #cb-cookie-warning__button--accept:focus:after {
    background-color: var(--btnIconColorHover);
  }
}
#cb-cookie-warning__button--decline {
  background-color: var(--btnSecondaryBgColor);
  line-height: 1.42857143;
  font-family: inherit;
  cursor: pointer;
  color: var(--btnSecondaryColor);
  border: 1px solid var(--btnSecondaryColor);
  padding: 8px 16px;
  box-sizing: border-box;
  appearance: none;
  border-radius: var(--borderRadius);
  text-align: center;
  text-decoration: none;
  display: inline-block;
  transition: all 0.4s var(--easing);
  font-size: var(--btnFontSize);
  line-height: 1.4;
}
@media (hover: hover) and (pointer: fine) {
  #cb-cookie-warning__button--decline:hover,
  #cb-cookie-warning__button--decline:focus {
    color: var(--btnSecondaryColorHover);
    border-color: var(--btnSecondaryColorHover);
    background-color: var(--btnSecondaryBgColorHover);
  }
}
/*# sourceMappingURL=./screen-small.css.map */