.contact-us__honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.contact-us {
  position: relative;
  z-index: 2;
  margin-bottom: 0;
}
.contact-us__container {
  max-width: 100%;
  margin: 0 auto;
}
.contact-us__title {
  font-family: "Nohemi", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  line-height: 130%;
  letter-spacing: 0.06rem;
  color: #033324;
  margin-bottom: 2.4rem;
  text-align: start;
}
@media (min-width: 768px) {
  .contact-us__title {
    font-size: 2.4rem;
    letter-spacing: 0.072rem;
  }
}
.contact-us__form {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 768px) {
  .contact-us__form {
    gap: 2.5rem;
  }
}
.contact-us__field {
  position: relative;
  display: flex;
  flex-direction: column;
}
.contact-us__label {
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  color: #033324;
  margin-bottom: 0.8rem;
  display: block;
  line-height: 1.41;
  letter-spacing: -0.014rem;
}
.contact-us__label span {
  color: #0db14b;
}
@media (min-width: 768px) {
  .contact-us__label {
    font-size: 1.6rem;
  }
}
.contact-us__input {
  width: 100%;
  height: 4.5rem;
  padding: 1.2rem 1.7rem;
  border: 1px solid #cdcdcd;
  border-radius: 1rem;
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.41;
  color: #033324;
  background-color: #ffffff;
  transition: border-color 0.3s ease;
}
.contact-us__input:focus {
  outline: none;
  border-color: #0db14b;
}
.contact-us__input.has-error {
  border-color: #db0032;
}
.contact-us__input::-moz-placeholder {
  font-size: 1.6rem;
  font-weight: 500;
  opacity: 0.7;
  color: #868686;
  line-height: 1.41;
}
.contact-us__input::placeholder {
  font-size: 1.6rem;
  font-weight: 500;
  opacity: 0.7;
  color: #868686;
  line-height: 1.41;
}
@media (min-width: 768px) {
  .contact-us__input::-moz-placeholder {
    font-size: 1.6rem;
  }
  .contact-us__input::placeholder {
    font-size: 1.6rem;
  }
}
.contact-us__textarea {
  width: 100%;
  height: 9.7rem;
  padding: 1.2rem 1.7rem;
  border: 1px solid #cdcdcd;
  border-radius: 1rem;
  resize: vertical;
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.41;
  color: #033324;
  background-color: #ffffff;
  transition: border-color 0.3s ease;
}
.contact-us__textarea:focus {
  outline: none;
  border-color: #0db14b;
}
.contact-us__textarea.has-error {
  border-color: #db0032;
}
.contact-us__textarea::-moz-placeholder {
  font-size: 1.6rem;
  font-weight: 500;
  opacity: 0.7;
  color: #868686;
  line-height: 1.41;
}
.contact-us__textarea::placeholder {
  font-size: 1.6rem;
  font-weight: 500;
  opacity: 0.7;
  color: #868686;
  line-height: 1.41;
}
.contact-us__required-note {
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  color: #868686;
  margin: -1rem 0 0 0;
  line-height: 1.35;
  letter-spacing: -0.014rem;
}
@media (min-width: 768px) {
  .contact-us__required-note {
    font-size: 1.3rem;
  }
}
.contact-us__submit {
  margin-top: 0.4rem;
}
.contact-us__submit .button.primary {
  width: 100%;
  min-width: 12rem;
  height: 4.3rem;
  background-color: #00852c;
  border-radius: 1rem 1rem 1rem 0;
}
.contact-us__submit .button-text {
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0;
  color: #ffffff;
}
.contact-us__submit-icon {
  margin-inline-start: 0.4rem;
  transition: transform 300ms ease;
}
.contact-us__button:hover .contact-us__submit-icon {
  transform: translateX(0.4rem);
}
.contact-us__terms {
  margin-top: 1rem;
}
.contact-us__terms-label {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: -0.014rem;
  color: #868686;
}
.contact-us__terms-checkbox {
  margin-top: 0;
  width: 2rem;
  height: 2rem;
  cursor: pointer;
  flex-shrink: 0;
  background-color: #f8f8f8;
  border: 1px solid #868686;
  border-radius: 0.2rem;
}
.contact-us__terms-text {
  flex: 1;
}
.contact-us__terms-link {
  color: #868686;
  text-decoration: underline;
  transition: opacity 0.3s ease;
}
.contact-us__terms-link:hover {
  opacity: 0.8;
}
.contact-us__error {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  color: #db0032;
  margin-top: 0.8rem;
}
.contact-us__success {
  padding: 1.6rem;
  background-color: #0db14b;
  border-radius: 0.8rem;
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  color: #033324;
  text-align: center;
  margin-bottom: 1.6rem;
}
.contact-us__thankyou {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 2rem;
  padding: 7.6rem 5rem 5rem;
}
.contact-us__thankyou.is-visible {
  display: flex;
}
.contact-us__thankyou-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-us__thankyou-title {
  font-family: "Nohemi", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.06rem;
  color: #033324;
  margin: 0;
}
.contact-us__thankyou-description {
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.41;
  color: #033324;
  margin: 0;
  max-width: 23.5rem;
}
.contact-us__thankyou-title--desktop, .contact-us__thankyou-description--desktop {
  display: none;
}
@media (min-width: 768px) {
  .contact-us__thankyou {
    padding: 17.8rem 8.8rem;
    align-items: flex-center;
    text-align: center;
    gap: 2rem;
  }
  .contact-us__thankyou .contact-us__thankyou-icon {
    display: none;
  }
  .contact-us__thankyou .contact-us__thankyou-title--mobile,
  .contact-us__thankyou .contact-us__thankyou-description--mobile {
    display: none;
  }
  .contact-us__thankyou .contact-us__thankyou-title--desktop {
    display: block;
    font-size: 4rem;
    letter-spacing: 0.16rem;
    line-height: 1.2;
    text-align: start;
  }
  .contact-us__thankyou .contact-us__thankyou-description--desktop {
    display: block;
    font-size: 1.8rem;
    max-width: 100%;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .contact-us__form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-top: 2rem;
    padding-left: 2rem;
    gap: 2rem;
  }
  .contact-us__field:nth-child(2) {
    grid-column: 1/2;
  }
  .contact-us__field:nth-child(3) {
    grid-column: 2/3;
  }
  .contact-us__field:nth-child(4) {
    grid-column: 1/2;
  }
  .contact-us__field:nth-child(5) {
    grid-column: 2/3;
  }
  .contact-us__field:nth-child(6) {
    grid-column: 1/3;
  }
  .contact-us__required-note {
    grid-column: 1/3;
  }
  .contact-us__submit {
    grid-column: 1/3;
  }
  .contact-us__terms {
    grid-column: 1/3;
  }
}
.contact-us--footer {
  background-color: #F8F8F8;
  border-radius: 1.6rem;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .contact-us--footer {
    background-color: #ffffff;
  }
}
.contact-us--footer .contact-us__container {
  padding: 2rem;
  margin-top: 0;
}
@media (min-width: 768px) {
  .contact-us--footer .contact-us__container {
    padding: 1.5rem 5.5rem;
    margin-top: 2rem;
  }
}
.contact-us--footer .contact-us__input,
.contact-us--footer .contact-us__textarea {
  background-color: #E2E2E2;
  color: #033324;
  padding: 1.2rem 1.2rem 1.2rem 1.7rem;
  border-radius: 1rem;
  border: none;
  font-size: 1.8rem;
  line-height: 1.41;
}
.contact-us--footer .contact-us__input:focus,
.contact-us--footer .contact-us__textarea:focus {
  outline: none;
  border: none;
}
.contact-us--footer .contact-us__input::-moz-placeholder, .contact-us--footer .contact-us__textarea::-moz-placeholder {
  color: #033324;
  opacity: 0.7;
  font-size: 1.8rem;
  line-height: 1.41;
}
.contact-us--footer .contact-us__input::placeholder,
.contact-us--footer .contact-us__textarea::placeholder {
  color: #033324;
  opacity: 0.7;
  font-size: 1.8rem;
  line-height: 1.41;
}
.contact-us--footer .contact-us__form--footer {
  gap: 2.1rem;
}
@media (min-width: 768px) {
  .contact-us--footer .contact-us__thankyou {
    padding: 4rem 0rem;
  }
}
@media (min-width: 768px) {
  .contact-us--footer .contact-us__form--footer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.6rem;
    row-gap: 2.1rem;
    padding-top: 0;
    padding-left: 0;
  }
  .contact-us--footer .contact-us__form--footer .contact-us__field:nth-child(2) {
    grid-column: 1/2;
  }
  .contact-us--footer .contact-us__form--footer .contact-us__field:nth-child(3) {
    grid-column: 2/3;
  }
  .contact-us--footer .contact-us__form--footer .contact-us__field:nth-child(4) {
    grid-column: 1/3;
  }
  .contact-us--footer .contact-us__form--footer .contact-us__submit {
    grid-column: 1/3;
    margin-top: 0;
    align-self: flex-start;
    width: auto;
  }
}
.contact-us--footer .contact-us__title {
  font-size: 1.9rem;
  line-height: 1.25;
  margin-bottom: 2.4rem;
  letter-spacing: 0.08rem;
  font-weight: 500;
}
.contact-us--footer .contact-us__submit {
  width: auto;
  align-self: flex-start;
}
.contact-us--footer .contact-us__submit .button.primary {
  width: auto;
  min-width: -moz-fit-content;
  min-width: fit-content;
  height: 4.3rem;
  border-radius: 0.625rem 0.625rem 0.625rem 0;
  font-size: 1.6rem;
  line-height: 1.35;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}
.contact-us--footer .contact-corner {
  display: none;
}

.contact-corner {
  z-index: 1;
}

.contact-us-block .contact-corner {
  display: none;
}

body.rtl .contact-us__submit-icon {
  transform: rotate(180deg);
}
