.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;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

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

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

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

body {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2em;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

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

p {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 28px;
}

.navbar2_dropdown-list.w--open {
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: #322b7c;
  padding: .5rem;
  display: none;
  position: absolute;
}

.dropdown-chevron {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.navbar2_link {
  color: #fff;
  padding: .5rem 1rem;
  font-size: 18px;
  line-height: 24px;
}

.navbar2_link.w--current {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.navbar2_link.hide {
  display: none;
}

.navbar2_dropdown-link {
  color: #fff;
  padding: .25rem;
}

.navbar2_dropdown-link.w--current {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.navbar2_dropdwn-toggle {
  grid-column-gap: .5rem;
  color: #fff;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
  position: static;
}

.header1_image-wrapper {
  width: 34%;
}

.text-size-medium {
  font-size: 18px;
  font-weight: 700;
  line-height: 28.5px;
}

.margin-top, .margin-top.margin-medium {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top.margin-medium.flexpara {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.header1_image {
  width: 100%;
  height: 100%;
}

.margin-bottom, .margin-bottom.margin-small {
  margin: 0 0 3rem;
}

.margin-bottom.margin-xxlarge, .margin-bottom.margin-small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small {
  margin: 0 0 15px;
}

.heading-2 {
  color: #39b139;
  font-size: 35px;
  font-weight: 800;
  line-height: 1.2em;
}

.text-block {
  font-size: 18px;
  line-height: 1.6em;
}

.text-block.hide-1, .text-block.hide-2, .text-block.hide-3, .text-block.hide-4 {
  display: none;
}

.padding_section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.wrapper_component {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding: 60px 2%;
  display: flex;
}

.wrapper_component.reverse-flex {
  flex-flow: row-reverse;
}

.wrapper_component.bg-color-light-green {
  background-color: #f5fff5;
}

.content_wrapper {
  width: auto;
  max-width: 67%;
}

.header_h2 {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.heading-3 {
  text-transform: uppercase;
}

.text-block-2 {
  text-align: left;
  font-size: 18px;
  line-height: 24px;
}

.heading-4, .heading-5 {
  text-transform: uppercase;
}

.card-content {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  font-weight: 500;
  display: flex;
}

.faq1_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1rem;
  font-size: 20px;
  line-height: 28px;
  display: flex;
}

.faq1_question.faq-black {
  color: #fff;
  background-color: #000;
  border-radius: 6px;
}

.faq1_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.text-align-center {
  text-align: center;
  justify-content: center;
  display: flex;
}

.faq1_answer {
  overflow: hidden;
}

.icon-embed-small {
  color: #eee;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.faq1_component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-size-medium-2 {
  font-size: 1.125rem;
}

.text-size-medium-2.text-weight-bold {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.text-size-medium-2.text-weight-bold.black-faq-text {
  line-height: 20px;
}

.faq1_icon-wrapper {
  align-self: flex-start;
  width: 2rem;
  display: flex;
}

.section-4 {
  color: #eee;
  background-color: #000;
  background-image: url('../images/bg-image-1.webp');
  background-position: 0 0;
  background-size: cover;
}

.section-6 {
  color: #eee;
  background-color: #000;
  background-image: url('../images/bg-image-2.webp');
  background-position: 50%;
  background-size: cover;
}

.section-6-heading {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: center;
  flex-flow: column;
  margin-bottom: 2rem;
  padding-left: 4%;
  padding-right: 4%;
  display: flex;
}

.text-block-3 {
  color: #fff;
  padding-top: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6em;
}

.paragraph {
  color: #fff;
  padding-top: 10px;
  font-size: 18px;
  line-height: 28px;
}

.paragraph._1 {
  color: #eee;
}

.paragraph.faq-black-answer {
  color: #333;
}

.padding-section-large-4 {
  max-height: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.header19_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .7fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.section_header19 {
  background-image: url('../images/main-bg.webp');
  background-position: 0 0;
  background-size: cover;
}

.header19_image {
  border-radius: 14px;
  width: 100%;
  height: 100%;
}

.header19_image-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.container-large-2 {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.button-3 {
  z-index: 1;
  color: #fff;
  background-color: #39b139;
  border: 1px solid #fff;
  border-radius: 25px;
  padding: 15px 20px;
  font-size: 20px;
  font-weight: 700;
  position: relative;
}

.form_field-wrapper {
  flex-flow: column;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.success-text {
  font-weight: 600;
}

.form {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
  position: relative;
  overflow: visible;
}

.form_input {
  z-index: 1;
  color: #fff;
  background-color: #fff0;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  min-width: 100%;
  height: 50px;
  margin-bottom: 0;
  padding: .5rem .75rem;
  line-height: 1.6;
  position: relative;
}

.form_input:hover {
  border-color: #dbdbdb;
}

.form_input:focus-visible {
  border-color: #dbdbdb;
}

.form_input[data-wf-focus-visible] {
  border-color: #dbdbdb;
}

.form_input::placeholder {
  color: #0009;
}

.checkbox {
  z-index: 1;
  border: 1px solid #eee;
  border-radius: 2px;
  width: 10px;
  height: 10px;
  position: relative;
}

.contact-multiple-input-wraper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.contact-multiple-input-wraper.gap-0 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.error-text {
  color: #e23939;
}

.contact7_form-block {
  z-index: 4;
  background-color: #fff;
  border-radius: 14px;
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
  padding: 2rem 2rem 1rem;
  position: static;
}

.success-message {
  padding: 1.5rem;
}

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.header-link-wrapper {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.header-link {
  color: #fff;
  font-size: 18px;
  line-height: 28.8px;
  text-decoration: none;
}

.header-link:hover {
  text-decoration: underline;
}

.padding-small {
  padding-left: 2%;
  padding-right: 2%;
}

.form-heading {
  color: #171717;
  text-align: center;
  font-size: 30px;
  line-height: 37px;
}

.span-color-green {
  color: #39b139;
}

.padding-zero {
  max-width: 100%;
}

.button-wrapper-right {
  justify-content: flex-end;
  margin-top: 3rem;
  padding-right: 12%;
  display: flex;
}

.button-wrapper-right.hide-button-des {
  display: none;
}

.link-wrapper {
  margin-top: 5px;
  padding-bottom: 8px;
}

.link-black {
  color: #171717;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  text-decoration: underline;
}

.heading-6 {
  color: #fff;
  font-size: 35px;
  font-weight: 800;
}

.header93_image {
  width: 100%;
}

.header93_card-content {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
  display: flex;
}

.header93_card-content.sc-8-faq-wrapper {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.header93_image-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.header93_card {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.section-8 {
  background-image: url('../images/bg-image-3.webp');
  background-position: 50%;
  background-size: cover;
}

.header93_card-2 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  border: 1px none var(--\<unknown\|relume-variable-border-color-1\>);
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: flex;
}

.paragraph-4 {
  color: #fff;
}

.button-wrapper-center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.card-flex {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.section-11 {
  background-image: url('../images/highlight-bg.webp');
  background-position: 50%;
  background-size: cover;
}

.container-large-4 {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
}

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

.div-block-2-copy {
  padding: 10px 20px;
}

.highlights-keft {
  border-right: 1px solid #bddbff;
  padding: 25px 20px;
}

.highkights-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #181b33;
  grid-template-rows: auto;
  grid-template-columns: 35% 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.highkights-item.gray-bg {
  background-color: #eff6ff;
  border-radius: 25px;
}

.bold {
  font-size: 24px;
  font-weight: 700;
}

.highlights-list {
  background-color: #fff;
  border-radius: 20px;
  max-width: 80vw;
  margin-top: 3rem;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 1.5rem;
  box-shadow: 4.1px 10.2px 24.9px 3.1px #bddbff99;
}

.footer-link {
  color: #fff;
  padding: .5rem 1rem;
  font-size: 18px;
  text-decoration: none;
}

.footer-link.hide {
  display: none;
}

.footer-logo {
  width: auto;
}

.flex {
  display: flex;
}

.flex.spread {
  justify-content: space-between;
}

.flex.spread.padding {
  justify-content: space-between;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.section-12 {
  color: #fff;
  background-color: #171717;
}

.text-highlight {
  font-size: 24px;
}

.map-image {
  width: 18px;
}

.drop-down-list-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image {
  width: auto;
  height: 21px;
}

.navbar12_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.navbar12_component {
  border-bottom: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: #171717;
  align-items: center;
  width: 100%;
  min-height: 4.5rem;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
}

.navbar12_logo-link {
  padding-left: 0;
}

.navbar12_menu-links {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  grid-auto-columns: 1fr;
  display: grid;
}

._1st-block {
  justify-content: flex-start;
  margin-right: 70px;
  display: flex;
}

.text-field {
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  height: 50px;
  padding: .5rem .75rem;
  line-height: 29px;
}

._1st-block-copy {
  justify-content: flex-start;
  margin-right: 70px;
  display: flex;
}

.mobile-only-nav-link {
  display: none;
}

.text-field-2 {
  border: 1px solid #aaa;
  border-radius: 3px;
  height: 50px;
  padding: 15px;
  line-height: 29px;
}

.code-embed {
  color: #0f1719;
}

@media screen and (min-width: 1920px) {
  .navbar2_link.hide {
    display: none;
  }

  .checkbox {
    width: 15px;
    height: 15px;
  }

  .contact-multiple-input-wraper {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .button-wrapper-right.hide-button-mob {
    padding-right: 17%;
  }

  .footer-link.hide {
    display: none;
  }

  .map-image {
    width: auto;
  }
}

@media screen and (max-width: 991px) {
  p {
    font-size: 16px;
    line-height: 1.6;
  }

  .navbar2_dropdown-list.w--open {
    background-color: #fff;
    border-style: none;
    padding: 0 10px;
    top: 100%;
  }

  .dropdown-chevron {
    inset: auto 0% auto auto;
  }

  .navbar2_menu-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.125rem;
    display: flex;
  }

  .navbar2_link {
    text-align: center;
    padding: .75rem 0;
    font-size: 15px;
    line-height: 28px;
  }

  .navbar2_dropdown-link {
    color: #000;
    text-align: center;
    width: auto;
    padding: .75rem 0;
    font-size: 15px;
  }

  .navbar2_dropdwn-toggle {
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: .75rem 2rem .75rem 0;
    display: flex;
  }

  .text-size-medium {
    font-size: 16px;
    line-height: 1.6;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .text-block {
    font-size: 16px;
  }

  .padding_section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .wrapper_component {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .header_h2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-3 {
    font-size: 21px;
    line-height: 1.4;
  }

  .text-block-2 {
    font-size: 16px;
    line-height: 1.6;
  }

  .heading-4, .heading-5 {
    font-size: 21px;
    line-height: 1.4;
  }

  .text-size-medium-2.text-weight-bold {
    font-size: 18px;
  }

  .section-6-heading {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-3 {
    font-size: 16px;
  }

  .paragraph, .paragraph._1 {
    font-size: 16px;
    line-height: 1.6;
  }

  .header19_component {
    grid-row-gap: 4rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-content: flex-start;
    align-items: stretch;
    min-height: auto;
    display: flex;
  }

  .contact7_form-block {
    max-width: none;
  }

  .header-link {
    font-size: 16px;
    line-height: 24px;
  }

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

  .button-wrapper-right.hide-button-mob {
    padding-right: 6%;
  }

  .heading-6 {
    font-size: 28px;
  }

  .header93_card {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .header93_card-2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .highlights-keft {
    padding-left: 10px;
    padding-right: 10px;
  }

  .bold {
    font-size: 20px;
    line-height: 1.6;
  }

  .highlights-list {
    max-width: 100vw;
  }

  .footer-link {
    width: auto;
    padding: .75rem 0;
    font-size: 15px;
  }

  .flex.spread.padding {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .navbar1_menu-links.f {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    display: flex;
  }

  .text-highlight {
    font-size: 20px;
    line-height: 1.6;
  }

  .section-1 {
    position: relative;
  }

  .navbar12_container {
    grid-template-columns: 25% 1fr;
  }

  .navbar12_logo-link {
    max-width: 20vw;
  }

  .navbar12_menu-links {
    grid-template-columns: 1fr .3fr;
  }

  .text-block-6 {
    font-size: 15px;
  }

  .heading-7 {
    font-size: 45px;
  }

  .checkbox-label {
    font-size: 12px;
  }
}

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

  .navbar2_dropdown-list {
    position: relative;
  }

  .navbar2_menu-dropdown {
    margin-right: 0;
  }

  .header1_image-wrapper {
    width: auto;
  }

  .text-size-medium {
    text-align: left;
    font-size: 1rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin: 0 0 1.5rem;
  }

  .heading-2 {
    font-size: 26px;
  }

  .text-block {
    text-align: left;
    font-size: 16px;
  }

  .padding_section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .wrapper_component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .wrapper_component.reverse-flex {
    flex-flow: column;
    align-items: center;
  }

  .wrapper_component.reverse-flex.bg-color-light-green {
    flex-flow: column;
  }

  .content_wrapper {
    text-align: center;
    max-width: none;
  }

  .header_h2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .text-block-2 {
    text-align: left;
    font-size: 16px;
  }

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

  .faq1_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .faq1_component {
    flex-flow: column;
    display: flex;
  }

  .text-size-medium-2 {
    font-size: 1rem;
  }

  .text-size-medium-2.text-weight-bold {
    font-size: 18px;
  }

  .faq1_icon-wrapper {
    width: 1.75rem;
  }

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

  .text-block-3, .paragraph, .paragraph._1 {
    font-size: 16px;
  }

  .header19_component {
    grid-row-gap: 3rem;
  }

  .header19_image-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .button-3 {
    font-size: 16px;
    line-height: 18px;
  }

  .form {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .contact-multiple-input-wraper {
    flex-flow: column;
  }

  .contact7_form-block {
    padding: 1.6rem 1.6rem 1rem;
  }

  .header-link-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 10px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .header-link {
    font-size: 16px;
    line-height: 24px;
  }

  .form-heading {
    font-size: 22px;
    line-height: 25px;
  }

  .button-wrapper-right {
    justify-content: center;
    margin-top: 1rem;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0%;
  }

  .button-wrapper-right.hide-button-des {
    display: flex;
  }

  .button-wrapper-right.hide-button-mob {
    margin-top: 2rem;
    display: none;
  }

  .link-wrapper {
    text-align: left;
  }

  .link-black {
    font-size: 16px;
  }

  .heading-6 {
    font-size: 26px;
  }

  .header93_card-content {
    padding: 2rem 1rem;
  }

  .header93_card-content.sc-8-faq-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
  }

  .highlights-keft {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .highkights-item {
    grid-template-columns: 43% 1fr;
  }

  .bold {
    font-size: 16px;
    line-height: 18px;
  }

  .footer-logo-link {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .flex.spread.padding {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .navbar1_menu-links.f {
    grid-column-gap: 53px;
    grid-row-gap: 53px;
    justify-content: space-between;
  }

  .text-highlight {
    font-size: 16px;
    line-height: 18px;
  }

  .navbar12_container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    place-items: flex-start stretch;
    display: flex;
  }

  .navbar12_component {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
    min-height: 4rem;
    padding-top: .5rem;
  }

  .navbar12_logo-link {
    max-width: 25vw;
  }

  .navbar12_menu-links {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row dense;
    align-items: flex-end;
    display: flex;
  }

  ._1st-block {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-right: 0;
  }

  ._1st-block.hide-mobile {
    display: none;
  }

  ._1st-block-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    justify-items: stretch;
    width: 100%;
    margin-right: 0;
    display: grid;
  }

  .mobile-only-nav-link {
    width: 100%;
    display: flex;
  }

  .heading-7 {
    font-size: 42px;
  }
}

@media screen and (max-width: 479px) {
  p {
    line-height: 1.4rem;
  }

  .navbar2_link {
    font-size: 14px;
  }

  .text-size-medium {
    text-align: left;
    line-height: 1.4rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-block {
    line-height: 1.4em;
  }

  .wrapper_component {
    grid-template-columns: 1fr;
  }

  .header_h2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-block-3 {
    line-height: 1.4em;
  }

  .paragraph._1 {
    line-height: 1.4rem;
  }

  .header19_component {
    grid-template-columns: 1fr;
  }

  .contact7_form-block {
    padding: 1rem;
  }

  .header93_card-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .header93_card, .header93_card-2 {
    grid-template-columns: 1fr;
  }

  .highkights-item {
    grid-template-columns: 43% 1fr;
  }

  .footer-link {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .flex.spread.padding {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .navbar1_menu-links.f {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .navbar12_container {
    justify-content: space-between;
    display: flex;
  }

  .navbar12_logo {
    max-width: 80%;
  }

  .navbar12_logo-link {
    max-width: none;
  }

  ._1st-block-copy {
    display: flex;
  }

  .heading-7 {
    font-size: 38px;
  }
}

#w-node-_9709756d-73e1-7c9a-022e-1992fdbd840f-c45e16aa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30e053a2-6350-fb56-c10e-09870921b2d9-c45e16aa, #w-node-_88ed73cb-d7df-e56e-07d0-e805ebc028ab-c45e16aa, #w-node-_6a7e9679-b40d-c344-32ca-543728e690a1-c45e16aa {
  align-self: stretch;
}

@media screen and (max-width: 991px) {
  #w-node-_7b823647-d2da-79d3-848b-c43be93be93a-c45e16aa {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7ae7548e-92e8-ea67-411c-5b7aab12c6e3-c45e16aa {
    grid-area: 1 / 1 / 3 / 2;
  }
}


