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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

h1 {
  color: #192552;
  width: 650px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 44px;
  display: block;
}

h2 {
  color: #192552;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  color: #192552;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
}

.nav_bar {
  max-width: 1250px;
}

.nav_bar.gradient {
  z-index: 999;
  background-image: linear-gradient(#00b2a9, #17b9af);
  width: 100%;
  max-width: none;
  position: sticky;
  top: 0;
}

.image {
  max-width: 240px;
  margin-left: -10px;
  padding: 20px;
}

.nav_link {
  pointer-events: auto;
  color: #fefefe;
  text-align: left;
  cursor: pointer;
  padding: 29px 40px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.nav_link.w--current {
  color: #fefefe;
  cursor: pointer;
  font-size: 18px;
}

.container {
  width: 100%;
  max-width: 1250px;
  min-height: 50px;
  padding-left: 50px;
  padding-right: 50px;
}

.wrapper {
  width: 100%;
  max-width: none;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.hero_gradient {
  background-image: linear-gradient(#17b9af, #dff7e6);
}

.section.hero_gradient.height_850 {
  background-image: linear-gradient(#17b9af, #dff7e6 86%);
  height: auto;
}

.section.blend {
  background-image: linear-gradient(#dff7e6, #fefefe);
}

.section.reverse_blend {
  background-image: linear-gradient(0deg, #dff7e6, #fefefe);
}

.section.reverse_gradient {
  background-image: linear-gradient(0deg, #17b9af, #dff7e6);
}

.section.green {
  background-color: #0fb8ae;
  background-image: none;
  background-size: auto;
}

._12_columns {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-items: center;
  min-height: 48px;
  margin: 0 -16px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

._12_columns.form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
}

._12_columns.footer {
  justify-content: space-around;
}

.column {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  min-height: 32px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.column.desk_5 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 50%;
}

.column.desk_1 {
  flex-flow: column;
  place-content: stretch center;
  align-items: center;
  width: 8.33%;
}

.column.desk_6 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 41.66%;
  position: relative;
  bottom: 0;
}

.heading {
  font-weight: 700;
}

.sub_heading {
  color: #fefefe;
  width: auto;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 22px;
  line-height: 24px;
}

.button {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fefefe;
  text-align: center;
  background-color: #192552;
  border: 1px solid #192552;
  border-radius: 100px;
  flex-flow: column;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  margin: 100px 0 0 -150px;
  padding: 25px;
  font-size: 20px;
  font-weight: 600;
  display: block;
  overflow: visible;
}

.button.form_button {
  margin-top: 25px;
  margin-left: 0;
  padding: 12px 37px;
}

.heading-2 {
  width: auto;
  font-size: 44px;
  line-height: 49px;
}

.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: ". Area" 1fr
                 ". ." 1fr
                 ". ." 1fr
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.icon_text {
  text-align: center;
  width: 70%;
  height: auto;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.icon {
  width: 125px;
  height: 150px;
}

.div_grid {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.bold-text {
  color: #192552;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 30px;
  font-weight: 700;
}

.italic-text {
  color: #192552;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 17px;
}

.sub_header {
  color: #192552;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 17px;
  font-weight: 400;
}

.about_header {
  font-size: 32px;
}

.form_label {
  color: #192552;
  font-family: Inter, sans-serif;
}

.form_box {
  outline-offset: 0px;
  border-radius: 10px;
  outline: 1px solid #d9d9d9;
}

.form_box.descriptior_box {
  outline-offset: 0px;
  mix-blend-mode: normal;
  outline: 1px solid #d9d9d9;
  height: 175px;
}

.text-block {
  color: #192552;
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.div-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

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

.footer_copy_right {
  color: #fefefe;
  text-align: center;
  font-family: Inter, sans-serif;
  font-weight: 700;
}

.quick_links {
  color: #fefefe;
  font-family: Inter, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.heading-6 {
  width: 799px;
  font-size: 53px;
}

.div-block-3 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  order: 0;
  align-self: center;
  display: flex;
}

.image-3 {
  min-width: 1000px;
  max-width: 0%;
}

.image-4 {
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
  object-fit: fill;
  min-width: 450px;
  text-decoration: none;
  display: inline-block;
  overflow: clip;
}

.div-block-4 {
  flex: 0 auto;
  align-self: center;
}

.image-5 {
  text-align: center;
}

.div-block-5 {
  align-self: center;
}

@media screen and (max-width: 991px) {
  h3 {
    font-size: 18px;
  }

  .nav_bar.gradient {
    background-image: linear-gradient(#00b2a9, #17b9af);
  }

  .image {
    margin-left: -20px;
  }

  .image.tablet {
    max-width: 200px;
    margin-left: -19px;
  }

  .nav_link {
    opacity: 1;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    color: #fefefe;
    background-color: #17b9aff0;
  }

  .sub_heading {
    font-size: 14px;
  }

  .button {
    text-align: center;
    margin-top: 200px;
    margin-left: 0;
    padding: 25px 36px;
  }

  .heading-2 {
    font-size: 32px;
    line-height: 36px;
  }

  .icon_text {
    margin-top: -12px;
    font-size: 10px;
    line-height: 16px;
  }

  .icon {
    width: 115px;
    height: 130px;
    font-size: 14px;
  }

  .sub_header {
    font-size: 14px;
  }

  .about_header {
    font-size: 20px;
  }

  .text-block {
    font-size: 13px;
    line-height: 19px;
  }

  .footer_copy_right {
    font-size: 11px;
    font-weight: 400;
  }

  .nav_icon {
    color: #192552;
  }

  .menu_button.w--open {
    background-color: #c8c8c800;
  }

  .heading-3 {
    font-size: 23px;
  }

  .heading-6 {
    width: 640px;
    line-height: 55px;
  }

  .div-block-3 {
    grid-column-gap: 150px;
    grid-row-gap: 150px;
  }

  .image-4 {
    min-width: 300px;
  }
}

@media screen and (max-width: 767px) {
  h3 {
    font-size: 16px;
  }

  .image {
    max-width: 200px;
    margin-left: -29px;
  }

  .sub_heading {
    font-size: 22px;
    line-height: 26px;
  }

  .button {
    text-align: center;
    margin-top: 67px;
    margin-left: -50px;
    padding: 14px 30px;
    font-size: 12px;
  }

  .button.form_button {
    font-size: 15px;
  }

  .heading-2 {
    font-size: 34px;
    line-height: 33px;
  }

  .icon_text {
    width: 240px;
    height: 56px;
    margin-top: -11px;
    font-size: 9px;
    line-height: 12px;
  }

  .icon {
    width: 100px;
    height: 115px;
  }

  .sub_header {
    font-size: 12px;
  }

  .about_header {
    font-size: 16px;
  }

  .form_label {
    font-size: 12px;
  }

  .text-block {
    width: 488px;
    max-width: none;
    font-size: 10px;
    overflow: visible;
  }

  .footer_copy_right {
    font-size: 8px;
  }

  .quick_links {
    text-align: center;
    align-self: center;
    margin-bottom: -2px;
    font-size: 11px;
  }

  .text-block-2 {
    margin-top: -13px;
    font-size: 12px;
  }

  .heading-4 {
    font-size: 16px;
  }

  .heading-6 {
    width: 478px;
    font-size: 36px;
  }
}

@media screen and (max-width: 479px) {
  h3 {
    font-size: 9px;
  }

  .image {
    max-width: 180px;
    margin-left: -37px;
  }

  .column.desk_5 {
    width: 71.66%;
  }

  .column.desk_1 {
    width: 1%;
  }

  .column.desk_6 {
    width: 27.33%;
  }

  .sub_heading {
    font-size: 16px;
    line-height: 21px;
  }

  .button {
    margin-top: 36px;
    margin-left: 0;
    padding: 7px 35px;
    font-size: 17px;
  }

  .heading-2 {
    font-size: 30px;
    line-height: 32px;
  }

  .icon_text {
    width: 145px;
    font-size: 4px;
    line-height: 7px;
  }

  .icon {
    width: 55px;
    height: 59px;
  }

  .sub_header {
    margin-top: -19px;
    font-size: 8px;
    display: block;
  }

  .about_header {
    font-size: 10px;
  }

  .form_label {
    font-size: 11px;
  }

  .text-block {
    width: 250px;
    font-size: 9px;
    line-height: 14px;
  }

  .footer_copy_right {
    font-size: 10px;
  }

  .image-2 {
    max-width: 100%;
  }

  .text-block-2 {
    font-size: 8px;
  }

  .heading-5 {
    font-size: 9px;
  }

  .heading-6 {
    width: 250px;
    font-size: 27px;
  }

  .div-block-3 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .image-4 {
    min-width: 0;
    max-width: none;
    min-height: 0;
  }
}

#w-node-_54ddf441-2c24-b326-5be4-562e045f0545-86a935e0 {
  grid-template-rows: auto 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

#w-node-_54ddf441-2c24-b326-5be4-562e045f0546-86a935e0 {
  grid-column: span 2 / span 2;
}


