.nav-container {
  width: 100%;
  height: 6rem;
  background: #ecf2eb;
  display: flex;
  justify-content: center;
}
.nav-container .wrapper {
  width: 125.8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav-container .wrapper > div:first-child {
  font-weight: 600;
}
.nav-container .wrapper > div {
  font-size: 1.8rem;
  font-family: Arial;
  font-weight: 300;
  color: #444444;
}
.nav-container .wrapper > div:last-child {
  display: flex;
  align-items: center;
}
.nav-container .wrapper > div:last-child .v-line {
  height: 1.5rem;
  border-right: 0.2rem solid #444444;
  margin: 0 1.5rem;
}
.banner {
  width: 100%;
  height: 37rem;
}
.banner img {
  width: 100%;
  height: 100%;
}
section {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: white;
}
section .wrapper {
  width: 125rem;
}
.info-section .infos {
  margin-top: 6rem;
}
.info-section .info {
  padding: 2.4rem 0 0 4.8rem;
  width: 126rem;
  height: 14.1rem;
  background: #f8f8f8;
  margin-bottom: 3rem;
}
.info-section .info > div {
  display: flex;
  align-items: center;
}
.info-section .info > div:first-child {
  margin-bottom: 2.2rem;
}
.info-section .info > div:first-child > div:first-child {
  width: 3rem;
  height: 3rem;
  margin-right: 2.2rem;
}
.info-section .info > div:first-child > div:first-child img {
  width: 100%;
  height: 100%;
}
.info-section .info > div:first-child > div:last-child {
  font-size: 2.4rem;
  font-family: Arial;
  font-weight: 500;
  color: #444444;
  line-height: 3.58rem;
}
.info-section .info > div:last-child > div {
  font-size: 1.5rem;
  font-family: Arial;
  font-weight: 300;
  color: #444444;
  line-height: 3.18rem;
  margin-right: 3rem;
}
.map-section > div {
  width: 100%;
}
.map-section > div img {
  width: 100%;
  height: auto;
}
.form-section .title {
  width: 29.8rem;
  height: 1.5rem;
  font-size: 1.6rem;
  font-family: Arial;
  font-weight: 300;
  color: #444444;
  margin: 7rem 0 2.1rem 0;
}
.form-section .wrapper > div:nth-child(2) {
  margin-bottom: 2.1rem;
}
.form-section .wrapper > div:nth-child(2) input {
  width: 34.6rem;
  height: 4.2rem;
  background: #ffffff;
  border: 0.1px solid #e0e0e0;
  margin-right: 2.4rem;
  padding: 1.4rem;
}
.form-section .wrapper > div:nth-child(3) {
  margin-bottom: 2.1rem;
}
.form-section .wrapper > div:nth-child(3) textarea {
  width: 100%;
  height: 12.1rem;
  background: #ffffff;
  border: 0.1px solid #e0e0e0;
  padding: 1.4rem;
  resize: none;
}
.form-section .wrapper > div:nth-child(4) {
  margin-bottom: 2.1rem;
}
.form-section .wrapper > div:nth-child(4) input {
  width: 71.6rem;
  height: 4.2rem;
  background: #ffffff;
  border: 0.1px solid #e0e0e0;
  margin-right: 2.4rem;
  padding: 1.4rem;
}
.form-section .wrapper > div:last-child {
  width: 34.6rem;
  height: 4.2rem;
  background: #217e1a;
  color: white;
  line-height: 4.2rem;
  text-align: center;
  margin-bottom: 11.8rem;
}
@media (max-width: 991px) {
  .nav-container {
    margin-top: 60px;
    width: 100%;
    height: 30px;
    background: #ecf2eb;
    display: flex;
    justify-content: center;
  }
  .nav-container .wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .nav-container .wrapper > div:first-child {
    font-weight: 600;
  }
  .nav-container .wrapper > div {
    font-size: 9px;
    font-family: Arial;
    font-weight: 300;
    color: #444444;
  }
  .nav-container .wrapper > div:last-child {
    display: flex;
    align-items: center;
  }
  .nav-container .wrapper > div:last-child .v-line {
    height: 8px;
    border-right: 0.2rem solid #444444;
    margin: 0 8px;
  }
  .banner {
    width: 100%;
    height: auto;
  }
  .banner img {
    width: 100%;
    height: auto;
  }
  section {
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #F7F7F7;
  }
  section .wrapper {
    width: 100%;
    padding: 0 20px;
  }
  .info-section .infos {
    margin-top: 30px;
  }
  .info-section .info {
    padding: 0;
    width: 100%;
    height: 70.5px;
    background: #f8f8f8;
    margin-bottom: 15px;
  }
  .info-section .info > div {
    display: flex;
    align-items: center;
  }
  .info-section .info > div:first-child {
    margin-bottom: 11px;
  }
  .info-section .info > div:first-child > div:first-child {
    width: 15px;
    height: 15px;
    margin-right: 11px;
  }
  .info-section .info > div:first-child > div:first-child img {
    width: 100%;
    height: 100%;
  }
  .info-section .info > div:first-child > div:last-child {
    font-size: 12px;
    font-family: Arial;
    font-weight: 500;
    color: #444444;
    line-height: 17.9px;
  }
  .info-section .info > div:last-child > div {
    font-size: 10px;
    font-family: Arial;
    font-weight: 300;
    color: #444444;
    line-height: 15.9px;
    margin-right: 5px;
  }
  .map-section > div {
    width: 100%;
    height: auto;
  }
  .map-section > div img {
    width: 100%;
    height: auto;
  }
  .form-section .title {
    width: auto;
    height: auto;
    font-size: 12px;
    font-family: Arial;
    font-weight: 300;
    color: #444444;
    margin: 35px 0 15px 0;
  }
  .form-section .wrapper > div:nth-child(2) {
    margin-bottom: 10.5px;
  }
  .form-section .wrapper > div:nth-child(2) input {
    width: 45%;
    height: 21px;
    background: #ffffff;
    border: 0.1px solid #e0e0e0;
    margin-right: 12px;
    padding: 7px;
  }
  .form-section .wrapper > div:nth-child(3) {
    margin-bottom: 10.5px;
  }
  .form-section .wrapper > div:nth-child(3) textarea {
    width: 100%;
    height: 60.5px;
    background: #ffffff;
    border: 0.1px solid #e0e0e0;
    padding: 7px;
    resize: none;
  }
  .form-section .wrapper > div:nth-child(4) {
    margin-bottom: 10.5px;
  }
  .form-section .wrapper > div:nth-child(4) input {
    width: 100%;
    height: 21px;
    background: #ffffff;
    border: 0.1px solid #e0e0e0;
    margin-right: 12px;
    padding: 7px;
  }
  .form-section .wrapper > div:last-child {
    width: 173px;
    height: 21px;
    background: #217e1a;
    color: white;
    line-height: 21px;
    text-align: center;
    margin-bottom: 59px;
  }
}
/*# sourceMappingURL=contact.css.map */