<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.button {
  display: inline-block;
  position: relative;
  background-color: #8BABBD;
  font-family: 'Crete Round', serif;
  font-weight: normal;
  font-size: 32px;
  line-height: 1.09375;
  cursor: pointer;
  color: #fff;
  padding: 18px 30px 18px 55px;
  -webkit-appearance: none;
          appearance: none;
  border-radius: 4px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: none;
  transition: all 0.4s;
}
.button:before {
  content: '';
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  -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/arrow-right.svg);
          mask-image: url(/images/arrow-right.svg);
  background-color: #fff;
}
.button:hover,
.button:focus {
  background-color: #C6BF72;
}
@media (max-width: 1023px) {
  .button {
    font-size: 14px;
    line-height: 1.28571429;
    padding: 10px 15px 10px 30px;
  }
  .button:before {
    width: 11px;
    height: 18px;
    left: 10px;
  }
}
.button-arrow {
  display: inline-block;
  position: relative;
  font-family: 'Crete Round', serif;
  font-weight: normal;
  font-size: 22px;
  line-height: 1.18181818;
  cursor: pointer;
  color: #8BABBD;
  padding-left: 35px;
  -webkit-appearance: none;
          appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: none;
  transition: all 0.4s;
}
.button-arrow:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 26px;
  height: 26px;
  -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/arrow-right.svg);
          mask-image: url(/images/arrow-right.svg);
  background-color: #75736E;
}
.button-arrow:hover,
.button-arrow:focus {
  color: #C6BF72;
}
@media (max-width: 1023px) {
  .button-arrow {
    font-size: 14px;
    line-height: 1.28571429;
    padding-left: 15px;
  }
  .button-arrow:before {
    width: 11px;
    height: 18px;
  }
}
.fold-toggle {
  float: left;
  width: 100%;
  font-family: 'Crete Round', serif;
  font-weight: normal;
  font-size: 26px;
  line-height: 1.34615385;
  color: #8BABBD;
  box-sizing: border-box;
  padding-left: 20px;
  position: relative;
  transition: all 0.4s;
  text-decoration: none;
}
.fold-toggle:before {
  content: '+';
  position: absolute;
  left: 0;
  top: 0;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  color: var(--s-textcolor);
}
@media (max-width: 1023px) {
  .fold-toggle {
    font-size: 14px;
    line-height: 1.28571429;
    padding-left: 15px;
  }
}
.fold-toggle-open {
  color: #C6BF72;
}
.fold-toggle-open:before {
  content: '-';
}
.container--mood {
  height: 400px;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: var(--spaceTotal);
}
.mood {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.content {
  max-width: 1432px;
  margin-top: 0;
  margin-bottom: -25px;
  padding: 0 20px;
}
.title {
  min-height: 96px;
  padding: 20px 10px;
  border-radius: 4px;
  background-color: #fff;
}
.area--one {
  width: calc(100% + 40px);
  margin-left: -20px;
}
.area--one .unit {
  margin-left: 20px;
  margin-right: 20px;
}
.area--one .unitOne:not(.unit--fold) .unit__body {
  width: calc(100% + 40px);
  margin-left: -20px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.area--one .unitOne.unit--fold .less,
.area--one .unitOne.unit--fold .more {
  width: calc(100% + 40px);
  margin-left: -20px;
}
.area--one .unitOne .more:after {
  width: calc(100% - 40px);
  left: 20px;
}
.area--one .unitOne .part {
  width: calc(100% - 40px);
  margin-left: 20px;
  margin-right: 20px;
}
.area--one .unitOne .part--1-2 {
  width: calc(50% - 40px);
}
.area--one .unitTwo {
  width: calc(50% - 40px);
}
.area--two {
  width: calc(100% + 10px);
  margin-left: -5px;
}
.area--two .unitOne {
  width: calc(50% - 10px);
  margin-left: 5px;
  margin-right: 5px;
}
.area--two .unitOne .unit__content {
  box-sizing: border-box;
  padding: 0 20px;
}
.area--two .unitOne .part.pict {
  width: calc(100% + 40px);
  margin-left: -20px;
}
/*# sourceMappingURL=./screen-medium.css.map */</pre></body></html>