:root {
  --sitecolor: #FE1F41;
  --textcolor: #000;
  --titlecolor: #000;
  --linkcolor: #000;
  --accentcolor: #FE1F41;
  --linkcolor-hov: #FE1F41;
  --headerHeight: 149px;
  --gridGap: 20px;
  --borderRadius: 16px;
  --btnColor: #fff;
  --btnBgColor: #FE1F41;
  --btnBorderColor: #FE1F41;
  --btnColorHover: #FE1F41;
  --btnBgColorHover: #fff;
  --btnBorderColorHover: #FE1F41;
  --countdownHeight: 170px;
}
@media (max-width: 1277px) {
  :root {
    --headerHeight: 147px;
  }
}
@media (max-width: 1023px) {
  :root {
    --countdownHeight: 307px;
  }
}
:root {
  --deskWidth: 1318px;
  --deskSpace: 60px;
  --deskMaxWidth: calc(100vw - (2 * var(--deskSpace)));
}
@media (max-width: 1277px) {
  :root {
    --deskSpace: 40px;
    --deskMaxWidth: calc(100vw - (2 * var(--deskSpace)));
  }
}
@media (max-width: 767px) {
  :root {
    --deskSpace: 24px;
    --deskMaxWidth: calc(100vw - (2 * var(--deskSpace)));
  }
}
:root {
  --spacePart: 12px;
}
@media (max-width: 1277px) {
  :root {
    --spacePart: 12px;
  }
}
@media (max-width: 767px) {
  :root {
    --spacePart: 10px;
  }
}
:root {
  --spaceUnit: 18px;
}
@media (max-width: 1277px) {
  :root {
    --spaceUnit: 18px;
  }
}
@media (max-width: 767px) {
  :root {
    --spaceUnit: 15px;
  }
}
:root {
  --spaceTotal: 30px;
}
@media (max-width: 1277px) {
  :root {
    --spaceTotal: 30px;
  }
}
@media (max-width: 767px) {
  :root {
    --spaceTotal: 25px;
  }
}
:root {
  --js-breakpoint: breakpointLarge;
}
@media (max-width: 1277px) {
  :root {
    --js-breakpoint: breakpointMedium;
  }
}
@media (max-width: 767px) {
  :root {
    --js-breakpoint: breakpointSmall;
  }
}
.button {
  font-size: clamp(1rem, 0.45045045vw + 0.8902027rem, 1.25rem);
  line-height: clamp(1.5rem, 0vw + 1.5rem, 1.5rem);
  font-weight: 800;
  font-family: inherit;
  cursor: pointer;
  padding: 21px 28px;
  background-color: var(--btnBgColor);
  color: var(--btnColor);
  border: 2px solid var(--btnBorderColor);
  appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}
@media (max-width: 1277px) {
  .button {
    padding: 16px 16px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .button:hover,
  .button:focus {
    background-color: var(--btnBgColorHover);
    color: var(--btnColorHover);
    border-color: var(--btnBorderColorHover);
  }
}
.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: 'Surt';
  font-style: normal;
  font-weight: 300;
  src: url('/extras/fonts/Surt-LightExtended.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: 'Surt';
  font-style: normal;
  font-weight: 500;
  src: url('/extras/fonts/Surt-MediumExtended.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: 'Surt';
  font-style: normal;
  font-weight: 800;
  src: url('/extras/fonts/Surt-UltraBoldExtended.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: 'Surt Extended';
  font-style: italic;
  font-weight: 600;
  src: url('/extras/fonts/Surt-Extended-Semibold-Italic.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
* {
  margin: 0;
  padding: 0;
  outline: 0;
  border: none;
  background: none;
}
*::selection {
  background: var(--sitecolor);
  color: #fff;
}
.hidden,
.cb-invisible {
  display: none !important;
}
li {
  list-style-position: inside;
}
img,
audio,
video,
iframe {
  float: left;
  width: 100%;
}
strong {
  font-weight: 800;
}
sup,
sub {
  position: relative;
  vertical-align: baseline;
  top: -0.8em;
  font-size: 70%;
}
sub {
  top: 0.4em;
}
address {
  font-style: normal;
}
input,
textarea {
  border-radius: 0;
  font-family: 'Surt', sans-serif;
  font-size: clamp(1rem, 0vw + 1rem, 1rem);
  line-height: clamp(1.75rem, 0vw + 1.75rem, 1.75rem);
}
.unit caption {
  display: none;
}
.flag {
  background: var(--sitecolor);
  color: #fff;
}
img.cb-loading {
  background-size: 30px 30px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-loader.svg);
}
.cbdModule {
  float: left;
  width: 100%;
}
#view .cbdModule.is-empty {
  display: none;
}
.cbDynamicContent__element {
  float: left;
  width: 100%;
}
.area {
  float: left;
  width: 100%;
}
#view .area:empty {
  display: none;
}
.area .unit {
  float: left;
  width: 100%;
  margin-top: var(--spaceUnit);
  margin-bottom: var(--spaceUnit);
  position: relative;
}
.unit__background {
  float: left;
  width: 100%;
}
.unit__content {
  float: left;
  width: 100%;
}
.unit__head,
.unit__body,
.unit__foot {
  float: left;
  width: 100%;
}
.unit--fold div.less,
.unit--fold div.more {
  float: left;
  width: 100%;
}
.unit--fold .ctrl {
  float: left;
  width: 100%;
}
.unit .part {
  float: left;
  width: 100%;
  margin-top: var(--spacePart);
  margin-bottom: var(--spacePart);
  position: relative;
}
.part__content {
  float: left;
  width: 100%;
}
.pict a {
  float: left;
  width: 100%;
}
.pict img {
  width: 100%;
}
.pict img:not(.svg) {
  width: auto;
  max-width: 100% !important;
}
#root#root#root img.zoom {
  display: none !important;
}
.lazyimage {
  visibility: hidden;
}
.lazyimage.lazyloaded {
  visibility: initial;
}
#edit .part video {
  pointer-events: none;
}
.cb-image-figure {
  float: left;
  width: 100%;
}
.cb-image-container {
  float: left;
  width: 100%;
  position: relative;
}
.cb-image-caption {
  float: left;
  width: 100%;
  margin-top: 6px;
}
#disp.zoom .cb-image-figure {
  height: 100%;
}
#disp.zoom .cb-image-container {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#disp.zoom .cb-image-caption {
  display: none;
}
.cb-album .cb-image-figure {
  opacity: 1 !important;
  display: block !important;
}
.cb-album .cb-image-container {
  position: static;
}
.cb-album .cb-image-caption {
  display: none;
}
div.load {
  background: none !important;
}
.show a {
  float: left;
  width: 100%;
  display: block;
}
#edit .line {
  padding-top: 5px;
  padding-bottom: 5px;
}
.line hr {
  float: left;
  width: 100%;
  border-bottom: 1px solid var(--textcolor);
}
.line hr.bold {
  border-bottom-width: 2px;
}
.line hr.dash {
  border-bottom-style: dashed;
}
.line hr.spot {
  border-bottom-style: dotted;
}
#edit div.code {
  position: relative;
  min-height: 30px;
}
#edit div.code:after {
  content: 'Code';
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background: #aaa;
  opacity: 0.6;
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 11px;
  letter-spacing: 0.2em;
  padding: 0 20px;
}
.cb-code-executable {
  float: left;
  width: 100%;
}
.part.cb-youtube iframe,
.part.cb-vimeo iframe {
  height: 100%;
  background-color: #fff;
}
.part.cb-share {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.part.cb-share .cb-service {
  float: left;
  margin-left: 16px;
}
.part.cb-share .cb-service:first-child {
  margin-left: 0;
}
.part.cb-share .cb-service * {
  float: left;
}
.part.cb-share .cb-service a {
  float: left;
  width: 50px;
  height: 50px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  box-sizing: border-box;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 10000px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.part.cb-share .cb-service a:hover {
  filter: invert(1);
}
.part.cb-share .cb-service.cb-service-facebook-share a {
  background-size: auto 24px;
  background-image: url(/images/cb-default/socialShare-facebook-black.svg);
}
.part.cb-share .cb-service.cb-service-twitter a {
  background-size: auto 18px;
  background-image: url(/images/cb-default/socialShare-twitter-black.svg);
}
.text-section {
  float: left;
  width: 100%;
}
.list {
  float: left;
  width: 100%;
}
.list--bullet li {
  list-style: none;
  padding-left: 24px;
  position: relative;
}
.list--bullet li:before {
  content: '•';
  position: absolute;
  left: 0;
  top: 0;
}
.list--numbered {
  counter-reset: numberedList;
}
.list--numbered li {
  list-style: none;
  padding-left: 24px;
  position: relative;
}
.list--numbered li:before {
  content: counter(numberedList) ".";
  counter-increment: numberedList;
  position: absolute;
  left: 0;
  top: 0;
}
#expo {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
}
#slides {
  float: 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: grayscale(1);
  opacity: 0;
  transition: all 0.22s;
}
#slides img.lazyimage.lazyloaded {
  opacity: 1;
  filter: grayscale(0);
}
#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: 'Surt', sans-serif;
  line-height: 1.42857143;
  color: var(--textcolor);
}
@media (max-width: 767px) {
  #disp {
    padding: 20px 0 !important;
  }
}
.disp-wrapper {
  float: left;
  width: 100%;
  background-color: #fff;
  box-sizing: border-box;
  padding: 40px;
}
@media (max-width: 767px) {
  .disp-wrapper {
    padding: 15px;
  }
}
#disp form {
  float: left;
}
.disp-wrapper > form {
  width: 100%;
}
@media (max-width: 767px) {
  #disp form {
    width: 100%;
  }
}
#disp .fail {
  color: #ae2121;
}
#disp .part {
  margin-top: 4px;
  margin-bottom: 4px;
}
#disp a.mail {
  float: left;
  min-height: 26px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
