.buttonBasics {
  float: left;
  cursor: pointer;
  appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-decoration: none;
  border: none;
  transition: all 0.4s;
}
.button {
  float: left;
  cursor: pointer;
  appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-decoration: none;
  border: none;
  transition: all 0.4s;
  font-size: 15px;
  line-height: 1.26666667;
  font-weight: bold;
  text-transform: uppercase;
  font-family: inherit;
  padding-left: 43px;
  position: relative;
}
.button:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 9px;
  height: 9px;
  border-radius: 100%;
  background-color: #60BEB0;
  transition: all 0.4s;
}
.button:hover:before,
.button:focus:before {
  transform: translateY(-50%) scale(2);
}
@media (max-width: 767px) {
  .button {
    font-size: 14px;
    line-height: 1.28571429;
    padding-left: 29px;
  }
}
.button2 {
  float: left;
  cursor: pointer;
  appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-decoration: none;
  border: none;
  transition: all 0.4s;
  font-size: 15px;
  line-height: 1.26666667;
  font-weight: bold;
  text-transform: uppercase;
  font-family: inherit;
}
.button3 {
  float: left;
  cursor: pointer;
  appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-decoration: none;
  border: none;
  transition: all 0.4s;
  font-size: 16px;
  line-height: 2;
  font-style: italic;
  font-family: 'Amiri', serif;
  color: var(--textColor);
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.logo {
  height: 114px;
}
body:not(.cb-toggle-target-active) .cb-scroll-triggered--active .logo {
  height: 74px;
}
.container--head {
  margin: 86px 0 75px;
}
body:not(.cb-toggle-target-active) .cb-scroll-triggered--active .container--head .container--head {
  margin: 46px 0 35px;
}
@media (min-width: 1300px) {
  .container--mood {
    padding: 123px 40px 66px;
  }
}
.container--expertiseOverview {
  flex-direction: row;
  gap: 57px 46px;
}
.container--expertiseOverview .expertiseOverview__image {
  width: calc(31% - 23px);
  margin-left: 0;
}
.container--expertiseOverview .expertiseOverview__content {
  width: calc(69% - 23px);
}
.container--expertise {
  flex-direction: row;
  gap: 66px;
}
.container--expertise .expertise__title {
  padding-right: 50px;
}
.container--expertise .expertise__image {
  width: calc(50% - 33px);
  margin-left: 0;
  aspect-ratio: 1.44468085;
}
@supports not (aspect-ratio: 679 /  470) {
  .container--expertise .expertise__image:before {
    float: left;
    padding-top: 69.21944035%;
    content: '';
  }
  .container--expertise .expertise__image:after {
    display: block;
    content: '';
    clear: both;
  }
}
.container--expertise .expertise__content {
  width: calc(50% - 33px);
  max-width: 600px;
}
.container--verticalTitle {
  padding-left: var(--verticalTitleOffset);
}
.footarea {
  flex-direction: row;
  gap: 75px var(--fluidSize);
  --fluidSize: clamp(1.25rem, 10.59085842vw + -5.5215301rem, 7.1875rem);
  padding-left: 200px;
}
.footpart {
  --fluidSize: clamp(1.25rem, 10.59085842vw + -5.5215301rem, 7.1875rem);
}
.footpart--one {
  left: 80px;
  top: unset;
  bottom: 0;
  transform: translateX(0) rotate(-90deg);
  transform-origin: 0 0;
}
.footpart--two {
  width: calc(60% - (var(--fluidSize) / 2));
  gap: 55px;
}
.footpart--three {
  width: calc(40% - (var(--fluidSize) / 2));
  gap: 55px;
}
.footpart--four {
  width: 100%;
  flex-direction: row;
  gap: 16px;
}
.vcard {
  gap: 16px 70px;
}
.googlemaps {
  gap: 55px;
}
.area--one .unitTwo {
  gap: 144px;
}
.area--one .unitTwo--imageLeft .part.text:first-child {
  left: -100px;
}
.area--one .unitTwo--imageRight .part.text:first-child {
  right: -100px;
}
.area--one .unitTwo .unit__background {
  width: calc(38% - 72px);
}
.area--one .unitTwo .unit__content {
  width: calc(62% - 72px);
}
.area--one .unitTwo .part.text:first-child {
  padding-left: 242px;
}
.area--one .unitTwo .part.text:first-child:after {
  width: 119px;
}
.area--two .unit {
  width: calc(25% - (20px * 3 / 4));
}
@media (max-width: 1600px) {
  .area--two .unit {
    width: calc((100% / 3) - (20px * 2 / 3));
  }
}
@media (max-width: 1240px) {
  .area--two .unit {
    width: calc(50% - 10px);
  }
}
/*# sourceMappingURL=./screen-large.css.map */