.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: 75px;
}
body:not(.cb-toggle-target-active) .cb-scroll-triggered--active .logo {
  height: 55px;
}
.layout5 #head {
  margin-top: 0;
  position: absolute;
  left: calc(var(--verticalTitleOffset) - 75px);
  top: calc(var(--spaceTotal) + 10px);
  width: auto;
  transform-origin: top left;
  transform: rotate(-90deg) translateX(-100%) translateY(-100%);
  box-sizing: border-box;
  padding-left: 242px;
}
.layout5 #head:before {
  left: 0;
}
.layout5 #head:after {
  left: 87px;
  top: var(--fluidSize);
  width: 119px;
  height: 1px;
}
.container--head {
  margin: 40px 0;
  align-items: flex-end;
}
body:not(.cb-toggle-target-active) .cb-scroll-triggered--active .container--head {
  margin: 20px 0;
  align-items: center;
}
.container--mood {
  padding: 40px;
}
.footarea {
  gap: 75px;
  padding-left: 100px;
  padding-right: 0;
}
.footpart--one {
  display: block;
  left: 25px;
  top: 69px;
  transform: translateX(-100%) rotate(-90deg);
  transform-origin: 100% 0;
}
.area--one .unitTwo {
  flex-direction: row;
  gap: 100px;
  align-items: flex-end;
}
.area--one .unitTwo--imageLeft .unit__background {
  order: 1;
}
.area--one .unitTwo--imageLeft .unit__content {
  order: 2;
  margin-left: auto;
}
.area--one .unitTwo--imageLeft .part.text:first-child {
  left: -80px;
  transform-origin: bottom left;
  transform: rotate(-90deg) translateY(100%);
}
.area--one .unitTwo--imageRight {
  text-align: right;
}
.area--one .unitTwo--imageRight .unit__background {
  order: 2;
}
.area--one .unitTwo--imageRight .unit__content {
  order: 1;
  align-items: flex-end;
}
.area--one .unitTwo--imageRight .part.link {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.area--one .unitTwo--imageRight .part.line {
  align-items: flex-end;
}
.area--one .unitTwo--imageRight .part.text:first-child {
  left: unset;
  right: -80px;
  transform-origin: bottom right;
  transform: rotate(-90deg) translateX(100%);
}
.area--one .unitTwo .unit__background {
  width: calc(38% - 50px);
  margin-left: 0;
  margin-bottom: calc(var(--spacePart) + 4px);
  aspect-ratio: 0.60610264;
}
@supports not (aspect-ratio: 437 /  721) {
  .area--one .unitTwo .unit__background:before {
    float: left;
    padding-top: 164.98855835%;
    content: '';
  }
  .area--one .unitTwo .unit__background:after {
    display: block;
    content: '';
    clear: both;
  }
}
.area--one .unitTwo .unit__content {
  width: calc(62% - 50px);
  display: flex;
  flex-direction: column;
  padding: 0;
}
.area--one .unitTwo .unit__body {
  max-width: 600px;
}
.area--one .unitTwo .part.text:first-child {
  position: absolute;
  bottom: calc(var(--spacePart) + 4px);
  width: max-content;
  margin: 0;
  box-sizing: border-box;
  padding-left: 150px;
}
.area--one .unitTwo .part.text:first-child:before {
  left: 0;
  transform: translateY(-50%);
}
.area--one .unitTwo .part.text:first-child:after {
  top: var(--fluidSize);
  left: 40px;
  width: 80px;
  height: 1px;
}
.area--one .unit--gallery {
  width: 100%;
  margin-left: 0;
}
.area--one .unit--gallery .unit__body {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 52px 56px;
}
.area--one .unit--gallery .part.pict:nth-child(5n + 1) {
  grid-column: span 7;
  aspect-ratio: 1.64705882;
}
@supports not (aspect-ratio: 756 /  459) {
  .area--one .unit--gallery .part.pict:nth-child(5n + 1):before {
    float: left;
    padding-top: 60.71428571%;
    content: '';
  }
  .area--one .unit--gallery .part.pict:nth-child(5n + 1):after {
    display: block;
    content: '';
    clear: both;
  }
}
.area--one .unit--gallery .part.pict:nth-child(5n + 2) {
  grid-column: 8 / span 5;
  grid-row: span 2;
  aspect-ratio: 0.56283566;
}
@supports not (aspect-ratio: 524 /  931) {
  .area--one .unit--gallery .part.pict:nth-child(5n + 2):before {
    float: left;
    padding-top: 177.67175573%;
    content: '';
  }
  .area--one .unit--gallery .part.pict:nth-child(5n + 2):after {
    display: block;
    content: '';
    clear: both;
  }
}
.area--one .unit--gallery .part.pict:nth-child(5n + 3) {
  grid-column: span 7;
  grid-row: span 2;
  aspect-ratio: 0.79915433;
}
@supports not (aspect-ratio: 756 /  946) {
  .area--one .unit--gallery .part.pict:nth-child(5n + 3):before {
    float: left;
    padding-top: 125.13227513%;
    content: '';
  }
  .area--one .unit--gallery .part.pict:nth-child(5n + 3):after {
    display: block;
    content: '';
    clear: both;
  }
}
.area--one .unit--gallery .part.pict:nth-child(5n + 4) {
  grid-column: span 5;
  aspect-ratio: 1.10315789;
}
@supports not (aspect-ratio: 524 /  475) {
  .area--one .unit--gallery .part.pict:nth-child(5n + 4):before {
    float: left;
    padding-top: 90.64885496%;
    content: '';
  }
  .area--one .unit--gallery .part.pict:nth-child(5n + 4):after {
    display: block;
    content: '';
    clear: both;
  }
}
.area--one .unit--gallery .part.pict:nth-child(5n + 5) {
  grid-column: span 12;
  aspect-ratio: 1.46010929;
}
@supports not (aspect-ratio: 1336 /  915) {
  .area--one .unit--gallery .part.pict:nth-child(5n + 5):before {
    float: left;
    padding-top: 68.48802395%;
    content: '';
  }
  .area--one .unit--gallery .part.pict:nth-child(5n + 5):after {
    display: block;
    content: '';
    clear: both;
  }
}
.area--two {
  flex-direction: row;
  align-items: unset;
}
.area--two .unit {
  width: calc(50% - 10px);
  max-width: unset;
}
/*# sourceMappingURL=./screen-medium.css.map */