@font-face {
  font-family: "Montserrat";
  font-weight: 400;
  src: url("./webfonts/Montserrat-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 700;
  src: url("./webfonts/Montserrat-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "NunitoSans";
  src: url("./webfonts/NunitoSans.ttf") format("truetype");
}
*:focus,
*:active {
  outline: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

body,
html {
  font-family: "Montserrat";
  color: #1a2720;
  font-size: 16px;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
body > #content {
  flex: 1;
}

h1 {
  font-size: 40px;
  font-weight: 700;
}

h2 {
  font-size: 32px;
  font-weight: 700;
}

h3 {
  font-size: 26px;
  font-weight: 700;
}

a:not(.standard-text) {
  color: #00843D;
}
a:not(.standard-text):hover {
  color: #00843D;
}
a.standard-text {
  color: #1a2720;
}
a.standard-text:hover {
  color: #1a2720;
}

.btn {
  padding: 14px 40px;
  border-radius: 24px;
  background-color: #B0CABB;
  color: #1a2720;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
}
.btn.disabled {
  opacity: 0.4;
  background-color: #B0CABB;
  color: #1a2720;
}
.btn:hover {
  background-color: #B0CABB;
  color: #1a2720;
}

.navbar {
  height: 100px;
}
.navbar img {
  width: 111px;
  height: 38px;
}
@media (max-width: 991.98px) {
  .navbar {
    height: 80px;
  }
  .navbar img {
    width: 69px;
    height: 24px;
  }
}

.footer-wrapper {
  background-color: #EFF4F1;
  margin-top: 100px;
}
.footer-wrapper footer {
  height: 187px;
  font-family: "NunitoSans";
  font-weight: 400;
  padding-top: 51px;
  display: flex;
}
@media (min-width: 992px) {
  .footer-wrapper footer {
    position: relative;
  }
}
@media (max-width: 991.98px) {
  .footer-wrapper footer {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}
.footer-wrapper footer > div:first-of-type {
  font-weight: 300;
}
.footer-wrapper footer > div:last-of-type {
  display: flex;
  gap: 85px;
}
@media (min-width: 992px) {
  .footer-wrapper footer > div:last-of-type {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 575.98px) {
  .footer-wrapper footer > div:last-of-type {
    gap: 25px;
  }
}
.footer-wrapper footer > div:last-of-type a {
  color: #1a2720;
  text-decoration: none;
}
.footer-wrapper footer > div:last-of-type a:hover {
  text-decoration: none;
}
@media (max-width: 991.98px) {
  .footer-wrapper {
    margin-top: 80px;
  }
}

.header-image {
  background-image: url("../img/header.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 435px;
  border-radius: 10px;
}

form .form-label.required:after {
  content: "*";
}
form .form-label {
  font-family: "NunitoSans";
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 8px;
}
form .form-control {
  border-radius: 0;
  border-color: #1a2720;
}
form .form-control:focus, form .form-control:active {
  border-color: #1a2720;
}
form .form-check {
  padding-left: 48px;
}
form .form-check .form-check-label {
  padding-top: 5px;
}
form .form-check .form-check-input {
  border-radius: 0;
  border-color: #1a2720;
  margin-left: -48px;
  width: 20px;
  height: 20px;
}
form .form-check .form-check-input:focus, form .form-check .form-check-input:active {
  border-color: #1a2720;
}
form .form-check .form-check-input:checked {
  background-color: #ffffff;
  background-image: unset;
  display: flex;
  justify-content: center;
  align-items: center;
}
form .form-check .form-check-input:checked:after {
  content: "";
  display: block;
  width: 50%;
  height: 50%;
  background-color: #00843D;
}
form > .row > .col-12 .mb-3 {
  margin-bottom: 24px;
}
form > .row > .col-12 .mb-4 {
  margin-bottom: 34px;
}
form button {
  margin-top: 36px;
  margin-bottom: 53px;
}
form .information-text {
  padding-left: 14px;
  text-indent: -14px;
  font-size: 16px;
}

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