:root {
  --horzSpaceSmall: 56px;
  --horzSpaceLarge: 188px;
}
@media (max-width: 1599px) {
  :root {
    --horzSpaceLarge: 140px;
  }
}
@media (max-width: 1279px) {
  :root {
    --horzSpaceSmall: 40px;
    --horzSpaceLarge: 100px;
  }
}
@media (max-width: 767px) {
  :root {
    --horzSpaceSmall: 30px;
    --horzSpaceLarge: 60px;
  }
}
:root {
  --spacePart: 15px;
}
@media (max-width: 1279px) {
  :root {
    --spacePart: 15px;
  }
}
@media (max-width: 767px) {
  :root {
    --spacePart: 15px;
  }
}
:root {
  --spaceUnit: 35px;
}
@media (max-width: 1279px) {
  :root {
    --spaceUnit: 35px;
  }
}
@media (max-width: 767px) {
  :root {
    --spaceUnit: 35px;
  }
}
:root {
  --spaceTotal: 50px;
}
@media (max-width: 1279px) {
  :root {
    --spaceTotal: 50px;
  }
}
@media (max-width: 767px) {
  :root {
    --spaceTotal: 50px;
  }
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.button {
  background-color: #00205B;
  line-height: 1.33333333;
  cursor: pointer;
  color: #fff;
  padding: 8px 40px;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  text-decoration: none;
}
.button:hover,
.button:focus {
  color: #fff;
  background-color: #001742;
}
.button:active {
  background-color: #00050e;
}
.section--one .subcontent {
  width: 50%;
}
.section--three .subcontent {
  width: 50%;
}
@media (max-width: 1599px) {
  .wrapper {
    font-size: 22px;
    line-height: 1.45454545;
  }
  h1 {
    font-size: 60px;
    line-height: 1.16666667;
  }
  h3 {
    font-size: 50px;
    line-height: 1.2;
  }
}