body {
  font-family: "Montserrat", sans-serif;
  color: #212529;
}

.primary-text {
  color: #f3280f;
}

.font-weight-medium {
  font-weight: 500;
}

.font-weight-bold {
  font-weight: 700;
}

.font-italic {
  font-style: italic;
}

h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 1.5rem;
  letter-spacing: normal;
  line-height: 2.25rem;
  text-transform: none;
}

h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: normal;
  line-height: 2.25rem;
  text-transform: none;
}

h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  letter-spacing: normal;
  line-height: 1.875rem;
  text-transform: none;
}

h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: normal;
  line-height: 1rem;
  text-transform: none;
}

.sub {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: normal;
  line-height: 1.5rem;
  text-transform: none;
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: normal;
  line-height: 1.5rem;
  text-transform: none;
}

a, ul a {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: normal;
  line-height: 1.5rem;
  text-transform: none;
  text-decoration: underline;
  color: #212529;
}

.nav-link {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: normal;
  line-height: 1rem;
  text-transform: none;
  text-decoration: none;
  color: #212529;
}

.nav-link:hover {
  text-decoration: underline;
  color: #212529;
}

.footer-nav-link {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: normal;
  line-height: 1rem;
  text-transform: none;
  text-decoration: none;
  color: #212529;
}

.footer-nav-link:hover {
  text-decoration: underline;
  color: #212529;
}

h4 a {
  text-decoration: none;
}

h4 a:hover {
  text-decoration: underline;
}

.copyright {
  font-size: 0.75rem;
  line-height: 1.1rem;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  h1 {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-size: 2.5rem;
    letter-spacing: normal;
    line-height: 3.75rem;
    text-transform: none;
  }
  h2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 2rem;
    letter-spacing: normal;
    line-height: 3rem;
    text-transform: none;
  }
  h3 {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 1.5rem;
    letter-spacing: normal;
    line-height: 2.25rem;
    text-transform: none;
  }
  h4 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: normal;
    line-height: 1rem;
    text-transform: none;
  }
  .sub {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 1.25rem;
    letter-spacing: normal;
    line-height: 1.875rem;
    text-transform: none;
  }
  body {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 1rem;
    letter-spacing: normal;
    line-height: 1.5rem;
    text-transform: none;
  }
  a, ul a {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: normal;
    line-height: 1.5rem;
    text-transform: none;
    text-decoration: underline;
    color: #212529;
  }
  .leader {
    font-size: 1.125rem;
    line-height: 1.688rem;
    font-weight: 500;
  }
  .leader-link {
    font-size: 1.125rem;
  }
  .nav-link {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 1rem;
    letter-spacing: normal;
    line-height: 1rem;
    text-transform: none;
    text-decoration: none;
    color: #212529;
  }
  .nav-link:hover {
    text-decoration: underline;
    color: #212529;
  }
  .footer-nav-link {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 1rem;
    letter-spacing: normal;
    line-height: 1rem;
    text-transform: none;
    text-decoration: none;
    color: #212529;
  }
  .footer-nav-link:hover {
    text-decoration: underline;
    color: #212529;
  }
  h4 a {
    text-decoration: none;
  }
  h4 a:hover {
    text-decoration: underline;
  }
  .copyright {
    font-size: 0.875rem;
    line-height: 0.875rem;
  }
}
.btn-primary {
  background-color: #f3280f;
  color: #fff;
  border: none;
  height: 48px;
  width: 160px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  line-height: 1rem;
}

.btn-primary:hover {
  background-color: #c51e0a;
  transition: background-color 0.5s;
}

.btn-secondary {
  background-color: #fff;
  color: #f3280f;
  border: 1px solid #f3280f;
  height: 48px;
  width: 160px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  line-height: 1rem;
}

.btn-secondary:hover {
  background-color: #f3280f;
  color: #fff;
  border: none;
  transition: background-color 1s;
}

