:root {
  --navy-blue: #064296;
  --base-red: #d71920;
  --dark-red: #b11116;
  --grey: #3b3c3d;
  --white: white;
  --light-blue: #cce1ff;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container {
  background-color: #fff;
  border-radius: 15px;
  width: 98%;
  max-width: 98%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 0 5px;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-brand {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar-brand:hover {
  color: var(--navy-blue);
}

.navbar-brand.w--current {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: var(--base-red);
  letter-spacing: .25px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 5px 10px;
  font-size: 16px;
  font-weight: 900;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: var(--dark-red);
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  background-color: var(--base-red);
  color: #fff;
  letter-spacing: 2px;
  text-transform: none;
  border-radius: 10px;
  margin-left: 15px;
  padding: 12px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  background-color: var(--dark-red);
  color: #fff;
}

.button-primary:active {
  background-color: #43464d;
}

.heading {
  color: var(--base-red);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 5px;
  font-size: 30px;
  font-weight: 900;
  line-height: 38px;
}

.heading:hover {
  color: var(--dark-red);
}

.body {
  color: var(--grey);
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.container-2 {
  max-width: 95%;
}

.image {
  border-radius: 15px;
  width: 100%;
}

.paragraph {
  width: 90%;
  max-width: 90%;
  margin-top: 15px;
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
}

.flex-block {
  margin-top: 10px;
}

.section {
  margin-top: 40px;
}

.container-3 {
  opacity: .82;
  background-image: url('../images/Screenshot-2025-03-22-at-5.34.29-PM.png');
  background-position: 50% 0;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 95%;
  height: 550px;
  display: flex;
}

.image-2 {
  width: 100%;
}

.heading-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bold-text {
  color: #000;
  text-align: center;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 52px;
  font-weight: 800;
  line-height: 58px;
}

.flex-block-2 {
  justify-content: center;
  align-items: flex-start;
  margin-top: 20px;
}

.button {
  background-color: var(--navy-blue);
  border-radius: 8px;
  margin-left: 8px;
  margin-right: 8px;
  padding: 12px 19px;
  font-size: 16px;
}

.button:hover {
  background-color: var(--grey);
}

.button-2 {
  color: var(--white);
  background-color: #d71920;
  border-radius: 8px;
  margin-top: 8px;
  margin-right: 15px;
  padding: 12px 19px;
  font-size: 16px;
}

.button-2:hover {
  background-color: var(--dark-red);
}

.image-3 {
  width: 48px;
  margin-right: 20px;
}

.image-4 {
  width: 48px;
}

.section-2 {
  margin-top: 50px;
}

.section-3 {
  margin-top: 50px;
  display: none;
}

.section-4 {
  margin-top: 0;
  display: none;
}

.container-4 {
  width: 95%;
  max-width: 95%;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 20px;
}

.button-3 {
  background-color: var(--navy-blue);
  border-radius: 8px;
  margin-top: 25px;
  padding: 12px 19px;
  font-size: 16px;
}

.button-3:hover {
  background-color: var(--grey);
}

.div-block {
  background-color: var(--light-blue);
  background-image: linear-gradient(180deg, var(--light-blue), white);
  border-radius: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 12px;
  display: flex;
}

.heading-3 {
  text-align: center;
  margin-top: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.image-5 {
  margin-top: -15px;
  margin-bottom: -20px;
}

.section-5 {
  margin-top: 50px;
  display: none;
}

.image-6 {
  border-radius: 15px;
  width: 100%;
  max-width: 100%;
}

.footer-dark {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  margin-top: 60px;
  padding: 20px 30px;
  position: relative;
}

.container-5 {
  width: 95%;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 100%;
  margin-top: 1px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-brand {
  text-decoration: none;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  color: var(--base-red);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: var(--grey);
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 15px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: var(--base-red);
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #000;
  width: 100%;
  height: 2px;
  margin-top: 30px;
  margin-bottom: 20px;
}

.footer-copyright-center {
  color: var(--grey);
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.section-6 {
  margin-top: 50px;
  position: static;
}

.container-6 {
  width: 95%;
  max-width: 95%;
}

.image-7 {
  border-radius: 15px;
  width: 90%;
  max-width: 90%;
}

.heading-4 {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.flex-block-3 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
}

.bold-text-2 {
  margin-left: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
}

.image-8 {
  width: 42px;
}

.heading-5 {
  margin-bottom: 20px;
}

.button-4 {
  background-color: var(--navy-blue);
  border-radius: 8px;
  margin-top: 10px;
  padding: 12px 19px;
  font-size: 16px;
}

.button-4:hover {
  background-color: var(--grey);
}

.container-7 {
  width: 95%;
  max-width: 95%;
}

.paragraph-2 {
  margin-top: 5px;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
}

.heading-6 {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  font-size: 14px;
  line-height: 12px;
}

.div-block-2 {
  background-color: #000;
  width: 100px;
  height: 2px;
}

.flex-block-4 {
  justify-content: flex-start;
  align-items: center;
}

.heading-7 {
  color: var(--grey);
  margin-top: 0;
  margin-bottom: 0;
  text-decoration: none;
}

.heading-7:hover {
  color: var(--base-red);
}

.flex-block-5 {
  margin-top: 15px;
}

.heading-8 {
  margin-top: 30px;
  font-size: 28px;
  line-height: 32px;
}

.textarea {
  border-radius: 8px;
  height: 200px;
  min-height: 200px;
  max-height: 200px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.submit-button {
  background-color: var(--navy-blue);
  border-radius: 8px;
  margin-top: 10px;
  padding: 12px 19px;
  font-size: 16px;
}

.submit-button:hover {
  background-color: var(--grey);
}

.field-label, .field-label-2, .field-label-3 {
  font-size: 16px;
}

.div-block-3 {
  background-color: #000;
  width: 3px;
  height: 500px;
}

.column {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: block;
}

.container-8 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.columns {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-9 {
  color: var(--base-red);
  text-align: left;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.image-9 {
  width: 32px;
}

.flex-block-6 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 0;
}

.heading-10 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 15px;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.heading-10:hover {
  color: var(--base-red);
}

.image-10 {
  width: 32px;
}

.column-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.image-11 {
  border-radius: 15px;
}

.image-12 {
  border-radius: 15px;
  width: 100%;
  margin-top: 20px;
}

.link {
  text-decoration: none;
}

.bold-text-3 {
  color: var(--base-red);
  text-decoration: underline;
}

.bold-text-3:hover {
  color: var(--dark-red);
}

.text-field, .text-field-2 {
  border-radius: 8px;
}

.container-9 {
  width: 95%;
  max-width: 95%;
}

.div-block-4 {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.div-block-5 {
  background-color: #000;
  width: 200px;
  height: 2px;
}

.div-block-5.newsletter {
  width: 100px;
}

.body-2 {
  font-family: Roboto, sans-serif;
  font-weight: 700;
  line-height: 22px;
}

.heading-11 {
  margin: 0 25px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.image-13 {
  width: 500px;
}

.flex-block-7 {
  justify-content: center;
  align-items: center;
  margin-top: 16px;
}

.image-14 {
  width: 150px;
  margin-left: 40px;
  margin-right: 40px;
}

.image-15 {
  width: 230px;
}

.div-block-6 {
  background-color: #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 550px;
  height: 2px;
  margin-top: 30px;
  display: block;
}

.div-block-7 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.paragraph-3 {
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.image-16 {
  border-radius: 15px;
  width: 90%;
}

.columns-2 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-7 {
  margin-top: 0;
}

.section-8 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 50px;
  padding-bottom: 0;
  display: flex;
}

.container-10 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 95%;
  max-width: 95%;
  display: flex;
}

.div-block-8 {
  background-color: var(--light-blue);
  background-image: linear-gradient(180deg, var(--light-blue) 59%, white);
  border-radius: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 95%;
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.heading-12 {
  text-align: center;
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
}

.form-block {
  width: 50%;
  max-width: 656.109px;
}

.form {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 15px;
  display: flex;
}

.submit-button-2 {
  background-color: var(--navy-blue);
  border-radius: 8px;
  font-size: 16px;
}

.submit-button-2:hover {
  background-color: var(--grey);
}

.text-field-3, .text-field-4 {
  border-radius: 8px;
}

.field-label-4, .field-label-5 {
  text-align: center;
  font-size: 16px;
}

.image-17, .image-18, .image-19 {
  width: 24px;
}

.div-block-9 {
  background-color: #000;
  width: 100%;
  height: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.body-3 {
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

.container-11 {
  max-width: 95%;
}

.paragraph-4 {
  margin-top: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.image-20 {
  border-radius: 15px;
  width: 90%;
  max-width: 90%;
}

.columns-3 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.column-3 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.section-9 {
  margin-top: 40px;
}

.container-12 {
  width: 95%;
  max-width: 95%;
}

.paragraph-5 {
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.section-10 {
  margin-top: 40px;
}

.container-13 {
  width: 95%;
  max-width: 95%;
}

.paragraph-6 {
  margin-top: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.columns-4 {
  margin-top: 15px;
}

.heading-13, .heading-14 {
  font-size: 28px;
  line-height: 32px;
}

.paragraph-7 {
  margin-top: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.link-2 {
  color: var(--navy-blue);
  text-decoration: none;
}

.paragraph-8 {
  margin-top: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.link-3 {
  color: #333;
}

.link-3:hover {
  color: var(--navy-blue);
}

.link-4 {
  color: #333;
}

.link-4:hover {
  color: var(--navy-blue);
}

.link-5 {
  color: #333;
}

.link-5:hover {
  color: var(--navy-blue);
}

.section-11 {
  margin-top: 40px;
}

.container-14 {
  width: 95%;
  max-width: 95%;
}

.paragraph-9 {
  margin-bottom: 0;
  margin-left: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.flex-block-8 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}

.heading-15 {
  margin-bottom: 20px;
}

.section-12 {
  margin-top: 40px;
}

.container-15 {
  flex-flow: column;
  width: 95%;
  max-width: 95%;
  display: flex;
}

.div-block-10 {
  background-color: var(--light-blue);
  background-image: linear-gradient(180deg, var(--light-blue), white);
  border-radius: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.heading-16 {
  margin-top: 10px;
}

.paragraph-10 {
  text-align: center;
  width: 50%;
  max-width: 50%;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.button-5 {
  background-color: var(--navy-blue);
  border-radius: 8px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 12px 19px;
  font-size: 16px;
}

.button-5:hover {
  background-color: var(--grey);
}

.button-6 {
  background-color: var(--navy-blue);
  border-radius: 8px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 12px 19px;
  font-size: 16px;
}

.button-6:hover {
  background-color: var(--grey);
}

.flex-block-9 {
  margin-top: 10px;
}

.button-7 {
  background-color: var(--navy-blue);
  border-radius: 8px;
  margin-top: 10px;
  padding: 12px 19px;
  font-size: 16px;
}

.button-7:hover {
  background-color: var(--grey);
}

.container-16 {
  width: 95%;
  max-width: 95%;
}

.body-4 {
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

.paragraph-11 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.image-21 {
  border-radius: 15px;
  width: 90%;
  max-width: 90%;
}

.columns-5 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-8 {
  background-color: var(--navy-blue);
  border-radius: 8px;
  margin-top: 10px;
  padding: 12px 19px;
  font-size: 16px;
}

.button-8:hover {
  background-color: var(--grey);
}

.section-13, .section-14 {
  margin-top: 40px;
}

.container-17 {
  width: 95%;
  max-width: 95%;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 15px;
}

.div-block-11 {
  background-color: var(--light-blue);
  background-image: linear-gradient(180deg, var(--light-blue) 61%, white);
  border-radius: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px 20px 40px;
  display: flex;
}

.image-22 {
  border-radius: 8px;
  width: 100%;
}

.heading-17 {
  margin-top: 15px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.paragraph-12 {
  color: #333;
  margin-top: 15px;
  margin-bottom: 0;
}

.paragraph-12:hover {
  color: var(--navy-blue);
}

.image-23, .image-24, .image-25 {
  border-radius: 8px;
}

.container-18 {
  width: 95%;
  max-width: 95%;
}

.paragraph-13 {
  width: 80%;
  max-width: 680.625px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.heading-18 {
  margin-bottom: 20px;
}

.button-9 {
  background-color: var(--navy-blue);
  border-radius: 8px;
  margin-top: 10px;
  padding: 12px 19px;
  font-size: 16px;
}

.button-9:hover {
  background-color: var(--grey);
}

.image-26 {
  border-radius: 15px;
  width: 90%;
  max-width: 90%;
}

.columns-6 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.column-4 {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.container-19 {
  width: 95%;
  max-width: 95%;
}

.body-5 {
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

.link-block {
  color: #333;
  margin-bottom: 10px;
  text-decoration: none;
}

.columns-7 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.column-5 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.columns-8 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.column-6, .column-7, .column-8 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.link-block-2 {
  color: var(--grey);
  margin-bottom: 10px;
  text-decoration: none;
}

.column-9 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-20 {
  color: var(--base-red);
}

.image-27, .image-28 {
  width: 32px;
}

.image-29, .image-30 {
  width: 24px;
}

.bold-text-11 {
  color: var(--base-red);
  font-weight: 700;
}

.image-31 {
  width: 64px;
  margin-right: 10px;
}

.image-32 {
  width: 200px;
}

.image-33 {
  width: 32px;
}

.image-34 {
  width: 24px;
}

.div-block-12 {
  background-color: var(--base-red);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-26 {
  color: var(--white);
  text-align: center;
  margin-top: 10px;
  padding-left: 100px;
  padding-right: 100px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.link-block-3 {
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.container-20 {
  background-image: url('../images/IMG-20250323-WA0020.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 95%;
  max-width: 95%;
  height: 500px;
  padding: 50px 100px 50px 150px;
  display: flex;
}

.container-20:hover {
  opacity: 1;
  filter: brightness(70%);
}

.image-35 {
  border-radius: 15px;
}

.div-block-13 {
  background-color: var(--base-red);
  border-radius: 15px;
  width: 100%;
  height: 100%;
}

.heading-27 {
  color: var(--white);
  text-align: center;
  text-transform: capitalize;
  font-size: 54px;
  font-weight: 700;
  line-height: 64px;
}

.heading-27:hover {
  mix-blend-mode: normal;
}

.link-block-4 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.paragraph-14 {
  text-align: center;
}

.section-15 {
  display: none;
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 0;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 0;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    background-color: var(--base-red);
    color: #fff;
    border-radius: 8px;
  }

  .container-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 94.9992%;
    max-width: 95%;
    display: block;
  }

  .paragraph {
    box-sizing: border-box;
  }

  .container-3 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .bold-text {
    font-size: 42px;
    line-height: 50px;
  }

  .button-2 {
    padding: 9px 12px;
    font-size: 14px;
  }

  .image-3, .image-4 {
    width: 36px;
  }

  .grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .button-3 {
    padding: 9px 12px;
    font-size: 14px;
  }

  .image-6 {
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
  }

  .container-5 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .button-4, .submit-button {
    padding: 9px 12px;
    font-size: 14px;
  }

  .container-9 {
    max-width: 95%;
  }

  .image-13 {
    width: 300px;
  }

  .image-14 {
    width: 130px;
    margin-left: 30px;
    margin-right: 30px;
  }

  .image-15 {
    width: 180px;
  }

  .paragraph-3, .image-16 {
    width: 100%;
  }

  .columns-2 {
    flex-flow: column-reverse;
  }

  .form-block {
    width: 60%;
  }

  .form {
    width: 100%;
  }

  .columns-7 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .column-5 {
    flex-flow: row;
  }

  .column-7 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-10 {
    margin-top: 20px;
  }

  .column-12 {
    flex-flow: column;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 0 0 25px 25px;
    flex-direction: column;
    margin-top: 0;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .button-primary {
    margin-right: 15px;
  }

  .menu-button.w--open {
    background-color: var(--base-red);
    border-radius: 8px;
  }

  .image-6 {
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-brand {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: var(--base-red);
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .image-7 {
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
  }

  .heading-7 {
    margin-top: 10px;
  }

  .container-8 {
    display: none;
  }

  .columns {
    flex-flow: column;
  }

  .heading-9 {
    margin-top: 10px;
    font-size: 18px;
    line-height: 24px;
  }

  .column-2 {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .image-12 {
    margin-top: 5px;
  }

  .div-block-5, .div-block-5.newsletter {
    width: 140px;
  }

  .heading-11 {
    text-align: center;
    font-size: 14px;
  }

  .image-13 {
    width: 200px;
  }

  .image-14 {
    width: 100px;
  }

  .image-15 {
    width: 150px;
  }

  .div-block-6 {
    width: 420px;
  }

  .paragraph-3 {
    font-size: 15px;
  }

  .image-16 {
    width: 80%;
    max-width: 80%;
  }

  .heading-12 {
    font-size: 28px;
    line-height: 32px;
  }

  .form-block {
    width: 70%;
    max-width: 800px;
  }

  .paragraph-4 {
    font-size: 15px;
  }

  .image-20 {
    width: 100%;
    max-width: 100%;
    margin-top: 30px;
  }

  .columns-3 {
    flex-flow: column;
  }

  .paragraph-5, .paragraph-7, .paragraph-8, .paragraph-9 {
    font-size: 15px;
  }

  .heading-15 {
    font-size: 28px;
    line-height: 32px;
  }

  .paragraph-10 {
    font-size: 15px;
  }

  .image-21 {
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
  }

  .columns-5 {
    flex-flow: column;
  }

  .button-8 {
    padding: 9px 12px;
  }

  .grid-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .button-9 {
    padding: 9px 12px;
  }

  .image-26 {
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
  }

  .columns-6, .columns-7, .columns-8 {
    flex-flow: column;
  }

  .column-7 {
    justify-content: center;
    align-items: flex-start;
  }

  .column-9 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-10 {
    margin-top: 25px;
  }

  .bold-text-4, .bold-text-5, .heading-22, .bold-text-6, .bold-text-7 {
    font-size: 28px;
    line-height: 32px;
  }

  .bold-text-8 {
    font-size: 15px;
  }

  .bold-text-9, .bold-text-10, .heading-23 {
    font-size: 28px;
    line-height: 32px;
  }

  .column-11 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-24 {
    font-size: 28px;
    line-height: 32px;
  }

  .container-20 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .heading-27 {
    font-size: 48px;
    line-height: 54px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .flex-block {
    justify-content: center;
    align-items: flex-start;
  }

  .container-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .bold-text {
    margin-top: 0;
    font-size: 36px;
    line-height: 42px;
  }

  .button {
    padding: 9px 12px;
    font-size: 12px;
  }

  .button-2 {
    text-align: center;
    margin-left: 3px;
    margin-right: 6px;
    padding: 5px 8px;
    font-size: 12px;
  }

  .grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .container-5 {
    max-width: none;
  }

  .heading-5 {
    font-size: 28px;
    line-height: 32px;
  }

  .paragraph-2 {
    text-align: center;
  }

  .div-block-5 {
    width: 80px;
  }

  .div-block-5.newsletter {
    width: 60px;
  }

  .image-13 {
    width: 250px;
  }

  .flex-block-7 {
    flex-flow: column;
  }

  .image-14 {
    width: 120px;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .div-block-6 {
    width: 300px;
  }

  .heading-12 {
    font-size: 24px;
  }

  .form-block {
    width: 100%;
  }

  .button-5, .button-6 {
    margin-left: 10px;
    margin-right: 10px;
    padding: 9px 12px;
  }

  .column-9 {
    justify-content: flex-start;
    align-items: center;
    padding-top: 20px;
  }

  .heading-19, .heading-20 {
    font-size: 28px;
    line-height: 32px;
  }

  .heading-21 {
    font-size: 28px;
    line-height: 36px;
  }

  .column-12 {
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .heading-25 {
    text-align: center;
  }

  .heading-26 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-20 {
    height: 400px;
    padding: 20px 10px;
  }

  .heading-27 {
    font-size: 36px;
    line-height: 42px;
  }
}

#w-node-f8c4f871-82ab-f4c7-ebe3-bf4bfeee5055-0ce6de21, #w-node-f8c4f871-82ab-f4c7-ebe3-bf4bfeee5060-0ce6de21, #w-node-_99399a1e-3a7f-c55d-f6cd-414588d3ba55-bad09151, #w-node-_99399a1e-3a7f-c55d-f6cd-414588d3ba5e-bad09151, #w-node-dbcff890-8a1b-69e0-945a-207b98029c8d-96778b43, #w-node-dbcff890-8a1b-69e0-945a-207b98029c96-96778b43, #w-node-_44875d0b-7168-23af-b94f-679522334654-f8465699, #w-node-_44875d0b-7168-23af-b94f-67952233465d-f8465699, #w-node-_345cea99-3f40-e1ac-a1a4-04bb7d1ca7b7-6302f4f5, #w-node-_318bb26c-9452-71b4-67f7-6dd0faa96dbb-6302f4f5, #w-node-_318bb26c-9452-71b4-67f7-6dd0faa96dc4-6302f4f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


