.hero {
  background-image: url("/images/top.jpg");
  background-position: center;
  background-repeat: no-repeat;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-attachment: fixed;
  -webkit-background-size: cover;
          background-size: cover;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.hero_heading {
  color: white;
  font-size: 4.8rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 999px) {
  .hero_heading {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .hero_heading {
    font-size: 2rem;
    margin-bottom: .8rem;
  }
}
.hero_lead {
  color: white;
  margin-bottom: 4.4rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .hero_lead {
    font-size: 1.2rem;
    margin-bottom: 1.6rem;
  }
}
.hero_btn {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .hero_btn {
    width: 50%;
  }
}
@media screen and (max-width: 479px) {
  .hero_btn {
    width: 100%;
  }
}

.about {
  padding: 10rem 0;
}
@media screen and (max-width: 999px) {
  .about {
    padding: 8rem 0;
  }
}
@media screen and (max-width: 479px) {
  .about {
    padding: 6.4rem 0;
  }
}
.about_heading {
  position: relative;
  margin-bottom: 1.8rem;
}
.about_heading .callout {
  color: #202020;
  right: 25%;
  top: 0;
  text-align: center;
  -webkit-transform: rotate(5.6deg) translateY(-100%);
      -ms-transform: rotate(5.6deg) translateY(-100%);
          transform: rotate(5.6deg) translateY(-100%);
}
.about_lead {
  margin-bottom: 3.2rem;
}
.about_cards {
  left: calc((100vw - 100%) / -2);
  position: relative;
  margin-bottom: 8rem;
  width: 100vw;
}
@media screen and (max-width: 999px) {
  .about_cards {
    margin-bottom: 4.8rem;
  }
}
.about_cards_list a {
  border: 1px solid #c2c2c2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: relative;
}
.about_cards_list a:before {
  content: "";
  display: block;
  padding-top: 79.11111%;
}
.about_cards_list a > * {
  height: 100%;
  margin: auto;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.about_btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 479px) {
  .about_btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.about_btn a {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.about_btn a:first-of-type {
  margin-right: 2rem;
}
@media screen and (max-width: 479px) {
  .about_btn a:first-of-type {
    margin-bottom: 1.2rem;
    margin-right: 0;
  }
}

.feature_heading {
  margin-bottom: 1.2rem;
}
.feature_lead {
  margin-bottom: 2.8rem;
}
.feature_lead:last-of-type {
  margin-bottom: 0;
}
.feature_tile {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 7rem;
}
@media screen and (max-width: 999px) {
  .feature_tile {
    margin-bottom: 3.2rem;
  }
}
.feature_tile img {
  max-width: 19.2rem;
}
@media screen and (max-width: 999px) {
  .feature_tile img {
    max-width: 100%;
  }
}
.feature_btn {
  margin: 0 auto;
  width: 50%;
}
@media screen and (max-width: 479px) {
  .feature_btn {
    width: 100%;
  }
}
.feature_btn a {
  width: 100%;
}

.inquiry {
  background-image: url("/images/service.jpg");
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  color: white;
  padding: 12.8rem 0;
}
@media screen and (max-width: 999px) {
  .inquiry {
    padding: 7.2rem 0;
  }
}
.inquiry_heading {
  margin-bottom: 1.8rem;
}

.compare_heading {
  margin-bottom: 1.8rem;
}
.compare_lead {
  margin-bottom: 2.8rem;
}
.compare_table {
  margin-bottom: 8rem;
}
@media screen and (max-width: 999px) {
  .compare_table {
    margin-bottom: 5.6rem;
  }
}
@media screen and (max-width: 479px) {
  .compare_table {
    margin-bottom: 3.2rem;
  }
}
.compare_btn {
  margin: 0 auto;
  width: 50%;
}
@media screen and (max-width: 479px) {
  .compare_btn {
    width: 100%;
  }
}
.compare_btn a {
  width: 100%;
}

.news {
  padding: 5.6rem 0 4rem;
}
.news_heading {
  font-size: 2.4rem;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 999px) {
  .news_heading {
    font-size: 2rem;
    margin-bottom: 1.6rem;
  }
}
.news_media {
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 999px) {
  .news_media {
    margin-bottom: 1.6rem;
  }
}
.news_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.news_link a {
  color: #eb2256;
  font-size: 1.6rem;
  line-height: 1;
}
@media screen and (max-width: 999px) {
  .news_link a {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 1.6rem 0;
  }
}
@media screen and (max-width: 479px) {
  .news_link a {
    display: inline-block;
    text-align: right;
    width: 100%;
  }
}
.news_link a:hover {
  text-decoration: underline;
}
.news_link a::after {
  background-image: url("/images/arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
  content: '';
  display: inline-block;
  height: 1.6rem;
  margin-left: .8rem;
  vertical-align: bottom;
  width: 1.4rem;
}
