:root {
  --sitecolor: #BAEB03;
  --textcolor: #000000;
  --titlecolor: #000000;
  --linkcolor: #000000;
  --linkcolor-hov: #BAEB03;
  --headerHeight: 136px;
  --gutter: 14px;
  --borderRadius: 15px;
}
@media (max-width: 1023px) {
  :root {
    --headerHeight: 93px;
  }
}
:root {
  --deskWidth: 2300px;
  --deskSpace: 24px;
  --deskMaxWidth: calc(100vw - (2 * var(--deskSpace)));
}
:root {
  --spacePart: 15px;
}
@media (max-width: 1023px) {
  :root {
    --spacePart: 15px;
  }
}
@media (max-width: 767px) {
  :root {
    --spacePart: 10px;
  }
}
:root {
  --spaceUnit: 35px;
}
@media (max-width: 1023px) {
  :root {
    --spaceUnit: 25px;
  }
}
@media (max-width: 767px) {
  :root {
    --spaceUnit: 20px;
  }
}
:root {
  --spaceTotal: 50px;
}
@media (max-width: 1023px) {
  :root {
    --spaceTotal: 40px;
  }
}
@media (max-width: 767px) {
  :root {
    --spaceTotal: 30px;
  }
}
:root {
  --js-breakpoint: breakpointLarge;
}
@media (max-width: 1023px) {
  :root {
    --js-breakpoint: breakpointMedium;
  }
}
@media (max-width: 767px) {
  :root {
    --js-breakpoint: breakpointSmall;
  }
}
.button {
  appearance: none;
  text-decoration: none;
  display: inline-block;
  font-size: clamp(0.875rem, 0.50691244vw + 0.75144009rem, 1.5625rem);
  line-height: clamp(1rem, 0.87557604vw + 0.78657834rem, 2.1875rem);
  text-transform: uppercase;
  letter-spacing: 0.01em;
  padding: 0.45em 1em 0.55em;
  box-sizing: border-box;
  min-width: 12em;
  text-align: center;
  background-color: var(--btnBgcolor, var(--accentcolor));
  border: 2px solid var(--btnBorderColor, var(--accentcolor));
  border-radius: 100vw;
  background-clip: border-box;
  font-weight: 700;
  contain: paint;
  isolation: isolate;
  position: relative;
  background-origin: border-box;
  color: var(--btnLinkColor, #fff);
}
.button:before {
  content: '';
  position: absolute;
  top: -2px;
  background: var(--btnEffectBgcolor, #fff);
  width: 120%;
  height: calc(100% + 4px);
  left: -10%;
  transform: skew(30deg) translate3d(-110%, 0, 0);
  transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
  z-index: -1;
  background-clip: border-box;
  inset: 0;
}
@media (hover: hover) and (pointer: fine) {
  .button:hover,
  .button:focus {
    border: 2px solid var(--btnBorderColorHov, var(--accentcolor));
    color: var(--btnColorHov, var(--accentcolor));
  }
  .button:hover:before,
  .button:focus:before {
    transform: translate3d(0, 0, 0);
  }
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Neue Plak';
  font-style: normal;
  font-weight: 400;
  src: url('/extras/fonts/NeuePlakText-Regular.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Neue Plak';
  font-style: normal;
  font-weight: 700;
  src: url('/extras/fonts/NeuePlakText-Bold.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'PPNikkeiMaru';
  font-style: normal;
  font-weight: 800;
  src: url('/extras/fonts/PPNikkeiMaru-Ultrabold.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
* {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}
#edit * :not(.is-marked):focus-within {
  outline: none;
}
:focus {
  outline-color: var(--sitecolor);
}
*::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: 700;
}
sup,
sub {
  position: relative;
  vertical-align: baseline;
  top: -0.8em;
  font-size: 70%;
}
sub {
  top: 0.4em;
}
address {
  font-style: normal;
}
input,
textarea {
  border-radius: 0;
  font-family: 'Neue Plak', sans-serif;
  font-size: clamp(1.25rem, 0.96774194vw + 1.0141129rem, 2.5625rem);
  line-height: clamp(1.625rem, 1.19815668vw + 1.33294931rem, 3.25rem);
}
.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;
}
.unit .part.react {
  min-height: 20px;
}
.part__content {
  float: left;
  width: 100%;
}
.pict a {
  float: left;
  width: 100%;
}
.pict img {
  width: 100%;
}
.pict img:not(.svg) {
  width: auto;
  max-width: 100% !important;
}
#root#root#root img.zoom {
  display: none !important;
}
.lazyimage {
  visibility: hidden;
}
.lazyimage.lazyloaded {
  visibility: initial;
}
#edit .part video {
  pointer-events: none;
}
.cb-image-figure {
  float: left;
  width: 100%;
}
.cb-image-container {
  float: left;
  width: 100%;
  position: relative;
}
.cb-image-caption {
  float: left;
  width: 100%;
  margin-top: 6px;
}
#disp.zoom .cb-image-figure {
  height: 100%;
}
#disp.zoom .cb-image-container {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#disp.zoom .cb-image-caption {
  display: none;
}
.cb-album .cb-image-figure {
  opacity: 1 !important;
  display: block !important;
}
.cb-album .cb-image-container {
  position: static;
}
.cb-album .cb-image-caption {
  display: none;
}
div.load {
  background: none !important;
}
.show a {
  float: left;
  width: 100%;
  display: block;
}
#edit .line {
  padding-top: 5px;
  padding-bottom: 5px;
}
.line hr {
  float: left;
  width: 100%;
  border-bottom: 1px solid 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: 700;
  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%;
}
.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: 24px;
  position: relative;
}
.list--bullet li:before {
  content: '•';
  position: absolute;
  left: 0;
  top: 0;
  color: var(--textcolor);
}
.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: left;
  width: 100%;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  position: relative;
  overflow: hidden;
}
#slides .slide {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
}
#slides a {
  display: block;
  width: 100%;
  height: 100%;
}
#slides a.null {
  cursor: default;
}
.cb-slides .cb-image-figure {
  height: 100%;
}
.cb-slides .cb-image-container {
  height: 100% !important;
}
#slides img {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
}
#slides img.lazyimage {
  visibility: initial;
  filter: blur(10px);
  transform: scale(1.05);
  transition: all 0.12s;
}
#slides img.lazyimage.lazyloaded {
  filter: blur(0);
  transform: scale(1);
}
#expo div.link {
  display: none;
  float: left;
  width: 100%;
  height: 0;
}
#expo a.link {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 30px;
  height: 50px;
  transform: translateY(-50%);
  background: var(--sitecolor);
  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: var(--sitecolor);
}
.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: 'Neue Plak', 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: 700;
  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;
  appearance: none;
  text-decoration: none;
  display: inline-block;
  font-size: clamp(0.875rem, 0.50691244vw + 0.75144009rem, 1.5625rem);
  line-height: clamp(1rem, 0.87557604vw + 0.78657834rem, 2.1875rem);
  text-transform: uppercase;
  letter-spacing: 0.01em;
  padding: 0.45em 1em 0.55em;
  box-sizing: border-box;
  min-width: 12em;
  text-align: center;
  background-color: var(--btnBgcolor, var(--accentcolor));
  border: 2px solid var(--btnBorderColor, var(--accentcolor));
  border-radius: 100vw;
  background-clip: border-box;
  font-weight: 700;
  contain: paint;
  isolation: isolate;
  position: relative;
  background-origin: border-box;
  color: var(--btnLinkColor, #fff);
  line-height: 1.42857143;
}
#disp .foot input:before,
#disp .foot a:before {
  content: '';
  position: absolute;
  top: -2px;
  background: var(--btnEffectBgcolor, #fff);
  width: 120%;
  height: calc(100% + 4px);
  left: -10%;
  transform: skew(30deg) translate3d(-110%, 0, 0);
  transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
  z-index: -1;
  background-clip: border-box;
  inset: 0;
}
@media (hover: hover) and (pointer: fine) {
  #disp .foot input:hover,
  #disp .foot a:hover,
  #disp .foot input:focus,
  #disp .foot a:focus {
    border: 2px solid var(--btnBorderColorHov, var(--accentcolor));
    color: var(--btnColorHov, var(--accentcolor));
  }
  #disp .foot input:hover:before,
  #disp .foot a:hover:before,
  #disp .foot input:focus:before,
  #disp .foot a:focus:before {
    transform: translate3d(0, 0, 0);
  }
}
#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 !important;
  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 !important;
    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: 'Neue Plak', 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 {
  --spacePart: 10px;
}
.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%;
  display: flex;
  align-items: center;
  padding-bottom: 5px;
  font-size: clamp(0.875rem, 0.2764977vw + 0.80760369rem, 1.25rem);
  line-height: clamp(1rem, 0.41474654vw + 0.89890553rem, 1.5625rem);
}
@media (min-width: 768px) {
  .unit.form .tile .name {
    padding-bottom: 0;
    width: 30%;
    min-height: 40px;
  }
}
.unit.form input.text,
.unit.form textarea {
  float: left;
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  min-height: 40px;
  padding: 0 10px;
  appearance: none;
  border-bottom: 1px solid #000000;
  font-size: clamp(0.875rem, 0.2764977vw + 0.80760369rem, 1.25rem);
  line-height: clamp(1rem, 0.41474654vw + 0.89890553rem, 1.5625rem);
}
.unit.form input.text.fail,
.unit.form textarea.fail {
  background-color: #e7bcbc;
}
.unit.form textarea {
  padding: 10px;
}
@media (min-width: 768px) {
  .unit.form .tile input.text,
  .unit.form .tile textarea {
    float: right;
    width: 66%;
  }
}
.unit.form div.tick div.ctrl > div {
  float: left;
  width: 100%;
  position: relative;
  display: flex;
}
@media (min-width: 768px) {
  .unit.form div.tick.tile div.ctrl > div {
    min-height: 40px;
    align-items: center;
  }
}
.unit.form div.tick label {
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.unit.form div.tick input {
  float: left;
  margin-right: 10px;
  flex-shrink: 0;
  width: 20px;
}
@media (min-width: 768px) {
  .unit.form div.tick.tile input {
    align-self: stretch;
  }
}
.unit.form select {
  float: left;
  width: 100%;
  font-family: 'Neue Plak', sans-serif;
  font-size: clamp(1.25rem, 0.96774194vw + 1.0141129rem, 2.5625rem);
  line-height: clamp(1.625rem, 1.19815668vw + 1.33294931rem, 3.25rem);
  background: #fff;
  height: 40px;
  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: #e7bcbc;
}
.unit.form .ship div.chop {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.unit.form .ship div.chop input {
  float: left;
  width: 100%;
  display: block;
  font-size: 12px;
}
.unit.form .ship div.chop span {
  float: left;
}
.unit.form .ship div.chop span::file-selector-button {
  appearance: none;
  text-decoration: none;
  display: inline-block;
  font-size: clamp(0.875rem, 0.50691244vw + 0.75144009rem, 1.5625rem);
  line-height: clamp(1rem, 0.87557604vw + 0.78657834rem, 2.1875rem);
  text-transform: uppercase;
  letter-spacing: 0.01em;
  padding: 0.45em 1em 0.55em;
  box-sizing: border-box;
  min-width: 12em;
  text-align: center;
  background-color: var(--btnBgcolor, var(--accentcolor));
  border: 2px solid var(--btnBorderColor, var(--accentcolor));
  border-radius: 100vw;
  background-clip: border-box;
  font-weight: 700;
  contain: paint;
  isolation: isolate;
  position: relative;
  background-origin: border-box;
  color: var(--btnLinkColor, #fff);
  margin-right: 16px;
}
.unit.form .ship div.chop span::file-selector-button:before {
  content: '';
  position: absolute;
  top: -2px;
  background: var(--btnEffectBgcolor, #fff);
  width: 120%;
  height: calc(100% + 4px);
  left: -10%;
  transform: skew(30deg) translate3d(-110%, 0, 0);
  transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
  z-index: -1;
  background-clip: border-box;
  inset: 0;
}
@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 {
    border: 2px solid var(--btnBorderColorHov, var(--accentcolor));
    color: var(--btnColorHov, var(--accentcolor));
  }
  .unit.form .ship div.chop span::file-selector-button:hover:before,
  .unit.form .ship div.chop span::file-selector-button:focus:before {
    transform: translate3d(0, 0, 0);
  }
}
.unit.form .ship div.chop a {
  float: left;
  display: block;
  margin-left: 10px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  width: 12px;
  height: 12px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-cross-black.svg);
}
@media (min-width: 768px) {
  .unit.form .ship.tile fieldset > div {
    float: right;
    width: 66%;
    min-height: 40px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
  }
}
.unit.form .submit {
  float: right;
  margin-top: calc(var(--spacePart) * -1);
  margin-bottom: var(--spacePart);
  appearance: none;
  text-decoration: none;
  display: inline-block;
  font-size: clamp(0.875rem, 0.50691244vw + 0.75144009rem, 1.5625rem);
  line-height: clamp(1rem, 0.87557604vw + 0.78657834rem, 2.1875rem);
  text-transform: uppercase;
  letter-spacing: 0.01em;
  padding: 0.45em 1em 0.55em;
  box-sizing: border-box;
  min-width: 12em;
  text-align: center;
  background-color: var(--btnBgcolor, var(--accentcolor));
  border: 2px solid var(--btnBorderColor, var(--accentcolor));
  border-radius: 100vw;
  background-clip: border-box;
  font-weight: 700;
  contain: paint;
  isolation: isolate;
  position: relative;
  background-origin: border-box;
  color: var(--btnLinkColor, #fff);
}
.unit.form .submit:before {
  content: '';
  position: absolute;
  top: -2px;
  background: var(--btnEffectBgcolor, #fff);
  width: 120%;
  height: calc(100% + 4px);
  left: -10%;
  transform: skew(30deg) translate3d(-110%, 0, 0);
  transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
  z-index: -1;
  background-clip: border-box;
  inset: 0;
}
@media (hover: hover) and (pointer: fine) {
  .unit.form .submit:hover,
  .unit.form .submit:focus {
    border: 2px solid var(--btnBorderColorHov, var(--accentcolor));
    color: var(--btnColorHov, var(--accentcolor));
  }
  .unit.form .submit:hover:before,
  .unit.form .submit:focus:before {
    transform: translate3d(0, 0, 0);
  }
}
.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 #ae2121;
  box-sizing: border-box;
  padding: 20px;
  background-color: #e7bcbc;
  color: #ae2121;
}
.unit.form div.cb-form-sent {
  float: left;
  width: 100%;
  margin-top: var(--spacePart);
  margin-bottom: var(--spacePart);
}
.unit.form div.cb-form-sent a {
  float: right;
  color: #5abb55;
}
#disp.two-step-verification div.body {
  overflow: hidden;
}
#disp.two-step-verification p {
  float: left;
  width: 100%;
}
.two-step-verification-container {
  float: left;
  width: 100%;
  min-width: 300px;
  margin-top: 10px;
  height: 350px;
  position: relative;
}
.two-step-verification-container a {
  appearance: none;
  text-decoration: none;
  display: inline-block;
  font-size: clamp(0.875rem, 0.50691244vw + 0.75144009rem, 1.5625rem);
  line-height: clamp(1rem, 0.87557604vw + 0.78657834rem, 2.1875rem);
  text-transform: uppercase;
  letter-spacing: 0.01em;
  padding: 0.45em 1em 0.55em;
  box-sizing: border-box;
  min-width: 12em;
  text-align: center;
  background-color: var(--btnBgcolor, var(--accentcolor));
  border: 2px solid var(--btnBorderColor, var(--accentcolor));
  border-radius: 100vw;
  background-clip: border-box;
  font-weight: 700;
  contain: paint;
  isolation: isolate;
  position: relative;
  background-origin: border-box;
  color: var(--btnLinkColor, #fff);
}
.two-step-verification-container a:before {
  content: '';
  position: absolute;
  top: -2px;
  background: var(--btnEffectBgcolor, #fff);
  width: 120%;
  height: calc(100% + 4px);
  left: -10%;
  transform: skew(30deg) translate3d(-110%, 0, 0);
  transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
  z-index: -1;
  background-clip: border-box;
  inset: 0;
}
@media (hover: hover) and (pointer: fine) {
  .two-step-verification-container a:hover,
  .two-step-verification-container a:focus {
    border: 2px solid var(--btnBorderColorHov, var(--accentcolor));
    color: var(--btnColorHov, var(--accentcolor));
  }
  .two-step-verification-container a:hover:before,
  .two-step-verification-container a:focus:before {
    transform: translate3d(0, 0, 0);
  }
}
.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: 10px 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: 700;
}
.table td {
  padding: 10px 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: 700;
}
@media (max-width: 767px) {
  .part--table {
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .part--table::-webkit-scrollbar {
    display: none;
  }
  .part--table .table {
    white-space: nowrap;
    width: auto;
    min-width: 100%;
  }
}
html,
body {
  float: left;
  width: 100%;
  min-height: 100vh;
  scroll-padding-top: var(--headerHeight);
}
.logo {
  float: left;
  height: clamp(2.5rem, 1.84331797vw + 2.05069124rem, 5rem);
}
.logo__lottie {
  width: auto;
  height: 100%;
}
.logo__lottie > svg {
  width: auto!important;
}
#head {
  float: left;
  width: 100%;
}
.wrapper {
  float: left;
  width: 100%;
  min-height: 100vh;
  background-color: #fff;
  font-family: 'Neue Plak', sans-serif;
  font-size: clamp(1.25rem, 0.96774194vw + 1.0141129rem, 2.5625rem);
  line-height: clamp(1.625rem, 1.19815668vw + 1.33294931rem, 3.25rem);
  color: var(--textcolor);
  accent-color: var(--sitecolor);
  overflow: hidden;
  hyphens: none;
  display: flex;
  flex-direction: column;
  -webkit-font-smoothing: antialiased;
}
.layout6 .wrapper,
.layout7 .wrapper,
.layout8 .wrapper,
.layout9 .wrapper {
  background-color: #000000;
}
.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--case .desk {
  --deskWidth: 2200px;
}
.section {
  float: left;
  width: 100%;
  position: relative;
}
.container {
  float: left;
  width: 100%;
  position: relative;
}
.section--header {
  position: fixed;
  top: 0;
  z-index: 2000;
  transition: all 0.4s cubic-bezier(0.3, 1, 0.8, 1);
  isolation: isolate;
}
body:has(.videoPart__overlay.visible) .section--header,
.section--header.navi--hidden {
  transform: translateY(-200%);
}
.container--head {
  padding-block: 23px 33px;
  box-sizing: border-box;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .container--head {
    padding-block: 23px;
  }
}
.container--head:after {
  content: '';
  position: absolute;
  opacity: 0;
  z-index: -1;
  width: 100vw !important;
  left: 50%;
  margin-left: -50vw !important;
  top: 0;
  bottom: 0;
  height: 100%;
  background-color: #000000;
  border-bottom-left-radius: var(--borderRadius);
  border-bottom-right-radius: var(--borderRadius);
  transition: all 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}
.cb-scroll-triggered--active .container--head:after {
  opacity: 1;
}
.navigation {
  margin-bottom: -10px;
  box-sizing: border-box;
}
main {
  float: left;
  width: 100%;
  position: relative;
  flex: 1 0 auto;
}
.pageStyleOne {
  --accentcolor: #FFA722;
  --highlightColor: #FFD300;
  --highlightBgcolor: #FFA722;
}
.pageStyleTwo {
  --accentcolor: #FF2A00;
  --highlightColor: #93000B;
  --highlightBgcolor: #FF2A00;
}
.pageStyleThree {
  --accentcolor: #2A7EFF;
  --highlightColor: #0A2A35;
  --highlightBgcolor: #2A7EFF;
}
.pageStyleFour {
  --accentcolor: #BAEB03;
  --highlightColor: #018755;
  --highlightBgcolor: #BAEB03;
}
.section--titleIntro {
  padding-top: calc(var(--headerHeight) * 1 + var(--spaceTotal) * 1);
  padding-bottom: calc(var(--spaceTotal) * 1);
  box-sizing: border-box;
  --deskWidth: 2400px;
  min-height: 60vh;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.container--moodContact {
  min-height: calc(100vh - 50px);
  min-height: calc(100svh - 50px);
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  isolation: isolate;
  padding-top: var(--headerHeight);
  padding-bottom: var(--headerHeight);
  box-sizing: border-box;
}
.container--moodContact .mood {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.container--moodContact .mood .mood__video,
.container--moodContact .mood #expo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.container--moodContact .mood .mood__video {
  z-index: 2;
  object-fit: cover;
  object-position: center;
}
.container--moodContact .content {
  --deskWidth: 2200px;
  width: var(--deskWidth);
  max-width: var(--deskMaxWidth);
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
}
.container--moodContact .content__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--gutter);
}
@media (max-width: 1023px) {
  .container--moodContact .content__grid {
    grid-template-columns: 1fr;
  }
}
.container--moodContact .content__column--two {
  padding: 30px 60px;
  box-sizing: border-box;
  border-radius: var(--borderRadius);
  background-color: #fff;
}
@media (max-width: 767px) {
  .container--moodContact .content__column--two {
    padding: 30px 40px;
  }
}
.area--contact .unit--form {
  --textcolor: #000000;
  --accentcolor: #000000;
  font-size: clamp(0.875rem, 0.2764977vw + 0.80760369rem, 1.25rem);
  line-height: clamp(1rem, 0.41474654vw + 0.89890553rem, 1.5625rem);
}
.area--contact .unit--form .unit__body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 40px;
}
.area--contact .unit--form .part {
  grid-column: 1 / -1;
}
.area--contact .unit--form .part--slim {
  grid-column: span 1;
}
.container--mood {
  min-height: 100vh;
  min-height: 100svh;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  isolation: isolate;
  padding-top: var(--headerHeight);
  padding-bottom: var(--headerHeight);
  box-sizing: border-box;
}
.container--mood .mood {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.container--mood .mood .mood__video,
.container--mood .mood #expo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.container--mood .mood .mood__video {
  z-index: 2;
  object-fit: cover;
  object-position: center;
}
.container--mood .content {
  --deskWidth: 2200px;
  width: var(--deskWidth);
  max-width: var(--deskMaxWidth);
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  text-align: center;
}
.container--moodAgency {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  isolation: isolate;
  padding-top: calc(var(--headerHeight) + var(--spaceTotal));
  box-sizing: border-box;
}
.container--moodAgency .content {
  --deskWidth: 2200px;
  width: var(--deskWidth);
  max-width: var(--deskMaxWidth);
  display: flex;
  flex-direction: column;
  gap: 60px;
  align-items: center;
}
.container--moodAgency .content .moodTitleSub,
.container--moodAgency .content h1 {
  text-align: center;
}
.container--moodAgency .content .cbdModule--moodTitleBig {
  margin-left: calc(var(--deskSpace) * -1);
}
.downlink {
  width: 36px;
  aspect-ratio: 1;
  border-radius: 100vw;
  border: 2px solid var(--textcolor);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.downlink:after {
  content: '';
  display: inline;
  width: 14px;
  aspect-ratio: 1;
  background-color: var(--textcolor);
  -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;
  -webkit-mask-image: url(/images/downlink.svg);
          mask-image: url(/images/downlink.svg);
  animation-name: downlinkPulse;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-fill-mode: both;
}
@keyframes downlinkPulse {
  0%,
  100% {
    margin-top: 5px;
  }
  50% {
    margin-top: -5px;
  }
}
.container--moodTwo {
  min-height: calc(100vh - 40px);
  min-height: calc(100svh - 40px);
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-top: var(--headerHeight);
  box-sizing: border-box;
}
.container--moodTwo .mood {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.container--moodTwo .content {
  --deskWidth: 2300px;
  width: var(--deskWidth);
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  isolation: isolate;
}
.container--moodTwo .content:after {
  content: '';
  position: absolute;
  background-color: #000000;
  z-index: -1;
  bottom: 0;
  height: clamp(1.25rem, 2.76497696vw + 0.57603687rem, 5rem);
  width: 100%;
  border-top-left-radius: var(--borderRadius);
  border-top-right-radius: var(--borderRadius);
}
.container--moodCase {
  min-height: calc(100vh + clamp(3.125rem, 2.30414747vw + 2.56336406rem, 6.25rem));
  min-height: calc(100svh + clamp(3.125rem, 2.30414747vw + 2.56336406rem, 6.25rem));
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-top: var(--headerHeight);
  box-sizing: border-box;
}
.container--moodCase .mood {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.container--moodCase .content {
  --deskWidth: 2300px;
  width: var(--deskWidth);
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  isolation: isolate;
}
.container--moodCase .content:after {
  content: '';
  position: absolute;
  background-color: #000000;
  z-index: -1;
  bottom: 0;
  height: clamp(4.375rem, 5.99078341vw + 2.91474654rem, 12.5rem);
  width: 100%;
  border-top-left-radius: var(--borderRadius);
  border-top-right-radius: var(--borderRadius);
}
.container--moodSocial {
  min-height: calc(100vh - 40px);
  min-height: calc(100svh - 40px);
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-top: var(--headerHeight);
  box-sizing: border-box;
}
.container--moodSocial .mood {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.container--moodSocial .mood__videos {
  --deskWidth: 2300px;
  width: var(--deskWidth);
  max-width: 100%;
  display: grid;
  gap: 15px;
  grid-template-columns: 1fr 1fr 1fr;
  height: calc(100% - var(--headerHeight));
}
@media (max-width: 1023px) {
  .container--moodSocial .mood__videos {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .container--moodSocial .mood__videos {
    grid-template-columns: 1fr;
    height: 100%;
  }
}
.container--moodSocial .content {
  --deskWidth: 2300px;
  width: var(--deskWidth);
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  isolation: isolate;
}
.container--moodSocial .content:after {
  content: '';
  position: absolute;
  background-color: #000000;
  z-index: -1;
  bottom: 0;
  height: clamp(1.25rem, 2.76497696vw + 0.57603687rem, 5rem);
  width: 100%;
  border-top-left-radius: var(--borderRadius);
  border-top-right-radius: var(--borderRadius);
}
.layout5 .section--area2 {
  margin-bottom: calc(var(--spaceTotal) * -4);
  z-index: 2;
}
@media (max-width: 767px) {
  .layout5 .section--area2 {
    margin-bottom: calc(var(--spaceTotal) * -3);
  }
}
.section--cases {
  padding-top: calc(var(--spaceTotal) * 3);
  box-sizing: border-box;
  margin-bottom: -15px;
}
.case {
  display: flex;
  flex-direction: column;
  gap: var(--gutter);
  margin-top: calc(var(--spaceTotal) * 1 + 10px);
}
@media (min-width: 768px) {
  .case {
    margin-top: calc(var(--spaceTotal) * -2);
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.case__column--one {
  padding-top: calc(var(--spaceTotal) * 4);
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .case__column--one {
    padding-top: 0;
  }
}
.case__column--two {
  padding-left: 110px;
  box-sizing: border-box;
}
@media (max-width: 1023px) {
  .case__column--two {
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  .case__column--two {
    margin-top: calc(var(--spaceTotal) * -1);
  }
}
.bgcolor--black {
  background-color: #000000;
  --textcolor: #fff;
  --titlecolor: #fff;
  --linkcolor: #fff;
}
.bgcolor--radiusTop {
  border-top-left-radius: var(--borderRadius);
  border-top-right-radius: var(--borderRadius);
  margin-top: calc(var(--borderRadius) * -1);
}
.bgcolor--radiusBottom {
  border-bottom-left-radius: var(--borderRadius);
  border-bottom-right-radius: var(--borderRadius);
}
.vimeoPlayer {
  width: 100%;
  height: 100vh;
  /* oder 100% vom Parent */
  position: relative;
  overflow: hidden;
  margin-bottom: calc(var(--spaceTotal) * 2);
}
.vimeoPlayer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
  /* füllt die Fläche komplett */
}
.container--moodJob {
  min-height: 100vh;
  min-height: 100svh;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  isolation: isolate;
  padding-top: var(--headerHeight);
  padding-bottom: var(--headerHeight);
  box-sizing: border-box;
}
.container--moodJob .mood {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.container--moodJob .mood .mood__video,
.container--moodJob .mood #expo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.container--moodJob .mood .mood__video {
  z-index: 2;
  object-fit: cover;
  object-position: center;
}
.container--moodJob .content {
  --deskWidth: 2200px;
  width: var(--deskWidth);
  max-width: var(--deskMaxWidth);
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  text-align: center;
  padding-inline: 60px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .container--moodJob .content {
    padding-inline: 25px;
  }
}
.jobPager {
  position: absolute;
  width: 56px;
  top: 200px;
  top: 50%;
  transform: translateY(-50%);
  aspect-ratio: 1;
  background-color: #000000;
  background-size: 11px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/slider-prev.svg);
  cursor: pointer;
}
@media (max-width: 767px) {
  .jobPager {
    width: 40px;
    background-size: 8px;
  }
}
.jobPager--prev {
  left: calc(var(--deskSpace) - 10px);
}
@media (max-width: 767px) {
  .jobPager--prev {
    left: 0;
  }
}
.jobPager--next {
  right: calc(var(--deskSpace) - 10px);
  background-image: url(/images/slider-next.svg);
}
@media (max-width: 767px) {
  .jobPager--next {
    right: 0;
  }
}
.jobPager.is-inactive {
  opacity: 0.3;
  cursor: default;
}
.section--footer {
  flex-shrink: 0;
  background-color: var(--footerBgcolor, #2A7EFF);
  border-top-left-radius: var(--borderRadius);
  border-top-right-radius: var(--borderRadius);
  --titlecolor: #fff;
  transition: all 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}
.layout3 .section--footer:after,
.layout2 .section--footer:after {
  content: '';
  position: absolute;
  top: -140px;
  height: 160px;
  width: 100%;
  background-color: var(--footerBgcolor, #2A7EFF);
  border-top-left-radius: var(--borderRadius);
  border-top-right-radius: var(--borderRadius);
}
.footerStyle {
  --linkcolor-hov: #EDEDED;
}
.footerStyle a {
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
}
@media (hover: hover) and (pointer: fine) {
  .footerStyle a:hover,
  .footerStyle a:focus {
    -webkit-text-decoration-color: unset;
            text-decoration-color: unset;
  }
}
.footerStyle--one {
  --footerBgcolor: #FFA722;
}
.footerStyle--two {
  --footerBgcolor: #2A7EFF;
  --textcolor: #fff;
  --linkcolor: #fff;
}
.footerStyle--three {
  --footerBgcolor: #FF2A00;
}
.footerStyle--four {
  --footerBgcolor: #BAEB03;
}
.footerStyle--five {
  --footerBgcolor: #000000;
  --textcolor: #fff;
  --linkcolor: #fff;
  --footbuttonBgcolor: #fff;
  --footbuttonColor: #000000;
}
.footarea {
  float: left;
  width: 100%;
  margin-top: calc(var(--spaceTotal) * 1);
  margin-bottom: calc(var(--spaceTotal) * 1);
  display: grid;
  gap: 70px var(--gutter);
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 1023px) {
  .footarea {
    gap: 40px var(--gutter);
    grid-template-columns: 1fr;
    margin-top: 45px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .footarea {
    grid-template-columns: 1fr;
  }
}
.footunit {
  float: left;
  width: 100%;
  font-size: clamp(0.875rem, 0.2764977vw + 0.80760369rem, 1.25rem);
  line-height: clamp(1rem, 0.41474654vw + 0.89890553rem, 1.5625rem);
  color: var(--textcolor);
}
.footunit--wide {
  grid-column: 1 / -1;
}
.footunit--two {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
@media (max-width: 767px) {
  .footunit--two {
    grid-template-columns: 1fr;
  }
}
.footunit--three {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
}
.footunit__section {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footlabel {
  margin-bottom: calc(var(--spaceTotal) * 1);
}
@media (max-width: 767px) {
  .footlabel {
    margin-bottom: calc(var(--spacePart) * 1);
  }
}
.unit--footLinksLegal {
  --spaceUnit: 0;
  --spacePart: 0;
  min-height: 20px;
  width: auto;
  min-width: 50px;
  display: flex;
}
#edit .unit--footLinksLegal {
  outline: 1px dotted var(--textcolor);
}
.unit--footLinksLegal .unit__body {
  display: flex;
  gap: 50px;
}
@media (max-width: 767px) {
  .unit--footLinksLegal .unit__body {
    gap: 40px;
  }
}
.unit--footLinksLegal .part .open {
  font-size: clamp(0.875rem, 0.2764977vw + 0.80760369rem, 1.25rem);
  line-height: clamp(1rem, 0.41474654vw + 0.89890553rem, 1.5625rem);
}
.legal {
  display: flex;
  gap: 50px;
}
@media (max-width: 767px) {
  .legal {
    gap: 25px 40px;
    flex-wrap: wrap;
  }
}
.contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.contact__person {
  background-color: var(--footbuttonBgcolor, #000000);
  color: var(--footbuttonColor, #fff);
  display: inline-block;
  padding: 4px 8px 6px;
  box-sizing: border-box;
  border-radius: var(--borderRadius);
  margin-bottom: calc(var(--spacePart) * 1);
}
.unit--footLinksSocial {
  --spaceUnit: 0;
  --spacePart: 0;
  min-height: 20px;
  width: auto;
  min-width: 50px;
  display: flex;
}
#edit .unit--footLinksSocial {
  outline: 1px dotted var(--textcolor);
}
.unit--footLinksSocial .unit__body {
  display: flex;
  flex-direction: column;
}
.unit--footLinksSocial .part .open {
  font-size: clamp(0.875rem, 0.2764977vw + 0.80760369rem, 1.25rem);
  line-height: clamp(1rem, 0.41474654vw + 0.89890553rem, 1.5625rem);
}
#socials {
  display: flex;
  flex-direction: column;
}
a {
  color: var(--linkcolor);
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}
@media (hover: hover) and (pointer: fine) {
  a:hover,
  a:focus {
    color: var(--linkcolor-hov);
  }
}
.btn--primary .open {
  appearance: none;
  text-decoration: none;
  display: inline-block;
  font-size: clamp(0.875rem, 0.50691244vw + 0.75144009rem, 1.5625rem);
  line-height: clamp(1rem, 0.87557604vw + 0.78657834rem, 2.1875rem);
  text-transform: uppercase;
  letter-spacing: 0.01em;
  padding: 0.45em 1em 0.55em;
  box-sizing: border-box;
  min-width: 12em;
  text-align: center;
  background-color: var(--btnBgcolor, var(--accentcolor));
  border: 2px solid var(--btnBorderColor, var(--accentcolor));
  border-radius: 100vw;
  background-clip: border-box;
  font-weight: 700;
  contain: paint;
  isolation: isolate;
  position: relative;
  background-origin: border-box;
  color: var(--btnLinkColor, #fff);
}
.btn--primary .open:before {
  content: '';
  position: absolute;
  top: -2px;
  background: var(--btnEffectBgcolor, #fff);
  width: 120%;
  height: calc(100% + 4px);
  left: -10%;
  transform: skew(30deg) translate3d(-110%, 0, 0);
  transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
  z-index: -1;
  background-clip: border-box;
  inset: 0;
}
@media (hover: hover) and (pointer: fine) {
  .btn--primary .open:hover,
  .btn--primary .open:focus {
    border: 2px solid var(--btnBorderColorHov, var(--accentcolor));
    color: var(--btnColorHov, var(--accentcolor));
  }
  .btn--primary .open:hover:before,
  .btn--primary .open:focus:before {
    transform: translate3d(0, 0, 0);
  }
}
.btn--primary.btnStyleOne {
  --accentcolor: #93000B;
}
.btn--primary.btnStyleTwo {
  --accentcolor: #FF2A00;
}
.btn--primary.btnStyleThree {
  --accentcolor: #FFA722;
}
.btn--primary.btnStyleFour {
  --accentcolor: #FFD300;
}
.btn--primary.btnStyleFive {
  --accentcolor: #0A2A35;
}
.btn--primary.btnStyleSix {
  --accentcolor: #2A7EFF;
}
.btn--primary.btnStyleSeven {
  --accentcolor: #018755;
}
.btn--primary.btnStyleEight {
  --accentcolor: #BAEB03;
}
.btn--primary.btnStyleNine {
  --accentcolor: #000000;
}
.part.load .load {
  appearance: none;
  text-decoration: none;
  display: inline-block;
  font-size: clamp(0.875rem, 0.50691244vw + 0.75144009rem, 1.5625rem);
  line-height: clamp(1rem, 0.87557604vw + 0.78657834rem, 2.1875rem);
  text-transform: uppercase;
  letter-spacing: 0.01em;
  padding: 0.45em 1em 0.55em;
  box-sizing: border-box;
  min-width: 12em;
  text-align: center;
  background-color: var(--btnBgcolor, var(--accentcolor));
  border: 2px solid var(--btnBorderColor, var(--accentcolor));
  border-radius: 100vw;
  background-clip: border-box;
  font-weight: 700;
  contain: paint;
  isolation: isolate;
  position: relative;
  background-origin: border-box;
  color: var(--btnLinkColor, #fff);
  display: inline-flex;
  gap: 4px;
  align-items: center;
}
.part.load .load:before {
  content: '';
  position: absolute;
  top: -2px;
  background: var(--btnEffectBgcolor, #fff);
  width: 120%;
  height: calc(100% + 4px);
  left: -10%;
  transform: skew(30deg) translate3d(-110%, 0, 0);
  transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
  z-index: -1;
  background-clip: border-box;
  inset: 0;
}
@media (hover: hover) and (pointer: fine) {
  .part.load .load:hover,
  .part.load .load:focus {
    border: 2px solid var(--btnBorderColorHov, var(--accentcolor));
    color: var(--btnColorHov, var(--accentcolor));
  }
  .part.load .load:hover:before,
  .part.load .load:focus:before {
    transform: translate3d(0, 0, 0);
  }
}
.part.load .load:before {
  content: '';
  width: 24px;
  height: 24px;
  background-color: var(--btnIconColor, var(--sitecolor));
  -webkit-mask-size: var(--btnIconWidth, 24px);
          mask-size: var(--btnIconWidth, 24px);
  -webkit-mask-position: 50% 50%;
          mask-position: 50% 50%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: var(--btnIconUrl, url(/images/icon-download.svg));
          mask-image: var(--btnIconUrl, url(/images/icon-download.svg));
  transition: all 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}
@media (hover: hover) and (pointer: fine) {
  .part.load .load:hover:before,
  .part.load .load:focus:before {
    background-color: var(--btnIconColorHover, #fff);
  }
}
.h1a {
  font-size: clamp(1.25rem, 1.79723502vw + 0.81192396rem, 3.6875rem);
  line-height: clamp(1.625rem, 2.39631336vw + 1.04089862rem, 4.875rem);
  font-weight: normal;
  letter-spacing: 0.01em;
  text-wrap: balance;
  hyphens: auto;
}
.h1a .star {
  display: inline-block;
  color: var(--starColor, var(--accentcolor));
  border: 2px solid var(--starColor, var(--accentcolor));
  border-radius: 100vw;
  line-height: 1;
  padding: 0em 0.4em 0.15em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.h1b {
  font-size: clamp(2.8125rem, 4.37788018vw + 1.74539171rem, 8.75rem);
  line-height: clamp(2.8125rem, 4.37788018vw + 1.74539171rem, 8.75rem);
  letter-spacing: 0.01em;
  font-family: 'PPNikkeiMaru', sans-serif;
  text-wrap: balance;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--textcolor);
  hyphens: auto;
}
.h1b .star {
  color: var(--starColor, var(--accentcolor));
}
.title1a {
  font-size: clamp(3.4375rem, 13.13364055vw + 0.23617512rem, 21.25rem);
  line-height: clamp(3.25rem, 11.42857143vw + 0.46428571rem, 18.75rem);
  letter-spacing: 0.01em;
  font-family: 'PPNikkeiMaru', sans-serif;
  text-wrap: balance;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--textcolor);
  hyphens: auto;
}
.title1a .star {
  color: var(--starColor, var(--accentcolor));
}
.title2a {
  font-size: clamp(2.6875rem, 3.41013825vw + 1.8562788rem, 7.3125rem);
  line-height: clamp(2.875rem, 3.73271889vw + 1.96514977rem, 7.9375rem);
  letter-spacing: 0.01em;
  text-wrap: balance;
  font-weight: 400;
  hyphens: auto;
}
.title2a .star {
  display: inline-block;
  color: var(--starColor, var(--accentcolor));
  border: 2px solid var(--starColor, var(--accentcolor));
  border-radius: 100vw;
  line-height: 1;
  padding: 0em 0.2em 0.2em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.title2b {
  font-size: clamp(3.125rem, 4.14746544vw + 2.1140553rem, 8.75rem);
  line-height: clamp(3.4375rem, 4.10138249vw + 2.43778802rem, 9rem);
  letter-spacing: 0.01em;
  font-family: 'PPNikkeiMaru', sans-serif;
  text-wrap: balance;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--textcolor);
  hyphens: auto;
}
.title2b .star {
  color: var(--starColor, var(--accentcolor));
}
.title3 {
  font-size: clamp(1.875rem, 1.84331797vw + 1.42569124rem, 4.375rem);
  line-height: clamp(1.875rem, 1.84331797vw + 1.42569124rem, 4.375rem);
  letter-spacing: 0.01em;
  font-family: 'PPNikkeiMaru', sans-serif;
  text-wrap: balance;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--textcolor);
  hyphens: auto;
}
.title3 .star {
  color: var(--starColor, var(--accentcolor));
}
.layout1 h1,
.layout4 h1 {
  font-size: clamp(2.8125rem, 5.20737327vw + 1.54320276rem, 9.875rem);
  line-height: clamp(2.8125rem, 4.83870968vw + 1.63306452rem, 9.375rem);
  font-family: 'PPNikkeiMaru', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  color: var(--textcolor);
  text-align: center;
  text-wrap: balance;
}
.layout1 h1 .star,
.layout4 h1 .star {
  font-size: clamp(2.8125rem, 5.20737327vw + 1.54320276rem, 9.875rem);
  line-height: clamp(3.4375rem, 5.29953917vw + 2.14573733rem, 10.625rem);
  line-height: 1.25;
  display: inline;
  background-color: var(--highlightBgcolor, #BAEB03);
  color: var(--highlightColor, #018755);
  border-radius: 100vw;
  padding-inline: clamp(10px, 2vw, 70px);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.layout2 h1,
.layout3 h1 {
  font-size: clamp(3.4375rem, 13.13364055vw + 0.23617512rem, 21.25rem);
  line-height: clamp(3.25rem, 11.42857143vw + 0.46428571rem, 18.75rem);
  letter-spacing: 0.01em;
  font-family: 'PPNikkeiMaru', sans-serif;
  text-wrap: balance;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--textcolor);
  hyphens: auto;
  white-space: nowrap;
}
.layout2 h1 .star,
.layout3 h1 .star {
  color: var(--starColor, var(--accentcolor));
}
.layout5 h1,
.layout6 h1 {
  font-size: clamp(3.125rem, 4.14746544vw + 2.1140553rem, 8.75rem);
  line-height: clamp(3.4375rem, 4.10138249vw + 2.43778802rem, 9rem);
  letter-spacing: 0.01em;
  font-family: 'PPNikkeiMaru', sans-serif;
  text-wrap: balance;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--textcolor);
  hyphens: auto;
}
.layout5 h1 .star,
.layout6 h1 .star {
  color: var(--starColor, var(--accentcolor));
}
.layout7 h1 {
  font-size: clamp(2.8125rem, 5.20737327vw + 1.54320276rem, 9.875rem);
  line-height: clamp(2.8125rem, 4.83870968vw + 1.63306452rem, 9.375rem);
  font-family: 'PPNikkeiMaru', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  color: var(--textcolor);
  text-align: center;
  text-wrap: balance;
}
.layout7 h1 .star {
  font-size: clamp(2.8125rem, 5.20737327vw + 1.54320276rem, 9.875rem);
  line-height: clamp(3.4375rem, 5.29953917vw + 2.14573733rem, 10.625rem);
  line-height: 1.25;
  display: inline;
  background-color: var(--highlightBgcolor, #BAEB03);
  color: var(--highlightColor, #018755);
  border-radius: 100vw;
  padding-inline: clamp(10px, 2vw, 70px);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.layout8 h1,
.layout9 h1 {
  font-size: clamp(2.8125rem, 4.37788018vw + 1.74539171rem, 8.75rem);
  line-height: clamp(2.8125rem, 4.37788018vw + 1.74539171rem, 8.75rem);
  letter-spacing: 0.01em;
  font-family: 'PPNikkeiMaru', sans-serif;
  text-wrap: balance;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--textcolor);
  hyphens: auto;
}
.layout8 h1 .star,
.layout9 h1 .star {
  color: var(--starColor, var(--accentcolor));
}
.layout1 #head {
  margin-left: -20px;
}
@media (max-width: 767px) {
  .layout1 #head {
    margin-left: -5px;
  }
}
.moodTitleBig {
  font-size: clamp(3.4375rem, 13.13364055vw + 0.23617512rem, 21.25rem);
  line-height: clamp(3.25rem, 11.42857143vw + 0.46428571rem, 18.75rem);
  letter-spacing: 0.01em;
  font-family: 'PPNikkeiMaru', sans-serif;
  text-wrap: balance;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--textcolor);
  hyphens: auto;
  white-space: nowrap;
}
.moodTitleBig .star {
  color: var(--starColor, var(--accentcolor));
}
@media (min-width: 1024px) {
  .cbdModule--sliderTitle {
    padding-inline: 50px;
    box-sizing: border-box;
  }
}
.sliderTitle {
  font-size: clamp(3.125rem, 4.14746544vw + 2.1140553rem, 8.75rem);
  line-height: clamp(3.4375rem, 4.10138249vw + 2.43778802rem, 9rem);
  letter-spacing: 0.01em;
  font-family: 'PPNikkeiMaru', sans-serif;
  text-wrap: balance;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--textcolor);
  hyphens: auto;
}
.sliderTitle .star {
  color: var(--starColor, var(--accentcolor));
}
.layout3 .cbdModule--moodTitleSub,
.layout2 .cbdModule--moodTitleSub {
  margin-top: calc(var(--spaceTotal) * 2);
  margin-bottom: calc(var(--spaceTotal) * 4);
  padding-left: 320px;
  padding-right: 50px;
  box-sizing: border-box;
}
@media (max-width: 1023px) {
  .layout3 .cbdModule--moodTitleSub,
  .layout2 .cbdModule--moodTitleSub {
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
  }
}
.moodTitleSub {
  color: var(--textcolor);
}
.layout1 .moodTitleSub,
.layout2 .moodTitleSub,
.layout3 .moodTitleSub,
.layout4 .moodTitleSub,
.layout5 .moodTitleSub {
  font-size: clamp(1.25rem, 1.79723502vw + 0.81192396rem, 3.6875rem);
  line-height: clamp(1.625rem, 2.39631336vw + 1.04089862rem, 4.875rem);
  font-weight: normal;
  letter-spacing: 0.01em;
  text-wrap: balance;
  hyphens: auto;
}
.layout1 .moodTitleSub .star,
.layout2 .moodTitleSub .star,
.layout3 .moodTitleSub .star,
.layout4 .moodTitleSub .star,
.layout5 .moodTitleSub .star {
  display: inline-block;
  color: var(--starColor, var(--accentcolor));
  border: 2px solid var(--starColor, var(--accentcolor));
  border-radius: 100vw;
  line-height: 1;
  padding: 0em 0.4em 0.15em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
h2 {
  color: var(--textcolor);
}
.area--one .unitOne--1-1-indentLeft h2 {
  font-size: clamp(2.6875rem, 3.41013825vw + 1.8562788rem, 7.3125rem);
  line-height: clamp(2.875rem, 3.73271889vw + 1.96514977rem, 7.9375rem);
  letter-spacing: 0.01em;
  text-wrap: balance;
  font-weight: 400;
  hyphens: auto;
}
.area--one .unitOne--1-1-indentLeft h2 .star {
  display: inline-block;
  color: var(--starColor, var(--accentcolor));
  border: 2px solid var(--starColor, var(--accentcolor));
  border-radius: 100vw;
  line-height: 1;
  padding: 0em 0.2em 0.2em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.area--one .unit:not(.unitOne--1-1-indentLeft, .team) h2 {
  font-size: clamp(3.125rem, 4.14746544vw + 2.1140553rem, 8.75rem);
  line-height: clamp(3.4375rem, 4.10138249vw + 2.43778802rem, 9rem);
  letter-spacing: 0.01em;
  font-family: 'PPNikkeiMaru', sans-serif;
  text-wrap: balance;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--textcolor);
  hyphens: auto;
}
.area--one .unit:not(.unitOne--1-1-indentLeft, .team) h2 .star {
  color: var(--starColor, var(--accentcolor));
}
.area--one h3 {
  font-size: clamp(1.875rem, 1.84331797vw + 1.42569124rem, 4.375rem);
  line-height: clamp(1.875rem, 1.84331797vw + 1.42569124rem, 4.375rem);
  letter-spacing: 0.01em;
  font-family: 'PPNikkeiMaru', sans-serif;
  text-wrap: balance;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--textcolor);
  hyphens: auto;
}
.area--one h3 .star {
  color: var(--starColor, var(--accentcolor));
}
.loud {
  font-size: clamp(1.25rem, 1.33640553vw + 0.92425115rem, 3.0625rem);
  line-height: clamp(1.625rem, 1.93548387vw + 1.15322581rem, 4.25rem);
  color: var(--textcolor);
}
.loud .star {
  display: inline-block;
  color: var(--starColor, var(--accentcolor));
  border: 2px solid var(--starColor, var(--accentcolor));
  border-radius: 100vw;
  line-height: 1;
  padding: 0em 0.2em 0.14em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.norm {
  color: var(--textcolor);
}
.norm .star {
  display: inline-block;
  color: var(--starColor, var(--accentcolor));
  border: 2px solid var(--starColor, var(--accentcolor));
  border-radius: 100vw;
  line-height: 1;
  padding: 0em 0.2em 0.14em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.cbdModule--moodText {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.moodText {
  width: auto;
  display: inline-block;
  background-color: #000000;
  color: #fff;
  border-radius: 100vw;
  padding: 0.7em 1.2em 0.85em;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.01em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  font-size: clamp(0.875rem, 0.2764977vw + 0.80760369rem, 1.25rem);
  line-height: clamp(1rem, 0.41474654vw + 0.89890553rem, 1.5625rem);
}
.footTitleWork {
  color: var(--titlecolor);
  font-size: clamp(1.75rem, 2.02764977vw + 1.25576037rem, 4.5rem);
  line-height: clamp(1.875rem, 2.21198157vw + 1.33582949rem, 4.875rem);
  transform: skew(10deg) translate3d(-20%, 0, 0);
  transition-delay: 0.3s;
  transition: transform 0.6s cubic-bezier(0.3, 1, 0.8, 1);
}
.section--footer.is-intersecting .footTitleWork {
  transform: translate3d(0, 0, 0);
}
.area--one {
  display: grid;
  gap: 0 var(--gutter);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  margin-bottom: calc(var(--spaceTotal) * 2);
}
@media (max-width: 767px) {
  .area--one {
    margin-bottom: calc(var(--spaceTotal) * 1);
  }
}
.area--one.area2 {
  margin-top: calc(var(--spaceTotal) * 2);
}
@media (max-width: 767px) {
  .area--one.area2 {
    margin-top: calc(var(--spaceTotal) * 1);
  }
}
.layout6 .area--one,
.layout7 .area--one {
  margin-top: calc(var(--spaceTotal) * 2);
}
@media (max-width: 767px) {
  .layout6 .area--one,
  .layout7 .area--one {
    margin-top: calc(var(--spaceTotal) * 1);
  }
}
.layout4 .area--one.area1 {
  margin-top: calc(var(--spaceTotal) * -4);
}
@media (max-width: 1023px) {
  .layout4 .area--one.area1 {
    margin-top: calc(var(--spaceTotal) * -2);
  }
}
@media (min-width: 768px) {
  .area--one {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}
.area--one .unit {
  grid-column: 1 / -1;
}
.area--one .unitOne--1-1-indentBoth {
  padding-inline: 50px;
  box-sizing: border-box;
}
.area--one .unitOne--1-1-indentBoth.unitAlignCenter {
  text-align: center;
}
@media (max-width: 1023px) {
  .area--one .unitOne--1-1-indentBoth {
    padding-inline: 0;
  }
}
.area--one .unit--casestudy {
  margin-top: calc(var(--spaceTotal) * -2);
}
@media (max-width: 767px) {
  .area--one .unit--casestudy {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .area--one .unit--casestudy {
    grid-column: span 7;
  }
}
@media (min-width: 1024px) {
  .area--one .unit--casestudy {
    grid-column: span 8;
    padding-inline: 50px;
    box-sizing: border-box;
  }
}
.area--one .unit--casestudy .part--videoPopupText {
  margin-top: 0;
  padding-left: 50px;
  box-sizing: border-box;
}
.area--one .unit--casestudy .part--videoPopupText p {
  font-size: clamp(0.875rem, 0.2764977vw + 0.80760369rem, 1.25rem);
  line-height: clamp(1rem, 0.41474654vw + 0.89890553rem, 1.5625rem);
  font-weight: 700;
  color: #fff;
}
#view .area--one .unit--casestudy .partVideo {
  pointer-events: none!important;
}
@media (min-width: 768px) {
  .area--one .unitOne--2-3 {
    grid-column: span 7;
  }
}
@media (min-width: 1024px) {
  .area--one .unitOne--2-3 {
    grid-column: span 8;
    padding-inline: 50px;
    box-sizing: border-box;
  }
}
@media (min-width: 768px) {
  .area--one .unitOne--1-3 {
    grid-column: span 5;
  }
}
@media (min-width: 1024px) {
  .area--one .unitOne--1-3 {
    grid-column: span 4;
  }
}
.area--one .unitOne--full {
  width: 100vw !important;
  left: 50%;
  margin-left: -50vw !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
}
.area--one .unitOne--full .part {
  padding: 0!important;
}
@media (min-width: 1024px) {
  .area--one .unitOne--1-1-indentLeft {
    display: grid;
    grid-template-columns: subgrid;
  }
  .area--one .unitOne--1-1-indentLeft .unit__content {
    grid-column: var(--gridColumnPosition, 5 / 13);
  }
}
.area--one .unitTwo.cta {
  isolation: isolate;
  padding: 50px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .area--one .unitTwo.cta {
    padding: var(--spacePart) 0 var(--spaceTotal);
  }
}
.area--one .unitTwo.cta h2 {
  font-size: clamp(3.4375rem, 13.13364055vw + 0.23617512rem, 21.25rem);
  line-height: clamp(3.25rem, 11.42857143vw + 0.46428571rem, 18.75rem);
  letter-spacing: 0.01em;
  font-family: 'PPNikkeiMaru', sans-serif;
  text-wrap: unset;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--textcolor);
}
.area--one .unitTwo.cta .part.text:first-child {
  width: calc(100% + var(--deskSpace) + 62px);
  margin-left: calc((var(--deskSpace) * -1) - 62px);
}
@media (max-width: 767px) {
  .area--one .unitTwo.cta .part.text:first-child {
    width: calc(100% + var(--deskSpace) + 4px);
    margin-left: calc((var(--deskSpace) * -1) - 4px);
  }
}
.area--one .unitTwo.cta .part:not(:first-child) {
  text-align: center;
}
.area--one .unitTwo.cta:after {
  content: '';
  z-index: -1;
  position: absolute;
  top: 0;
  width: 100vw !important;
  left: 50%;
  margin-left: -50vw !important;
  height: 100%;
  border-radius: var(--borderRadius);
  background-color: var(--ctaBgcolor, #FF2A00);
}
.area--one .unitTwo.cta--one {
  --textcolor: #fff;
  --ctaBgcolor: #FFA722;
}
.area--one .unitTwo.cta--two {
  --textcolor: #fff;
  --ctaBgcolor: #FF2A00;
}
.area--one .unitTwo.cta--three {
  --textcolor: #fff;
  --ctaBgcolor: #2A7EFF;
}
.area--one .unitTwo.cta--four {
  --ctaBgcolor: #BAEB03;
}
.area--one .unitTwo.cta--five {
  --textcolor: #fff;
  --ctaBgcolor: #000000;
}
.area--one .unitThree .unit__body {
  display: grid;
  gap: var(--gutter);
  --spacePart: 0;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media (min-width: 768px) {
  .area--one .unitThree .unit__body {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .area--one .unitThree .unit__body .part:nth-child(4n+1) {
    grid-column: span 5;
  }
  .area--one .unitThree .unit__body .part:nth-child(4n+2) {
    grid-column: span 7;
  }
  .area--one .unitThree .unit__body .part:nth-child(4n+3) {
    grid-column: span 7;
  }
  .area--one .unitThree .unit__body .part:nth-child(4n+4) {
    grid-column: span 5;
  }
}
.area--one .team {
  aspect-ratio: 380 / 480;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .area--one .team {
    grid-column: span 6;
  }
}
@media (min-width: 1024px) {
  .area--one .team {
    grid-column: span 4;
  }
}
.area--one .team .unit__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.area--one .team .unit__background .unit__backgroundImage {
  width: 100%;
  height: 100%;
  max-width: 100%!important;
  max-height: 100%!important;
  object-fit: contain;
  object-position: center;
}
.area--one .team .unit__body {
  padding: var(--gutter);
  box-sizing: border-box;
  display: grid;
  grid-auto-columns: 1fr;
  grid-template-columns: 1fr 70px;
  grid-template-rows: max-content max-content max-content;
  grid-template-areas: "Name Name" "Position ." "Contact Video";
}
.area--one .team__name {
  grid-area: Name;
}
.area--one .team__name h2 {
  font-size: clamp(1.875rem, 1.84331797vw + 1.42569124rem, 4.375rem);
  line-height: clamp(1.875rem, 1.84331797vw + 1.42569124rem, 4.375rem);
  letter-spacing: 0.01em;
  font-family: 'PPNikkeiMaru', sans-serif;
  text-wrap: balance;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--textcolor);
  hyphens: auto;
}
.area--one .team__name h2 .star {
  color: var(--starColor, var(--accentcolor));
}
.area--one .team__position {
  grid-area: Position;
}
.area--one .team__position p {
  font-size: clamp(0.875rem, 0.2764977vw + 0.80760369rem, 1.25rem);
  line-height: clamp(1rem, 0.41474654vw + 0.89890553rem, 1.5625rem);
  color: var(--textcolor);
}
.area--one .team__contact {
  grid-area: Contact;
}
.area--one .team__contact p {
  font-size: clamp(0.875rem, 0.2764977vw + 0.80760369rem, 1.25rem);
  line-height: clamp(1rem, 0.41474654vw + 0.89890553rem, 1.5625rem);
  color: var(--textcolor);
}
.area--one .team__video {
  grid-area: Video;
}
.area--one .divider {
  width: 100vw !important;
  left: 50%;
  margin-left: -50vw !important;
  margin-right: 0 !important;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: calc(var(--spaceTotal) * -2 - 15px);
}
@media (max-width: 1023px) {
  .area--one .divider .unit__background {
    aspect-ratio: 1;
  }
}
@media (max-width: 767px) {
  .area--one .divider .unit__background {
    aspect-ratio: 4 / 5;
  }
}
.area--one .divider .unit__background .unit__backgroundImage {
  width: 100%;
  height: 100%;
  max-width: 100%!important;
  max-height: 100%!important;
  object-fit: cover;
  object-position: center;
}
.area--one .divider .unit__content {
  position: absolute;
  width: var(--deskWidth);
  max-width: var(--deskMaxWidth);
}
.area--one .divider__title p {
  font-size: clamp(2.8125rem, 5.20737327vw + 1.54320276rem, 9.875rem);
  line-height: clamp(2.8125rem, 4.83870968vw + 1.63306452rem, 9.375rem);
  font-family: 'PPNikkeiMaru', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  color: var(--textcolor);
  text-align: center;
  text-wrap: balance;
}
.area--one .divider__title p .star {
  font-size: clamp(2.8125rem, 5.20737327vw + 1.54320276rem, 9.875rem);
  line-height: clamp(3.4375rem, 5.29953917vw + 2.14573733rem, 10.625rem);
  line-height: 1.25;
  display: inline;
  background-color: var(--highlightBgcolor, #BAEB03);
  color: var(--highlightColor, #018755);
  border-radius: 100vw;
  padding-inline: clamp(10px, 2vw, 70px);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.cb-vimeo {
  border-radius: var(--borderRadius);
  overflow: hidden;
}
.part.pict {
  border-radius: var(--borderRadius);
  overflow: hidden;
}
.cb-googlemapscontainer {
  height: 500px !important;
}
.cb-googlemapscontainer > div {
  height: 500px !important;
  width: 100vw!important;
}
.cb-googlemaps.part {
  margin-bottom: 0!important;
}
.section--distributor {
  z-index: 100;
}
.distributor {
  margin-top: -60px;
  padding-top: 20px;
  box-sizing: border-box;
  margin-bottom: calc(var(--spaceTotal) * 1);
  --spacePart: 0;
  --spaceUnit: 0;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: var(--gutter);
  position: relative;
}
@media (min-width: 768px) {
  .distributor {
    margin-top: -80px;
    padding-top: 20px;
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}
.distributor__item {
  aspect-ratio: 787 / 1290;
}
@media (hover: hover) and (pointer: fine) {
  #view .distributor__item:hover .distributorTitle,
  #view .distributor__item:focus .distributorTitle {
    scale: 0.9;
  }
}
@media (min-width: 768px) {
  .distributor__item {
    grid-column: span 4;
  }
}
@media (max-width: 1200px) {
  .distributor__item {
    aspect-ratio: 350 / 660;
  }
}
.distributor__item:after {
  content: '';
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 32px;
  aspect-ratio: 1;
  background-color: #fff;
  -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;
  -webkit-mask-image: url(/images/distributor-arrow.svg);
          mask-image: url(/images/distributor-arrow.svg);
}
@media (max-width: 1023px) {
  .distributor__item:after {
    right: 20px;
    bottom: 20px;
  }
}
.distributor__item .unit__content {
  height: 100%;
}
.distributor__item .unit__body {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-end;
}
.distributor__item .distributorTitle {
  rotate: -90deg;
  transform-origin: left bottom;
  transform: translateY(100%);
  width: max-content;
  margin-left: 30px;
  margin-bottom: 30px;
  transition: all 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}
@media (max-width: 1023px) {
  .distributor__item .distributorTitle {
    margin-left: 20px;
    margin-bottom: 20px;
  }
}
.distributor__item .distributorTitle.textColorOne {
  --distributorColor: #FFA722;
}
.distributor__item .distributorTitle.textColorTwo {
  --distributorColor: #FF2A00;
}
.distributor__item .distributorTitle.textColorThree {
  --distributorColor: #2A7EFF;
}
.distributor__item .distributorTitle.textColorFour {
  --distributorColor: #018755;
}
.distributor__item .distributorTitle .star {
  color: #fff;
}
.distributor__item .distributorTitle h3 {
  font-size: clamp(5.0625rem, 3.0875576vw + 4.30990783rem, 9.25rem);
  line-height: clamp(5rem, -0.46082949vw + 5.11232719rem, 4.375rem);
  font-family: 'PPNikkeiMaru', sans-serif;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.01em;
  color: var(--distributorColor, #fff);
}
@media (max-width: 1600px) {
  .distributor__item .distributorTitle h3 {
    font-size: clamp(3.75rem, 6.00961538vw + 0.86538462rem, 6.875rem);
    line-height: clamp(5rem, -1.20192308vw + 5.57692308rem, 4.375rem);
  }
}
@media (max-width: 768px) {
  .distributor__item .distributorTitle h3 {
    font-size: clamp(5.0625rem, 3.0875576vw + 4.30990783rem, 9.25rem);
    line-height: clamp(5rem, -0.46082949vw + 5.11232719rem, 4.375rem);
  }
}
.distributor__item .distributorVideo {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  transition: all 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}
.distributor__item .distributorVideo video {
  border-radius: var(--borderRadius);
  height: 100%;
  width: 100%;
  object-position: center;
  object-fit: cover;
}
#cb-cookie-warning {
  position: fixed;
  left: 0;
  bottom: 0;
  max-width: 100%;
  width: 100%;
  z-index: 2100;
  font-family: 'Neue Plak', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: var(--textcolor);
  background-color: #000000;
  --textcolor: #fff;
  --titlecolor: #fff;
  --linkcolor: #fff;
  box-shadow: 0 0 4px rgba(120, 120, 120, 0.4);
}
#cb-cookie-warning a {
  text-decoration: underline;
}
#cb-cookie-warning.cb-cookie-warning--hidden {
  display: none;
}
.cb-cookie-warning--container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 30px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .cb-cookie-warning--container {
    padding: 16px;
  }
}
.cb-cookie-warning--text {
  font-size: 20px;
  line-height: 1.5;
}
.cb-cookie-warning--actions {
  float: left;
  display: flex;
  flex-direction: row-reverse;
  gap: 20px;
}
.cb-cookie-warning__button {
  float: left;
  width: 50%;
  cursor: pointer;
}
#cb-cookie-warning__button--decline {
  appearance: none;
  text-decoration: none;
  display: inline-block;
  font-size: clamp(0.875rem, 0.50691244vw + 0.75144009rem, 1.5625rem);
  line-height: clamp(1rem, 0.87557604vw + 0.78657834rem, 2.1875rem);
  text-transform: uppercase;
  letter-spacing: 0.01em;
  padding: 0.45em 1em 0.55em;
  box-sizing: border-box;
  min-width: 12em;
  text-align: center;
  background-color: var(--btnBgcolor, var(--accentcolor));
  border: 2px solid var(--btnBorderColor, var(--accentcolor));
  border-radius: 100vw;
  background-clip: border-box;
  font-weight: 700;
  contain: paint;
  isolation: isolate;
  position: relative;
  background-origin: border-box;
  color: var(--btnLinkColor, #fff);
  --accentcolor: #fff;
  --btnBgcolor: transparent;
  --btnColorHov: #000000;
  --btnBorderColor: transparent;
  --btnBorderColorHov: transparent;
  min-width: 10em;
  font-size: 14px;
  line-height: 1.14285714;
}
#cb-cookie-warning__button--decline:before {
  content: '';
  position: absolute;
  top: -2px;
  background: var(--btnEffectBgcolor, #fff);
  width: 120%;
  height: calc(100% + 4px);
  left: -10%;
  transform: skew(30deg) translate3d(-110%, 0, 0);
  transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
  z-index: -1;
  background-clip: border-box;
  inset: 0;
}
@media (hover: hover) and (pointer: fine) {
  #cb-cookie-warning__button--decline:hover,
  #cb-cookie-warning__button--decline:focus {
    border: 2px solid var(--btnBorderColorHov, var(--accentcolor));
    color: var(--btnColorHov, var(--accentcolor));
  }
  #cb-cookie-warning__button--decline:hover:before,
  #cb-cookie-warning__button--decline:focus:before {
    transform: translate3d(0, 0, 0);
  }
}
#cb-cookie-warning__button--accept {
  appearance: none;
  text-decoration: none;
  display: inline-block;
  font-size: clamp(0.875rem, 0.50691244vw + 0.75144009rem, 1.5625rem);
  line-height: clamp(1rem, 0.87557604vw + 0.78657834rem, 2.1875rem);
  text-transform: uppercase;
  letter-spacing: 0.01em;
  padding: 0.45em 1em 0.55em;
  box-sizing: border-box;
  min-width: 12em;
  text-align: center;
  background-color: var(--btnBgcolor, var(--accentcolor));
  border: 2px solid var(--btnBorderColor, var(--accentcolor));
  border-radius: 100vw;
  background-clip: border-box;
  font-weight: 700;
  contain: paint;
  isolation: isolate;
  position: relative;
  background-origin: border-box;
  color: var(--btnLinkColor, #fff);
  --accentcolor: #fff;
  --btnBgcolor: transparent;
  --btnColorHov: #000000;
  min-width: 10em;
  font-size: 14px;
  line-height: 1.14285714;
}
#cb-cookie-warning__button--accept:before {
  content: '';
  position: absolute;
  top: -2px;
  background: var(--btnEffectBgcolor, #fff);
  width: 120%;
  height: calc(100% + 4px);
  left: -10%;
  transform: skew(30deg) translate3d(-110%, 0, 0);
  transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
  z-index: -1;
  background-clip: border-box;
  inset: 0;
}
@media (hover: hover) and (pointer: fine) {
  #cb-cookie-warning__button--accept:hover,
  #cb-cookie-warning__button--accept:focus {
    border: 2px solid var(--btnBorderColorHov, var(--accentcolor));
    color: var(--btnColorHov, var(--accentcolor));
  }
  #cb-cookie-warning__button--accept:hover:before,
  #cb-cookie-warning__button--accept:focus:before {
    transform: translate3d(0, 0, 0);
  }
}
@media screen and (prefers-reduced-motion: no-preference) {
  #view:not(.bodyReplaced) .slider,
  #view:not(.bodyReplaced) .cbdModule,
  #view:not(.bodyReplaced) #head {
    opacity: 0;
    transform: translateY(15%);
    transition: transform 1s cubic-bezier(0.3, 1, 0.8, 1), opacity 1s cubic-bezier(0.3, 1, 0.8, 1);
  }
  #view:not(.bodyReplaced) .slider.is-intersecting,
  #view:not(.bodyReplaced) .cbdModule.is-intersecting,
  #view:not(.bodyReplaced) #head.is-intersecting {
    opacity: 1;
    transform: unset;
  }
  #view:not(.bodyReplaced) .area .unit:not(.unit--videoPopupNews, .unit--videoPopupProject) {
    opacity: 0;
    transform: translateY(15%);
    transition: transform 1s cubic-bezier(0.3, 1, 0.8, 1), opacity 1s cubic-bezier(0.3, 1, 0.8, 1);
  }
  #view:not(.bodyReplaced) .area .unit:not(.unit--videoPopupNews, .unit--videoPopupProject).is-intersecting {
    opacity: 1;
    transform: unset;
  }
}
@media (max-width: 1023px) {
  body:has(.navToggle[aria-expanded="true"]) {
    overflow: hidden;
  }
  .navigation {
    display: none;
  }
}
.navToggle {
  width: 23px;
  aspect-ratio: 1;
  cursor: pointer;
  border-radius: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}
.navToggle__lines {
  position: relative;
  display: block;
  width: 23px;
  height: 20px;
}
.navToggle__line {
  position: absolute;
  top: 0;
  left: 0;
  width: 23px;
  height: 2px;
  background-color: #fff;
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.navToggle__line--2,
.navToggle__line--3 {
  top: 50%;
  transform: translateY(-50%);
}
.navToggle__line--4 {
  top: unset;
  bottom: 0;
}
.navToggle[aria-expanded="true"] .navToggle__line--1 {
  opacity: 0;
  transform: translateY(-10px);
}
.navToggle[aria-expanded="true"] .navToggle__line--2 {
  transform: translateY(-50%) rotate(-45deg);
}
.navToggle[aria-expanded="true"] .navToggle__line--3 {
  transform: translateY(-50%) rotate(45deg);
}
.navToggle[aria-expanded="true"] .navToggle__line--4 {
  opacity: 0;
  transform: translateY(10px);
}
.mobile-navigation {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1999;
  width: 100%;
  background-color: #000000;
  overflow-y: scroll;
  border-bottom-left-radius: var(--borderRadius);
  border-bottom-right-radius: var(--borderRadius);
  transform: translateY(-100%);
  transition: all 0.6s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.mobile-navigation.is-visible {
  transform: translateY(0);
}
.navstripe {
  flex-shrink: 0;
}
.mobile-navi-animation {
  float: left;
  width: 100%;
  padding-top: calc(var(--headerHeight) + 10px);
  padding-left: calc(var(--deskSpace));
  padding-right: var(--deskSpace);
  padding-bottom: calc(var(--deskSpace) + 10px);
  box-sizing: border-box;
  --textcolor: #fff;
  --titlecolor: #fff;
  --linkcolor: #fff;
  opacity: 0;
  transform: translateY(-100vh);
  transition: all 0s 0.6s cubic-bezier(0.05, 0.8, 0.5, 1);
}
body:has(.navToggle[aria-expanded="true"]) .mobile-navi-animation {
  transition: all 1s cubic-bezier(0.05, 0.8, 0.5, 1);
  transform: translateY(0);
  opacity: 1;
}
.navcontact {
  display: flex;
  flex-direction: column;
  gap: calc(var(--gutter) * 2 - 10px);
}
.navcontact .vcard {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.container--nav {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: var(--gutter);
}
@media (max-width: 1023px) {
  .container--nav {
    grid-template-columns: 1fr;
  }
}
.getintouch--nav {
  flex-direction: column;
}
.mobile-navigation div.navi {
  float: left;
}
.mobile-navigation div.navi > .item {
  float: left;
}
.mobile-navigation div.navi > .item > .menu {
  display: block;
}
.mobile-navigation div.sub1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 15px;
}
.mobile-navigation div.sub1 > .item.exit .menu {
  --navLinkBorderColor: #fff;
  --navLinkBorderColorHov: #fff;
}
.mobile-navigation div.sub1 > .item.cb-navi-target-pageStyleOne {
  --navLinkBgcolor: #FFA722;
  --navLinkColorHov: #fff;
}
.mobile-navigation div.sub1 > .item.cb-navi-target-pageStyleTwo {
  --navLinkBgcolor: #FF2A00;
  --navLinkColorHov: #fff;
}
.mobile-navigation div.sub1 > .item.cb-navi-target-pageStyleThree {
  --navLinkBgcolor: #2A7EFF;
  --navLinkColorHov: #fff;
}
.mobile-navigation div.sub1 > .item.cb-navi-target-pageStyleFour {
  --navLinkBgcolor: #018755;
  --navLinkColorHov: #fff;
}
.mobile-navigation div.sub1 > .item > .menu {
  font-size: clamp(0.875rem, 0.2764977vw + 0.80760369rem, 1.25rem);
  line-height: clamp(1rem, 0.41474654vw + 0.89890553rem, 1.5625rem);
  text-transform: uppercase;
  letter-spacing: 0.01em;
  padding: 5px 12px 7px;
  box-sizing: border-box;
  box-shadow: inset 0 0 0 2px var(--navLinkBorderColor, transparent);
  border-radius: 100vw;
  background-clip: border-box;
  font-weight: 700;
  overflow: hidden;
  isolation: isolate;
  position: relative;
  background-origin: border-box;
  color: var(--navLinkColor, #fff);
}
.mobile-navigation div.sub1 > .item > .menu:before {
  content: '';
  position: absolute;
  top: -2px;
  background: var(--navLinkBgcolor, #fff);
  width: 120%;
  height: calc(100% + 4px);
  left: -10%;
  transform: skew(30deg) translate3d(-110%, 0, 0);
  transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
  z-index: -1;
  background-clip: border-box;
  inset: 0;
}
@media (hover: hover) and (pointer: fine) {
  .mobile-navigation div.sub1 > .item > .menu:hover,
  .mobile-navigation div.sub1 > .item > .menu:focus {
    box-shadow: inset 0 0 0 2px var(--navLinkBorderColorHov, transparent);
    color: var(--navLinkColorHov, #000000);
  }
  .mobile-navigation div.sub1 > .item > .menu:hover:before,
  .mobile-navigation div.sub1 > .item > .menu:focus:before {
    transform: translate3d(0, 0, 0);
  }
}
.mobile-navigation div.sub1 > .item > .menu.path:before {
  transform: translate3d(0, 0, 0);
}
.mobile-navigation div.sub2 {
  overflow: hidden;
  max-height: 0;
}
.mobile-navigation div.sub2 > .item {
  opacity: 0;
  transform: scale(0.8);
}
.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: 0;
  z-index: 2;
  cursor: pointer;
  width: 25px;
  height: 24px;
  background-size: 14px 14px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-arrow-down-black.svg);
  transition: all 0.3s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.mobile-navigation .cb-toggle.cb-toggle-active {
  transform: rotate(-180deg);
}
.vjii-intro {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5000;
  width: 100%;
  height: 100svh;
  overflow-y: auto;
  background-color: #000000;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition-property: all;
  transition-duration: 0.5s;
  transition-behavior: allow-discrete;
  transition-delay: 0.2s;
  display: none;
}
.vjii-intro.is-visible {
  display: flex;
}
.vjii-intro.is-hidden {
  pointer-events: none;
  height: 0;
}
.vjii-intro__logo {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 40%;
  height: 100%;
  z-index: 200;
  opacity: 1;
}
@media (max-width: 1023px) {
  .vjii-intro__logo {
    width: 80%;
  }
}
.vjii-intro__stripes {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.vjii-intro__stripe {
  position: absolute;
  left: 0;
  top: 0;
  float: left;
  width: 100%;
  height: 100%;
  background-color: var(--sitecolor);
  transition: all 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.rm-intro-hide .vjii-intro__stripe {
  height: 0;
}
.vjii-intro__stripe--1 {
  transition: all 0.8s 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  background-color: #000000;
  transition-delay: 2s;
  z-index: 2;
}
.vjii-intro__stripe--2 {
  transition: all 0.9s 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  height: 130%;
  transition-delay: 1.9s;
}
#edit .unit--react.video,
#edit .videoPart__wrapper {
  min-height: 100px;
}
body:has(.videoPart__overlay.visible) {
  overflow: hidden;
}
.part--videoPopupPart {
  margin: 0!important;
  min-height: 20px;
  aspect-ratio: var(--videoRatio, 16 / 9);
}
.unit--casestudy .part--videoPopupPart {
  --videoRatio: 16 / 9;
  --videoBorderRadius: var(--borderRadius);
}
.unit--videoPopupNews .part--videoPopupPart {
  --videoRatio: 16 / 9;
  --videoBorderRadius: var(--borderRadius);
}
.unit--videoPopupProject .part--videoPopupPart {
  --videoRatio: 1 / 1;
  --videoBorderRadius: var(--borderRadius);
}
.part--videoPopupPart.part--videoPopupPartMood {
  aspect-ratio: unset;
  height: 100%;
  width: 100%;
}
.part--videoPopupPart.part--videoPopupPartSocialOne,
.part--videoPopupPart.part--videoPopupPartSocialTwo,
.part--videoPopupPart.part--videoPopupPartSocialThree {
  --videoRatio: 9 / 16;
  position: relative;
  aspect-ratio: unset;
  width: 100%;
  --videoBorderRadius: var(--borderRadius);
}
@media (max-width: 767px) {
  .part--videoPopupPart.part--videoPopupPartSocialOne,
  .part--videoPopupPart.part--videoPopupPartSocialTwo,
  .part--videoPopupPart.part--videoPopupPartSocialThree {
    --videoBorderRadius: 0;
  }
}
@media (max-width: 767px) {
  .part--videoPopupPart.part--videoPopupPartSocialTwo {
    display: none;
  }
}
@media (max-width: 1023px) {
  .part--videoPopupPart.part--videoPopupPartSocialThree {
    display: none;
  }
}
.videoPart__wrapper {
  float: left;
  width: 100%;
  height: 100%;
}
.videoPart__snippet {
  float: left;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: var(--videoBorderRadius, 0);
  transition: all 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}
@media (hover: hover) and (pointer: fine) {
  .videoPart__snippet:hover,
  .videoPart__snippet:focus {
    scale: 1.02;
  }
}
.videoPart__videoSnippet {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  cursor: pointer;
  transform: translateZ(0);
  transition: all 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}
.videoPart__videoFull {
  opacity: 0;
  animation: fadeIn 0.4s ease forwards;
  animation-delay: var(--videoDelay, 0.2s);
}
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
.videoPart__overlay {
  position: fixed;
  z-index: 9999;
  top: 50%;
  left: 50%;
  width: 100svw;
  height: 100dvh;
  background: rgba(0, 0, 0, 0.9);
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  transition: transform 0.5s ease, opacity 0.4s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.videoPart__overlay.visible {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  pointer-events: auto;
  transition: transform 0.5s ease, opacity 0.3s ease;
}
.videoPart__overlay iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100svw;
  height: 100svh;
  transform: translate(-50%, -50%);
}
.videoPart__playButton {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 46px;
  height: 55px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/play.svg);
  transition: all 0.4s cubic-bezier(0.3, 1, 0.8, 1);
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  .videoPart__playButton:hover,
  .videoPart__playButton:focus {
    scale: 1.1;
  }
}
.videoPart__closeButton {
  position: absolute;
  top: 0;
  right: 0;
  width: 56px;
  height: 56px;
  background-color: #000000;
  background-size: 0 100%;
  background-position: 0 50%;
  background-repeat: no-repeat;
  transition: all 0.4s cubic-bezier(0.3, 1, 0.8, 1);
  z-index: 1111;
}
.videoPart__closeButton::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 18px;
  transform: translate(-50%, -50%);
  color: var(--textcolor);
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/close.svg);
  font-size: clamp(0.875rem, 0.0921659vw + 0.85253456rem, 1rem);
  line-height: clamp(1.5rem, 0.0921659vw + 1.47753456rem, 1.625rem);
  font-weight: 700;
  cursor: pointer;
}
@media (min-width: 768px) {
  .videoPart__closeButton:hover {
    background-size: 100% 100%;
  }
}
@media (max-width: 767px) {
  .videoPart__closeButton {
    width: 40px;
    height: 40px;
  }
}
#edit .unit--react.video,
#edit .teamVideoPart__wrapper {
  min-height: 100px;
}
body:has(.teamVideoPart__overlay.visible) {
  overflow: hidden;
}
.part--teamVideo {
  margin: 0!important;
  min-height: 20px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.teamVideoPart__wrapper {
  float: left;
  width: 100%;
  height: 100%;
}
.teamVideoPart__snippet {
  float: left;
  width: 100%;
  height: 100%;
}
.teamVideoPart__videoSnippet {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  cursor: pointer;
  overflow: hidden;
  border-radius: var(--videoBorderRadius, 0);
  transition: all 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}
@media (hover: hover) and (pointer: fine) {
  .teamVideoPart__videoSnippet:hover,
  .teamVideoPart__videoSnippet:focus {
    scale: 1.02;
  }
}
.teamVideoPart__videoFull {
  opacity: 0;
  animation: fadeIn 0.4s ease forwards;
  animation-delay: var(--videoDelay, 0.2s);
}
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
.teamVideoPart__overlay {
  position: fixed;
  z-index: 9999;
  top: 50%;
  left: 50%;
  width: 100svw;
  height: 100dvh;
  background: rgba(0, 0, 0, 0.9);
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  transition: transform 0.5s ease, opacity 0.4s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.teamVideoPart__overlay.visible {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  pointer-events: auto;
  transition: transform 0.5s ease, opacity 0.3s ease;
}
.teamVideoPart__overlay iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100svw;
  height: 100svh;
  transform: translate(-50%, -50%);
}
.teamVideoPart__playButton {
  width: 58px;
  height: 58px;
  border-radius: 100vw;
  transition: all 0.4s cubic-bezier(0.3, 1, 0.8, 1);
  background-color: var(--teamVideoBtnBgColor, var(--accentcolor));
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.teamVideoPart__playButton:after {
  content: '';
  display: inline-flex;
  margin-left: 3px;
  width: 16px;
  height: 21px;
  background-color: var(--teamVideoIconColor, var(--highlightColor));
  -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;
  -webkit-mask-image: url(/images/play.svg);
          mask-image: url(/images/play.svg);
}
@media (hover: hover) and (pointer: fine) {
  .teamVideoPart__playButton:hover,
  .teamVideoPart__playButton:focus {
    scale: 1.1;
  }
}
.teamVideoPart__closeButton {
  position: absolute;
  top: 0;
  right: 0;
  width: 56px;
  height: 56px;
  background-color: #000000;
  background-size: 0 100%;
  background-position: 0 50%;
  background-repeat: no-repeat;
  transition: all 0.4s cubic-bezier(0.3, 1, 0.8, 1);
  z-index: 1111;
}
.teamVideoPart__closeButton::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 18px;
  transform: translate(-50%, -50%);
  color: var(--textcolor);
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/close.svg);
  font-size: clamp(0.875rem, 0.0921659vw + 0.85253456rem, 1rem);
  line-height: clamp(1.5rem, 0.0921659vw + 1.47753456rem, 1.625rem);
  font-weight: 700;
  cursor: pointer;
}
@media (min-width: 768px) {
  .teamVideoPart__closeButton:hover {
    background-size: 100% 100%;
  }
}
@media (max-width: 767px) {
  .teamVideoPart__closeButton {
    width: 40px;
    height: 40px;
  }
}
.section--sliderNews:after {
  content: '';
  position: absolute;
  background-color: #000000;
  z-index: 1;
  top: 0;
  height: 130px;
  width: 100%;
  border-bottom-left-radius: var(--borderRadius);
  border-bottom-right-radius: var(--borderRadius);
}
@media (max-width: 767px) {
  .section--sliderNews:after {
    height: 20vw;
  }
}
.slider {
  position: relative;
  float: left;
  width: 100%;
  z-index: 2;
  margin-bottom: calc(var(--spaceTotal) * 1);
}
.slider--news {
  margin-left: calc(var(--deskSpace) * -1);
  width: calc(100% + var(--deskSpace) + max(var(--deskSpace), (100vw - var(--deskWidth)) / 2));
}
.slider__width {
  float: left;
  width: 100%;
}
.slider--news .area {
  display: grid;
  grid-auto-flow: column;
  /* lay out items horizontally */
  grid-auto-columns: max-content;
  /* each slide = full viewport width */
  gap: 40px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding-inline: var(--deskSpace);
  box-sizing: border-box;
  /* optional but highly recommended */
  overscroll-behavior-x: contain;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
@media (max-width: 767px) {
  .slider--news .area {
    gap: var(--deskSpace);
  }
}
.slider--news .area::-webkit-scrollbar {
  display: none;
}
.slider--news .area .unit {
  scroll-snap-align: start;
  scroll-snap-stop: always;
  scroll-margin-inline: var(--deskSpace);
  width: clamp(21.875rem, 52.99539171vw + 8.95737327rem, 93.75rem);
  box-sizing: border-box;
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
}
@media (max-width: 767px) {
  .slider--news .area .unit {
    width: 80vw;
  }
}
.slider--news .area .unit .part--videoPopupText {
  margin-top: 0;
  padding-left: 50px;
  box-sizing: border-box;
}
.slider--news .area .unit .part--videoPopupText p {
  font-size: clamp(0.875rem, 0.2764977vw + 0.80760369rem, 1.25rem);
  line-height: clamp(1rem, 0.41474654vw + 0.89890553rem, 1.5625rem);
  font-weight: 700;
  color: #fff;
}
.slider--projects .area {
  display: grid;
  grid-auto-flow: column;
  /* lay out items horizontally */
  grid-auto-columns: calc((100% - 30px) / 3);
  /* each slide = full viewport width */
  gap: 15px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  /* optional but highly recommended */
  overscroll-behavior-x: contain;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
@media (max-width: 1023px) {
  .slider--projects .area {
    grid-auto-columns: calc((100% - 15px) / 2);
    /* each slide = full viewport width */
  }
}
@media (max-width: 767px) {
  .slider--projects .area {
    grid-auto-columns: 100%;
    /* each slide = full viewport width */
  }
}
.slider--projects .area::-webkit-scrollbar {
  display: none;
}
.slider--projects .area .unit {
  scroll-snap-align: start;
  scroll-snap-stop: always;
  box-sizing: border-box;
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.slider--projects .area .unit .part--videoPopupTitle {
  margin-top: 0;
  box-sizing: border-box;
  position: absolute;
  z-index: 2;
  top: 40px;
  left: 40px;
  width: calc(100% - 80px);
}
.slider--projects .area .unit .part--videoPopupTitle h3 {
  font-size: clamp(1.875rem, 1.84331797vw + 1.42569124rem, 4.375rem);
  line-height: clamp(1.875rem, 1.84331797vw + 1.42569124rem, 4.375rem);
  letter-spacing: 0.01em;
  font-family: 'PPNikkeiMaru', sans-serif;
  text-wrap: balance;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--textcolor);
  hyphens: auto;
  color: #fff;
}
.slider--projects .area .unit .part--videoPopupTitle h3 .star {
  color: var(--starColor, var(--accentcolor));
}
.slider--cases .area {
  display: grid;
  grid-auto-flow: column;
  /* lay out items horizontally */
  grid-auto-columns: calc((100% - 30px) / 3);
  /* each slide = full viewport width */
  gap: 15px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  /* optional but highly recommended */
  overscroll-behavior-x: contain;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
@media (max-width: 1023px) {
  .slider--cases .area {
    grid-auto-columns: calc((100% - 15px) / 2);
    /* each slide = full viewport width */
  }
}
@media (max-width: 767px) {
  .slider--cases .area {
    grid-auto-columns: 100%;
    /* each slide = full viewport width */
  }
}
.slider--cases .area::-webkit-scrollbar {
  display: none;
}
.slider--cases .area .unit {
  scroll-snap-align: start;
  scroll-snap-stop: always;
  box-sizing: border-box;
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.slider--cases .area .unit .part {
  aspect-ratio: var(--videoCaseRatio, 1);
}
.slider--cases .area .unit.videoRatioTwo {
  --videoCaseRatio: 9 / 16;
}
.slider--cases .area .unit.videoRatioThree {
  --videoCaseRatio: 16 / 9;
}
.slider__index {
  float: left;
  width: 100%;
  margin-top: var(--spacePart);
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.slider__index .slider-index {
  box-sizing: border-box;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  display: block;
  width: 12px;
  height: 12px;
  margin: 0 8px;
  border: 4px solid #fff;
  border-radius: 16px;
  background: var(--sitecolor);
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
  cursor: pointer;
}
.slider__index .slider-index.slider-index--active {
  background: var(--sitecolor);
  border-color: var(--sitecolor);
  position: absolute;
}
.slider__arrows {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: var(--spacePart);
}
.slider__arrow {
  position: absolute;
  width: 56px;
  top: 200px;
  top: 50%;
  transform: translateY(-50%);
  aspect-ratio: 1;
  background-color: #000000;
  background-size: 11px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/slider-prev.svg);
  cursor: pointer;
  z-index: 22;
}
@media (max-width: 767px) {
  .slider__arrow {
    width: 40px;
    background-size: 8px;
  }
}
.slider__arrow:disabled,
.slider__arrow[disabled] {
  background-color: rgba(0, 0, 0, 0.1);
  cursor: not-allowed;
}
.slider__arrow.slider__arrow--prev {
  left: -10px;
}
.slider__arrow.slider__arrow--next {
  right: -10px;
  background-image: url(/images/slider-next.svg);
}
.slider__arrow.is-inactive {
  opacity: 0.3;
  cursor: default;
}
/*# sourceMappingURL=./screen-small.css.map */