.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.buttonBasics {
  float: left;
  font-family: 'Inter', sans-serif;
  cursor: pointer;
  appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-decoration: none;
  position: relative;
  transition: all 0.4s;
}
.button {
  float: left;
  font-family: 'Inter', sans-serif;
  cursor: pointer;
  appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-decoration: none;
  position: relative;
  transition: all 0.4s;
  font-size: 22px;
  line-height: 1.54545455;
  background-color: #6D888A;
  color: #fff;
  font-weight: bold;
  padding: 16px 20px 16px 60px;
}
.button:before {
  content: '';
  position: absolute;
  left: 17px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 26px;
  mask-size: 100% 100%;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  mask-image: url(/images/arrow-right.svg);
  background-color: #fff;
  transition: all 0.4s;
}
.button:hover,
.button:focus {
  background-color: #000;
}
.button:hover:before,
.button:focus:before {
  transform: translateX(5px) translateY(-50%);
}
@media (max-width: 1023px) {
  .button {
    font-size: 14px;
    line-height: 1.28571429;
    padding: 10px 12px 10px 40px;
  }
  .button:before {
    left: 17px;
    width: 17px;
    height: 16px;
  }
}
.button2 {
  width: 100%;
  float: left;
  font-family: 'Inter', sans-serif;
  cursor: pointer;
  appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-decoration: none;
  position: relative;
  transition: all 0.4s;
  font-size: 22px;
  line-height: 1.54545455;
  color: #6D888A;
  font-weight: bold;
  padding: 16px 20px 16px 60px;
  border: 2px solid var(--s-buttonBorderColor);
}
.button2:before {
  content: '';
  position: absolute;
  left: 17px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 26px;
  mask-size: 100% 100%;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  mask-image: url(/images/arrow-right.svg);
  background-color: #6D888A;
  transition: all 0.4s;
}
.button2:hover,
.button2:focus {
  border-color: var(--s-buttonBorderHoverColor);
}
.button2:hover:before,
.button2:focus:before {
  transform: translateX(5px) translateY(-50%);
}
@media (max-width: 1023px) {
  .button2 {
    font-size: 14px;
    line-height: 1.28571429;
    padding: 10px 12px 10px 40px;
  }
  .button2:before {
    left: 17px;
    width: 17px;
    height: 16px;
  }
}
.button3 {
  float: left;
  font-family: 'Inter', sans-serif;
  cursor: pointer;
  appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-decoration: none;
  position: relative;
  transition: all 0.4s;
  font-size: 44px;
  line-height: 1.27272727;
  text-transform: uppercase;
  background-color: #6D888A;
  color: #fff;
  padding: 8px 70px 8px 39px;
}
.button3:before {
  content: '';
  position: absolute;
  right: 21px;
  top: 50%;
  transform: translateY(-50%);
  width: 31px;
  height: 27px;
  mask-size: 100% 100%;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  mask-image: url(/images/arrow-right.svg);
  background-color: #fff;
  transition: all 0.4s;
}
.button3:hover,
.button3:focus {
  background-color: #000;
}
.button3:hover:before,
.button3:focus:before {
  transform: translateX(8px) translateY(-50%);
}
@media (max-width: 1023px) {
  .button3 {
    font-size: 29px;
    line-height: 1.20689655;
    padding: 6px 42px 6px 10px;
  }
  .button3:before {
    right: 12px;
    width: 20px;
    height: 18px;
  }
}
.button3Hover {
  background-color: #000;
}
.button3Hover:before {
  transform: translateX(8px) translateY(-50%);
}
.togglenavigation {
  width: 68px;
  height: 70px;
  padding: 21px 18px;
  top: 56px;
  right: 54px;
  background-color: #6D888A;
}
.togglecontainer {
  position: relative;
  width: 32px;
  height: 28px;
}
.tline {
  width: 32px;
  height: 4px;
  background-color: #fff;
}
.mobile-navi-animation {
  padding-top: 150px;
}
@media (max-width: 1600px) {
  .mobile-navi-animation {
    padding-top: 250px;
  }
}
.mobile-navigation div.navi > .item:hover > .menu,
.mobile-navigation div.navi > .item:focus > .menu {
  color: #6D888A;
  transition: all 0.4s;
}
.mobile-navigation div.sub1 {
  gap: 90px;
}
.mobile-navigation div.sub1 > .item {
  width: 100%;
  position: relative;
}
.mobile-navigation div.sub1 > .item:not(.item-empty) > .menu {
  float: left;
  padding-right: 74px;
}
.mobile-navigation div.sub1 > .item:not(.item-empty) > .menu:after {
  content: '';
  position: absolute;
  right: 22px;
  top: 0;
  width: 33px;
  height: 100%;
  mask-size: 56px 31px;
  mask-position: 100% 50%;
  mask-repeat: no-repeat;
  mask-image: url(/images/navi-arrow-right.svg);
  background-color: #6D888A;
  transition: all 0.4s;
}
.mobile-navigation div.sub1 > .item:hover > .menu:after,
.mobile-navigation div.sub1 > .item:focus > .menu:after {
  right: 0;
  width: 56px;
  background-color: #000;
}
.mobile-navigation div.sub1 > .item > .menu {
  font-size: 50px;
  line-height: 1;
  text-transform: uppercase;
  position: relative;
  box-sizing: border-box;
}
.mobile-navigation div.sub2 {
  width: 300px;
  position: absolute;
  top: 0;
  right: 0;
  gap: 20px;
}
.mobile-navigation div.sub2 > .item > .menu {
  font-size: 40px;
  line-height: 1.25;
  color: #000;
  transition: all 0.4s;
}
.mobile-navigation div.sub2 {
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s;
}
.mobile-navigation div.sub1 > .item:hover > div.sub2 {
  pointer-events: all;
  opacity: 1;
}
.layout3 #head {
  margin-top: 250px;
  box-sizing: border-box;
  padding: 0 calc((100% - 1222px) / 2);
}
.logo--header {
  width: auto;
  height: 240px;
  left: 70px;
}
.cb-scroll-triggered--active .logo--header {
  height: 130px;
  padding: 7px;
  position: absolute;
  top: 11px;
  left: 96px;
}
.logo--footer {
  width: 165px;
}
.container--head {
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 96px;
  padding-right: 18px;
  justify-content: flex-end;
}
.services {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 70px;
}
.headerservice--email {
  padding-left: 40px;
}
.headerservice--email:before {
  width: 27px;
  height: 18px;
}
.headerservice--phone {
  padding-left: 33px;
}
.headerservice--phone:before {
  width: 22px;
  height: 22px;
}
.find {
  width: 28px;
  height: 28px;
}
.section--two.section--area1 {
  padding-top: calc(100px - var(--spaceTotal));
}
.layout2 .section--two {
  padding-bottom: calc(100px - var(--spaceTotal));
}
.section--one {
  padding-bottom: calc(84px - var(--spaceTotal));
}
.section--three {
  padding-bottom: calc(84px - var(--spaceTotal));
}
.container--mood {
  max-height: calc(100svh - var(--s-headerHeight));
}
.layout1 .container--mood {
  height: calc(100svh - var(--s-headerHeight));
}
.layout2 .container--mood {
  height: 643px;
}
.mood {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.content {
  width: 100%;
  max-width: 1282px;
}
.layout1 .content {
  padding: 32px 30px 50px;
}
.layout1 .content:before {
  background-color: rgba(255, 255, 255, 0.65);
}
.layout2 .content {
  padding: 22px 30px;
}
.layout2 .content:before {
  background-color: rgba(109, 136, 138, 0.65);
}
.downlink {
  font-size: 30px;
  line-height: 1.66666667;
  padding-left: 60px;
}
.downlink:before {
  width: 34px;
  height: 37px;
}
.designelement {
  width: 1032px;
  height: 751px;
  left: -220px;
  transform: translateX(0);
}
.layout1 .designelement {
  bottom: 154px;
}
.layout2 .designelement {
  bottom: 33%;
}
.footarea {
  flex-direction: row;
  justify-content: space-between;
  gap: 30px;
  padding-top: 70px;
  padding-bottom: 60px;
  padding-left: 96px;
  padding-right: 54px;
}
.footunit {
  flex-direction: row;
  gap: 30px;
  width: calc(50% - 15px);
}
.footunit--two .footpart {
  width: calc(50% - 15px);
}
.footunit--one .footpart--one {
  flex-direction: row;
  justify-content: space-between;
  gap: 30px;
}
.vcard {
  width: calc(100% - 195px);
}
.part--socialLinks .iconLinks__content {
  gap: 20px;
}
.part--socialLinks .iconLinks__icon {
  width: 65px;
  height: 65px;
}
.area--one .unitOne--1-4 {
  width: calc(25% - 30px);
}
.area--one .unitThree .link {
  width: 40px;
  height: 40px;
}
.area--one .unitThree .link:before {
  width: 22px;
  height: 22px;
}
.area--one .unitFour .fold-toggle:after {
  width: 40px;
  height: 40px;
  background-size: 22px 22px;
}
.area--one .unitGallery .part--2-3 {
  width: calc((100% / 3 * 2) - 30px);
}
.area--one .unitGallery .part--1-3 {
  width: calc((100% / 3) - 30px);
}
.area--one .unitLinks .part {
  width: calc(25% - 20px);
}
.area--two .unit:nth-child(2n+1) .unit__content {
  padding-left: clamp(30px, calc((100vw - 1848px) / 2), 135px);
}
.area--two .unit:nth-child(2n+2) .unit__content {
  padding-right: clamp(30px, calc((100vw - 1848px) / 2), 135px);
}
/*# sourceMappingURL=./screen-large.css.map */