@font-face {
  font-family: "Avenir";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/AvenirLTStd-Book.otf") format("otf");
}
* {
  font-family: "Avenir", sans-serif;
}
body {
  background-color: #f5f5f5;
}
body .container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
}
body .hidden {
  display: none;
}
body header {
  background-color: #1c529e;
  position: sticky;
  top: 0;
}
body header .container {
  padding: 20px 16px;
}
body header .container img {
  width: 220px;
}
body main section#qualify_section {
  padding: 30px 0px;
  text-align: center;
}
body main section#qualify_section h1 {
  color: #00529e;
  font-size: 60px;
  font-weight: 900;
  line-height: 90px;
}
@media screen and (max-width: 1280px) {
  body main section#qualify_section h1 {
    font-size: 48px;
    line-height: 72px;
  }
}
@media screen and (max-width: 1023px) {
  body main section#qualify_section h1 {
    font-size: 36px;
    line-height: 54px;
  }
}
@media screen and (max-width: 768px) {
  body main section#qualify_section h1 {
    font-size: 30px;
    line-height: 41.25px;
  }
}
body main section#qualify_section p {
  color: #00529e;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  margin: 0px auto;
  max-width: 48rem;
}
@media screen and (max-width: 1023px) {
  body main section#qualify_section p {
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (max-width: 768px) {
  body main section#qualify_section p {
    font-size: 18px;
    line-height: 24.75px;
  }
}
body main section#qualify_section #info {
  color: #525252;
  font-size: 14px;
  font-weight: 400;
  line-height: 17.5px;
}
body main section#qualify_section #info i {
  margin-right: 8px;
}
body main section#qualify_section form {
  background-color: #fff;
  border-radius: 1rem;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
  margin: 35px auto 32px auto;
  max-width: 1024px;
  padding-bottom: 54px;
  padding-top: 54px;
}
@media screen and (max-width: 1060px) {
  body main section#qualify_section form {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}
@media screen and (max-width: 768px) {
  body main section#qualify_section form {
    max-width: 100%;
    padding-bottom: 2rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 2rem;
  }
  body main section#qualify_section form > div {
    max-width: 100% !important;
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  body main section#qualify_section form > div {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
body main section#qualify_section form h3 {
  color: #404040;
  font-size: 36px;
  font-weight: 900;
  line-height: 54px;
  margin-bottom: 31px;
}
@media screen and (max-width: 1023px) {
  body main section#qualify_section form h3 {
    font-size: 30px;
    line-height: 45px;
  }
}
@media screen and (max-width: 768px) {
  body main section#qualify_section form h3 {
    font-size: 24px;
    line-height: 30px;
  }
}
body main section#qualify_section form > div {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0px auto;
  margin-bottom: 0.5rem;
  max-width: 36rem;
}
body main section#qualify_section form > div label {
  align-items: center;
  background-color: #f5f5f5;
  cursor: pointer;
  display: flex;
  padding-bottom: 1rem;
  padding-left: 23px;
  padding-top: 1rem;
}
body main section#qualify_section form > div label:hover {
  background-color: #e5e5e5;
}
body main section#qualify_section form > div label input {
  height: 1.25rem;
  width: 1.25rem;
}
body main section#qualify_section form > div label span {
  color: #737373;
  font-size: 20px;
  font-weight: 900;
  line-height: 25px;
  margin-left: 23px;
}
@media screen and (max-width: 1023px) {
  body main section#qualify_section form > div label span {
    font-size: 18px;
    line-height: 22.5px;
  }
}
body main section#qualify_section form p {
  color: #525252;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 39px;
}
body main section#qualify_section form p.error {
  color: #dc2626;
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-bottom: 0.5rem;
  padding: 0.5rem;
}
body main section#qualify_section form a {
  align-items: center;
  background-color: #fa7e04;
  border: none;
  border-radius: 9999px;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 1.25rem;
  font-weight: 900;
  justify-content: center;
  line-height: 1.75rem;
  margin: 0px auto;
  max-width: 200px;
  padding: 1rem 1.5rem;
  text-decoration: none;
}
body main section#qualify_section form a i {
  margin-left: 10px;
}
body main section#why_people_choose_us_section {
  background-color: #fff;
  padding-top: 67px;
}
@media screen and (max-width: 1023px) {
  body main section#why_people_choose_us_section .container {
    flex-direction: column;
  }
  body main section#why_people_choose_us_section .container .left_container,
  body main section#why_people_choose_us_section .container .right_container {
    width: 100% !important;
  }
}
@media screen and (max-width: 768px) {
  body main section#why_people_choose_us_section {
    padding-top: 30px;
  }
}
body main section#why_people_choose_us_section .container {
  display: flex;
}
body main section#why_people_choose_us_section .container .left_container {
  padding: 1rem;
  width: 50%;
}
@media screen and (max-width: 1023px) {
  body main section#why_people_choose_us_section .container .left_container {
    padding: 0px 27px 27px 27px;
  }
}
@media screen and (max-width: 768px) {
  body main section#why_people_choose_us_section .container .left_container {
    padding: 0px 15px 27px 15px;
  }
}
body main section#why_people_choose_us_section .container .left_container h2 {
  color: #00529e;
  font-size: 30px;
  font-weight: 900;
  line-height: 36px;
}
@media screen and (max-width: 1023px) {
  body main section#why_people_choose_us_section .container .left_container h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
body main section#why_people_choose_us_section .container .left_container ul {
  margin: 0px;
  padding: 0px;
}
body main section#why_people_choose_us_section .container .left_container ul li {
  list-style: none;
  margin-top: 1.5rem;
}
body main section#why_people_choose_us_section .container .left_container ul li h5 {
  color: #404040;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
}
@media screen and (max-width: 1023px) {
  body main section#why_people_choose_us_section .container .left_container ul li h5 {
    font-size: 24px;
    line-height: 32px;
  }
}
@media screen and (max-width: 768px) {
  body main section#why_people_choose_us_section .container .left_container ul li h5 {
    font-size: 20px;
    line-height: 28px;
  }
}
body main section#why_people_choose_us_section .container .left_container ul li p {
  color: #404040;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  margin-top: 0.25rem;
}
@media screen and (max-width: 1023px) {
  body main section#why_people_choose_us_section .container .left_container ul li p {
    font-size: 18px;
    line-height: 22.5px;
  }
}
body main section#why_people_choose_us_section .container .right_container {
  display: flex;
  justify-content: center;
  width: 50%;
}
@media screen and (max-width: 768px) {
  body main section#why_people_choose_us_section .container .right_container {
    padding: 0 30px;
  }
  body main section#why_people_choose_us_section .container .right_container img {
    height: auto !important;
    width: 100% !important;
  }
}
body main section#why_people_choose_us_section .container .right_container img {
  height: 538px;
  width: 502px;
}
body footer {
  background-color: #404040;
  color: #f3f6f6;
  font-size: 14px;
  font-weight: 400;
  padding: 40px 24px;
}
@media screen and (max-width: 768px) {
  body footer .container ul {
    flex-direction: column;
  }
  body footer .container ul li {
    text-align: center;
  }
  body footer .container ul li:before {
    display: none;
  }
  body footer .container ul li a {
    display: flex;
    justify-content: center;
    padding: 8px;
  }
}
body footer .container {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 1024px;
}
body footer .container ul {
  display: flex;
  margin: 0px 0px 35px 0px;
  padding: 0px;
}
body footer .container ul li {
  list-style: none;
}
body footer .container ul li:before {
  content: "|";
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
body footer .container ul li:first-child:before {
  content: none;
}
body footer .container ul li a {
  color: #f3f4f6;
  text-decoration: none;
}
body footer .container ul li a:hover {
  text-decoration: underline;
}
body footer .container p {
  line-height: 1.625;
  margin: 0px;
  text-align: center;
}
body footer .container plast-child {
  margin-bottom: 16px;
}
