.button {
  display: inline-block;
  font-size: clamp(1rem, 0.19588639vw + 0.95408913rem, 1.125rem);
  line-height: clamp(1.625rem, 0vw + 1.625rem, 1.625rem);
  font-weight: bold;
  font-family: inherit;
  cursor: pointer;
  color: #000;
  padding-left: 74px;
  appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-decoration: none;
  border: none;
  position: relative;
}
.button:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 65px;
  height: 25px;
  mask-size: 100% auto;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  mask-image: url(/images/arrow-right.svg);
  background-color: #000;
  transition: all 0.4s;
}
.button:hover:before,
.button:focus:before {
  transform: translateX(5px);
}
.button2 {
  display: inline-block;
  background-color: #36170C;
  font-size: 18px;
  line-height: 1.44444444;
  font-weight: 700;
  font-family: inherit;
  cursor: pointer;
  color: #fff;
  padding: 12px 70px;
  appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: none;
  background-size: 0 100%;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, var(--buttonBackgroundHover), var(--buttonBackgroundHover));
  transition: all 0.24s;
}
.button2:hover,
.button2:focus {
  background-size: 100% 100%;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
div.navi {
  float: left;
}
div.navi > .item {
  float: left;
}
div.navi > .item > .menu {
  display: block;
}
@media (min-width: 1024px) {
  .togglenavigation,
  .mobile-navigation {
    display: none;
  }
}
.navigation div.sub1 {
  display: flex;
  --fluidSize: clamp(1.5625rem, 5.69196429vw + -2.08035714rem, 4.75rem);
  gap: var(--fluidSize);
}
.navigation div.sub1 > .item {
  position: relative;
}
.navigation div.sub1 > .item:hover > .menu,
.navigation div.sub1 > .item:focus > .menu {
  color: var(--siteColor);
}
.navigation div.sub1 > .item > .menu {
  color: #000;
  text-transform: uppercase;
  transition: all 0.4s;
}
.navigation div.sub1 > .item > .menu:hover,
.navigation div.sub1 > .item > .menu:focus {
  color: var(--siteColor);
}
.navigation div.sub1 > .item > .menu.path {
  color: var(--siteColor);
  font-weight: bold;
}
.navigation div.sub2 {
  width: 190px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: absolute;
  left: 0;
  top: 100%;
  box-sizing: border-box;
  padding: 105px 22px 26px;
  isolation: isolate;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s;
  transform: translateY(-20px);
}
.navigation div.sub2:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - 80px);
  background-color: var(--siteColor);
  z-index: -1;
}
.navigation div.sub2:after {
  content: '';
  position: absolute;
  left: 0;
  top: calc(80px - 18px);
  width: 38px;
  height: 19px;
  background-color: var(--siteColor);
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
.navigation div.sub2 > .item > .menu {
  color: #fff;
  font-size: clamp(1rem, 0.39177277vw + 0.90817826rem, 1.25rem);
  line-height: clamp(1.25rem, 0.78354554vw + 1.06635651rem, 1.75rem);
  text-transform: uppercase;
}
.navigation div.sub2 > .item > .menu.path {
  font-weight: bold;
}
.navigation div.sub1 .item:hover > .sub2 {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0);
}
.footer-navigation div.sub1 {
  display: flex;
  flex-direction: column;
}
.container--head {
  margin: 28px 0;
}
body:not(.cb-toggle-target-active) .cb-scroll-triggered--active .container--head {
  margin: 15px 0;
}
.cbdModule--moodBatch .moodBatch {
  padding: 30px;
}
.footarea {
  margin: 47px 0 49px;
  flex-direction: row;
  gap: 18px;
}
.footpart {
  width: auto;
}
.footpart--three,
.footpart--four {
  justify-content: flex-end;
  order: unset;
}
.area--one .unitThree {
  padding: calc(30px - var(--spacePart)) 30px;
}
.area--one .unitThree .part.pict:first-child {
  width: calc(100% + 60px);
  margin-top: calc((30px - var(--spacePart)) * -1);
  margin-bottom: calc(30px - var(--spacePart));
  margin-left: -30px;
}
.area--one .unitFour:nth-child(2n + 1 of .unitFour) .unit__content {
  margin-left: 75px;
  margin-right: 45px;
}
.area--one .unitFour:nth-child(2n + 1 of .unitFour) .part.pict:first-child {
  float: right;
}
.area--one .unitFour:nth-child(2n + 2 of .unitFour) .unit__content {
  margin-left: 45px;
  margin-right: 75px;
}
.area--one .unitFour:nth-child(2n + 2 of .unitFour) .part.pict:first-child {
  margin-left: -30px;
}
.area--one .unitFour .unit__content {
  width: calc(100% - 120px);
  min-height: 780px;
  padding-top: calc(60px - var(--spacePart));
  padding-left: 82px;
  padding-right: 52px;
}
.area--one .unitFour .part.pict:first-child {
  width: calc(100% + 157px);
}
.area--one .counter--1-2 {
  width: calc(50% - (var(--areaGap) / 2));
}
.area--one .counter--1-4 {
  width: calc(25% - (var(--areaGap) * 3 / 4));
}
/*# sourceMappingURL=./screen-large.css.map */