:root {
  --bs-btn-active-bg: #f3280f;
  --bs-btn-active-border-color: #f3280f;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #f3280f;
  --bs-btn-border-color: #f3280f;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: darken(#f3280f;, 10%);
  --bs-btn-hover-border-color: darken(#f3280f;, 10%);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #FFF;
  --bs-btn-active-bg: #f3280f;
  --bs-btn-active-border-color: #f3280f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #f3280f;
  --bs-btn-disabled-border-color: #f3280f;
}

.btn-secondary {
  --bs-btn-color: #f3280f;
  --bs-btn-bg: $white;
  --bs-btn-border-color: #f3280f;
  --bs-btn-hover-color: #f3280f;
  --bs-btn-hover-bg: #f3280f;
  --bs-btn-hover-border-color: #f3280f;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #f3280f;
  --bs-btn-active-border-color: #f3280f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #f3280f;
  --bs-btn-disabled-border-color: #f3280f;
}

.hero-img {
  object-fit: cover;
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 100%;
  max-height: 296px;
  width: auto;
  height: auto;
  margin-top: 48px;
}
@media (min-width: 768px) {
  .hero-img {
    max-height: 420px;
    margin-top: 0px;
  }
}

.logo-img {
  max-width: 100%;
  max-height: 60px;
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.preload {
  visibility: hidden;
}

.pt-32-px {
  padding-top: 2rem;
}

.pt-48-px {
  padding-top: 3rem;
}

.pt-64-px {
  padding-top: 4rem;
}

.pt-96-px {
  padding-top: 6rem;
}

.pt-160-px {
  padding-top: 10rem;
}

.py-32-px {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-64-px {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-64-96 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  .py-64-96 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.py-64-112 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  .py-64-112 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}

.pt-64-160 {
  padding-top: 4rem;
}
@media (min-width: 768px) {
  .pt-64-160 {
    padding-top: 10rem;
  }
}

.pb-64-160 {
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  .pb-64-160 {
    padding-bottom: 10rem;
  }
}

.pb-64-96 {
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  .pb-64-96 {
    padding-bottom: 6rem;
  }
}

.mt-160 {
  margin-top: 10rem;
}

.mb-32 {
  margin-bottom: 2rem;
}

.mb-40 {
  margin-bottom: 2.5rem;
}

.mb-48 {
  margin-bottom: 3rem;
}

.mb-64 {
  margin-bottom: 4rem;
}

input {
  height: 48px;
  border-radius: 0.25rem;
  border: 1px solid #ced4da;
  font-weight: 500;
}

#message {
  height: 12rem;
  resize: none;
  border: 1px solid #ced4da;
}

.navbar-container {
  height: 64px;
  background-color: #fff;
  border-bottom: 1px solid #EBEBEB;
}
@media (min-width: 576px) {
  .navbar-container {
    height: 120px;
  }
}

.navbar {
  height: 64px;
  padding: 0;
}
@media (min-width: 576px) {
  .navbar {
    height: 120px;
  }
}

.logo {
  height: 40px;
  width: auto;
}
@media (min-width: 576px) {
  .logo {
    height: 64px;
  }
}

.nav-item {
  width: 144px;
  text-align: center;
}

.offcanvas-header {
  justify-content: end;
}

.offcanvas-body {
  padding-left: 48px;
}

.mobile-nav-item {
  margin-bottom: 48px;
}

.mobile-nav-item .nav-link {
  font-size: 18px;
}

.content-container {
  margin-top: 64px;
}
@media (min-width: 576px) {
  .content-container {
    margin-top: 120px;
  }
}

.divider-block {
  background-color: #f3f9fe;
}

.profile {
  height: 64px;
  width: 64px;
  border-radius: 100%;
}

.checklist {
  list-style: none; /* Remove default bullets */
  padding-left: 1rem; /* Remove default padding */
}

.checklist li {
  position: relative; /* Position relative to place the icon */
  padding-left: 2rem;
  padding-right: 2rem; /* Space after the icon */
  margin-bottom: 1rem; /* Space below the item */
}

.checklist li::before {
  content: "\f26b"; /* Unicode for the check-circle Bootstrap icon */
  font-family: bootstrap-icons;
  position: absolute;
  left: 0;
  top: 0;
  padding-right: 2rem; /* Space between icon and text */
}

.ellipse {
  width: 160px;
  height: 160px;
  background-color: #FCDBBB;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.ellipse .bi {
  font-size: 80px;
  color: #f3280f;
}

.flip-x {
  transform: scaleX(-1);
}

.modal-header {
  border-bottom: 0px;
  padding: 2rem;
  justify-content: right;
}

.modal-close {
  color: #212529;
  font-size: 2rem;
}

.modal-body {
  padding-top: 0rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  .modal-body {
    padding-left: 3rem;
    padding-right: 3rem;
    padding-bottom: 6rem;
  }
}

.modal h2 {
  text-align: center;
}

.form-success .modal-body {
  padding-bottom: 0rem;
}

.form-success .modal-footer {
  border: 0;
}

@media (min-width: 768px) {
  .contact-container {
    padding-top: 32px;
  }
}

.contact-left {
  width: 32px;
  float: left;
}

.contact-right {
  width: calc(100% - 32px);
  float: right;
}

.policy-content {
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
}

.footer-container {
  border-top: 1px solid #EBEBEB;
}

.footer-row {
  border-bottom: 1px solid #EBEBEB;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  .footer-row {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.footer-img {
  height: 4rem;
  width: auto;
  margin-right: 1rem;
}
@media (min-width: 768px) {
  .footer-img {
    margin-bottom: 1.5rem;
  }
}

.footer-nav-header {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .footer-nav-header {
    margin-top: 0;
    margin-bottom: 1.5rem;
  }
}

.footer-nav-header a {
  line-height: 16px;
}

.footer-nav li {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .footer-nav li {
    margin-bottom: 1.5rem;
  }
}

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