body.contact .sec-contact {
  padding-top: 80px;
}

@media (max-width: 959px) {
  body.contact .sec-contact {
    padding-top: 60px;
  }
}

@media (max-width: 639px) {
  body.contact .sec-contact {
    padding-top: 40px;
  }
}

body.contact .sec-contact .contact__heading {
  font-size: 2.4rem !important;
  line-height: 1.75;
  margin-bottom: 40px;
}

@media (max-width: 959px) {
  body.contact .sec-contact .contact__heading {
    font-size: 2.2rem !important;
  }
}

@media (max-width: 639px) {
  body.contact .sec-contact .contact__heading {
    font-size: 2.0rem !important;
  }
}

body.contact .sec-contact .contact__content .link__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}

@media (max-width: 959px) {
  body.contact .sec-contact .contact__content .link__list {
    gap: 20px;
  }
}

@media (max-width: 639px) {
  body.contact .sec-contact .contact__content .link__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}

body.contact .sec-contact .contact__content .link__item {
  background: rgba(255, 255, 255, 0.4);
  padding: 40px;
  width: calc(50% - 20px);
}

@media (max-width: 959px) {
  body.contact .sec-contact .contact__content .link__item {
    padding: 20px;
    width: calc(50% - 10px);
  }
}

@media (max-width: 639px) {
  body.contact .sec-contact .contact__content .link__item {
    width: 100%;
    padding: 20px;
  }
}

body.contact .sec-contact .contact__content .link__heading {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body.contact .sec-contact .contact__content .link__content {
  margin-top: 10px;
  font-size: 1.4rem;
}

body.contact .sec-contact .contact__content .link__button {
  margin-top: 20px;
  text-align: center;
}

body.contact .sec-contact .contact__content .link__button a:after {
  background: none;
}

body.contact .contact-form {
  margin-top: 120px;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1599px) {
  body.contact .contact-form {
    margin-top: 100px;
  }
}

@media (max-width: 1279px) {
  body.contact .contact-form {
    margin-top: 80px;
  }
}

@media (max-width: 959px) {
  body.contact .contact-form {
    margin-top: 70px;
  }
}

@media (max-width: 639px) {
  body.contact .contact-form {
    margin-top: 60px;
  }
}

body.contact .contact-form .form-annotation {
  text-align: center;
  margin-top: 20px;
}

body.contact .contact-form .form-annotation a {
  text-decoration: underline;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 10px;
  margin-right: 10px;
}

body.contact .contact-form .form-annotation a:after {
  font-family: "Font Awesome 6 Pro";
  content: '\f2d2';
}

body.contact .contact-form .form-pp {
  text-align: center;
  margin-top: 20px;
}

body.contact .contact-form .form-button {
  margin-top: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 959px) {
  body.contact .contact-form .form-button {
    margin-top: 30px;
  }
}

@media (max-width: 639px) {
  body.contact .contact-form .form-button {
    margin-top: 20px;
  }
}

body.contact .contact-form .form-button button {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

body.contact .contact-form .form-button button:disabled {
  pointer-events: none;
  opacity: 0.5;
}

/*# sourceMappingURL=contact.css.map */
