:root {
  --spacePart: 15px;
}
@media (max-width: 1023px) {
  :root {
    --spacePart: 15px;
  }
}
@media (max-width: 767px) {
  :root {
    --spacePart: 10px;
  }
}
:root {
  --spaceUnit: 45px;
}
@media (max-width: 1023px) {
  :root {
    --spaceUnit: 45px;
  }
}
@media (max-width: 767px) {
  :root {
    --spaceUnit: 20px;
  }
}
:root {
  --spaceTotal: 60px;
}
@media (max-width: 1023px) {
  :root {
    --spaceTotal: 60px;
  }
}
@media (max-width: 767px) {
  :root {
    --spaceTotal: 30px;
  }
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.button {
  background-color: #fff;
  line-height: 1.5;
  border: 2px solid #2A6AB2;
  cursor: pointer;
  color: #2A6AB2;
  padding: 13px 40px;
  width: 100%;
  max-width: 260px;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
  font-weight: 500;
}
.button:hover,
.button:focus {
  color: #fff;
  background-color: #2A6AB2;
  border-color: #fff;
}
.button:active {
  background-color: #2A6AB2;
}
.button-neg {
  background-color: #2A6AB2;
  line-height: 1.5;
  border: 2px solid #fff;
  cursor: pointer;
  color: #fff;
  padding: 13px 13px;
  width: 260px;
  max-width: 260px;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
  font-weight: 500;
}
.button-neg:hover,
.button-neg:focus {
  color: #2A6AB2;
  background-color: #fff;
  border-color: #2A6AB2;
}
.button-neg:active {
  background-color: #fff;
}
/*# sourceMappingURL=screen-medium.css.map */