:root {
  --s-textcolor: #000;
  --s-titlecolor: #225e33;
  --s-sitecolor: #9fc15c;
  --s-linkcolor: #225e33;
  --s-linkcolor-hov: #9fc15c;
  --s-btn-border: #9fc15c;
  --s-btn-bg: #fff;
  --s-btn-txt: #000;
  --s-btnarrow-txt: #000;
  --s-btn-border-hov: #9fc15c;
  --s-btn-bg-hov: #9fc15c;
  --s-btn-txt-hov: #225e33;
  --s-icon-arrow-right: url(/images/arrow-right-colortwo.svg);
  --s-icon-arrow-right-hover: url(/images/arrow-right-red.svg);
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.button {
  border: 1px solid var(--s-btn-border);
  background-color: var(--s-btn-bg);
  line-height: 1.55555556;
  cursor: pointer;
  color: var(--s-btn-txt);
  padding: 8px 15px 4px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  position: relative;
  isolation: isolate;
}
.button:after {
  content: '';
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  position: absolute;
  left: 0;
  top: 0;
  width: 9px;
  z-index: -1;
  height: 100%;
  background-color: var(--s-btn-border);
}
@media (hover: hover) and (pointer: fine) {
  .button:active,
  .button:hover,
  .button:focus {
    border: 1px solid var(--s-btn-border-hov);
    color: var(--s-btn-txt-hov);
    background-color: var(--s-btn-bg-hov);
  }
  .button:active:after,
  .button:hover:after,
  .button:focus:after {
    width: 100%;
  }
}
.button.path {
  border: 1px solid var(--s-btn-border-hov);
  color: var(--s-btn-txt-hov);
  background-color: var(--s-btn-bg-hov);
}
.button.path:after {
  width: 100%;
}
#home {
  float: left;
  height: 80px;
}
.container--intro {
  justify-content: space-between;
}
.container--intro .intro__title {
  width: 50%;
}
.container--intro .intro__text {
  width: 50%;
}
.area--columnLeft {
  width: calc(100% + 20px);
  margin-left: -10px;
}
.area--one .unit {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 0 5.81395349%;
}
.area--one .unit__background {
  width: 44.18604651%;
}
.area--one .unit__content {
  width: 50%;
}
.area--columnLeft .unit {
  width: calc(100% - 20px);
  margin-left: 10px;
  margin-right: 10px;
}
.area--columnLeft .unitOne--1-3 {
  width: calc(50% - 20px);
}
/*# sourceMappingURL=./screen-medium.css.map */