:root {
  --deskSpace: 30px;
  --deskMaxWidth: calc(100% - (var(--deskSpace) * 2));
  --rootSpace: 100px;
}
@media (max-width: 767px) {
  :root {
    --deskSpace: 20px;
    --rootSpace: 80px;
  }
}
:root {
  --spacePart: 10px;
}
@media (max-width: 1023px) {
  :root {
    --spacePart: 10px;
  }
}
@media (max-width: 767px) {
  :root {
    --spacePart: 10px;
  }
}
:root {
  --spaceUnit: 22px;
}
@media (max-width: 1023px) {
  :root {
    --spaceUnit: 22px;
  }
}
@media (max-width: 767px) {
  :root {
    --spaceUnit: 10px;
  }
}
:root {
  --spaceTotal: 32px;
}
@media (max-width: 1023px) {
  :root {
    --spaceTotal: 32px;
  }
}
@media (max-width: 767px) {
  :root {
    --spaceTotal: 20px;
  }
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.button {
  background-color: #3FA535;
  font-size: 18px;
  line-height: 1.33333333;
  cursor: pointer;
  color: #fff;
  padding: 11px 40px;
  text-transform: uppercase;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  background-image: linear-gradient(to right, #AE0F0A, #AE0F0A);
  background-size: 0 100%;
  background-position: 0 50%;
  background-repeat: no-repeat;
  transition: all 0.4s;
}
.button:hover,
.button:focus {
  color: #fff;
  background-size: 100% 100%;
}
.section--one .area .seam {
  width: calc((100% / 3) - 20px);
}
.section--one .area .seam.slim {
  width: calc(25% - 20px);
}
.section--two .pure.slim {
  width: calc((100% / 3) - 20px);
}
.section--two .seam {
  width: calc((100% / 3) - 20px);
}
/*# sourceMappingURL=./screen-large.css.map */