@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

body {
  margin: 0;
  padding: 0;
}

.contactSection {
  display: flex;
  padding: 24px 112px 64px 112px;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}

.contact-section-con {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  align-self: stretch;
}

.NUpxBqnBTC {
  width: 100%;
  max-width: 476px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

.NUpxBqnBTC h2 {
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: 58px;
  /* 126.087% */
  letter-spacing: 0.92px;
  text-transform: capitalize;
  margin: 0;
}

.NUpxBqnBTC form {
  display: flex;
  width: 100%;
  max-width: 476px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.NUpxBqnBTC form div {
  display: flex;
  flex-direction: column;
  max-width: 476px;
  width: 100%;
  gap: 8px;
}

form label span {
  color: #f53d3d;
}

form label {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
  color: #fff;
}

.NUpxBqnBTC form div input {
  display: flex;
  height: 28px;
  padding: 10px 14px;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  border: 1px solid #540a13;
  background: #fff;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  color: #848484;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.NUpxBqnBTC form div textarea {
  max-width: 476px;
  display: flex;
  height: 164px;
  padding: 10px 14px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 8px;
  border: 1px solid #540a13;
  background: #fff;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  color: #848484;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}

input:focus {
  outline: 2px solid #111;
}

textarea:focus {
  outline: 2px solid #111;
}

form .EqyqFGEAJR {
  width: 100%;
  max-width: 376px;
  padding: 12px 0px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  background: #43a23c;
  border: none;
  color: #fff;
  text-align: center;
  text-shadow: 0px 1px 2px rgba(63, 12, 12, 0.32);
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.36px;
  text-transform: uppercase;
}

#qakLhTaDeZ {
  display: none;
  background-color: #009f8f;
}

@media only screen and (max-width: 1200px) {
  .contactSection {
    padding: 16px;
  }
}

@media only screen and (max-width: 900px) {
  .contactSection {
    padding: 16px;
    background-color: #241562;
    background-image: url(../images/mobile.webp);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center top;
  }

  .contact-section-con {
    gap: 16px;
  }
}

@media only screen and (max-width: 450px) {
  .NUpxBqnBTC h2 {
    font-size: 18px;
  }

  .NUpxBqnBTC {
    gap: 0;
  }

  .contact-section-con {
    gap: 0;
  }
}
