@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,100..1000&display=swap");
:root {
  --primary-blue: #009efa;
  --dark-blue: #0f233c;
  --white: #ffffff;
  --font-regular: 400;
  --font-family: "Roboto", sans-serif;
  --subfont-family: "Roboto Flex", sans-serif;
}

body {
  font-family: var(--font-family);
}

@media (min-width: 1800px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1400px !important;
  }
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-block-end: 0px !important;
}

.form-section {
  padding: 40px 0px;
}
.form-section .form-section__content .form-section__heading {
  font-size: 50px;
  font-family: var(--font-family);
  font-weight: 600;
  color: #000;
  line-height: auto;
  margin-top: 45px;
}
@media only screen and (min-width: 991px) and (max-width: 1024px) {
  .form-section .form-section__content .form-section__heading {
    font-size: 45px;
  }
}
.form-section .form-section__content .form-section__subheading {
  font-size: 16px;
  font-family: var(--font-family);
  font-weight: 400;
  line-height: 26px;
  margin-top: 15px;
}
.form-section .form-section__content .form-section__contact .form-section__label {
  font-size: 30px;
  font-family: var(--font-family);
  font-weight: 400;
  line-height: auto;
  margin-top: 32px;
}
.form-section .form-section__content .form-section__contact .form-section__labels {
  font-size: 30px;
  font-family: var(--font-family);
  font-weight: 400;
  line-height: auto;
  margin-top: 30px;
}
.form-section .form-section__content .form-section__contact .form-section__link {
  font-size: 24px;
  font-family: var(--font-family);
  color: #000;
  font-weight: 200;
  text-decoration: none;
}
.form-section .form-section__content .form-section__contact .form-section__button {
  border: none;
  max-width: 173px;
  width: 100%;
  padding: 12px 0px;
  font-size: 18px;
  font-family: var(--subfont-family);
  color: #fff;
  background-color: #009EFA;
  margin-top: 26px;
  font-weight: 500;
  line-height: auto;
}
.form-section .form-section__content .form-section__contact .form-section__call {
  margin-top: 20px;
}
.form-section .form-section__content .form-section__contact .form-section__call .form-section__link {
  font-size: 24px;
  line-height: auto;
  font-weight: 500;
  font-family: var(--font-family);
  text-decoration: none;
  color: #000;
}
.form-section .form-section__content .form-section__divider {
  margin-top: 30px;
  width: 60%;
}
.form-section .form-section__content .form-section__locations {
  font-size: 42px;
  font-family: var(--font-family);
  font-weight: 600;
  color: #000;
  line-height: auto;
  margin-top: 30px;
}
.form-section .form-section__content .form-section-address {
  margin-top: 40px;
}
.form-section .form-section__content .form-section-address .form-section__label {
  font-size: 24px;
  line-height: auto;
  font-weight: 500;
  font-family: var(--font-family);
  text-decoration: none;
  color: #000;
}
.form-section .form-section__content .form-section-address .form-section__link {
  font-size: 24px;
  line-height: auto;
  font-weight: 400;
  font-family: var(--font-family);
  text-decoration: none;
  color: #000;
}
.form-section .form-section__content .form-section-subaddress {
  margin-top: 25px;
}
.form-section .form-section__content .form-section-subaddress .form-section__label {
  font-size: 24px;
  line-height: auto;
  font-weight: 500;
  font-family: var(--font-family);
  text-decoration: none;
  color: #000;
}
.form-section .form-section__content .form-section-subaddress .form-section__link {
  font-size: 24px;
  line-height: auto;
  font-weight: 400;
  font-family: var(--font-family);
  text-decoration: none;
  color: #000;
}
.form-section .form-section__form {
  border: 1px solid #D9D9D9;
  background-color: #FFF;
  padding: 30px 48px;
  border-radius: 4px;
}
@media only screen and (min-width: 767px) and (max-width: 990px) {
  .form-section .form-section__form {
    margin-top: 20px;
  }
}
.form-section .form-section__form .form-section__description {
  font-size: 18px;
  font-family: var(--font-family);
  line-height: 28px;
  max-width: 566px;
  width: 100%;
}
.form-section .form-section__form .form-section__row {
  display: flex;
  flex-wrap: wrap;
  gap: 23px;
}
@media only screen and (min-width: 767px) and (max-width: 990px) {
  .form-section .form-section__form .form-section__row {
    display: contents;
  }
}
.form-section .form-section__form .form-section__row .form-section__group {
  margin-top: 26px;
}
.form-section .form-section__form .form-section__row .form-section__group .form-section__input {
  padding: 16px;
  font-size: 16px;
  width: 275px;
  max-width: 100%;
  border: 1px solid #D9D9D9;
  border-radius: unset;
  box-shadow: none;
  font-family: var(--font-family);
  font-weight: 400;
  line-height: auto;
}
@media only screen and (min-width: 1400px) and (max-width: 1900px) {
  .form-section .form-section__form .form-section__row .form-section__group .form-section__input {
    width: 255px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .form-section .form-section__form .form-section__row .form-section__group .form-section__input {
    width: 210px;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1199px) {
  .form-section .form-section__form .form-section__row .form-section__group .form-section__input {
    width: 166px;
  }
}
.form-section .form-section__form .form-section__group {
  margin-top: 20px;
}
.form-section .form-section__form .form-section__group .form-section__select {
  padding: 16px;
  font-size: 16px;
  border: 1px solid #D9D9D9;
  border-radius: unset;
  box-shadow: none;
  font-family: var(--font-family);
  font-weight: 400;
  line-height: auto;
}
.form-section .form-section__form .form-section__group .form-section__input {
  padding: 16px;
  font-size: 16px;
  border: 1px solid #D9D9D9;
  border-radius: unset;
  box-shadow: none;
  font-family: var(--font-family);
  font-weight: 400;
  line-height: auto;
}
.form-section .form-section__form .form-section__group .form-section__textarea {
  padding: 16px;
  font-size: 16px;
  border: 1px solid #D9D9D9;
  border-radius: unset;
  box-shadow: none;
  font-family: var(--font-family);
  font-weight: 400;
  line-height: auto;
}
.form-section .form-section__form .form-section__check {
  margin-top: 25px;
}
.form-section .form-section__form .form-section__check .form-check-input {
  border: 1px solid #D9D9D9;
  box-shadow: none;
}
.form-section .form-section__form .form-section__check .form-check-label {
  font-size: 18px;
  line-height: 28px;
  color: #000;
  font-family: var(--font-family);
  font-weight: 300;
}
.form-section .form-section__form .form-section__check .form-check-label .privacxy-policies {
  color: #009EFA;
  line-height: 28px;
  font-size: 18px;
  font-family: var(--font-family);
  font-weight: 500;
}
.form-section .form-section__form .form-section__submit {
  border: 1px solid #009EFA;
  margin-top: 40px;
  padding: 12px;
  border-radius: unset;
  background-color: #009EFA;
  color: #fff;
}

@media (max-width: 992px) {
  .form-section .form-section__form {
    margin-top: 20px;
  }
  .form-section .form-section__form .form-section__row .form-section__group .form-section__input {
    width: 100%;
    max-width: 100%;
  }
  .form-section .form-section__form .form-section__row {
    display: block;
    flex-wrap: wrap;
    gap: 23px;
  }
}
@media only screen and (max-width: 767px) {
  .form-section {
    padding: 20px 0px;
  }
  .form-section .form-section__form {
    margin-top: 30px;
    padding: 30px 20px;
  }
  .form-section .form-section__form .form-section__row {
    display: block;
    flex-wrap: wrap;
    gap: 23px;
  }
  .form-section .form-section__form .form-section__row .form-section__group .form-section__input {
    width: 100%;
    max-width: 100%;
  }
  .form-section .form-section__form .form-section__check .form-check-label {
    font-size: 16px;
  }
  .form-section .form-section__form .form-section__check .form-check-label .privacxy-policies {
    font-size: 16px;
  }
  .form-section .form-section__content .form-section__heading {
    font-size: 32px;
    margin-top: 0px;
  }
  .form-section .form-section__content .form-section__subheading {
    margin-top: 10px;
  }
  .form-section .form-section__content .form-section__contact .form-section__label {
    margin-top: 25px;
  }
  .form-section .form-section__content .form-section__contact .form-section__call {
    margin-top: 16px;
  }
  .form-section .form-section__content .form-section__contact .form-section__call .form-section__link {
    font-size: 18px;
  }
  .form-section .form-section__content .form-section__contact .form-section__button {
    margin-top: 13px;
  }
  .form-section .form-section__content .form-section__divider {
    width: 100%;
  }
  .form-section .form-section__content .form-section-address {
    margin-top: 20px;
  }
  .form-section .form-section__content .form-section-address .form-section__label,
  .form-section .form-section__content .form-section-address .form-section__link {
    font-size: 18px;
  }
  .form-section .form-section__content .form-section-subaddress {
    margin-top: 20px;
  }
  .form-section .form-section__content .form-section-subaddress .form-section__label,
  .form-section .form-section__content .form-section-subaddress .form-section__link {
    font-size: 18px;
  }
  .form-section .form-section__content .form-section__locations {
    font-size: 32px;
  }
}/*# sourceMappingURL=contact.css.map */