@import "https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap";
html {
  -webkit-text-size-adjust: 100%;
  line-height: 1.15;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace;
  font-size: 1em;
}
a {
  background-color: #0000;
}
abbr[title] {
  border-bottom: none;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
  position: relative;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="reset"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring {
  outline: 1px dotted buttontext;
}
[type="button"]:-moz-focusring {
  outline: 1px dotted buttontext;
}
[type="reset"]:-moz-focusring {
  outline: 1px dotted buttontext;
}
[type="submit"]:-moz-focusring {
  outline: 1px dotted buttontext;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  white-space: normal;
  max-width: 100%;
  padding: 0;
  display: table;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button {
  height: auto;
}
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template,
[hidden] {
  display: none;
}
html {
  scroll-behavior: smooth;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smooth: always;
  moz-osx-font-smoothing: grayscale;
  text-rendering: optimizelegibility;
  -moz-font-feature-settings: “liga” on;
  letter-spacing: -0.01rem;
}
*,
:before,
:after {
  box-sizing: inherit;
}
.hero-pq {
  background-image: url('../../../uploads/2024/07/img-hero.webp');
  background-repeat: no-repeat;
  background-size: cover;
}
.hero-pq_container {
    color: #fff;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 130px;
    padding-bottom: 60px;
    font-family: "Poppins", sans-serif;
}
.hero-pq_top {
  justify-content: start;
  align-items: center;
  gap: 40px;
  display: flex;
}
.hero-pq_logo {
  background-color: #fff;
  border-radius: 10px;
  padding: 8px 12px;
}
.hero-pq_title {
  max-width: 752px;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 3.5rem;
}
.hero-pq_desc {
  max-width: 752px;
  margin: 40px 0;
  font-size: 1.75rem;
}
.hero-pq_desc b {
  font-weight: 700;
}
.hero-pq_form {
  flex-direction: column;
  gap: 16px;
  max-width: 550px;
  display: flex;
}
.hero-pq_form input[type="text"],
.hero-pq_form input[type="tel"],
.hero-pq_form input[type="email"] {
  all: unset;
  background-color: #fff;
  border-radius: 5px;
  padding: 20px;
  font-size: 16px;
  font-weight: 400;
  display: block;
  color: #006b3f !important;
  box-sizing: border-box !important;
  display: block !important;
}
.hero-pq_form input[type="text"]::placeholder,
.hero-pq_form input[type="tel"]::placeholder,
.hero-pq_form input[type="email"]::placeholder {
  color: #006b3f;
  font-size: 16px;
  font-weight: 400;
}
.hero-pq_form .large,
.hero-pq_form .large input {
  width: 100%;
}
.hero-pq_form .d-flex-form {
  gap: 8px;
  display: flex;
}
.hero-pq_form .d-flex-form #whatsapp {
  max-width: 210px;
}
.hero-pq_form .flex {
  align-items: start;
  gap: 8px;
  display: flex;
}
.hero-pq_form .policy {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
.hero-pq_form .policy a {
  color: #fff;
}
.hero-pq_submit {
  justify-content: space-between;
  display: flex;
}
.hero-pq_submit button {
  all: unset;
  background-color: #ff8c23;
  border: 2px solid #f87600;
  border-radius: 10px;
  padding: 15px 30px;
  font-size: 1.5rem;
  line-height: 1.8em;
}
@media (width<=1513px) {
  .hero-pq {
    background-size: cover;
  }
}
@media (width<=480px) {
  .hero-pq_container {
    padding: 120px 24px 60px 24px;
  }
  .hero-pq_top {
    align-items: start;
  }
  .hero-pq_top img {
    max-width: 150px;
    object-fit: contain;
  }
  .hero-pq_title {
    font-size: 2rem !important;
    line-height: 2.2rem !important;
  }
  .hero-pq_desc {
    font-size: 1.2rem !important;
    line-height: 1.3rem !important;
  }
  .hero-pq_form .d-flex-form {
    flex-direction: column;
    gap: 16px;
  }
  .hero-pq_form .d-flex-form #whatsapp {
    max-width: 100%;
  }
  .hero-pq_submit {
    gap: 16px;
  }
  .hero-pq_submit img {
    max-width: 75px;
    object-fit: contain;
  }
  .hero-pq_submit button {
    line-height: 1.2rem;
    padding: 12px !important;
    font-size: 1rem !important;
  }
}
@media (width<=1440px) {
  .hero-pq_title {
    font-size: 2.8rem;
    line-height: 2.8rem;
  }
  .hero-pq_desc {
    margin: 20px 0;
    font-size: 1.4rem;
    line-height: 1.5rem;
  }
  .hero-pq_form input[type="text"],
  .hero-pq_form input[type="tel"],
  .hero-pq_form input[type="email"] {
    padding: 10px;
  }
  .hero-pq_submit button {
    padding: 8px 20px;
    font-size: 1.2rem;
    line-height: 1.2rem;
  }
}