#disp .head,
#disp .body,
#disp .foot {
  float: left;
  width: 100%;
  position: relative;
}
#disp .body {
  margin: 20px 0;
}
#disp .foot form + form {
  float: right;
}
#disp h2 {
  font-size: 14px;
  line-height: 1.71428571;
  font-weight: normal;
  text-transform: uppercase;
  color: var(--sitecolor);
  width: 100%;
  box-sizing: border-box;
  padding-right: 30px;
}
#disp h3 {
  color: var(--sitecolor);
  font-size: 16px;
  font-weight: 800;
  padding: 20px 0;
  width: 100%;
}
#disp .head .ctrl {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
#disp .head .ctrl > div {
  float: left;
}
#disp .head .ctrl a {
  float: left;
  display: block;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  width: 16px;
  height: 24px;
  background-size: 16px 16px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-cross-black.svg);
}
#disp .foot input,
#disp .foot a {
  float: left;
  font-size: clamp(1rem, 0.45045045vw + 0.8902027rem, 1.25rem);
  line-height: clamp(1.5rem, 0vw + 1.5rem, 1.5rem);
  font-weight: 800;
  font-family: inherit;
  cursor: pointer;
  padding: 21px 28px;
  background-color: var(--btnBgColor);
  color: var(--btnColor);
  border: 2px solid var(--btnBorderColor);
  appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
  line-height: 1.42857143;
}
@media (max-width: 1277px) {
  #disp .foot input,
  #disp .foot a {
    padding: 16px 16px;
  }
}
@media (hover: hover) and (pointer: fine) {
  #disp .foot input:hover,
  #disp .foot a:hover,
  #disp .foot input:focus,
  #disp .foot a:focus {
    background-color: var(--btnBgColorHover);
    color: var(--btnColorHover);
    border-color: var(--btnBorderColorHover);
  }
}
#disp .foot input.next,
#disp .foot a.next {
  float: right;
}
#disp.mail .foot input {
  float: right;
}
@media (max-width: 767px) {
  #disp .foot input,
  #disp .foot a {
    width: 100%;
    margin: 5px 0;
  }
  #disp .foot input:first-child,
  #disp .foot a:first-child {
    margin-top: 0;
  }
  #disp .foot input:last-child,
  #disp .foot a:last-child {
    margin-bottom: 0;
  }
}
#disp fieldset {
  float: left;
  width: 100%;
  position: relative;
  margin: 4px 0;
}
#disp fieldset.tiny {
  width: 48%;
}
#disp .head fieldset,
#disp .foot fieldset {
  margin: 0;
}
@media (max-width: 767px) {
  #disp fieldset.tiny {
    width: 100%;
  }
}
#disp label.name {
  float: left;
  width: 30%;
  margin-right: 4%;
  min-height: 26px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  #disp label.name {
    width: 100%;
    margin-right: 0;
  }
}
#disp input.text,
#disp textarea {
  float: right;
  width: 66%;
  background-color: #F0F0F0;
  min-height: 26px;
  box-sizing: border-box;
  padding: 2px 10px;
}
#disp input.text.fail,
#disp textarea.fail {
  border: 2px solid #ae2121;
}
#disp textarea {
  min-height: 100px;
  padding: 6px 10px;
}
@media (max-width: 767px) {
  #disp input.text,
  #disp textarea {
    width: 100%;
  }
}
#disp select {
  float: right;
  width: 66%;
  background-color: #F0F0F0;
  height: 26px;
}
@media (max-width: 767px) {
  #disp select {
    width: 100%;
  }
}
#disp input + label,
#disp input + label {
  display: block;
  padding-left: 30px;
}
#disp input[type*="radio"],
#disp input[type*="checkbox"] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  height: 20px;
  width: 20px;
}
.cb-sitemap-target {
  float: left;
  margin-bottom: 20px;
  color: #fff;
  padding: 5px 10px;
  background-color: #ae2121;
}
.cb-sitemap-contents {
  float: left;
  width: 100%;
}
.cb-sitemap-contents li {
  list-style: none;
  padding-left: 20px;
  position: relative;
}
.cb-sitemap-contents li:before {
  content: '•';
  position: absolute;
  left: 0;
  top: 0;
}
.cb-zoom-indicator {
  position: absolute;
  z-index: 2;
  right: 15px;
  bottom: 15px;
  width: 36px;
  height: 36px;
  border-radius: 30px;
  background-color: rgba(0, 0, 0, 0.5);
  background-size: 18px 18px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-zoom-white.svg);
  opacity: 0;
  transform: scale(0);
  transition: all 0.3s cubic-bezier(0.05, 0.8, 0.5, 1);
}
a.zoom .cb-zoom-indicator {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 1277px) {
  .cb-zoom-indicator {
    right: 10px;
    bottom: 10px;
    width: 24px;
    height: 24px;
    background-size: 12px 12px;
    opacity: 1;
    transform: scale(1);
  }
}
#disp.zoom {
  position: fixed;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  max-width: 100%;
  height: 100%;
  background: none;
  padding: 0 !important;
  display: block !important;
  transform: none;
}
#disp.zoom .disp-wrapper {
  padding: 0;
  background: none;
  height: 100%;
}
#disp.zoom div.head h2 {
  display: none;
}
#disp.zoom div.head div.ctrl {
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 2;
}
@media (max-width: 767px) {
  #disp.zoom div.head div.ctrl {
    top: 20px;
    right: 20px;
  }
}
#disp.zoom div.head div.ctrl > div {
  float: left;
  margin: 0 10px;
}
#disp.zoom div.head div.ctrl > div:first-child {
  margin-left: 0;
}
#disp.zoom div.head div.ctrl > div:last-child {
  margin-right: 0;
}
#disp.zoom div.head div.ctrl a {
  float: left;
  display: block;
  width: 20px;
  height: 20px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-arrow-left-white.svg);
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
}
#disp.zoom div.head div.ctrl .next a {
  background-image: url(/images/cb-default/cb-arrow-right-white.svg);
}
#disp.zoom div.head div.ctrl .quit a {
  background-image: url(/images/cb-default/cb-cross-white.svg);
  background-size: 16px 16px;
}
#disp.zoom div.head div.ctrl a:hover {
  transform: scale(1.1);
}
#disp.zoom div.head div.ctrl a:active {
  transform: scale(1);
}
#disp.zoom div.body {
  float: left;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 80px 30px;
  margin: 0;
}
@media (max-width: 767px) {
  #disp.zoom div.body {
    padding: 60px 20px;
  }
}
#disp.zoom div.body > div {
  float: left;
  width: 100% !important;
  height: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#disp.zoom div.body a {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#disp.zoom div.body img {
  float: left;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
#disp.zoom div.foot {
  display: none;
}
.ie11 #disp.zoom {
  position: absolute;
}
.ie11 #disp.zoom div.body,
.ie11 #disp.zoom div.body > div,
.ie11 #disp.zoom div.body a {
  height: auto;
  display: block;
}
.ie11 #disp.zoom div.body img {
  float: none;
  position: relative;
  height: auto;
  display: block;
  margin: 0 auto;
}
#disp.srch {
  display: block !important;
}
#disp.srch h2 {
  display: none;
}
#disp.srch .disp-wrapper {
  background: none;
  padding: 0;
}
#disp.srch .head .ctrl a {
  background-image: url(/images/cb-default/cb-cross-white.svg);
}
#disp.srch div.body {
  margin: 0;
}
#disp.srch fieldset {
  margin: 0;
}
#disp.srch label.name {
  display: none;
}
#disp.srch input.text {
  font-family: 'Surt', sans-serif;
  background-color: transparent;
  margin-top: 40px;
  width: 100%;
  color: #fff;
  font-size: 50px;
  line-height: 1;
  border-bottom: 1px solid #fff;
  padding: 20px 0;
  -webkit-font-smoothing: antialiased;
  appearance: none;
}
@media (max-width: 767px) {
  #disp.srch input.text {
    font-size: 18px;
  }
}
.cb-result {
  float: left;
  width: 100%;
  color: #fff;
  font-size: 18px;
  text-align: left;
  -webkit-font-smoothing: antialiased;
}
.cb-result p {
  margin-top: 40px;
}
.cb-result a {
  color: #fff;
  text-decoration: none;
}
.cb-result a:hover {
  color: #fff;
  text-decoration: underline;
}
.cb-result table {
  float: left;
  width: 100%;
  border-collapse: collapse;
}
.cb-result tbody {
  width: 100%;
}
.cb-result th {
  padding-top: 20px;
  font-size: 24px;
  line-height: 1;
  text-align: left;
}
.cb-result th:first-child {
  padding-right: 40px;
  width: 80px;
}
.cb-result td {
  padding-top: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.cb-result th,
.cb-result td {
  vertical-align: middle;
}
@media (max-width: 767px) {
  .cb-result {
    font-size: 14px;
  }
  .cb-result th {
    padding-top: 10px;
    font-size: 18px;
  }
  .cb-result th:first-child {
    padding-right: 10px;
    width: 54px;
  }
  .cb-result td {
    padding-bottom: 10px;
    padding-top: 5px;
  }
}
.unit.form form {
  float: left;
  width: 100%;
}
.cb-form-required {
  float: left;
  width: 100%;
}
.unit.form fieldset {
  float: left;
  width: 100%;
  position: relative;
}
.unit.form div.ctrl {
  float: left;
  width: 100%;
}
.unit.form div.ctrl.fail * {
  border-color: #FE1F41;
}
@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-weight: 800;
  font-size: 14px;
}
@media (min-width: 768px) {
  .unit.form .tile .name {
    padding-bottom: 0;
    width: 30%;
    min-height: 60px;
  }
}
.unit.form input.text,
.unit.form textarea {
  float: left;
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  min-height: 60px;
  padding: 20px 40px;
  appearance: none;
  border: 1px solid var(--textcolor);
}
.unit.form input.text:focus-within,
.unit.form textarea:focus-within {
  border-color: #FE1F41;
  color: #FE1F41;
}
.unit.form input.text.fail,
.unit.form textarea.fail {
  border-color: #FE1F41;
}
.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: 60px;
    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: 'Surt', sans-serif;
  font-size: clamp(1rem, 0vw + 1rem, 1rem);
  line-height: clamp(1.75rem, 0vw + 1.75rem, 1.75rem);
  background: #fff;
  height: 60px;
  border: 1px solid var(--textcolor);
  padding: 5px;
}
.unit.form .ship fieldset > div {
  float: left;
  width: 100%;
}
.unit.form .ship fieldset > div.fail * {
  border-color: #FE1F41;
}
.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-boor-button {
  font-size: clamp(1rem, 0.45045045vw + 0.8902027rem, 1.25rem);
  line-height: clamp(1.5rem, 0vw + 1.5rem, 1.5rem);
  font-weight: 800;
  font-family: inherit;
  cursor: pointer;
  padding: 21px 28px;
  background-color: var(--btnBgColor);
  color: var(--btnColor);
  border: 2px solid var(--btnBorderColor);
  appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
  margin-right: 16px;
}
@media (max-width: 1277px) {
  .unit.form .ship div.chop span::file-boor-button {
    padding: 16px 16px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .unit.form .ship div.chop span::file-boor-button:hover,
  .unit.form .ship div.chop span::file-boor-button:focus {
    background-color: var(--btnBgColorHover);
    color: var(--btnColorHover);
    border-color: var(--btnBorderColorHover);
  }
}
.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: 60px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
  }
}
.unit.form .submit {
  float: right;
  margin-top: var(--spacePart);
  margin-bottom: var(--spacePart);
  font-size: clamp(1rem, 0.45045045vw + 0.8902027rem, 1.25rem);
  line-height: clamp(1.5rem, 0vw + 1.5rem, 1.5rem);
  font-weight: 800;
  font-family: inherit;
  cursor: pointer;
  padding: 21px 28px;
  background-color: var(--btnBgColor);
  color: var(--btnColor);
  border: 2px solid var(--btnBorderColor);
  appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}
@media (max-width: 1277px) {
  .unit.form .submit {
    padding: 16px 16px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .unit.form .submit:hover,
  .unit.form .submit:focus {
    background-color: var(--btnBgColorHover);
    color: var(--btnColorHover);
    border-color: var(--btnBorderColorHover);
  }
}
.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 #FE1F41;
  box-sizing: border-box;
  padding: 20px;
  background-color: #ffbcc6;
  color: #FE1F41;
}
.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 {
  font-size: clamp(1rem, 0.45045045vw + 0.8902027rem, 1.25rem);
  line-height: clamp(1.5rem, 0vw + 1.5rem, 1.5rem);
  font-weight: 800;
  font-family: inherit;
  cursor: pointer;
  padding: 21px 28px;
  background-color: var(--btnBgColor);
  color: var(--btnColor);
  border: 2px solid var(--btnBorderColor);
  appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}
