:root {
  --color-9: #592a74;
  --color-3: #2595d3;
  --color: white;
  --color-5: #ff9700;
  --color-2: #fffdf9;
  --color-8: #55b948;
  --color-10: #e24949;
  --color-11: #d4e8f3;
  --color-12: #f2fbff;
  --color-7: #f8971d;
  --color-6: #e24a4a;
  --color-13: #2296d4;
  --color-16: #d1bedd;
  --color-18: #000;
  --color-17: #239bdc;
  --color-4: #54b933;
  --color-14: #f3b6b6;
  --color-19: #582974;
  --color-15: #a7d5ee;
}

body {
  color: #333;
  font-family: Rubik, sans-serif;
  font-size: 1.125rem;
  line-height: 1.2;
}

h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Scale, Arial, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Scale, Arial, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Scale, Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

a {
  cursor: pointer;
  text-decoration: underline;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.page_wrapper {
  width: 100%;
  color: var(--color-9);
  overflow: hidden;
}

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

.container.cont_full {
  width: 100%;
}

.nav_wrapper {
  justify-content: flex-end;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.body {
  background-color: #fff0;
}

.image {
  object-fit: contain;
  width: 136px;
  height: 52.1625px;
}

.nav-link {
  display: none;
}

.navbar {
  z-index: 1;
  background-color: var(--color-9);
  padding-top: 5px;
  padding-bottom: 5px;
  position: sticky;
  inset: 0 0% auto;
}

.section_hero {
  background-color: var(--color-9);
  color: var(--color-2);
  padding-bottom: 200px;
}

.hero_layout {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  width: 100%;
  height: 100vh;
  margin-bottom: 80px;
  display: grid;
}

.text-block {
  color: var(--color);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 13px;
  font-size: 1rem;
}

.text-block.color_auto {
  color: var(--color-9);
}

.text-block.color_auto.space {
  font-size: 14px;
}

.hero_content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.h1 {
  flex-flow: column;
  width: 425px;
  margin-bottom: 25px;
  font-family: Scale, Arial, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2;
}

.list-item {
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 28px;
  list-style-type: none;
}

.list-item._1 {
  background-image: url("https://cdn.prod.website-files.com/6a6a64ff49c932007659fe4b/6a6a64ff49c932007659fe51_Vector%20(99).svg");
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 17px 15px;
}

.list-item._2 {
  background-image: url("https://cdn.prod.website-files.com/6a6a64ff49c932007659fe4b/6a6a64ff49c932007659fe52_Layer_1%20(8).svg");
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 17px 15px;
}

.list-item._3 {
  background-image: url("https://cdn.prod.website-files.com/6a6a64ff49c932007659fe4b/6a6a64ff49c932007659fe50_Isolation_Mode%20(5).svg");
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 17px 15px;
}

.list {
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-left: 0;
  font-size: .875rem;
}

.paragraph {
  width: 476px;
  margin-bottom: 35px;
}

.primary_btn {
  background-color: var(--color-5);
  color: var(--color);
  text-align: center;
  letter-spacing: 1px;
  cursor: pointer;
  border-radius: 25px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px 25px;
  font-family: Scale, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

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

.primary_btn._1 {
  margin-bottom: 60px;
}

.primary_btn.abs {
  z-index: 3;
  position: absolute;
  inset: auto 0% -4%;
}

.hero_image-wrap {
  justify-content: flex-start;
  align-items: center;
  width: 502px;
  height: 84%;
  display: flex;
  position: relative;
  top: -40px;
}

.hero_image {
  object-fit: contain;
  object-position: 0% 0%;
  width: 100%;
  height: 571.188px;
  max-height: 788px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.hero_image._1 {
  width: 500px;
  height: auto;
  position: relative;
}

.section_insurance {
  z-index: 1;
  background-color: var(--color-9);
  color: var(--color-2);
  padding-bottom: 80px;
  position: relative;
}

.insurance_stats {
  z-index: 3;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: var(--color-8);
  border-radius: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 80px 60px;
  display: grid;
  transform: translate(0, -200px);
}

.div-block-5 {
  z-index: 2;
  background-image: url("https://cdn.prod.website-files.com/6a6a64ff49c932007659fe4b/6a6a64ff49c932007659fe55_Ellipse%201%20(5).svg");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100vw;
  position: absolute;
  inset: -140px 0% 0%;
}

.insurance_stat-item {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.insurance_stat-number {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Scale, Arial, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
}

.insurance_shape-top-left {
  object-fit: contain;
  width: 88px;
  height: 93px;
  position: absolute;
  inset: 25% auto auto -2.2%;
}

.insurance_shape-top-right {
  object-fit: contain;
  width: 57.76px;
  height: 57.76px;
  position: absolute;
  inset: 10% auto auto 50%;
}

.insurance_shape-middle {
  width: 71px;
  height: 71px;
  position: absolute;
  inset: auto 25% -6% auto;
}

.insurance_shape-bottom-left {
  width: 77.73px;
  height: 66.41px;
  position: absolute;
  inset: 25% -2.8% auto auto;
}

.insurance_shape-bottom-right {
  object-fit: contain;
  width: 66.71px;
  height: 66.71px;
  position: absolute;
  inset: auto auto 10% 25%;
}

.insurance_content {
  z-index: 3;
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  flex-flow: column;
  margin-top: -120px;
  display: flex;
}

.h2 {
  width: 430px;
  color: var(--color-9);
  margin-bottom: 25px;
  font-family: Scale, Arial, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
}

.h2.width_auto {
  width: auto;
  color: var(--color);
  margin-bottom: 10px;
}

.h2.width_small {
  width: 370px;
}

.h2.width_small.child {
  width: 360px;
}

.h2.width_xsmall {
  width: 355px;
  margin-bottom: 0;
}

.h2.width_xsmall.color-white {
  color: var(--color-2);
}

.h2.steps {
  width: 340px;
}

.insurance_description {
  width: 670px;
  color: var(--color-9);
  flex-flow: column;
  display: flex;
}

.text_span2 {
  color: var(--color-10);
  justify-content: center;
  align-items: center;
  font-family: Money Penny Script, Arial, sans-serif;
  font-size: 65px;
  line-height: .5;
  display: inline;
}

.insurance_tabs-link {
  color: var(--color-11);
  background-color: #fff0;
  border-radius: 25px;
  flex-flow: column;
  margin-bottom: 5px;
  padding: 13px 20px;
  font-family: Scale, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.3;
  display: flex;
}

.insurance_tabs-link.w--current {
  background-color: var(--color-9);
  color: var(--color);
}

.insurance_tabs-menu {
  background-color: var(--color-3);
  flex-flow: column;
  width: 38%;
  padding: 40px 25px;
  display: flex;
}

.insurance_state {
  width: 100%;
  height: 100%;
  color: var(--color-3);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px 60px;
  display: flex;
}

.insurance_tabs-pane {
  background-color: var(--color-12);
  width: 100%;
  height: 100%;
}

.insurance_tabs {
  border-radius: 25px;
  flex-flow: row;
  display: flex;
  overflow: hidden;
}

.insurance_tabs-content {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.insurance_state-label {
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 1rem;
}

.insurance_state-title {
  font-family: Scale, Arial, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
}

.insurance_logo-grid {
  grid-column-gap: 47px;
  grid-row-gap: 47px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  width: 100%;
  margin-top: 40px;
  display: grid;
}

.insurance_logo {
  object-fit: contain;
  width: 154.125px;
  height: 45px;
}

.insurance_logo._0scar {
  height: 30px;
}

.insurance_logo.optum {
  height: 35px;
}

.insurance_logo.umr {
  width: 100px;
  height: 53.075px;
}

.insurance_logo.united {
  width: 140px;
  height: 48.625px;
}

.insurance_logo.well {
  height: 48.7875px;
}

.insurance_logo.oxford {
  width: 160px;
}

.insurance_logo.uhr {
  width: 100px;
  height: 77.3875px;
}

.insurance_logo.med {
  width: 60px;
  height: 66.8375px;
}

.insurance_logo.care {
  width: 135px;
  height: 63.7625px;
}

.insurance_logo.tricare {
  width: 120px;
  height: 60.0875px;
}

.insurance_logo.hwmg {
  width: 125px;
  height: 37px;
}

.insurance_logo.kaiser {
  width: 160.088px;
  height: 17.8px;
}

.insurance_logo.card {
  width: 134px;
  height: 51.0625px;
}

.section_why-choose {
  background-color: var(--color-9);
  color: var(--color);
  padding-top: 120px;
  padding-bottom: 120px;
}

.why-choose_component {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.why-choose_grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 70px;
  display: grid;
}

.why-choose_header {
  width: 660px;
  position: relative;
}

.why-choose_header-graphic {
  width: 71px;
  height: 71px;
  position: absolute;
  inset: -1% 18% auto auto;
}

.text_span3 {
  color: var(--color-7);
  padding-left: 20px;
  padding-right: 20px;
  font-family: Money Penny Script, Arial, sans-serif;
  font-size: 55px;
  line-height: .5;
  position: relative;
  top: 13px;
}

.why-choose_card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--color-11);
  color: var(--color-9);
  border-radius: 25px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  font-size: .875rem;
  display: grid;
  overflow: hidden;
}

.h3 {
  margin-bottom: 10px;
  font-family: Scale, Arial, sans-serif;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.2;
}

.h3.mb-20 {
  margin-bottom: 20px;
}

.why-choose_card-content {
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.why-choose_card-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section_outcomes {
  background-color: var(--color-2);
  color: var(--color-9);
  padding-top: 120px;
  padding-bottom: 120px;
}

.outcomes_component {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: .82fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  width: 100%;
  display: grid;
}

.outcomes_card {
  z-index: 2;
  border: 2px solid var(--color-3);
  border-radius: 25px;
  flex-flow: column;
  width: 100%;
  max-width: 300px;
  padding: 74px 22px 30px;
  font-size: 1rem;
  display: flex;
  position: relative;
}

.outcomes_card._2 {
  border-color: var(--color-6);
}

.outcomes_card._3 {
  border-color: var(--color-8);
}

.outcomes_card._4 {
  border-color: var(--color-7);
}

.outcomes_card-icon-bg {
  background-color: var(--color-3);
  border-radius: 100px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90px;
  min-width: 90px;
  height: 90px;
  min-height: 90px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  transform: translate(0, -42px);
}

.outcomes_card-icon-bg._2 {
  background-color: var(--color-6);
}

.outcomes_card-icon-bg._3 {
  background-color: var(--color-8);
}

.outcomes_card-icon-bg._4 {
  background-color: var(--color-7);
}

.outcomes_grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.outcomes_header {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 415.763px;
  display: flex;
}

.outcomes_card-icon {
  object-fit: contain;
  width: 42px;
  min-width: 42px;
  height: 42px;
  min-height: 42px;
}

.insurance_layout {
  z-index: 3;
  flex-flow: column;
  display: flex;
  position: relative;
}

.hero_content-wrap {
  width: 100%;
  display: flex;
}

.text_span4 {
  color: var(--color-13);
  font-family: Money Penny Script, Arial, sans-serif;
  font-size: 63px;
  line-height: .5;
}

.section_support {
  background-color: var(--color-11);
  color: var(--color-9);
  padding-bottom: 75px;
}

.outcomes_card-icon-wrap {
  z-index: 1;
  width: 100%;
  max-width: 300px;
  position: absolute;
  inset: 0%;
}

.support_heading-group {
  flex-flow: column;
  margin-bottom: 25px;
  display: flex;
  position: relative;
}

.text_span7 {
  font-family: Money Penny Script, Arial, sans-serif;
  font-size: 65px;
  line-height: .5;
}

.support_content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 440px;
  padding-top: 100px;
  display: flex;
}

.support_component {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  width: 100%;
  display: grid;
}

.support_grid {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
  position: relative;
}

.support_card {
  background-color: var(--color-6);
  width: 300.925px;
  min-width: 300.925px;
  height: 306px;
  min-height: 300.925px;
  color: var(--color);
  text-align: center;
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 70px 60px;
  font-size: .875rem;
  line-height: 1.5;
  display: flex;
}

.support_card._2 {
  background-color: var(--color-7);
}

.support_card._3 {
  background-color: var(--color-8);
}

.heading-6 {
  margin-bottom: 22px;
  font-family: Scale, Arial, sans-serif;
  font-size: 1.5625rem;
  font-weight: 400;
  line-height: 1;
}

.mb-0 {
  margin-bottom: 0;
}

.support_grid-graphic {
  z-index: 2;
  object-fit: contain;
  width: 210px;
  position: absolute;
  inset: auto 20% -37% auto;
}

.support_image {
  width: 90%;
  position: relative;
  top: 115px;
  left: -7px;
}

.footer_section {
  background-color: var(--color-9);
  flex-flow: column;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
}

.footer_content {
  justify-content: space-between;
  align-items: center;
  margin-top: 77px;
  display: flex;
}

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

.footer_links {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-flow: column;
  display: flex;
}

.footer_pattern {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 99%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.footer_pattern-cell {
  background-color: var(--color-3);
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  display: flex;
}

.footer_pattern-cell.large_screen {
  display: none;
}

.footer_logo {
  object-fit: contain;
  width: 146px;
  height: 56px;
}

.section_cta {
  height: 800px;
  color: var(--color);
  text-align: center;
  background-image: url("https://cdn.prod.website-files.com/6a6a64ff49c932007659fe4b/6a6a64ff49c932007659fea5_shutterstock_1450271288%201.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.cta_content {
  background-image: url("https://cdn.prod.website-files.com/6a6a64ff49c932007659fe4b/6a6a64ff49c932007659fea6_Vector%20-%202026-07-16T214649.822.svg");
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 420px;
  padding-bottom: 46px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.h2-big {
  margin-bottom: 25px;
  font-family: Scale, Arial, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 1;
}

.text_span8 {
  font-family: Money Penny Script, Arial, sans-serif;
  font-size: 75px;
  line-height: .5;
}

.button-primary_text {
  font-size: 1.125rem;
}

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

.section_faq {
  background-color: var(--color-11);
  padding-top: 155px;
  padding-bottom: 52px;
  overflow: hidden;
}

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

.faq_question {
  width: 100%;
  color: var(--color-9);
  justify-content: space-between;
  align-items: center;
  font-size: 1.125rem;
  font-weight: 600;
  display: flex;
}

.faq_question:hover, .faq_question.w--open {
  background-color: var(--color-9);
  color: var(--color);
}

.faq_item {
  border: 2px solid var(--color-16);
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  overflow: hidden;
}

.faq_list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  max-width: 552px;
  display: flex;
}

.faq_icon {
  width: 32px;
  height: 15px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: .5;
  position: absolute;
  inset: auto 0% auto auto;
}

.faq_answer {
  position: static;
}

.faq_answer.w--open {
  color: var(--color-18);
  background-color: #fff0;
  padding: 20px 20px 10px;
  font-size: 1.125rem;
}

.text_span6 {
  color: var(--color-3);
  font-family: Money Penny Script, Arial, sans-serif;
  font-size: 65px;
  line-height: .5;
}

.section_services {
  z-index: 0;
  background-color: var(--color-9);
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
}

.services_component {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: .6fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.text_span5 {
  color: var(--color-3);
  font-family: Money Penny Script, Arial, sans-serif;
  font-size: 65px;
  line-height: .5;
}

.services_header {
  width: 358.8px;
  color: var(--color-2);
  flex-flow: column;
  display: flex;
  position: relative;
}

.services_grid {
  grid-column-gap: 37px;
  grid-row-gap: 37px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  display: grid;
}

.services_item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  width: 100%;
  min-width: 100%;
  height: 122.6px;
  color: var(--color);
  text-transform: uppercase;
  border: 1px solid #000;
  border-radius: 25px;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 24px;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
}

.services_item._1 {
  border-color: var(--color-7);
}

.services_item._2 {
  border-color: var(--color-6);
}

.services_item._3 {
  border-color: var(--color-8);
}

.services_item._4 {
  border-color: var(--color-13);
}

.services_item._5 {
  border-color: var(--color-6);
}

.services_item._6 {
  border-color: var(--color-5);
}

.services_item._7 {
  border-color: var(--color-17);
}

.services_item._8 {
  border-color: var(--color-4);
}

.services_image {
  z-index: 4;
  width: 368px;
  position: absolute;
  inset: -40% auto auto 0%;
}

.mission_content {
  z-index: 1;
  grid-column-gap: 67px;
  grid-row-gap: 67px;
  height: 100%;
  color: var(--color-2);
  text-align: center;
  background-image: url("https://cdn.prod.website-files.com/6a6a64ff49c932007659fe4b/6a6a64ff49c932007659fea6_Vector%20-%202026-07-16T214649.822.svg");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.mission_quote {
  width: 680px;
  font-family: Scale, Arial, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.3;
}

.mission_logo {
  object-fit: contain;
  width: 176px;
  height: 100.388px;
}

.mission_component {
  z-index: 1;
  width: 100%;
  height: 500px;
  position: relative;
}

.section_mission {
  background-color: var(--color-9);
  position: relative;
}

.insurance_content-header {
  flex-flow: column;
  display: flex;
}

.outcomes_card-content {
  z-index: 1;
  position: relative;
}

.primary_text {
  transform: translate(0, 2px);
}

.hero_badge {
  z-index: 2;
  background-color: var(--color-4);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  min-width: 100px;
  height: 100px;
  min-height: 100px;
  padding: 10px;
  font-size: .6rem;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.hero_badge._2 {
  background-color: var(--color-6);
  inset: 37% auto auto 83%;
}

.hero_badge._3 {
  background-color: var(--color-7);
  inset: auto auto 11.9% 75%;
}

.hero_badge._4 {
  background-color: var(--color-13);
  inset: auto auto -1% 12%;
}

.hero_badge._1 {
  inset: 4% auto auto 68%;
}

.paragraph-2 {
  width: 55%;
}

.div-block-6 {
  position: relative;
}

.section_process {
  z-index: 1;
  height: 900px;
  padding-top: 80px;
  padding-bottom: 120px;
  position: relative;
}

.process_intro {
  z-index: 1;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 460px;
  display: flex;
  position: relative;
}

.process_component {
  z-index: 1;
  flex-flow: column;
  height: 821px;
  padding-top: 40px;
  display: flex;
  overflow: hidden;
}

.process_component._1 {
  overflow: visible;
}

.process_description {
  width: 460px;
}

.text_span9, .text_span10 {
  font-family: Money Penny Script, Arial, sans-serif;
  font-size: 65px;
  line-height: .5;
}

.process_graphic {
  z-index: 2;
  position: absolute;
  inset: -12% auto auto 24.5%;
}

.process_content {
  background-image: url("https://cdn.prod.website-files.com/6a6a64ff49c932007659fe4b/6a6a64ff49c932007659feb5_Group%2088.png"), url("https://cdn.prod.website-files.com/6a6a64ff49c932007659fe4b/6a6a64ff49c932007659feb6_Group%2083.png");
  background-position: 100%, 0%;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, contain;
  justify-content: center;
  align-items: center;
  display: flex;
}

.process_steps {
  z-index: 1;
  border: 7px solid var(--color-3);
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 825px;
  min-width: 825px;
  height: 825px;
  min-height: 825px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 168px;
}

.process_step {
  z-index: 2;
  background-color: var(--color-14);
  width: 200px;
  min-width: 200px;
  height: 200px;
  min-height: 200px;
  color: var(--color);
  text-align: center;
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px 18px;
  font-size: 14px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.process_step._2 {
  background-color: var(--color-10);
  margin-left: auto;
  margin-right: auto;
  position: relative;
  inset: -12% auto auto;
}

.process_step._3 {
  background-color: var(--color-7);
  inset: 13% -5% auto auto;
  transform: rotate(60deg);
}

.process_step._1 {
  background-color: var(--color-3);
  top: 13%;
  left: -5%;
  transform: rotate(-60deg);
}

.process_step._4 {
  background-color: var(--color-13);
  inset: 61% -6% auto auto;
  transform: rotate(120deg);
}

.process_step._5 {
  background-color: var(--color-8);
  margin-left: auto;
  margin-right: auto;
  inset: auto 0% -12%;
  transform: rotate(180deg);
}

.process_step._6 {
  background-color: var(--color-19);
  inset: 61% auto auto -6%;
  transform: rotate(240deg);
}

.process_step-title {
  color: var(--color);
  margin-bottom: 15px;
  font-family: Scale, Arial, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.2;
}

.process_step-timeline {
  color: var(--color-11);
  margin-bottom: 10px;
}

.process_step-timeline._2 {
  color: var(--color-9);
}

.last_p {
  margin-bottom: 30px;
}

.code-embed {
  position: absolute;
  inset: 20% 30% auto auto;
}

.code-embed-2 {
  width: 133px;
  position: absolute;
  inset: auto auto 19% 23%;
}

.div-block-8, .div-block-9 {
  position: relative;
}

.code-embed-3 {
  width: 45px;
  position: absolute;
  inset: -13% auto auto 80%;
}

.code-embed-4 {
  width: 140px;
  position: absolute;
  bottom: -12%;
  right: -26%;
}

.code-embed-5 {
  width: 154px;
  position: absolute;
  inset: 20% auto auto 0%;
}

.code-embed-6 {
  width: 167px;
  position: absolute;
  inset: 37% auto auto 44%;
}

.div-block-10 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.code-embed-7 {
  justify-content: center;
  align-items: center;
  width: 99%;
  height: 99%;
  margin: auto;
  display: flex;
}

.pop_wrapper {
  z-index: 999;
  background-image: linear-gradient(#000000bf, #000000bf);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.image-3 {
  background-color: var(--color);
  cursor: pointer;
  border-radius: 100px;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  display: block;
  position: absolute;
  inset: 5% 3% auto auto;
}

.div-block-12 {
  z-index: 3;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% -3%;
}

.div-block-13 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% -7%;
}

.secondary_btn {
  background-color: var(--color-3);
  color: var(--color);
  text-align: center;
  letter-spacing: 1px;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  padding: 20px 25px;
  font-family: Scale, Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

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

.pop_wrapper1 {
  z-index: 999;
  background-image: linear-gradient(#000000bf, #000000bf);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-close {
  background-color: var(--color);
  cursor: pointer;
  border-radius: 100px;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  display: block;
  position: absolute;
  inset: 5% 3% auto auto;
}

.submit-button {
  background-color: var(--color-3);
  text-align: center;
  border-radius: 25px;
  padding: 20px 25px 15px;
  font-family: Scale, Arial, sans-serif;
}

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

.form-block {
  background-color: var(--color-9);
  width: 65%;
  color: var(--color);
  border: 26px solid #0d1f33;
  border-radius: 20px;
  flex-flow: column;
  margin-bottom: 0;
  padding: 25px;
  font-family: Scale, Arial, sans-serif;
  display: flex;
}

.text-field {
  border-radius: 20px;
  height: 50px;
  margin-bottom: 20px;
}

.textarea {
  border-radius: 20px;
  min-height: 150px;
  margin-bottom: 20px;
}

.schedule_wrapper {
  flex-flow: column;
  width: 100%;
  display: none;
}

.form_wrapper {
  flex-flow: column;
  margin-bottom: 20px;
  display: flex;
}

.email_wrapper {
  flex-flow: column;
  width: 100%;
  display: none;
}

.radio-button {
  border: 1px solid var(--color-3);
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  margin-top: 0;
  margin-bottom: 5px;
}

.radio-button:active, .radio-button.w--redirected-checked, .radio-button.w--redirected-focus {
  background-color: var(--color-3);
}

.radio-button-field {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 12px;
  padding-left: 0;
  display: flex;
}

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

.field-label {
  margin-bottom: 10px;
  font-family: Rubik, sans-serif;
  font-weight: 400;
}

.success-message {
  background-color: var(--color-4);
}

@media screen and (min-width: 1280px) {
  .container {
    width: 100%;
    max-width: 85vw;
  }

  .container.cont_full {
    max-width: 100vw;
  }

  .image {
    width: 146px;
    height: 56px;
  }

  .section_hero {
    padding-bottom: 189px;
  }

  .hero_layout {
    grid-column-gap: 26px;
    grid-row-gap: 26px;
    height: auto;
  }

  .hero_content {
    width: 560px;
  }

  .h1 {
    background-image: none;
    width: auto;
    font-size: 54px;
  }

  .hero_heading-accent {
    width: auto;
    font-size: 54px;
  }

  .primary_btn {
    padding-left: 30px;
    padding-right: 30px;
  }

  .hero_image-wrap {
    width: 627px;
    top: 3px;
  }

  .hero_image {
    height: 713.413px;
  }

  .hero_image._1 {
    width: 560px;
    height: 600px;
  }

  .insurance_stats {
    padding-left: 120px;
    padding-right: 120px;
    transform: translate(0, -190px);
  }

  .insurance_stat-number {
    margin-bottom: 26px;
  }

  .insurance_content {
    margin-top: -90px;
  }

  .h2 {
    width: 518px;
    font-size: 50px;
  }

  .h2.width_small {
    width: 450px;
    margin-bottom: 34px;
  }

  .h2.width_small.child {
    width: 453px;
  }

  .h2.width_xsmall {
    width: 440px;
  }

  .h2.steps {
    width: 400px;
  }

  .text_span2 {
    font-size: 75px;
  }

  .tab-link-tab-8 {
    font-size: 1.5625rem;
  }

  .insurance_state-title {
    font-size: 50px;
  }

  .insurance_logo {
    width: 170px;
    height: 32.9875px;
  }

  .insurance_logo._0scar {
    width: 130px;
    height: 30.6875px;
  }

  .insurance_logo.optum {
    height: 40px;
  }

  .insurance_logo.fide {
    height: 39.225px;
  }

  .insurance_logo.plan {
    height: 42.925px;
  }

  .insurance_logo.oxford {
    width: 187px;
    height: 28.1px;
  }

  .insurance_logo.care {
    width: 140px;
    height: 66.125px;
  }

  .insurance_logo.kaiser {
    width: 185px;
    height: 20.575px;
  }

  .insurance_logo.mvp {
    width: 120px;
    height: 55.35px;
  }

  .insurance_logo.medicated {
    height: 42.925px;
  }

  .insurance_logo.card {
    width: 144px;
    height: 54.875px;
  }

  .insurance_logo.kan {
    height: 61px;
  }

  .section_why-choose {
    padding-top: 133px;
    padding-bottom: 133px;
  }

  .heading-3 {
    font-size: 50px;
    line-height: 1.1;
  }

  .why-choose_grid {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .why-choose_header {
    width: 788px;
  }

  .why-choose_header-graphic {
    right: 16%;
  }

  .why-choose_card {
    font-size: 1rem;
  }

  .h3 {
    font-size: 1.8rem;
  }

  .why-choose_card-content {
    padding-left: 28px;
    padding-right: 28px;
  }

  .section_outcomes {
    padding-top: 133px;
    padding-bottom: 133px;
  }

  .heading-4 {
    width: 450px;
    margin-bottom: 34px;
    font-size: 50px;
  }

  .heading-5 {
    font-size: 1.875rem;
  }

  .outcomes_card {
    padding-bottom: 53px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .outcomes_card-icon-bg {
    width: 100px;
    min-width: 100px;
    height: 100px;
    min-height: 100px;
    top: -16%;
    left: 32%;
    transform: translate(0, -47px);
  }

  .outcomes_grid {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
  }

  .outcomes_header {
    width: 460px;
  }

  .outcomes_card-icon {
    width: 52px;
    min-width: 52px;
    height: 52px;
    min-height: 52px;
  }

  .text_span4 {
    font-size: 75px;
  }

  .section_support {
    padding-bottom: 100px;
  }

  .heading-4-copy {
    width: 440px;
    font-size: 50px;
  }

  .support_heading-icon {
    width: 165px;
    right: -19%;
  }

  .support_heading-group {
    margin-bottom: 34px;
  }

  .text_span7 {
    font-size: 75px;
  }

  .support_content {
    width: 441px;
    padding-top: 124px;
  }

  .support_card {
    width: 339.325px;
    min-width: 339.325px;
    height: 339.325px;
    min-height: 339.325px;
    padding-top: 100px;
    padding-bottom: 100px;
    font-size: 1rem;
  }

  .heading-6 {
    font-size: 1.875rem;
  }

  .support_grid-graphic {
    width: 240px;
    bottom: -43%;
    right: 19.7%;
  }

  .support_image {
    width: 610px;
    top: 111px;
    left: -61px;
  }

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

  .footer_pattern-cell.large_screen {
    display: flex;
  }

  .footer_logo {
    width: 200px;
    height: 76.7px;
  }

  .section_cta {
    height: 790px;
  }

  .cta_content {
    padding-bottom: 56px;
  }

  .h2-big {
    font-size: 58px;
  }

  .cta_button-wrap {
    width: 166px;
    min-width: 166px;
    height: 166px;
    min-height: 166px;
    right: 0%;
  }

  .button-primary_text, .faq_question, .faq_answer.w--open {
    font-size: 1.25rem;
  }

  .text_span6 {
    font-size: 75px;
  }

  .section_services {
    padding-top: 133px;
    padding-bottom: 133px;
  }

  .services_component {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    grid-template-columns: .7fr 1fr;
  }

  .text_span5 {
    font-size: 75px;
  }

  .services_header {
    width: 420px;
  }

  .services_item {
    grid-column-gap: 34.15px;
    grid-row-gap: 34.15px;
    height: 128.6px;
    padding: 23px 32px;
    font-size: 1rem;
  }

  .services_image {
    top: -25%;
  }

  .mission_content {
    grid-column-gap: 77px;
    grid-row-gap: 77px;
  }

  .mission_component {
    height: 600px;
  }

  .heading-4-copy-copy {
    width: 440px;
    font-size: 50px;
  }

  .hero_badge {
    width: 120px;
    min-width: 120px;
    height: 120px;
    min-height: 120px;
    font-size: .8rem;
  }

  .hero_badge._2 {
    top: 39%;
    left: 76%;
  }

  .hero_badge._3 {
    bottom: 4%;
    left: 60%;
  }

  .hero_badge._4 {
    bottom: -8%;
    left: 7%;
  }

  .hero_badge._1 {
    top: 0%;
    left: 58%;
  }

  .paragraph-2 {
    width: 44%;
  }

  .image-2 {
    width: 45px;
  }

  .section_process {
    height: 1080px;
    padding-top: 133px;
    padding-bottom: 133px;
  }

  .process_component {
    height: 947px;
  }

  .text_span9, .text_span10 {
    font-size: 75px;
  }

  .process_graphic {
    left: 21%;
  }

  .process_steps {
    width: 950px;
    min-width: 950px;
    height: 950px;
    min-height: 950px;
    top: 210px;
  }

  .process_step {
    width: 245px;
    min-width: 245px;
    height: 245px;
    min-height: 245px;
    padding-left: 29px;
    padding-right: 29px;
    font-size: 1rem;
  }

  .process_step-title {
    font-size: 29px;
  }

  .process_cta {
    width: 166px;
    min-width: 166px;
    height: 166px;
    min-height: 166px;
  }

  .div-block-7 {
    width: 1140px;
    bottom: 35%;
    right: 8%;
  }

  .code-embed {
    top: 24%;
    right: 28%;
  }

  .code-embed-2 {
    width: 153px;
    bottom: 17%;
    left: 26%;
  }

  .code-embed-3 {
    top: 0%;
  }

  .code-embed-4 {
    width: 165px;
    right: -19%;
  }

  .code-embed-5 {
    width: 180px;
    top: 23%;
  }

  .code-embed-6 {
    top: 45%;
    left: 46%;
  }

  .secondary_btn, .submit-button {
    padding-left: 30px;
    padding-right: 30px;
  }

  .form-block {
    width: 704px;
    padding: 30px;
  }
}

@media screen and (min-width: 1440px) {
  .container {
    max-width: 1242px;
  }

  .container.cont_mid {
    max-width: 85vw;
  }

  .section_hero {
    padding-bottom: 237px;
  }

  .hero_image-wrap {
    width: 707px;
  }

  .hero_image {
    height: 788px;
  }

  .hero_image._1 {
    width: 670px;
    height: 700px;
  }

  .insurance_logo.fide {
    width: 180px;
    height: 41.525px;
  }

  .insurance_logo.plan {
    width: 190px;
    height: 47.975px;
  }

  .insurance_logo.kaiser {
    width: 225px;
    height: 25.025px;
  }

  .insurance_logo.card {
    width: 154px;
    height: 58.675px;
  }

  .why-choose_grid {
    grid-column-gap: 106px;
    grid-row-gap: 106px;
  }

  .why-choose_header-graphic {
    right: 20%;
  }

  .text_span3 {
    top: 11px;
  }

  .h3 {
    font-size: 1.875rem;
  }

  .why-choose_card-content {
    padding: 34px;
  }

  .outcomes_component {
    grid-column-gap: 190px;
    grid-row-gap: 190px;
  }

  .outcomes_card-icon-bg {
    width: 112px;
    min-width: 112px;
    height: 112px;
    min-height: 112px;
  }

  .support_component, .support_grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .support_card {
    width: 368px;
    min-width: 368px;
    height: 368px;
    min-height: 368px;
    padding-left: 70px;
    padding-right: 70px;
  }

  .support_grid-graphic {
    width: 300px;
    right: 18.2%;
  }

  .support_image {
    top: 130px;
    left: -48px;
  }

  .footer_pattern {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer_pattern-cell {
    width: 54px;
    min-width: 54px;
    height: 54px;
    min-height: 54px;
  }

  .footer_pattern-cell.large_screen._1440, .footer_pattern-cell.large_screen._1920, .footer_pattern-cell.large_screen._1440, .footer_pattern-cell.large_screen._1920, .footer_pattern-cell.large_screen._1440, .footer_pattern-cell.large_screen._1920 {
    display: none;
  }

  .footer_logo {
    width: 218px;
    height: 83.6125px;
  }

  .section_cta {
    height: 889px;
  }

  .cta_content {
    padding-bottom: 66px;
  }

  .services_component {
    grid-column-gap: 150px;
    grid-row-gap: 150px;
  }

  .services_grid {
    grid-column-gap: 47px;
    grid-row-gap: 47px;
  }

  .services_item {
    font-size: 1.125rem;
  }

  .services_image {
    width: 420px;
    bottom: -30%;
  }

  .mission_content {
    grid-column-gap: 87px;
    grid-row-gap: 87px;
  }

  .mission_quote {
    width: 916px;
    font-size: 3.375rem;
  }

  .mission_component {
    height: 700px;
  }

  .hero_badge {
    width: 135px;
    min-width: 135px;
    height: 135px;
    min-height: 135px;
    font-size: .875rem;
  }

  .hero_badge._2 {
    top: 40%;
  }

  .hero_badge._3 {
    bottom: 0%;
    left: 63%;
  }

  .hero_badge._4 {
    bottom: -6%;
  }

  .paragraph-2 {
    width: 39%;
  }

  .section_process {
    height: 1075px;
  }

  .process_component {
    height: 943px;
  }

  .process_steps {
    width: 1050px;
    min-width: 1050px;
    height: 1050px;
    min-height: 1050px;
    top: 165px;
  }

  .div-block-7 {
    right: 13%;
  }

  .code-embed-2 {
    left: 23%;
  }
}

@media screen and (min-width: 1920px) {
  body {
    font-size: 18px;
  }

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

  .list {
    font-size: 14px;
  }

  .primary_btn {
    font-size: 20px;
  }

  .hero_image-wrap {
    width: 947px;
  }

  .hero_image {
    height: 1000px;
  }

  .hero_image._1 {
    width: 808px;
    height: 919.363px;
    max-height: none;
  }

  .insurance_stat-number {
    font-size: 48px;
  }

  .tab-link-tab-8 {
    font-size: 25px;
  }

  .insurance_state-label {
    font-size: 16px;
  }

  .insurance_logo.card {
    width: 164px;
    height: 62.4875px;
  }

  .why-choose_card {
    font-size: 16px;
  }

  .h3, .heading-5 {
    font-size: 30px;
  }

  .outcomes_card, .support_card {
    font-size: 16px;
  }

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

  .footer_section {
    padding-top: 60px;
    padding-bottom: 102px;
  }

  .footer_pattern {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .footer_pattern-cell {
    width: 74px;
    min-width: 74px;
    height: 74px;
    min-height: 74px;
  }

  .footer_pattern-cell.large_screen._1920 {
    display: flex;
  }

  .section_cta {
    height: 1185px;
  }

  .button-primary_text, .faq_question, .faq_answer.w--open {
    font-size: 20px;
  }

  .services_item {
    font-size: 18px;
  }

  .services_image {
    width: 520px;
    bottom: -44%;
  }

  .mission_content, .mission_quote {
    font-size: 54px;
  }

  .mission_component {
    height: 850px;
  }

  .hero_badge {
    width: 145px;
    min-width: 145px;
    height: 145px;
    min-height: 145px;
    font-size: 14px;
  }

  .hero_badge._2 {
    top: 40%;
  }

  .hero_badge._4 {
    left: 9%;
  }

  .hero_badge._1 {
    top: -2%;
  }

  .paragraph-2 {
    width: 29%;
  }

  .process_steps {
    width: 1140px;
    min-width: 1140px;
    height: 1140px;
    min-height: 1140px;
    top: 135px;
  }

  .process_step {
    font-size: 16px;
  }

  .div-block-7 {
    right: 22%;
  }

  .secondary_btn {
    font-size: 20px;
  }
}

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

  .hero_layout {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: column;
    height: auto;
    display: flex;
  }

  .text-block.color_auto.space {
    font-size: 14px;
  }

  .hero_content {
    width: 560px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .h1 {
    width: auto;
    font-size: 54px;
  }

  .hero_heading-accent {
    width: auto;
  }

  .hero_image-wrap {
    width: 100%;
  }

  .hero_image._1 {
    object-fit: contain;
    object-fit: contain;
    width: 700px;
    height: 788px;
    right: 0%;
  }

  .insurance_stats {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding: 40px 20px;
  }

  .insurance_stat-item {
    font-size: 1rem;
  }

  .insurance_stat-number {
    margin-bottom: 15px;
    font-size: 2.8rem;
  }

  .insurance_shape-top-left {
    width: 58px;
    height: 61.2875px;
  }

  .insurance_shape-top-right {
    left: 47%;
  }

  .insurance_shape-middle {
    width: 60px;
    height: 60px;
  }

  .insurance_shape-bottom-left {
    width: 60px;
    height: 56.875px;
    top: 35%;
  }

  .insurance_shape-bottom-right {
    width: 55px;
    height: 55px;
    bottom: 5%;
  }

  .insurance_tabs-menu {
    width: 44%;
  }

  .insurance_state {
    padding-left: 40px;
    padding-right: 40px;
  }

  .insurance_logo-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .why-choose_grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    width: 70%;
    display: flex;
  }

  .why-choose_header-graphic {
    right: 6%;
  }

  .section_outcomes {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .outcomes_component {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: column;
    display: flex;
  }

  .outcomes_grid {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    width: 85%;
  }

  .hero_content-wrap, .support_content {
    order: -9999;
  }

  .support_component {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    display: flex;
  }

  .support_grid {
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .support_grid-graphic {
    display: none;
    bottom: -17%;
    right: 8%;
  }

  .support_image {
    display: none;
    top: 0;
  }

  .footer_section {
    padding-bottom: 3rem;
  }

  .footer_content {
    margin-top: 50px;
  }

  .footer_pattern {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 60px;
    display: grid;
  }

  .footer_pattern-cell {
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
  }

  .footer_pattern-cell.large_screen.mobile {
    display: flex;
  }

  .section_cta {
    height: 600px;
  }

  .cta_content {
    background-position: 50% 101%;
    background-size: 800px;
  }

  .h2-big {
    font-size: 40px;
  }

  .text_span8 {
    font-size: 50px;
  }

  .cta_button-wrap {
    width: 125px;
    min-width: 125px;
    height: 125px;
    min-height: 125px;
    font-size: 1rem;
  }

  .button-primary_text {
    font-size: 1rem;
  }

  .section_faq {
    padding-top: 120px;
  }

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

  .text_span6 {
    font-size: 55px;
  }

  .services_component {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    display: flex;
  }

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

  .services_image {
    width: 300px;
    display: none;
    position: static;
    top: 10%;
  }

  .mission_content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: center;
    align-items: center;
  }

  .mission_quote {
    width: 90%;
    margin-bottom: 0;
  }

  .mission_logo {
    width: 166px;
    height: 94.675px;
  }

  .mission_component {
    height: 475px;
  }

  .hero_badge {
    width: 145px;
    min-width: 145px;
    height: 145px;
    min-height: 145px;
    font-size: .875rem;
  }

  .hero_badge._2 {
    top: 41%;
    left: 75%;
  }

  .hero_badge._3 {
    bottom: 5%;
    left: 60%;
  }

  .hero_badge._4 {
    left: 12%;
  }

  .hero_badge._1 {
    left: 60%;
  }

  .menu-button {
    color: var(--color-2);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    display: flex;
  }

  .paragraph-2 {
    width: 68%;
  }

  .section_process {
    height: 793px;
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .process_component {
    height: 734px;
  }

  .process_steps {
    width: 638px;
    min-width: 638px;
    height: 638px;
    min-height: 638px;
    top: 155px;
  }

  .process_step {
    width: 180px;
    min-width: 180px;
    height: 180px;
    min-height: 180px;
    font-size: 12px;
  }

  .process_step._2 {
    top: -10%;
  }

  .process_step._3 {
    right: -4%;
  }

  .process_step._1 {
    left: -4%;
  }

  .process_step._4 {
    right: -3%;
  }

  .process_step._5 {
    bottom: -10%;
  }

  .process_step._6 {
    left: -3%;
  }

  .process_step-title {
    font-size: 25px;
  }

  .div-block-7 {
    height: 125px;
    right: 5%;
  }

  .code-embed {
    inset: 23% 0% auto auto;
  }

  .code-embed-2 {
    width: 128px;
    left: 33%;
  }

  .code-embed-3 {
    left: 80%;
  }

  .code-embed-5 {
    top: 92%;
  }

  .code-embed-6 {
    left: 44%;
  }

  .icon, .nav-menu {
    display: none;
  }

  .form-block {
    width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .hero_content {
    width: 90%;
  }

  .h1 {
    font-size: 8.8vw;
  }

  .paragraph {
    width: 85%;
  }

  .hero_image._1 {
    width: 95%;
    height: auto;
  }

  .insurance_stats {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .insurance_stat-item {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .insurance_shape-bottom-right {
    left: 5%;
  }

  .insurance_content {
    width: 100%;
  }

  .h2.width_auto {
    font-size: 35px;
    line-height: 1.2;
  }

  .insurance_description {
    width: 100%;
  }

  .text_span2 {
    font-size: 55px;
  }

  .insurance_tabs-menu {
    width: 46%;
    padding: 30px 16px;
  }

  .insurance_state {
    padding-left: 20px;
    padding-right: 20px;
  }

  .insurance_logo-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-top: 30px;
  }

  .insurance_logo.umr {
    height: 42px;
  }

  .insurance_logo.well {
    height: 35px;
  }

  .section_why-choose {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .why-choose_component {
    width: 100%;
  }

  .why-choose_grid {
    width: 90%;
  }

  .why-choose_header {
    width: 100%;
  }

  .why-choose_header-graphic {
    right: -4%;
  }

  .outcomes_grid {
    width: auto;
  }

  .outcomes_header {
    width: 69.2389%;
  }

  .support_heading-icon {
    right: -6%;
  }

  .support_card {
    width: 281px;
    min-width: 281px;
    height: 281px;
    min-height: 281px;
  }

  .support_grid-graphic {
    right: 0%;
  }

  .footer_section {
    padding-bottom: 2rem;
  }

  .footer_content {
    margin-top: 40px;
  }

  .footer_pattern {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    margin-bottom: 40px;
  }

  .footer_pattern-cell {
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
  }

  .footer_pattern-cell.large_screen.mobile {
    display: none;
  }

  .footer_logo {
    width: 136px;
    height: 52.1625px;
  }

  .section_cta {
    height: 500px;
  }

  .h2-big {
    margin-bottom: 20px;
    font-size: 38px;
  }

  .cta_button-wrap {
    width: 100px;
    min-width: 100px;
    height: 100px;
    min-height: 100px;
  }

  .button-primary_text {
    font-size: 16px;
  }

  .section_faq {
    padding-top: 100px;
  }

  .faq_icon {
    font-size: 1.7rem;
  }

  .section_services {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .services_grid, .services_item {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .services_image {
    top: -40%;
  }

  .mission_content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .mission_quote {
    width: 95%;
  }

  .mission_component {
    height: 450px;
  }

  .insurance_content-header {
    width: 100%;
  }

  .hero_badge {
    width: 135px;
    min-width: 135px;
    height: 135px;
    min-height: 135px;
  }

  .hero_badge._2 {
    left: 75%;
  }

  .hero_badge._3 {
    bottom: 0%;
    left: 55%;
  }

  .hero_badge._4 {
    bottom: -6%;
  }

  .hero_badge._1 {
    left: 66%;
  }

  .paragraph-2 {
    width: 73%;
  }

  .section_process {
    height: 665px;
  }

  .process_component {
    height: 607px;
  }

  .process_steps {
    width: 475px;
    min-width: 475px;
    height: 475px;
    min-height: 475px;
    top: 119px;
  }

  .process_step {
    width: 150px;
    min-width: 150px;
    height: 150px;
    min-height: 150px;
    font-size: 10px;
  }

  .process_step._4, .process_step._6 {
    top: 57%;
  }

  .process_step._3 {
    top: 12%;
    right: -4%;
  }

  .process_step._1 {
    top: 12%;
  }

  .process_step._4, .process_step._6 {
    top: 57%;
  }

  .process_step-title {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .process_cta {
    width: 125px;
    min-width: 125px;
    height: 125px;
    min-height: 125px;
    bottom: -10%;
  }

  .div-block-7 {
    height: 105px;
    right: 1%;
  }

  .code-embed {
    top: 21%;
  }

  .code-embed-2 {
    bottom: 27%;
    left: 38%;
  }

  .code-embed-3 {
    top: -38%;
  }

  .code-embed-4 {
    width: 130px;
    right: -6%;
  }

  .code-embed-6 {
    top: 27%;
    left: 51%;
  }

  .form-block {
    width: 90%;
  }
}

@media screen and (max-width: 479px) {
  .page_wrapper {
    font-size: 16px;
  }

  .section_hero {
    padding-bottom: 190px;
  }

  .hero_layout {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    margin-bottom: 60px;
  }

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

  .list {
    font-size: 12px;
  }

  .paragraph {
    width: 100%;
  }

  .hero_heading-accent {
    font-size: 32px;
  }

  .hero_image._1 {
    width: 96%;
    height: auto;
  }

  .insurance_stats {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .div-block-5 {
    background-size: 120%;
  }

  .insurance_stat-item {
    font-size: 14px;
  }

  .insurance_stat-number {
    font-size: 40px;
  }

  .insurance_shape-top-left {
    top: 17%;
  }

  .insurance_shape-top-right {
    top: 0%;
    left: 40%;
  }

  .insurance_shape-bottom-left {
    top: 37%;
  }

  .insurance_shape-bottom-right {
    bottom: 1%;
    left: 2%;
  }

  .h2 {
    width: 100%;
    font-size: 26px;
  }

  .h2.width_auto {
    font-size: 21px;
  }

  .h2.width_small {
    width: 100%;
  }

  .h2.width_small.child {
    width: 238px;
  }

  .h2.width_xsmall {
    width: 288px;
  }

  .h2.steps {
    width: 100%;
  }

  .text_span2 {
    font-size: 45px;
  }

  .insurance_tabs-menu {
    width: 100%;
  }

  .insurance_tabs {
    flex-flow: column;
  }

  .insurance_state-title {
    font-size: 35px;
  }

  .insurance_logo-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .insurance_logo {
    width: 144px;
    height: 22.1125px;
  }

  .insurance_logo._0scar {
    width: 100px;
    height: 23.6px;
  }

  .insurance_logo.fide {
    height: 33.225px;
  }

  .insurance_logo.umr {
    width: 80px;
    height: 42.4625px;
  }

  .insurance_logo.united {
    width: 100px;
    height: 34.7375px;
  }

  .insurance_logo.well {
    height: 32px;
  }

  .insurance_logo.plan {
    height: 45px;
  }

  .section_why-choose {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .why-choose_grid, .why-choose_header {
    width: 100%;
  }

  .why-choose_header-graphic {
    width: 50px;
    height: 50px;
    top: 0%;
    right: -2%;
  }

  .text_span3 {
    font-size: 35px;
    top: 5px;
  }

  .why-choose_card {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .h3 {
    font-size: 24px;
  }

  .why-choose_card-content {
    padding-top: 34px;
    font-size: 16px;
  }

  .why-choose_card-image {
    height: 380px;
  }

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

  .outcomes_card {
    max-width: none;
  }

  .outcomes_grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    display: flex;
  }

  .outcomes_header {
    width: 100%;
  }

  .text_span4 {
    font-size: 40px;
  }

  .section_support {
    padding-bottom: 100px;
  }

  .outcomes_card-icon-wrap {
    max-width: none;
  }

  .support_heading-icon {
    width: 100px;
    bottom: -11%;
    right: 4%;
  }

  .support_heading-group {
    width: 288px;
  }

  .text_span7 {
    font-size: 45px;
  }

  .support_content {
    width: 100%;
    padding-top: 80px;
  }

  .support_grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .support_card {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .support_grid-graphic {
    width: 185px;
    bottom: -20%;
    right: 50%;
  }

  .footer_section {
    padding-top: 3rem;
    padding-bottom: 32px;
  }

  .footer_content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    text-align: center;
    flex-flow: column;
    margin-top: 20px;
  }

  .footer_pattern {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    margin-bottom: 20px;
  }

  .footer_pattern-cell {
    width: 15px;
    min-width: 15px;
    height: 15px;
    min-height: 15px;
  }

  .footer_pattern-cell.large_screen.mobile, .footer_pattern-cell.large_screen.x-small, .footer_pattern-cell.large_screen.mobile, .footer_pattern-cell.large_screen.x-small, .footer_pattern-cell.large_screen.mobile, .footer_pattern-cell.large_screen.x-small {
    display: flex;
  }

  .section_cta {
    height: 400px;
  }

  .cta_content {
    background-size: 475px;
    height: 400px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 10px;
  }

  .h2-big {
    width: 100%;
    margin-bottom: 10px;
    font-size: 20px;
  }

  .text_span8 {
    font-size: 30px;
  }

  .cta_button-wrap {
    width: 80px;
    min-width: 80px;
    height: 80px;
    min-height: 80px;
    bottom: 28%;
  }

  .button-primary_text {
    font-size: 10px;
  }

  .section_faq {
    padding-top: 80px;
  }

  .faq_question {
    white-space: normal;
    font-size: 16px;
  }

  .faq_item {
    font-size: 16px;
  }

  .faq_icon {
    width: 14px;
    height: 16px;
    margin-right: 23px;
    font-size: 1.5rem;
  }

  .text_span6 {
    font-size: 45px;
  }

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

  .text_span5 {
    font-size: 45px;
    line-height: .4;
  }

  .services_header {
    width: 288px;
  }

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

  .services_item {
    font-size: 16px;
  }

  .services_image {
    bottom: -2%;
  }

  .mission_content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .mission_quote {
    font-size: 24px;
  }

  .mission_logo {
    width: 146px;
    height: 83.275px;
  }

  .mission_component {
    height: 400px;
  }

  .primary_text {
    font-size: 16px;
  }

  .hero_badge {
    width: 100px;
    min-width: 100px;
    height: 100px;
    min-height: 100px;
    font-size: 11px;
  }

  .hero_badge._2 {
    left: 70%;
  }

  .hero_badge._3 {
    bottom: -3%;
    left: 55%;
  }

  .hero_badge._4 {
    bottom: -5%;
    left: 10%;
  }

  .hero_badge._1 {
    top: 2%;
    left: 61%;
  }

  .paragraph-2 {
    width: 90%;
  }

  .image-2 {
    bottom: 40%;
    right: 8%;
  }

  .section_process {
    height: 520px;
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .process_intro {
    width: 90%;
  }

  .process_component {
    height: 481px;
  }

  .process_description {
    width: 100%;
  }

  .text_span9, .text_span10 {
    font-size: 45px;
  }

  .process_graphic {
    width: 36px;
    top: -6%;
    left: 15%;
  }

  .process_steps {
    width: 80vw;
    min-width: 80vw;
    height: 80vw;
    min-height: 80vw;
    top: 100px;
  }

  .process_step {
    width: 90px;
    min-width: 90px;
    height: 90px;
    min-height: 90px;
    font-size: 6px;
  }

  .process_step._2 {
    top: -15%;
  }

  .process_step._3 {
    right: -10%;
  }

  .process_step._1 {
    left: -10%;
  }

  .process_step._4 {
    right: -8%;
  }

  .process_step._5 {
    bottom: -15%;
  }

  .process_step._6 {
    left: -7%;
  }

  .process_step-title {
    margin-bottom: 5px;
    font-size: 10px;
  }

  .process_cta {
    width: 90px;
    min-width: 90px;
    height: 90px;
    min-height: 90px;
    bottom: -9%;
  }

  .div-block-7 {
    height: 83px;
    bottom: 19%;
  }

  .code-embed {
    width: 110px;
    top: 14%;
  }

  .code-embed-2 {
    bottom: 26%;
    left: 51%;
  }

  .code-embed-4 {
    width: 110px;
    bottom: -11%;
    right: 4%;
  }

  .code-embed-5 {
    width: 115px;
    inset: 60% 22px auto auto;
  }

  .code-embed-6 {
    width: 111px;
    top: 20%;
    left: 59%;
  }

  .div-block-11 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 288px;
    display: flex;
  }

  .popup-close {
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
  }

  .form-block {
    width: 95%;
  }
}

#w-node-d2055176-368f-ce99-c51c-9b0f3f1e22be-7659fe48 {
  justify-self: start;
}

#w-node-da079b65-5a31-a94a-bf6c-c4b2c158f761-7659fe48, #w-node-_6e2a7002-43ac-b304-5bf3-4734c325f809-7659fe48 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_979f21a0-eb4d-055e-9cac-5c7bf47bb42f-7659fe48 {
  place-self: center;
}

@media screen and (max-width: 479px) {
  #w-node-a478fb66-fcca-2243-0ea6-3667a27347ed-7659fe48 {
    justify-self: end;
  }
}