@media (max-width: 1277px) {
  .two-step-verification-container a {
    padding: 16px 16px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .two-step-verification-container a:hover,
  .two-step-verification-container a:focus {
    background-color: var(--btnBgColorHover);
    color: var(--btnColorHover);
    border-color: var(--btnBorderColorHover);
  }
}
.two-step-verification__div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #fff;
  background-size: 100px 100px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-loader-black.svg);
}
.two-step-verification-container.loaded .two-step-verification__div {
  background-image: none;
}
.table {
  float: left;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
.table-layout-fixed .table {
  table-layout: fixed;
}
.table tr {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.table-head tr {
  border-top: none;
}
.table th {
  font-weight: normal;
  padding: 5px 10px;
  vertical-align: top;
}
.table th.init {
  padding-left: 0;
}
.table th.exit {
  padding-right: 0;
}
.table th.align-left {
  text-align: left;
}
.table th.align-center {
  text-align: center;
}
.table th.align-right {
  text-align: right;
}
.table--headline th {
  font-weight: 800;
}
.table td {
  padding: 5px 10px;
  vertical-align: top;
}
.table td.init {
  padding-left: 0;
}
.table td.exit {
  padding-right: 0;
}
.table td.align-left {
  text-align: left;
}
.table td.align-center {
  text-align: center;
}
.table td.align-right {
  text-align: right;
}
#edit .table td {
  border-left: 1px dashed #e0e0e0;
  border-right: 1px dashed #e0e0e0;
}
.table--footer .table-foot td {
  font-weight: 800;
}
@media (max-width: 767px) {
  .part--table .table {
    font-size: 2.60756193vw;
  }
}
html,
body {
  float: left;
  width: 100%;
  min-height: 100vh;
}
.logo {
  float: left;
  width: 202px;
}
@media (max-width: 1277px) {
  .logo {
    width: 148px;
  }
}
.logo--footer {
  width: 278px;
  max-width: 100%;
}
@media (min-width: 1278px) {
  .logo--footer {
    width: 358px;
  }
}
.logo__image {
  width: 100%;
  height: auto;
}
#head {
  float: left;
  width: 100%;
}
.wrapper {
  float: left;
  width: 100%;
  min-height: 100vh;
  background-color: #fff;
  font-family: 'Surt', sans-serif;
  font-size: clamp(1rem, 0vw + 1rem, 1rem);
  line-height: clamp(1.75rem, 0vw + 1.75rem, 1.75rem);
  color: var(--textcolor);
  accent-color: var(--sitecolor);
  overflow: hidden;
  hyphens: none;
  padding-top: var(--headerHeight);
  box-sizing: border-box;
}
.desk {
  *zoom: 1;
  margin: 0 auto;
  max-width: var(--deskMaxWidth);
  width: var(--deskWidth);
  position: relative;
}
.desk:before,
.desk:after {
  display: table;
  content: '';
}
.desk:after {
  clear: both;
}
.section--countdown .desk {
  --deskWidth: 1400px;
}
.section {
  float: left;
  width: 100%;
  position: relative;
}
.container {
  float: left;
  width: 100%;
  position: relative;
}
.wrapper {
  display: flex;
  flex-direction: column;
}
.section--header {
  top: 0;
  position: fixed;
  z-index: 2000;
  background-color: #fff;
  padding-top: 26px;
}
body:has(.togglenavigation[aria-expanded="true"]) .section--header {
  border-bottom: 1px solid #E7E7E7;
}
.container--head {
  padding-block: 12px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1277px) {
  .container--head {
    padding-block: 12px;
  }
}
.container--nav {
  width: auto;
  display: flex;
  align-items: center;
  gap: 0 50px;
}
.headstripe {
  border-bottom: 1px solid #E7E7E7;
  width: 100%;
}
.container--headstripe {
  display: flex;
  justify-content: space-between;
  padding-block: 10px;
  box-sizing: border-box;
}
@media (max-width: 1277px) {
  .container--headstripe {
    justify-content: flex-end;
    padding-block: 5px;
  }
}
.celebration {
  font-weight: 800;
  color: #FE1F41;
  text-transform: uppercase;
}
@media (max-width: 1277px) {
  .celebration {
    display: none;
  }
}
.container--lang {
  display: flex;
  align-items: center;
  gap: 24px;
}
.langnav div.sub1 {
  display: flex;
  gap: 24px;
}
.langnav div.sub1 > .item > .menu {
  font-size: 14px;
  line-height: 1.28571429;
  text-transform: uppercase;
  color: #FE1F41;
}
.langnav div.sub1 > .item > .menu.path {
  font-weight: 800;
}
.search {
  display: flex;
  align-items: center;
}
@media (max-width: 1277px) {
  .search__input {
    display: none;
  }
}
.search__input::placeholder {
  color: transparent;
}
.search__input:focus-within {
  border-bottom: 1px solid #FE1F41;
}
.search__submit {
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  width: 20px;
  height: 20px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/icon-search.svg);
}
#headlinks {
  display: flex;
  gap: 0 50px;
  --linkcolor-hov: #FE1F41;
}
@media (max-width: 1277px) {
  #headlinks {
    display: none;
  }
}
#headlinks .meta {
  min-height: 30px;
  padding-left: 50px;
  box-sizing: border-box;
  font-size: 20px;
  line-height: 1.2;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
}
@media (hover: hover) and (pointer: fine) {
  #headlinks .meta:hover:after,
  #headlinks .meta:focus:after {
    background-color: var(--linkcolor-hov);
  }
}
#headlinks .meta:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 31px;
  height: 30px;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  background-color: var(--linkcolor);
  -webkit-mask-position: 0 50%;
          mask-position: 0 50%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: var(--headlinksIcon, url('/images/icon.svg'));
          mask-image: var(--headlinksIcon, url('/images/icon.svg'));
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}
#headlinks .meta.service_tickets {
  --headlinksIcon: url('/images/icon-tickets.svg');
}
#headlinks .meta.service_programm {
  --headlinksIcon: url('/images/icon-ball.svg');
}
#headlinks .meta.service_shop {
  --headlinksIcon: url('/images/icon-shop.svg');
}
#navlinks {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 24px;
  margin-top: 12px;
  --linkcolor: #fff;
  --linkcolor-hov: #FE1F41;
}
@media (max-width: 1277px) {
  #navlinks {
    gap: 8px 12px;
  }
}
#navlinks .meta {
  border: 2px solid #FE1F41;
  background-color: #FE1F41;
  position: relative;
  align-items: center;
  padding: 10px 22px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  font-weight: 800;
}
@media (max-width: 1277px) {
  #navlinks .meta {
    padding: 8px 18px;
  }
}
@media (hover: hover) and (pointer: fine) {
  #navlinks .meta:hover,
  #navlinks .meta:focus {
    background-color: #fff;
  }
  #navlinks .meta:hover:before,
  #navlinks .meta:focus:before {
    background-color: var(--linkcolor-hov);
  }
}
#navlinks .meta:before {
  content: '';
  display: block;
  width: 25px;
  height: 24px;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  background-color: var(--linkcolor);
  margin-right: 12px;
  -webkit-mask-position: 0 50%;
          mask-position: 0 50%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: var(--headlinksIcon, url('/images/icon.svg'));
          mask-image: var(--headlinksIcon, url('/images/icon.svg'));
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}
#navlinks .meta.service_tickets {
  --headlinksIcon: url('/images/icon-tickets.svg');
}
#navlinks .meta.service_programm {
  --headlinksIcon: url('/images/icon-ball.svg');
}
#navlinks .meta.service_shop {
  --headlinksIcon: url('/images/icon-shop.svg');
}
.container--newsIntro {
  display: flex;
  flex-direction: column-reverse;
  grid-template-columns: 1fr 1fr;
  gap: calc(var(--gridGap) * 2) var(--gridGap);
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 960px) {
  .container--newsIntro {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1278px) {
  .container--newsIntro .mood {
    padding-left: 110px;
  }
}
.container--newsIntro .mood__content {
  aspect-ratio: 1;
  border-radius: var(--borderRadius);
  overflow: hidden;
}
@media (max-width: 959px) {
  .container--newsIntro .mood__content {
    aspect-ratio: 2 / 1;
  }
}
@media (max-width: 767px) {
  .container--newsIntro .mood__content {
    aspect-ratio: 1;
  }
}
.container--newsIntro .content .area {
  padding-right: clamp(0rem, -18.462rem + 28.85vw, 7.5rem);
  box-sizing: border-box;
}
.newsShare {
  width: 100%;
  --linkcolor: #FE1F41;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 20px;
}
.newsShare__text {
  white-space: nowrap;
}
.newsShare .iconLinks {
  width: auto!important;
}
.area--one .unit--spacer {
  margin: 0;
}
#edit .area--one .unit--spacer {
  margin-top: calc(var(--spacePart) * 1);
  margin-bottom: calc(var(--spacePart) * 1);
  background-color: rgba(113, 202, 243, 0.5);
}
#edit .area--one .unit--spacer:after {
  content: 'Spacer / Abstand';
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  position: absolute;
  width: 100%;
  text-align: center;
  display: inline-block;
  z-index: 1;
}
.area--one .unit--spacer.space--one {
  height: calc(var(--spaceTotal) * 1);
}
.area--one .unit--spacer.space--two {
  height: calc(var(--spaceTotal) * 2);
}
.area--one .unit--spacer.space--three {
  height: calc(var(--spaceTotal) * 3);
}
.area--one .unit--spacer .spacerPart {
  pointer-events: none;
  display: none;
  margin: 0;
}
.area--one .unit--spacer .spacerPart hr {
  display: none;
}
.heroIntro {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  isolation: isolate;
  box-sizing: border-box;
  min-height: calc(100svh - var(--headerHeight) - var(--countdownHeight));
  padding-top: 10px;
  padding-bottom: 30px;
  background-color: #141D2B;
  --textcolor: #fff;
  --linkcolor: #fff;
  --titlecolor: #fff;
}
.heroIntro--overlay:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}
.heroIntro--slim {
  min-height: calc(50vh - var(--headerHeight));
  min-height: calc(50svh - var(--headerHeight));
}
.heroIntro__mood {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.heroIntro__content {
  position: relative;
  width: var(--deskWidth);
  max-width: var(--deskMaxWidth);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 50px;
  align-items: center;
}
@media (max-width: 767px) {
  .heroIntro__content {
    grid-template-columns: 1fr;
  }
}
.heroIntro__content .part--heroImage {
  float: left;
  width: 100%;
}
.heroIntro__content .part--heroImage .cb-image-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.hero {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  isolation: isolate;
  box-sizing: border-box;
  min-height: calc(100vh - var(--headerHeight));
  min-height: calc(100svh - var(--headerHeight));
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #141D2B;
  --textcolor: #fff;
  --linkcolor: #fff;
  --titlecolor: #fff;
}
.hero--overlay:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}
.hero--slim {
  min-height: calc(50vh - var(--headerHeight));
  min-height: calc(50svh - var(--headerHeight));
}
.hero__mood {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.hero__content {
  position: relative;
  width: var(--deskWidth);
  max-width: var(--deskMaxWidth);
  padding-right: clamp(0.625rem, -83.99rem + 132.21vw, 35rem);
  box-sizing: border-box;
}
.hero__content .area {
  padding-right: clamp(0.625rem, -31.683rem + 50.48vw, 13.75rem);
  box-sizing: border-box;
}
main {
  float: left;
  width: 100%;
  position: relative;
  flex: 1 0 auto;
}
.section--countdown {
  background-color: #000;
}
.container--welcome {
  margin-top: 80px;
  margin-bottom: 40px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 767px) {
  .container--welcome {
    margin-top: 40px;
  }
}
.container--welcome .welcomeTextOne {
  color: #FE1F41;
  font-size: clamp(1.25rem, 1.8018018vw + 0.81081081rem, 2.25rem);
  line-height: clamp(1.75rem, 1.35135135vw + 1.42060811rem, 2.5rem);
  font-weight: 800;
  text-transform: uppercase;
}
.container--welcome .welcomeTextTwo {
  color: var(--textcolor);
  font-size: clamp(2.25rem, 3.15315315vw + 1.48141892rem, 4rem);
  line-height: clamp(2.5rem, 3.15315315vw + 1.73141892rem, 4.25rem);
  font-weight: 800;
  text-transform: uppercase;
}
.section--newsletter {
  flex-shrink: 0;
  margin-top: 80px;
  background-color: #FE1F41;
  --textcolor: #fff;
  --titlecolor: #fff;
  --linkcolor: #fff;
  --accentcolor: #F0DEC1;
  --linkcolor-hov: #F0DEC1;
  --btnColor: #000;
  --btnBgColor: #F0DEC1;
  --btnBorderColor: #F0DEC1;
  --btnColorHover: #000;
  --btnBgColorHover: #fff;
  --btnBorderColorHover: #F0DEC1;
}
.container--countdown {
  display: grid;
  grid-template-columns: 1fr max-content 1fr;
  gap: var(--gridGap);
  align-items: center;
  isolation: isolate;
  min-height: var(--countdownHeight);
}
@media (max-width: 1024px) {
  .container--countdown {
    grid-template-columns: 1fr;
  }
}
.container--countdown .sponsor__logo {
  width: 250px;
}
.container--countdown .watch {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  height: 100%;
}
@media (max-width: 1024px) {
  .container--countdown .watch {
    position: absolute;
    top: 0;
    right: -35px;
    bottom: 0;
    height: 100%;
    z-index: -1;
  }
}
.container--countdown .watch__img {
  width: 350px;
  aspect-ratio: 350 / 170;
  object-fit: cover;
  object-position:  100% 40%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  margin-right: -70px;
}
@media (max-width: 1277px) {
  .container--countdown .watch__img {
    width: 220px;
    aspect-ratio: 220 / 150;
    object-position:  100% 34%;
    margin-right: 0;
  }
}
@media (max-width: 1024px) {
  .container--countdown .watch__img {
    aspect-ratio: 212 / 307;
    object-fit: none;
    object-position: bottom 40% left 0;
  }
}
@media (max-width: 767px) {
  .container--countdown .watch__img {
    opacity: 0.7;
  }
}
.container--newsletter {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: var(--gridGap);
  isolation: isolate;
}
@media (max-width: 1277px) {
  .container--newsletter {
    grid-template-columns: 1fr;
  }
}
.container--newsletter .content {
  display: flex;
  flex-direction: column;
  padding-top: 40px;
  padding-bottom: 40px;
  box-sizing: border-box;
  gap: 20px;
}
.container--newsletter .content .newsletterTextOne {
  color: var(--accentcolor);
  font-weight: 800;
  text-transform: uppercase;
}
.container--newsletter .content .newsletterTextTwo {
  color: var(--textcolor);
}
.container--newsletter .content .newsletterTextThree {
  color: var(--textcolor);
}
.container--newsletter .mood {
  position: relative;
}
@media (max-width: 1277px) {
  .container--newsletter .mood {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.5;
  }
}
.container--newsletter .mood img {
  position: absolute;
  bottom: 0;
  height: 100%;
  object-fit: contain;
  object-position: bottom;
}
.container--newsletter .newsletterForm {
  padding-top: 40px;
  padding-bottom: 40px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.container--newsletter .newsletterForm .newsletterLink {
  font-size: clamp(1rem, 0.45045045vw + 0.8902027rem, 1.25rem);
  line-height: clamp(1.5rem, 0vw + 1.5rem, 1.5rem);
  font-weight: 800;
  font-family: inherit;
  cursor: pointer;
  padding: 21px 28px;
  background-color: var(--btnBgColor);
  color: var(--btnColor);
  border: 2px solid var(--btnBorderColor);
  appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}
@media (max-width: 1277px) {
  .container--newsletter .newsletterForm .newsletterLink {
    padding: 16px 16px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .container--newsletter .newsletterForm .newsletterLink:hover,
  .container--newsletter .newsletterForm .newsletterLink:focus {
    background-color: var(--btnBgColorHover);
    color: var(--btnColorHover);
    border-color: var(--btnBorderColorHover);
  }
}
.beachgstaad-newsletter {
  float: left;
  width: 100%;
}
.beachgstaad-newsletter iframe {
  height: var(--newsletterHeightDesktop) !important;
}
@media (max-width: 1277px) {
  .beachgstaad-newsletter iframe {
    height: var(--newsletterHeightTablet) !important;
  }
}
@media (max-width: 767px) {
  .beachgstaad-newsletter iframe {
    height: var(--newsletterHeightMobile) !important;
  }
}
.section--sponsorSlider {
  flex-shrink: 0;
}
.section--footer {
  --textcolor: #fff;
  --linkcolor: #fff;
  --linkcolor-hov: #F0DEC1;
  background-color: #141D2B;
  flex-shrink: 0;
}
@media (min-width: 1278px) {
  .section--footer {
    padding-top: 130px;
    box-sizing: border-box;
    background-size: 1440px;
    background-position: 50% 0;
    background-repeat: repeat-x;
    background-image: url(/images/mountains.svg);
  }
}
.footarea {
  float: left;
  width: 100%;
  margin-top: calc(var(--spaceTotal) * 1);
  margin-bottom: calc(var(--spaceTotal) * 1);
  display: grid;
  gap: var(--gridGap);
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 1277px) {
  .footarea {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .footarea {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.footunit {
  float: left;
  width: 100%;
  margin-top: calc(var(--spacePart) * 1);
  margin-bottom: calc(var(--spacePart) * 1);
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 767px) {
  .footunit {
    justify-content: center;
    align-items: center;
  }
}
.footunit--two {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  gap: 30px 60px;
}
.footunit--four {
  grid-column: span 3;
  text-align: center;
}
@media (max-width: 1277px) {
  .footunit--four {
    grid-column: span 1;
  }
}
.vcard {
  width: 100%;
  color: var(--textcolor);
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.vcard a {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .vcard {
    text-align: center;
  }
}
.followus {
  color: var(--textcolor);
}
@media (min-width: 1278px) {
  .followus {
    font-size: 20px;
    line-height: 0.9;
  }
}
.webpartner {
  color: var(--textcolor);
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 10px;
}
.webpartner__label {
  line-height: 1;
}
.webpartner__company {
  text-transform: uppercase;
  line-height: 1;
}
@media (min-width: 1278px) {
  .webpartner__company {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .webpartner {
    font-size: 14px;
    line-height: 1;
  }
}
.part--footSocial {
  --spacePart: 0;
  width: auto;
  min-width: 20px;
  float: left;
  margin-bottom: 10px;
}
.iconLinks {
  float: left;
  width: 100%;
  position: relative;
}
.iconLinks__content {
  float: left;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 40px;
}
.mobile-navigation .iconLinks__content {
  justify-content: center;
  --linkcolor: #FE1F41;
}
.iconLinks__icon {
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  width: var(--socialIconWidth, 25px);
  height: 25px;
  background-color: var(--linkcolor);
  -webkit-mask-image: var(--socialIcon, url('/images/youtube.svg'));
          mask-image: var(--socialIcon, url('/images/youtube.svg'));
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  display: inline-block;
  transition: background-color 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}
@media (hover: hover) and (pointer: fine) {
  .iconLinks__icon:hover,
  .iconLinks__icon:focus {
    background-color: var(--linkcolor-hov);
  }
}
.iconLinks__icon--youtube {
  --socialIcon: url('/images/youtube.svg');
  --socialIconWidth: 31px;
}
.iconLinks__icon--instagram {
  --socialIcon: url('/images/instagram.svg');
}
.iconLinks__icon--linkedin {
  --socialIcon: url('/images/linkedin.svg');
}
.iconLinks__icon--facebook {
  --socialIcon: url('/images/facebook.svg');
  --socialIconWidth: 13px;
}
.iconLinks__icon--whatsapp {
  --socialIcon: url('/images/whatsapp.svg');
}
.iconLinks__icon--mail {
  --socialIcon: url('/images/mail.svg');
}
.iconLinks__icon--xing {
  --socialIcon: url('/images/xing.svg');
}
.unit--footLinks {
  --spaceUnit: 0;
  --spacePart: 0;
  min-height: 20px;
  width: auto;
  min-width: 50px;
  display: flex;
}
#edit .unit--footLinks {
  outline: 1px dotted var(--textcolor);
}
.unit--footLinks .unit__body {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.unit--footLinks .part .open {
  font-size: 20px;
  line-height: 0.9;
  font-weight: 800;
}
a {
  color: var(--linkcolor);
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}
@media (hover: hover) and (pointer: fine) {
  a:hover,
  a:focus {
    color: var(--linkcolor-hov);
  }
}
.btn--primary .open {
  font-size: clamp(1rem, 0.45045045vw + 0.8902027rem, 1.25rem);
  line-height: clamp(1.5rem, 0vw + 1.5rem, 1.5rem);
  font-weight: 800;
  font-family: inherit;
  cursor: pointer;
  padding: 21px 28px;
  background-color: var(--btnBgColor);
  color: var(--btnColor);
  border: 2px solid var(--btnBorderColor);
  appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}
@media (max-width: 1277px) {
  .btn--primary .open {
    padding: 16px 16px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .btn--primary .open:hover,
  .btn--primary .open:focus {
    background-color: var(--btnBgColorHover);
    color: var(--btnColorHover);
    border-color: var(--btnBorderColorHover);
  }
}
.part.load .load {
  font-size: clamp(1rem, 0.45045045vw + 0.8902027rem, 1.25rem);
  line-height: clamp(1.5rem, 0vw + 1.5rem, 1.5rem);
  font-weight: 800;
  font-family: inherit;
  cursor: pointer;
  padding: 21px 28px;
  background-color: var(--btnBgColor);
  color: var(--btnColor);
  border: 2px solid var(--btnBorderColor);
  appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
  --btnColor: #FE1F41;
  --btnBgColor: #fff;
  --btnBorderColor: #FE1F41;
  --btnColorHover: #fff;
  --btnBgColorHover: #FE1F41;
  --btnBorderColorHover: #FE1F41;
}
@media (max-width: 1277px) {
  .part.load .load {
    padding: 16px 16px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .part.load .load:hover,
  .part.load .load:focus {
    background-color: var(--btnBgColorHover);
    color: var(--btnColorHover);
    border-color: var(--btnBorderColorHover);
  }
}
body:not(.layout1) h1 {
  color: var(--titlecolor);
  font-size: clamp(2.25rem, 3.15315315vw + 1.48141892rem, 4rem);
  line-height: clamp(2.5rem, 3.15315315vw + 1.73141892rem, 4.25rem);
  font-weight: 800;
  hyphens: auto;
}
.layout1 h1 {
  font-family: 'Surt Extended' sans-serif;
  font-style: italic;
  color: #FE1F41;
  text-transform: uppercase;
  font-size: clamp(1.875rem, 3.82882883vw + 0.94172297rem, 4rem);
  line-height: clamp(2.375rem, 3.37837838vw + 1.55152027rem, 4.25rem);
  font-weight: 800;
}
.layout1 h1 .star {
  font-size: clamp(3.75rem, 6.75675676vw + 2.10304054rem, 7.5rem);
  line-height: clamp(4.25rem, 5.85585586vw + 2.82263514rem, 7.5rem);
  margin-left: -5px;
}
@media (max-width: 767px) {
  .layout1 h1 {
    text-align: center;
  }
}
.cbdModule--categoryTitle {
  margin-bottom: calc(var(--spaceTotal) * 1);
}
.categoryTitle {
  hyphens: auto;
  color: var(--accentcolor);
  font-size: clamp(1.25rem, 0.45045045vw + 1.1402027rem, 1.5rem);
  line-height: clamp(1.5rem, 0.45045045vw + 1.3902027rem, 1.75rem);
  font-weight: 800;
  text-transform: uppercase;
}
.layout3 .categoryTitle {
  color: #F0DEC1;
  font-size: clamp(1rem, 0vw + 1rem, 1rem);
  line-height: clamp(1.5rem, 0.45045045vw + 1.3902027rem, 1.75rem);
}
h2 {
  color: var(--titlecolor);
  font-size: clamp(2rem, 1.8018018vw + 1.56081081rem, 3rem);
  line-height: clamp(2.25rem, 2.36486486vw + 1.67356419rem, 3.5625rem);
  font-weight: 800;
  hyphens: auto;
}
h3 {
  color: var(--titlecolor);
  font-size: clamp(1.5rem, 1.8018018vw + 1.06081081rem, 2.5rem);
  line-height: clamp(1.75rem, 1.8018018vw + 1.31081081rem, 2.75rem);
  font-weight: 800;
  hyphens: auto;
}
h4 {
  color: var(--titlecolor);
  font-size: clamp(1.5rem, 0.67567568vw + 1.33530405rem, 1.875rem);
  line-height: clamp(1.75rem, 0.67567568vw + 1.58530405rem, 2.125rem);
  font-weight: 800;
  hyphens: auto;
}
h5 {
  color: var(--titlecolor);
  font-size: clamp(1.25rem, 0.45045045vw + 1.1402027rem, 1.5rem);
  line-height: clamp(1.5rem, 0.45045045vw + 1.3902027rem, 1.75rem);
  font-weight: 800;
  hyphens: auto;
}
.loud {
  color: var(--textcolor);
  font-size: clamp(1rem, 0.45045045vw + 0.8902027rem, 1.25rem);
  line-height: clamp(1.375rem, 0.22522523vw + 1.32010135rem, 1.5rem);
  hyphens: auto;
}
.norm {
  color: var(--textcolor);
  hyphens: auto;
}
.area--one {
  margin-top: calc(var(--spacePart) * 1);
  margin-bottom: calc(var(--spacePart) * 1);
}
.area--one .unitOne--1-1-indentBoth {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.area--one .unitOne--1-1-indentBoth .unit__content {
  width: 1100px;
  max-width: 100%;
}
.area--one .unitOne--1-3 .part.pict img:not(.svg) {
  border-radius: calc(var(--borderRadius) / 2);
}
.area--one .unitTwo .part.pict:first-child {
  padding-right: clamp(0rem, -18.462rem + 28.85vw, 7.5rem);
  box-sizing: border-box;
}
.area--one .unitTwo .part.pict:first-child img {
  border-radius: calc(var(--borderRadius) / 2);
  aspect-ratio: 315 / 210;
  object-fit: cover;
  object-position: center;
}
.area--one .unitFive .part.pict:first-child .cb-image-caption {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: #fff;
  padding: 6px 10px 4px;
  box-sizing: border-box;
  border-radius: calc(var(--borderRadius) / 2);
  width: auto;
  color: #FE1F41;
  font-weight: 800;
}
.area--one .unitFive .part.pict:first-child img {
  border-radius: calc(var(--borderRadius) / 2);
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center;
}
.area--one .unit--fold.unitThree {
  box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.1);
  border-radius: var(--borderRadius);
  border: 2px solid transparent;
  box-sizing: border-box;
  padding-bottom: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.area--one .unit--fold.unitThree:not(:has(.fold-toggle)) div.less {
  box-sizing: border-box;
  padding-top: 30px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 58px;
}
.area--one .unit--fold.unitThree div.less .part {
  margin: 0;
}
.area--one .unit--fold.unitThree div.more {
  padding-inline: clamp(1.25rem, -4.904rem + 9.62vw, 3.75rem);
  box-sizing: border-box;
}
.area--one .unit--fold.unitThree.unit--foldOpen {
  border-color: #FE1F41;
}
.area--one .unit--fold.unitThree .fold-toggle {
  position: relative;
  text-decoration: unset;
  color: var(--textcolor);
  width: 100%;
  display: inline-block;
  box-sizing: border-box;
  padding-top: 30px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 58px;
  isolation: isolate;
  color: var(--titlecolor);
  font-size: clamp(1.25rem, 1.12612613vw + 0.97550676rem, 1.875rem);
  line-height: clamp(1.5rem, 1.12612613vw + 1.22550676rem, 2.125rem);
  font-weight: 800;
}
@media (max-width: 1277px) {
  .area--one .unit--fold.unitThree .fold-toggle {
    padding-top: 24px;
    padding-bottom: 14px;
  }
}
.area--one .unit--fold.unitThree .fold-toggle:after {
  content: '';
  position: absolute;
  right: 20px;
  top: 30px;
  width: 38px;
  height: 38px;
  background-color: #FE1F41;
  -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/fold-open.svg');
          mask-image: url('/images/fold-open.svg');
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}
@media (max-width: 1277px) {
  .area--one .unit--fold.unitThree .fold-toggle:after {
    top: 20px;
  }
}
.area--one .unit--fold.unitThree .fold-toggle--open:after {
  -webkit-mask-image: url('/images/fold-close.svg');
          mask-image: url('/images/fold-close.svg');
}
.area--one .unit--fold.unitThree .unit__foot {
  display: none;
}
.area--one .unitFour {
  margin-top: calc(var(--spaceTotal) * 2);
  margin-bottom: calc(var(--spaceTotal) * 2);
  width: 100vw !important;
  left: 50%;
  margin-left: -50vw !important;
}
.area--one .unit--event {
  margin-top: 10px;
  margin-bottom: 10px;
  box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.1);
  border-radius: var(--borderRadius);
  --spacePart: 5px;
}
.area--one .unit--event .unit__content {
  padding: 25px 30px;
  box-sizing: border-box;
}
@media (max-width: 1277px) {
  .area--one .unit--event .unit__content {
    padding: 15px 20px;
  }
}
.area--one .unit--event .eventText--one {
  text-transform: uppercase;
  font-weight: 800;
}
.area--one .unit--event .eventText--one p {
  color: var(--accentcolor);
}
.area--one .unit--event .eventText--three {
  margin-top: calc(var(--spacePart) * 2);
}
.area--one .unit--event .unit__background img {
  border-top-left-radius: var(--borderRadius);
  border-top-right-radius: var(--borderRadius);
  aspect-ratio: 380 / 204;
  object-fit: cover;
  object-position: center;
}
#view .part.is-empty {
  opacity: 0;
}
.area--cards .unit--card,
.area--one .unit--card {
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: var(--borderRadius);
  overflow: hidden;
  aspect-ratio: var(--cardRatio, 1);
  isolation: isolate;
  --textcolor: #fff;
  --linkcolor: #fff;
  --titlecolor: #fff;
}
.area--cards .unit--card:not(:has(.unit__background)),
.area--one .unit--card:not(:has(.unit__background)) {
  background-color: #141D2B;
}
@media (max-width: 767px) {
  .area--cards .unit--card,
  .area--one .unit--card {
    --cardRatio: 380 / 180;
  }
}
.area--cards .unit--card.unit--isAnchor,
.area--one .unit--card.unit--isAnchor {
  cursor: pointer;
}
.area--cards .unit--card.unit--isAnchor:after,
.area--one .unit--card.unit--isAnchor:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: var(--hoverOpacity, 0);
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to bottom, rgba(254, 31, 65, 0.8), rgba(254, 31, 65, 0.8));
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}
.area--cards .unit--card.unit--isAnchor:before,
.area--one .unit--card.unit--isAnchor:before {
  content: '';
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 37px;
  height: 23px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/arrow-card.svg);
  transform: var(--arrowPosition, translateX(-60px));
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}
@media (max-width: 767px) {
  .area--cards .unit--card.unit--isAnchor:before,
  .area--one .unit--card.unit--isAnchor:before {
    left: unset;
    right: 20px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .area--cards .unit--card.unit--isAnchor,
  .area--one .unit--card.unit--isAnchor {
    --hoverPadding: 30px;
  }
  .area--cards .unit--card.unit--isAnchor:hover,
  .area--one .unit--card.unit--isAnchor:hover,
  .area--cards .unit--card.unit--isAnchor:focus,
  .area--one .unit--card.unit--isAnchor:focus {
    --hoverOpacity: 1;
    --imgOverlayOpacity: 0;
    --arrowPosition: translateX(0);
    --hoverPadding: 60px;
  }
}
@media (hover: none) and (pointer: coarse) {
  .area--cards .unit--card.unit--isAnchor,
  .area--one .unit--card.unit--isAnchor {
    --arrowPosition: translateX(0);
    --hoverPadding: 10px;
  }
}
@media (max-width: 767px) {
  .area--cards .unit--card.unit--isAnchor,
  .area--one .unit--card.unit--isAnchor {
    --arrowPosition: translateX(0);
    --hoverPadding: 10px;
  }
}
.area--cards .unit--card .unit__background,
.area--one .unit--card .unit__background {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.area--cards .unit--card .unit__background:after,
.area--one .unit--card .unit__background:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  opacity: var(--imgOverlayOpacity, 1);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}
.area--cards .unit--card .unit__background img,
.area--one .unit--card .unit__background img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
}
.area--cards .unit--card .unit__content,
.area--one .unit--card .unit__content {
  padding: 20px 20px var(--hoverPadding, 10px) 20px;
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
  box-sizing: border-box;
  height: 100%;
}
.area--cards .unit--card .unit__body,
.area--one .unit--card .unit__body {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.area--cards .unit--card .cardText--one,
.area--one .unit--card .cardText--one {
  margin: 0;
  background-color: #fff;
  padding: 6px 10px 4px;
  box-sizing: border-box;
  border-radius: calc(var(--borderRadius) / 2);
  width: auto;
  font-weight: 800;
}
.area--cards .unit--card .cardText--one p,
.area--one .unit--card .cardText--one p {
  color: var(--accentcolor);
}
.area--cards .unit--card .cardText--two,
.area--one .unit--card .cardText--two {
  --textcolor: #fff;
}
@media (max-width: 767px) {
  .area--cards .unit--card .cardText--two,
  .area--one .unit--card .cardText--two {
    padding-right: 45px;
    box-sizing: border-box;
  }
}
.area--cards {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .area--cards .unit--card:nth-child(1) {
    --cardRatio: 379 / 243;
  }
}
.area--one .unit--news {
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: var(--borderRadius);
  overflow: hidden;
  aspect-ratio: var(--newsRatio, 426 / 502);
  --textcolor: #fff;
  --linkcolor: #fff;
  --titlecolor: #fff;
  isolation: isolate;
}
@media (max-width: 767px) {
  .area--one .unit--news {
    --newsRatio: 1;
  }
}
.area--one .unit--news:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: var(--hoverOpacity, 0);
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to bottom, rgba(254, 31, 65, 0.8), rgba(254, 31, 65, 0.8));
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}
.area--one .unit--news:before {
  content: '';
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 37px;
  height: 23px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/arrow-card.svg);
  transform: var(--arrowPosition, translateX(-60px));
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}
@media (max-width: 767px) {
  .area--one .unit--news:before {
    left: unset;
    right: 20px;
  }
}
.area--one .unit--news.unit--isAnchor {
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  .area--one .unit--news.unit--isAnchor:hover,
  .area--one .unit--news.unit--isAnchor:focus {
    --hoverOpacity: 1;
    --imgOverlayOpacity: 0;
    --arrowPosition: translateX(0);
    --hoverPadding: 60px;
  }
}
@media (hover: none) and (pointer: coarse) {
  .area--one .unit--news.unit--isAnchor {
    --arrowPosition: translateX(0);
    --hoverPadding: 10px;
  }
}
@media (max-width: 767px) {
  .area--one .unit--news.unit--isAnchor {
    --arrowPosition: translateX(0);
    --hoverPadding: 10px;
  }
}
.area--one .unit--news .unit__background {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.area--one .unit--news .unit__background:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  opacity: var(--imgOverlayOpacity, 1);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}
.area--one .unit--news .unit__background img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
}
.area--one .unit--news .unit__content {
  padding: 20px 20px var(--hoverPadding, 30px) 20px;
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
  box-sizing: border-box;
  height: 100%;
}
.area--one .unit--news .unit__body {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .area--one .unit--news .newsText--three {
    padding-right: 45px;
    box-sizing: border-box;
  }
}
.area--one .unit--cta {
  margin-top: calc(var(--spaceTotal) * 3);
  margin-bottom: calc(var(--spaceTotal) * 3);
  width: 100vw !important;
  left: 50%;
  margin-left: -50vw !important;
  background-color: #FE1F41;
  --textcolor: #fff;
  --titlecolor: #fff;
  --linkcolor: #fff;
  --accentcolor: #F0DEC1;
  --linkcolor-hov: #F0DEC1;
  --btnColor: #000;
  --btnBgColor: #F0DEC1;
  --btnBorderColor: #F0DEC1;
  --btnColorHover: #000;
  --btnBgColorHover: #fff;
  --btnBorderColorHover: #F0DEC1;
  --deskWidth: 1312px;
  display: grid;
  --fluidSize: clamp(15rem, 36.38095238vw + 6.13214286rem, 38.875rem);
  min-height: var(--fluidSize);
  padding-right: 50vw;
  box-sizing: border-box;
}
@media (max-width: 960px) {
  .area--one .unit--cta {
    padding-right: 0;
    display: flex;
    flex-direction: column-reverse;
  }
}
.area--one .unit--cta .unit__content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  box-sizing: border-box;
  padding-top: calc(60px - var(--spacePart));
  padding-bottom: calc(60px - var(--spacePart));
  padding-right: calc(var(--gridGap) * 2);
  padding-left: max(var(--deskSpace), calc((100vw - var(--deskWidth)) / 2));
}
@media (max-width: 960px) {
  .area--one .unit--cta .unit__content {
    padding-right: var(--deskSpace);
    padding-bottom: 0;
  }
}
.area--one .unit--cta .unit__background {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  width: 50vw;
}
@media (max-width: 960px) {
  .area--one .unit--cta .unit__background {
    width: 100%;
    position: relative;
  }
}
.area--one .unit--cta .unit__background .unit__backgroundImage {
  height: 100%;
  object-fit: var(--ctaBgSize, contain);
  object-position: var(--ctaBgPosition, bottom);
  max-height: unset!important;
  max-width: unset!important;
}
.ctaBgSize--two {
  --ctaBgSize: cover;
  --ctaBgPosition: center;
}
.ctaBg {
  background-size: cover;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-image: var(--ctaBgMountainDesk);
}
@media (max-width: 960px) {
  .ctaBg {
    background-image: var(--ctaBgMountainMobile);
  }
}
.ctaBg--one {
  --ctaBgMountainDesk: url(/images/bg/beach-alps-desk-01.jpg);
  --ctaBgMountainMobile: url(/images/bg/beach-alps-mobile-04.jpg);
}
.ctaBg--two {
  --ctaBgMountainDesk: url(/images/bg/beach-alps-desk-05.jpg);
  --ctaBgMountainMobile: url(/images/bg/beach-alps-mobile-05.jpg);
}
.ctaBg--three {
  --ctaBgMountainDesk: url(/images/bg/beach-alps-desk-03.jpg);
  --ctaBgMountainMobile: url(/images/bg/beach-alps-mobile-03.jpg);
}
.ctaBg--four {
  --ctaBgMountainDesk: url(/images/bg/beach-alps-desk-04.jpg);
  --ctaBgMountainMobile: url(/images/bg/beach-alps-mobile-04.jpg);
}
.area--one .unit--sideimage {
  margin-top: calc(var(--spaceUnit) * 1 + 10px);
  margin-bottom: calc(var(--spaceUnit) * 1 + 10px);
  display: flex;
  flex-direction: column;
}
.area--one .unit--sideimage .unit__background {
  margin-top: calc(var(--spacePart) * 1);
  margin-bottom: calc(var(--spacePart) * 1);
  overflow: hidden;
}
@media (max-width: 1277px) {
  .area--one .unit--sideimage .unit__background {
    order: 99;
  }
}
.area--one .unit--sideimage .unit__background img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  object-position: center;
  border-radius: calc(var(--borderRadius) / 2);
}
.partAlign--left {
  text-align: left;
}
.partAlign--center {
  text-align: center;
}
.partAlign--right {
  text-align: right;
}
.part.text .star {
  color: var(--accentcolor);
}
.part.text .open {
  text-decoration: underline;
}
.part--table i {
  font-size: clamp(1rem, 0.45045045vw + 0.8902027rem, 1.25rem);
  line-height: clamp(1.375rem, 0.22522523vw + 1.32010135rem, 1.5rem);
  hyphens: auto;
  color: var(--accentcolor);
  font-weight: 800;
  font-style: normal;
}
@media screen and (prefers-reduced-motion: no-preference) {
  #view .part--heroImage,
  #view .ns-countdown,
  #view .cbdModule,
  #view #head {
    opacity: 0;
    transform: translateY(50px);
    transition: transform 0.8s cubic-bezier(0.76, 0, 0.24, 1), opacity 0.8s cubic-bezier(0.76, 0, 0.24, 1);
  }
  #view .part--heroImage.is-intersecting,
  #view .ns-countdown.is-intersecting,
  #view .cbdModule.is-intersecting,
  #view #head.is-intersecting {
    opacity: 1;
    transform: translateY(0);
  }
  #view .area .unit:not(.unit--isometrie1) {
    opacity: 0;
    transform: translateY(50px);
    transition: transform 0.8s cubic-bezier(0.76, 0, 0.24, 1), opacity 0.8s cubic-bezier(0.76, 0, 0.24, 1);
  }
  #view .area .unit:not(.unit--isometrie1).is-intersecting {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 1277px) {
  .navigation {
    display: none!important;
  }
}
body:has(.togglenavigation[aria-expanded="true"]) {
  overflow: hidden;
}
.togglenavigation {
  position: relative;
  z-index: 2001;
  width: 35px;
  height: 35px;
  cursor: pointer;
}
.tline {
  position: absolute;
  top: 0;
  left: 0;
  width: 35px;
  height: 4px;
  background-color: #FE1F41;
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.tline--2,
.tline--3 {
  top: 50%;
  transform: translateY(-50%);
}
.tline--4 {
  top: unset;
  bottom: 0;
}
.togglenavigation[aria-expanded="true"] .tline--1 {
  opacity: 0;
  transform: translateY(-10px);
}
.togglenavigation[aria-expanded="true"] .tline--2 {
  transform: translateY(-50%) rotate(-45deg);
}
.togglenavigation[aria-expanded="true"] .tline--3 {
  transform: translateY(-50%) rotate(45deg);
}
.togglenavigation[aria-expanded="true"] .tline--4 {
  opacity: 0;
  transform: translateY(10px);
}
.mobile-navigation {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1999;
  width: 100%;
  height: 100%;
  background-color: #fff;
  overflow-y: scroll;
  padding-top: var(--headerHeight);
  box-sizing: border-box;
  transform: translateY(-100%);
  transition: all 0.6s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.mobile-navigation.is-visible {
  transform: translateY(0);
}
.mobile-navi-animation {
  float: left;
  width: 100%;
}
.mobile-navi-desk {
  padding-left: var(--deskSpace);
  padding-right: var(--deskSpace);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-content: center;
  opacity: 0;
  transform: translateY(-100vh);
  transition: all 0s 0.6s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.is-visible .mobile-navi-desk {
  transition: all 1s cubic-bezier(0.05, 0.8, 0.5, 1);
  transform: translateY(0);
  opacity: 1;
}
.mobile-navigation .navi {
  --linkcolor-hov: #FE1F41;
  float: left;
  width: 100%;
  display: block;
  position: relative;
}
.mobile-navigation .navi > .cb-toggle {
  display: none;
}
.mobile-navigation .navi > .item {
  float: left;
  width: 100%;
  position: relative;
}
.mobile-navigation .navi > .item.item-empty > .cb-toggle {
  display: none;
}
.mobile-navigation .navi > .item > .menu {
  display: block;
  color: var(--linkcolor);
  font-size: 20px;
  line-height: 1.2;
  font-weight: 800;
}
.mobile-navigation .navi > .item > .menu.path {
  color: var(--linkcolor-hov);
}
.mobile-navigation .sub2 {
  box-sizing: border-box;
  margin: 24px 0 24px;
}
.mobile-navigation .sub2 > .item:not(.exit) {
  border-bottom: 1px solid #E7E7E7;
}
.mobile-navigation .sub2 > .item.path .cb-toggle {
  background-color: var(--linkcolor-hov);
}
.mobile-navigation .sub2 > .item:has(.cb-toggle-active) > .menu {
  color: var(--linkcolor-hov);
}
.mobile-navigation .sub2 > .item > .menu {
  padding-block: 20px;
  box-sizing: border-box;
}
.mobile-navigation .sub3 {
  overflow: hidden;
  max-height: 0;
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.mobile-navigation .sub3 > .item {
  opacity: 0;
  transform: scale(0.8);
}
.mobile-navigation .navi > .item.cb-toggle-target-active > .navi {
  transition: none;
  max-height: 1000px;
  transition: max-height 2s;
  margin-top: 20px;
  margin-bottom: 20px;
}
.mobile-navigation .navi > .item.cb-toggle-target-active > .navi > .item {
  transform: scale(1);
  opacity: 1;
  transition: all 0.3s;
}
.mobile-navigation .cb-toggle {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 64px;
  background-color: var(--linkcolor);
  -webkit-mask-size: 37px ;
          mask-size: 37px ;
  -webkit-mask-position: 100% 20px;
          mask-position: 100% 20px;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: url(/images/nav-toggle-desk.svg);
          mask-image: url(/images/nav-toggle-desk.svg);
  transition: all 0.3s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.mobile-navigation .cb-toggle.cb-toggle-active {
  background-color: var(--linkcolor-hov);
}
.part.payp {
  display: flex;
  justify-content: space-between;
  --spacePart: 8px;
  gap: 10px;
}
.part.payp .name {
  float: left;
  width: 100%;
  padding-bottom: 10px;
}
.part.payp.tile .name {
  width: auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 14px;
  line-height: 1.28571429;
}
.part.payp .papc {
  float: left;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 767px) {
  .part.payp .papc {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .part.payp .papc .name {
    margin-left: 0;
  }
}
.part.payp input.numb {
  float: left;
  padding: 5px 5px 5px 10px;
  min-height: 60px;
  box-sizing: border-box;
  width: 60px;
  text-align: left;
  border: 1px solid var(--textcolor);
}
.part.payp div.ctrl {
  float: right;
  max-width: calc(100% - 70px);
  display: flex;
  flex-wrap: nowrap;
  font-size: 14px;
  line-height: 1.28571429;
}
.part.payp div.ctrl .prix {
  font-size: 14px;
  line-height: 1.28571429;
}
.part.payp.tile div.ctrl {
  max-width: 100%;
}
@media (max-width: 767px) {
  .part.payp.tile div.ctrl {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: var(--spacePart);
  }
  .part.payp.tile div.ctrl .name {
    order: 1;
    margin-left: 0;
  }
  .part.payp.tile div.ctrl input.submit {
    float: right;
    margin-left: 0;
  }
}
.part.payp div.ctrl > div {
  float: left;
  min-height: 60px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.part.payp .prix {
  text-align: right;
  line-height: 1;
  padding-right: 3px;
}
#edit .part.payp .prix {
  width: 70px;
}
.part.payp div.ctrl form {
  float: left;
}
.part.payp div.ctrl form fieldset {
  float: left;
}
.part.payp div.ctrl input.submit {
  float: left;
  margin-left: 10px;
  cursor: pointer;
  width: 60px;
  height: 60px;
  background-color: #FE1F41;
  background-size: 20px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/shopcart.svg);
}
#disp.cb-shoppingcart table {
  float: left;
  width: 100%;
  border-collapse: collapse;
}
#disp.cb-shoppingcart .cury {
  font-size: 10px;
  margin-left: 3px;
}
#disp.cb-shoppingcart tr {
  border-bottom: 1px solid #E0E0E0;
  border-top: 1px solid #E0E0E0;
}
#disp.cb-shoppingcart thead tr {
  border-top: none;
  border-bottom-color: #000;
}
#disp.cb-shoppingcart th,
#disp.cb-shoppingcart td {
  padding: 5px;
  vertical-align: top;
}
#disp.cb-shoppingcart th {
  text-align: left;
}
#disp.cb-shoppingcart .cb-cart-item-count {
  padding-left: 0;
}
#disp.cb-shoppingcart .cb-cart-item-count input.numb {
  width: 54px;
  padding: 0px 2px 0px 5px;
  background: #F0F0F0;
  text-align: right;
  box-sizing: border-box;
  height: 20px;
  min-height: 0;
}
#disp.cb-shoppingcart .cb-cart-value,
#disp.cb-shoppingcart .cb-cart-item-sum,
#disp.cb-shoppingcart .cb-cart-item-price {
  text-align: right;
}
#disp.cb-shoppingcart .cb-cart-item-action {
  padding-right: 0;
}
#disp.cb-shoppingcart .cb-cart-item-action a {
  float: right;
  display: block;
  width: 20px;
  height: 20px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  background-size: 14px 14px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-trash-black.svg);
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
}
#disp.cb-shoppingcart .cb-cart-item-action a:hover {
  transform: scale(1.2);
}
#disp.cb-shoppingcart .cb-cart-item-action a:active {
  transform: scale(1);
}
#disp.cb-shoppingcart .cb-cart-subtotals {
  background: #fcfcfc;
}
#disp.cb-shoppingcart .cb-cart-totals {
  background: #f0f0f0;
  font-weight: 800;
}
#cb-footnotes {
  float: left;
  width: 100%;
  font-weight: 800;
  margin-top: 20px;
  text-align: right;
}
#disp.cb-shoppingcart h3 {
  float: left;
  width: 100%;
}
#disp.cb-shoppingcart .form-group {
  float: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 639px) {
  #disp.cb-shoppingcart .form-group {
    flex-wrap: wrap;
  }
}
#disp.cb-shoppingcart .form-group label.name {
  float: left;
  width: auto;
  margin-right: 0;
  flex-shrink: 0;
  font-weight: 800;
}
#disp.cb-shoppingcart .form-group input.submit {
  font-size: clamp(1rem, 0.45045045vw + 0.8902027rem, 1.25rem);
  line-height: clamp(1.5rem, 0vw + 1.5rem, 1.5rem);
  font-weight: 800;
  font-family: inherit;
  cursor: pointer;
  padding: 21px 28px;
  background-color: var(--btnBgColor);
  color: var(--btnColor);
  border: 2px solid var(--btnBorderColor);
  appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
  line-height: 1.42857143;
}
@media (max-width: 1277px) {
  #disp.cb-shoppingcart .form-group input.submit {
    padding: 16px 16px;
  }
}
@media (hover: hover) and (pointer: fine) {
  #disp.cb-shoppingcart .form-group input.submit:hover,
  #disp.cb-shoppingcart .form-group input.submit:focus {
    background-color: var(--btnBgColorHover);
    color: var(--btnColorHover);
    border-color: var(--btnBorderColorHover);
  }
}
@media (max-width: 639px) {
  #disp.cb-shoppingcart .form-group input.submit {
    margin-top: 10px;
    width: 100%;
  }
}
#disp.cb-shoppingcart .form-input {
  float: left;
  margin: 0 40px;
  flex-grow: 1;
}
#disp.cb-shoppingcart .form-input input {
  width: 100%;
}
@media (max-width: 639px) {
  #disp.cb-shoppingcart .form-input {
    margin-right: 0;
  }
}
#disp.cb-shoppingcart .concession-code-input {
  float: left;
  width: 100%;
}
#disp.cb-shoppingcart #cb-footnotes {
  float: left;
  width: 100%;
  margin-top: 20px;
}
@media (max-width: 639px) {
  #disp.cb-shoppingcart table {
    float: left;
    width: 100%;
    display: block;
  }
  #disp.cb-shoppingcart table * {
    float: left;
    display: block;
  }
  #disp.cb-shoppingcart thead {
    display: none;
  }
  #disp.cb-shoppingcart tbody,
  #disp.cb-shoppingcart tfoot {
    width: 100%;
  }
  #disp.cb-shoppingcart tr {
    width: 100%;
    padding: 10px 0;
    margin-bottom: -1px;
  }
  #disp.cb-shoppingcart td {
    width: 100%;
    position: relative;
    padding: 3px 0 3px 100px !important;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  #disp.cb-shoppingcart td:before {
    content: attr(data-title);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    font-weight: 800;
  }
  #disp.cb-shoppingcart .cb-cart-subtotals td,
  #disp.cb-shoppingcart .cb-cart-totals td {
    padding: 0 !important;
  }
  #disp.cb-shoppingcart .cb-cart-subtotals tr,
  #disp.cb-shoppingcart .cb-cart-totals tr {
    padding: 3px 6px;
    box-sizing: border-box;
  }
}
#disp.cb-shoppingcart .cb-address,
#disp.cb-shoppingcart .cb-additional-information,
#disp.cb-shoppingcart .cb-payment,
#disp.cb-shoppingcart .cb-agb,
#disp.cb-shoppingcart .cb-order {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#disp.cb-shoppingcart .cb-address:first-child h3:first-child {
  padding-top: 0;
}
.cb-address p {
  display: block;
  width: 100%;
}
.cb-address input.submit {
  float: left;
  margin-top: 20px;
  font-size: clamp(1rem, 0.45045045vw + 0.8902027rem, 1.25rem);
  line-height: clamp(1.5rem, 0vw + 1.5rem, 1.5rem);
  font-weight: 800;
  font-family: inherit;
  cursor: pointer;
  padding: 21px 28px;
  background-color: var(--btnBgColor);
  color: var(--btnColor);
  border: 2px solid var(--btnBorderColor);
  appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
  line-height: 1.42857143;
}
@media (max-width: 1277px) {
  .cb-address input.submit {
    padding: 16px 16px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .cb-address input.submit:hover,
  .cb-address input.submit:focus {
    background-color: var(--btnBgColorHover);
    color: var(--btnColorHover);
    border-color: var(--btnBorderColorHover);
  }
}
#disp.cb-shoppingcart a.agbs {
  float: left;
  margin-bottom: 20px;
  font-size: clamp(1rem, 0.45045045vw + 0.8902027rem, 1.25rem);
  line-height: clamp(1.5rem, 0vw + 1.5rem, 1.5rem);
  font-weight: 800;
  font-family: inherit;
  cursor: pointer;
  padding: 21px 28px;
  background-color: var(--btnBgColor);
  color: var(--btnColor);
  border: 2px solid var(--btnBorderColor);
  appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
  line-height: 1.42857143;
}
@media (max-width: 1277px) {
  #disp.cb-shoppingcart a.agbs {
    padding: 16px 16px;
  }
}
@media (hover: hover) and (pointer: fine) {
  #disp.cb-shoppingcart a.agbs:hover,
  #disp.cb-shoppingcart a.agbs:focus {
    background-color: var(--btnBgColorHover);
    color: var(--btnColorHover);
    border-color: var(--btnBorderColorHover);
  }
}
.cb-cart-icon-holder {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FE1F41;
  border-radius: var(--borderRadius);
  position: fixed;
  top: calc(var(--headerHeight) + 30px);
  right: var(--deskSpace);
  width: 100px;
  aspect-ratio: 1;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  view-transition-name: shopCart-1;
}
@media (max-width: 767px) {
  .cb-cart-icon-holder {
    width: 75px;
  }
}
.cb-cart-icon-holder .meta {
  width: 100%;
  height: 100%;
  background-image: url(/images/shopcart.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 37px ;
  text-transform: uppercase;
  font-weight: 400;
  box-sizing: border-box;
}
.cb-cart-icon-holder .cb-cart-icon-count {
  position: absolute;
  top: -20px;
  left: 50%;
  left: -20px;
  width: 40px;
  aspect-ratio: 1;
  line-height: 19px;
  text-align: center;
  background-color: #fff;
  border: 2px solid #fff;
  font-size: 12px;
  border-radius: 100%;
  border: 2px solid #FE1F41;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #FE1F41;
  font-weight: 800;
  font-size: 20px;
  z-index: 2;
}
@media (max-width: 767px) {
  .cb-cart-icon-holder .cb-cart-icon-count {
    scale: 0.8;
  }
}
.ns-countdown {
  float: left;
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.ns-countdown.is-hidden {
  display: none !important;
}
.ns-countdown__section {
  float: left;
  width: 100%;
}
.ns-countdown__section--head {
  background-color: #fff;
  display: flex;
  justify-content: center;
}
.ns-countdown__clock {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 50px;
  justify-content: center;
}
@media (max-width: 767px) {
  .ns-countdown__clock {
    gap: 30px;
  }
}
.ns-countdown__part {
  float: left;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  width: max-content;
  align-items: center;
  position: relative;
  border-radius: var(--borderRadius);
  padding: 10px 0;
  box-sizing: border-box;
}
.ns-countdown__part:not(:last-child):after {
  content: ':';
  position: absolute;
  top: 10px;
  right: -29px;
  color: #fff;
  font-size: clamp(2.5rem, 1.23873874vw + 2.19805743rem, 3.1875rem);
  line-height: clamp(3.5625rem, 0vw + 3.5625rem, 3.5625rem);
  font-weight: 800;
}
@media (max-width: 1277px) {
  .ns-countdown__part:not(:last-child):after {
    top: 6px;
  }
}
@media (max-width: 767px) {
  .ns-countdown__part:not(:last-child):after {
    right: -19px;
    top: 4px;
  }
}
.ns-countdown__part.ns-countdown__part--seconds:before,
.ns-countdown__part.ns-countdown__part--seconds:after {
  display: none;
}
.ns-countdown__value {
  float: left;
  font-size: clamp(2.25rem, 1.68918919vw + 1.83826014rem, 3.1875rem);
  line-height: clamp(2.5rem, 1.91441441vw + 2.03336149rem, 3.5625rem);
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  color: #fff;
  font-weight: 800;
}
.ns-countdown__type {
  float: left;
  color: #fff;
  font-weight: 800;
  font-weight: normal;
  font-size: 15px;
}
.area--one .unit--slider {
  margin-top: 0;
  margin-bottom: 40px;
}
.ns-slider--gallerySlider {
  float: left;
  width: 100%;
  position: relative;
  --fluidSize: clamp(0.5rem, 0.76190476vw + 0.31428571rem, 1rem);
  --sliderGap: 0px;
}
.ns-slider--gallerySlider .ns-slider__stage {
  float: left;
  width: 100%;
  position: relative;
}
.ns-slider--gallerySlider .ns-slider__area {
  float: left;
  width: calc(100% + var(--sliderGap));
  margin-left: calc(var(--sliderGap) / 2 * -1);
  display: flex;
  align-items: center;
  overflow: hidden;
  border-radius: var(--borderRadius);
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 1fr;
  grid-template-areas: "slides";
}
.ns-slider--gallerySlider .ns-slider__cover {
  float: left;
  width: 100%;
}
.ns-slider--gallerySlider .ns-slide {
  grid-area: slides;
  float: left;
  margin-left: calc(var(--sliderGap) / 2);
  margin-right: calc(var(--sliderGap) / 2);
  width: calc(100% - var(--sliderGap));
  flex-shrink: 0;
  transition: all 0.8s ease-in-out;
  opacity: 0;
}
.ns-slider--gallerySlider .ns-slide.is-active {
  opacity: 1;
  z-index: 2;
}
.ns-slider--gallerySlider .ns-slide__content {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  isolation: isolate;
}
.ns-slider--gallerySlider .ns-slide__text {
  position: absolute;
  width: 700px;
  max-width: calc(100% - 60px);
  bottom: 60px;
  z-index: 2;
  --textcolor: #fff;
  --titlecolor: #fff;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ns-slider--gallerySlider .ns-slider__part {
  float: left;
  width: 100%;
}
.ns-slider--gallerySlider .ns-slider__part--sliderPreTitle {
  color: var(--accentcolor);
  text-transform: uppercase;
  font-weight: 800;
}
.ns-slider--gallerySlider .ns-slider__part--sliderTitle {
  color: var(--titlecolor);
  font-size: clamp(1.5rem, 1.8018018vw + 1.06081081rem, 2.5rem);
  line-height: clamp(1.75rem, 1.8018018vw + 1.31081081rem, 2.75rem);
  font-weight: 800;
}
.ns-slider--gallerySlider .ns-slider__part--image img {
  border-radius: var(--borderRadius);
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 1317 / 630;
}
@media (max-width: 1277px) {
  .ns-slider--gallerySlider .ns-slider__part--image img {
    aspect-ratio: 680 / 480;
  }
}
@media (max-width: 767px) {
  .ns-slider--gallerySlider .ns-slider__part--image img {
    aspect-ratio: 1;
  }
}
.ns-slider--gallerySlider .ns-slide--type2 .ns-slider__part--image {
  isolation: isolate;
  position: relative;
}
.ns-slider--gallerySlider .ns-slide--type2 .ns-slider__part--image:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}
.-slider--gallerySlider .ns-slider__controls {
  position: absolute;
  right: 30px;
  bottom: 30px;
  z-index: 2;
}
.ns-slider--gallerySlider .ns-sliderControl {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 72px;
  aspect-ratio: 1;
  border-radius: 100%;
  cursor: pointer;
  background-color: #fff;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
}
@media (max-width: 767px) {
  .ns-slider--gallerySlider .ns-sliderControl {
    width: 60px;
  }
}
.ns-slider--gallerySlider .ns-sliderControl:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 37px;
  height: 23px;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-position: 50% 50%;
          mask-position: 50% 50%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #FE1F41;
}
@media (max-width: 767px) {
  .ns-slider--gallerySlider .ns-sliderControl:after {
    width: 31px;
    height: 19px;
  }
}
#view .is-noSlider .ns-slider--gallerySlider .ns-sliderControl {
  display: none;
}
.ns-slider--gallerySlider .ns-sliderControl--prev {
  left: 20px;
}
@media (max-width: 767px) {
  .ns-slider--gallerySlider .ns-sliderControl--prev {
    left: -14px;
  }
}
.ns-slider--gallerySlider .ns-sliderControl--prev:after {
  -webkit-mask-image: url(/images/slider-arrow-prev.svg);
          mask-image: url(/images/slider-arrow-prev.svg);
}
.ns-slider--gallerySlider .ns-sliderControl--next {
  right: 20px;
}
@media (max-width: 767px) {
  .ns-slider--gallerySlider .ns-sliderControl--next {
    right: -14px;
  }
}
.ns-slider--gallerySlider .ns-sliderControl--next:after {
  -webkit-mask-image: url(/images/slider-arrow-next.svg);
          mask-image: url(/images/slider-arrow-next.svg);
}
.ns-sliderIndex {
  float: left;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 30px;
  z-index: 10;
}
#view .is-noSlider .ns-sliderIndex {
  display: none;
}
.ns-sliderIndex__content {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}
@media (max-width: 1277px) {
  .ns-sliderIndex__content {
    gap: 8px;
  }
}
.ns-sliderIndex__item {
  float: left;
  width: 45px;
  height: 4px;
  background: #fff;
  opacity: 0.6;
  border-radius: 6px;
  transition: all 0.4s;
  cursor: pointer;
}
@media (max-width: 1277px) {
  .ns-sliderIndex__item {
    width: 5px;
    height: 5px;
  }
}
.ns-sliderIndex__item.is-active {
  opacity: 1;
}
.ns-sliderWrapper {
  float: left;
  width: 100%;
  position: relative;
}
.ns-slider.ns-slider--LogoSlider {
  float: left;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 40px;
  --fluidSize: clamp(1.875rem, 1.9047619vw + 1.41071429rem, 3.125rem);
  --sliderGap: var(--fluidSize);
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 30px 200px;
}
@media (max-width: 1277px) {
  .ns-slider.ns-slider--LogoSlider {
    grid-template-columns: 100%;
  }
}
.ns-slider--LogoSlider .ns-slider__section {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ns-slider--LogoSlider .ns-slider__cover {
  float: left;
  width: 100%;
  position: relative;
}
.ns-slider--LogoSlider .ns-slider__stage {
  float: left;
  width: 100%;
  overflow: hidden;
}
.ns-slider--LogoSlider .ns-slider__area {
  float: left;
  width: calc(100% + var(--sliderGap));
  margin-left: calc(var(--sliderGap) / -2);
  display: flex;
}
.ns-slider--LogoSlider .ns-slide {
  float: left;
  width: calc((100%/ var(--slidesAmount, 4)) - var(--sliderGap));
  margin-left: calc(var(--sliderGap) / 2);
  margin-right: calc(var(--sliderGap) / 2);
  flex-shrink: 0;
  box-sizing: border-box;
  transition: margin 0.6s;
}
@media (max-width: 767px) {
  .ns-slider--LogoSlider .ns-slide {
    --slidesAmount: 2;
  }
}
.ns-slider--LogoSlider .ns-slide__content {
  float: left;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.ns-slider--LogoSlider .ns-slider__part {
  float: left;
  width: 100%;
  margin-top: var(--spacePart);
}
.ns-slider--LogoSlider .ns-slider__part--sliderTitle {
  float: left;
  width: 100%;
}
@media (max-width: 767px) {
  .ns-slider--LogoSlider .ns-slider__part--sliderTitle {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .ns-slider--LogoSlider .ns-slider__part--sliderLogo {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.ns-slider--LogoSlider .ns-slider__part--sliderLogo .ns-sliderImage {
  width: 200px;
}
@media (max-width: 767px) {
  .ns-slider--LogoSlider .ns-slider__part--sliderLogo .ns-sliderImage {
    width: calc(50vw - var(--sliderGap));
  }
}
.ns-slider--LogoSlider .ns-slider__part--link {
  padding-top: 20px;
  margin-top: auto;
}
.ns-slider--LogoSlider .ns-slider__part--link .open {
  float: left;
  font-size: clamp(1rem, 0.45045045vw + 0.8902027rem, 1.25rem);
  line-height: clamp(1.5rem, 0vw + 1.5rem, 1.5rem);
  font-weight: 800;
  font-family: inherit;
  cursor: pointer;
  padding: 21px 28px;
  background-color: var(--btnBgColor);
  color: var(--btnColor);
  border: 2px solid var(--btnBorderColor);
  appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}
@media (max-width: 1277px) {
  .ns-slider--LogoSlider .ns-slider__part--link .open {
    padding: 16px 16px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .ns-slider--LogoSlider .ns-slider__part--link .open:hover,
  .ns-slider--LogoSlider .ns-slider__part--link .open:focus {
    background-color: var(--btnBgColorHover);
    color: var(--btnColorHover);
    border-color: var(--btnBorderColorHover);
  }
}
/*# sourceMappingURL=./screen-small.css.map */