/*!************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!../../packages/ui/src/components/BaseButton/BaseButton2024.less ***!
  \************************************************************************************************************************************************************************************************************************/
/** Screen sizes (TODO: we can probably make the entire media query a variable which would simplify things) **/
/** Data Collection */
:root {
  --primary_dark_background_color: #0a3455;
  --primary_default_background_color: #ffffff;
  --primary_light_background_color: #dddddd;
  --primary_button_text_color: #ffffff;
  --primary_button_background_color: #df6136;
  --secondary_text_color: #666666;
  --secondary_light_background_color: hsl(0, 0%, 93%);
}
.centered-container__C7uFE {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1139px) {
  .centered-container__C7uFE {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
/** Primary Variables/setup **/
/** Screen sizes (TODO: we can probably make the entire media query a variable which would simplify things) **/
/** Data Collection */
/* Design System Font Styles */
/*******************************
            Flex Layout
  *******************************/
.layout__eKZQI.horizontal__wihP4,
.layout__eKZQI.horizontal-reverse__17ADX,
.layout__eKZQI.vertical__6KH1Q,
.layout__eKZQI.vertical-reverse__leTZT {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.layout__eKZQI.inline__LEaPY {
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.layout__eKZQI.horizontal__wihP4 {
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.layout__eKZQI.horizontal-reverse__17ADX {
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.layout__eKZQI.vertical__6KH1Q {
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.layout__eKZQI.vertical-reverse__leTZT {
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.layout__eKZQI.wrap__FBFux {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.layout__eKZQI.noWrap__8YZm6 {
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.layout__eKZQI.wrap-reverse__QXKxS {
  -ms-flex-wrap: wrap-reverse;
  -webkit-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}
.flex-auto__QOEXN {
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}
.flex-none__KX186 {
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
}
.flex__CJTGC,
.flex-1__yoZXK {
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.flex-2__O5DV1 {
  -ms-flex: 2;
  -webkit-flex: 2;
  flex: 2;
}
.flex-3__zp5zv {
  -ms-flex: 3;
  -webkit-flex: 3;
  flex: 3;
}
.flex-4__QQWYp {
  -ms-flex: 4;
  -webkit-flex: 4;
  flex: 4;
}
.flex-5__Rcipb {
  -ms-flex: 5;
  -webkit-flex: 5;
  flex: 5;
}
.flex-6__Z6nV5 {
  -ms-flex: 6;
  -webkit-flex: 6;
  flex: 6;
}
.flex-7__rEPXQ {
  -ms-flex: 7;
  -webkit-flex: 7;
  flex: 7;
}
.flex-8__qK1yu {
  -ms-flex: 8;
  -webkit-flex: 8;
  flex: 8;
}
.flex-9__GoChB {
  -ms-flex: 9;
  -webkit-flex: 9;
  flex: 9;
}
.flex-10__1ccPE {
  -ms-flex: 10;
  -webkit-flex: 10;
  flex: 10;
}
.flex-11__ZiS3q {
  -ms-flex: 11;
  -webkit-flex: 11;
  flex: 11;
}
.flex-12__bgRXz {
  -ms-flex: 12;
  -webkit-flex: 12;
  flex: 12;
}
/* alignment in cross axis */
.layout__eKZQI.start__Gj3DH {
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.layout__eKZQI.center__tphe3,
.layout__eKZQI.center-center__WYp\+4 {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.layout__eKZQI.baseline__BmlzR {
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
}
.layout__eKZQI.end__mM9mo {
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
/* alignment in main axis */
.layout__eKZQI.start-justified__NMIGb {
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.layout__eKZQI.center-justified__wTOuO,
.layout__eKZQI.center-center__WYp\+4 {
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.layout__eKZQI.end-justified__HhjUI {
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
/* noinspection CssInvalidPropertyValue */
.layout__eKZQI.around-justified__K67Tp {
  -ms-flex-pack: around;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.layout__eKZQI.space-between-justified__E5teC {
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.layout__eKZQI.justified__CQKt2 {
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
/* self alignment */
.self-start__Taa\+m {
  -ms-align-self: flex-start;
  -webkit-align-self: flex-start;
  align-self: flex-start;
}
.self-center__LY83w {
  -ms-align-self: center;
  -webkit-align-self: center;
  align-self: center;
}
.self-end__S0D1h {
  -ms-align-self: flex-end;
  -webkit-align-self: flex-end;
  align-self: flex-end;
}
.self-stretch__gSSm3 {
  -ms-align-self: stretch;
  -webkit-align-self: stretch;
  align-self: stretch;
}
.fadeOut__zeH3k {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s, opacity 0.3s linear;
}
.fadeIn__YqIy5 {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity 0.3s linear;
}
.visible__DtkbC {
  display: '';
}
.notVisible__Zil\+i {
  display: none!important;
}
button.baseClass__5BXpN {
  cursor: pointer;
  width: 180px;
  font-size: 16px;
  height: 50px;
  border-radius: 32px;
  background: linear-gradient(to right, #f16027 0%, #f26d29 13.635%, #f4782c 29.5425%, #f79435 35.451%, #fbb040 45.45%, #fbb040 54.54%, #fbb040 54.54%, #f79435 68.175%, #f4782c 84.0825%, #f26d29 90.081%, #f16027 100%);
  background-position: 100% 0;
  background-size: 220% 100%;
  font-family: 'Gilroy', Arial, sans-serif;
  font-weight: 600;
  color: white;
  border: transparent;
  transition: background-position 0.3s ease-out !important;
}
button.baseClass__5BXpN:hover {
  background-position: 0 0;
}
button.baseClass__5BXpN.disabled__C7Bqt {
  opacity: 0.5;
  cursor: default;
}
button.baseClass__5BXpN.wide__A5u3y {
  width: auto;
  padding-left: 56px;
  padding-right: 56px;
}

/*!**************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!../../packages/ui/src/components/ProviderRatingHover/ProviderRatingHover.less ***!
  \**************************************************************************************************************************************************************************************************************************************/
/** Screen sizes (TODO: we can probably make the entire media query a variable which would simplify things) **/
/** Data Collection */
:root {
  --primary_dark_background_color: #0a3455;
  --primary_default_background_color: #ffffff;
  --primary_light_background_color: #dddddd;
  --primary_button_text_color: #ffffff;
  --primary_button_background_color: #df6136;
  --secondary_text_color: #666666;
  --secondary_light_background_color: hsl(0, 0%, 93%);
}
.centered-container__le3N8 {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1139px) {
  .centered-container__le3N8 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
/** Primary Variables/setup **/
/** Screen sizes (TODO: we can probably make the entire media query a variable which would simplify things) **/
/** Data Collection */
/* Design System Font Styles */
.provider-rating-container__gIQZ7 .plan-rating__OqRDO {
  display: flex;
  font-family: 'Gilroy', Arial, sans-serif;
  font-weight: 500;
  font-size: 16px;
  align-items: center;
  color: #000000;
  text-align: center;
  vertical-align: middle;
}
.provider-rating-container__gIQZ7 .plan-rating__OqRDO svg {
  margin-right: 4px;
}
.provider-rating-container__gIQZ7 .plan-rating__OqRDO svg path:not([fill="#E6E6E6"]) {
  fill: #F3D11E;
}
@media screen and (max-width: 820px) {
  .provider-rating-container__gIQZ7 .plan-rating__OqRDO {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .provider-rating-container__gIQZ7 .plan-rating__OqRDO > div {
    order: 2;
  }
}
.provider-rating-container__gIQZ7 a {
  color: #F4782C;
  font-size: 12px;
  font-family: 'Gilroy', Arial, sans-serif;
  font-weight: 500;
  text-decoration: underline;
}
@media screen and (max-width: 1340px) {
  div[data-left-wrapper="true"] .provider-rating-container__gIQZ7 .plan-rating__OqRDO {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  div[data-left-wrapper="true"] .provider-rating-container__gIQZ7 .plan-rating__OqRDO > div {
    order: 2;
  }
}
.provider-rating-hover__SAhpV {
  border: #0a3455 1px solid !important;
  color: #666666;
  width: 184px;
  height: auto !important;
  position: absolute;
  background-color: white;
  z-index: 999999;
  margin-top: 15px !important;
  left: -35px;
  /* Arrow */
}
.provider-rating-hover__SAhpV:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #0a3455;
  border-width: 15px;
  margin-left: -15px;
}
.provider-rating-hover__SAhpV .header__NBRtH {
  background-color: #0a3455;
  color: white;
  padding: 8px;
  font-weight: bold;
}
.provider-rating-hover__SAhpV .body__uyUof {
  background-color: white;
  padding: 8px;
  font-size: 12px;
  text-align: center;
}
.provider-rating-hover__SAhpV .body__uyUof td {
  padding: 4px 4px 4px 0;
  text-align: left;
}
.provider-rating-hover__SAhpV .body__uyUof td:last-child {
  padding-right: 0;
}
.provider-rating-hover__SAhpV .body__uyUof td.score__BKPAT {
  color: #0a3455;
}
.provider-rating-hover__SAhpV .body__uyUof table {
  margin-bottom: 16px;
}
[data-plan-card="2022"] .provider-rating-hover__SAhpV {
  left: 20px;
}
[data-plan-card="2022"] .plan-rating__OqRDO {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(3px);
}
[data-plan-card="2022"] .plan-rating__OqRDO svg {
  transform: translateY(-2px);
}
[data-plan-card="2022"] .plan-rating__OqRDO svg:last-of-type {
  margin-right: 7px;
}
[data-plan-card="2022"] .provider-rating-hover__SAhpV {
  display: block;
  z-index: 10;
  top: -245px;
  width: 250px;
  /* Arrow */
}
[data-plan-card="2022"] .provider-rating-hover__SAhpV:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 12px 0 12px;
  border-color: #0a3455 transparent transparent transparent;
  position: absolute;
  left: 50%;
  top: calc(100% - 1px);
  z-index: -1;
}
[data-plan-card="2022"] .provider-rating-hover__SAhpV .header__NBRtH {
  z-index: 1000;
  display: flex;
  justify-content: space-between;
  padding-right: 12px;
}
[data-plan-card="2022"] .provider-rating-hover__SAhpV .body__uyUof {
  z-index: 1000;
}
[data-plan-card="2022"] .provider-rating-hover__SAhpV table {
  width: 100%;
}
[data-plan-card="2022"] .provider-rating-hover__SAhpV tr td:last-child {
  text-align: right;
  padding-right: 3px;
}
[data-plan-card="2022"] .provider-rating-hover__SAhpV a {
  color: #df601b;
}
.flex__wvcSp {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/*!*********************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!../../node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/SolarPageCta/SolarPageCta.less ***!
  \*********************************************************************************************************************************************************************************************/
/** Screen sizes (TODO: we can probably make the entire media query a variable which would simplify things) **/
/** Data Collection */
:root {
  --primary_dark_background_color: #0a3455;
  --primary_default_background_color: #ffffff;
  --primary_light_background_color: #dddddd;
  --primary_button_text_color: #ffffff;
  --primary_button_background_color: #df6136;
  --secondary_text_color: #666666;
  --secondary_light_background_color: hsl(0, 0%, 93%);
}
.centered-container__TAzJp {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1139px) {
  .centered-container__TAzJp {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
/** Primary Variables/setup **/
/** Screen sizes (TODO: we can probably make the entire media query a variable which would simplify things) **/
/** Data Collection */
/* Design System Font Styles */
.card__wZH5O {
  background: linear-gradient(to right, #fbb040 0%, #f79435 30%, #f4782c 65%, #f26d29 78%, #f16027 100%);
  border-radius: 20px;
  box-sizing: border-box;
  font-family: 'Athletics', Arial, sans-serif;
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 50px 59px 50px 62px;
  max-width: 1641px;
}
.card__wZH5O .hero__S\+UyL {
  align-items: center;
  display: flex;
  gap: clamp(32px, 4.5vw, 74px);
  justify-content: center;
  min-width: 0;
  width: 100%;
}
.card__wZH5O .content__Usf50 {
  align-items: flex-start;
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  gap: 25px;
  max-width: 931px;
  min-width: 0;
  width: auto;
}
.card__wZH5O .content__Usf50 .eyebrow__fXKcF {
  align-items: center;
  color: #ffffff;
  display: flex;
  font-size: 24px;
  font-weight: 900;
  gap: 12px;
  letter-spacing: 0;
  line-height: 28px;
  margin: 0;
}
.card__wZH5O .content__Usf50 .eyebrow__fXKcF .offerBadgeIcon__E2fKU {
  flex: 0 0 auto;
}
.card__wZH5O .content__Usf50 h2 {
  color: #ffffff;
  font-size: 52px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 55px;
  margin: 0;
  max-width: 100%;
}
.card__wZH5O .content__Usf50 .description__aCS0h {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 29px;
  margin: 0;
  max-width: 913px;
  width: 100%;
}
.card__wZH5O .content__Usf50 ul.details__pI6ZA {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #ffffff;
}
.card__wZH5O .content__Usf50 ul.details__pI6ZA li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 24px;
}
.card__wZH5O .content__Usf50 .providerCard__VjSds {
  align-items: center;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  box-sizing: border-box;
  display: flex;
  gap: 37px;
  height: 109px;
  padding: 32px 34px 27px 35px;
  width: 594px;
}
.card__wZH5O .content__Usf50 .providerCard__VjSds .providerSummary__7WKbQ {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  height: 57px;
  width: 152px;
}
.card__wZH5O .content__Usf50 .providerCard__VjSds .providerSummary__7WKbQ:not(:has([class*="plan-rating"])) {
  justify-content: center;
}
.card__wZH5O .content__Usf50 .providerCard__VjSds .providerSummary__7WKbQ .logoFrame__4AKjT {
  align-items: center;
  display: flex;
  height: 33px;
  justify-content: flex-start;
  min-width: 0;
  width: 152px;
}
.card__wZH5O .content__Usf50 .providerCard__VjSds .providerSummary__7WKbQ .logoFrame__4AKjT .providerLogo__4IDvc {
  display: block;
  height: 33px;
  max-height: 33px;
  max-width: 152px;
  object-fit: contain;
  width: 152px;
}
.card__wZH5O .content__Usf50 .providerCard__VjSds .providerSummary__7WKbQ .ratingFrame__GktIW {
  align-items: center;
  display: flex;
  height: 24px;
  justify-content: flex-start;
  min-width: 0;
  mix-blend-mode: multiply;
  width: 138px;
}
.card__wZH5O .content__Usf50 .providerCard__VjSds .providerSummary__7WKbQ .ratingFrame__GktIW:not(:has([class*="plan-rating"])) {
  display: none;
}
.card__wZH5O .content__Usf50 .providerCard__VjSds .providerSummary__7WKbQ .ratingFrame__GktIW [class*="plan-rating"] {
  flex-direction: row-reverse;
}
.card__wZH5O .content__Usf50 .providerCard__VjSds .zipCta__NG\+Y8 {
  height: 68px;
  position: relative;
  width: 336px;
  margin: 0;
}
.card__wZH5O .content__Usf50 .providerCard__VjSds .zipCta__NG\+Y8 .zipInput__Z3GJ2 {
  background: transparent;
  border-radius: 500px;
  box-sizing: border-box;
  padding: 15px 170px 15px 23px;
  width: 336px;
  height: 68px;
}
.card__wZH5O .content__Usf50 .providerCard__VjSds .zipCta__NG\+Y8 .zipInput__Z3GJ2 input,
.card__wZH5O .content__Usf50 .providerCard__VjSds .zipCta__NG\+Y8 .zipInput__Z3GJ2 input::placeholder {
  opacity: 1;
  padding: 0;
  color: #000000;
  font-family: 'Gilroy', Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.15px;
  line-height: 24px;
  background: transparent;
  border: none;
}
.card__wZH5O .content__Usf50 .providerCard__VjSds .zipCta__NG\+Y8 .zipInput__Z3GJ2 fieldset {
  border: 1px solid #9e9e9e;
}
.card__wZH5O .content__Usf50 .providerCard__VjSds .zipCta__NG\+Y8 .zipInput__Z3GJ2:hover fieldset {
  border-color: #F4782C;
}
.card__wZH5O .content__Usf50 .providerCard__VjSds .zipCta__NG\+Y8 button.ctaButton__ARTAQ {
  border-radius: 500px;
  height: 50px;
  left: 170px;
  line-height: normal;
  min-width: 158px;
  padding: 0 35px;
  position: absolute;
  top: 9px;
  width: 158px;
}
.card__wZH5O .content__Usf50 .moreDetails__iE1TP {
  align-items: center;
  appearance: none;
  background: transparent;
  border: 0;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  gap: 10px;
  line-height: 100%;
  padding: 0;
}
.card__wZH5O .content__Usf50 .moreDetails__iE1TP .chevronIcon__vY-eR {
  flex: 0 0 auto;
  transform: translateY(1px);
  transition: 0.3s;
}
.card__wZH5O .content__Usf50 .moreDetails__iE1TP.moreDetailsOpen__R7AJG .chevronIcon__vY-eR {
  transform: translateY(1px) rotate(180deg);
}
.card__wZH5O .illustration__EHWyH {
  display: flex;
  align-items: center;
  flex: 0 1 515px;
  height: 272px;
  min-width: 0;
  width: 515px;
}
.card__wZH5O .illustration__EHWyH img {
  height: 272px;
  max-width: 515px;
  max-height: 272px;
  object-fit: cover;
  width: 100%;
}
.card__wZH5O .detailsSection__Ak9Uz {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  width: 1512px;
}
.card__wZH5O .detailsSection__Ak9Uz .tabList__bikxz {
  align-items: flex-start;
  display: flex;
  height: 60px;
  width: 598px;
}
.card__wZH5O .detailsSection__Ak9Uz .tabList__bikxz .tabButton__nhyPw {
  align-items: center;
  appearance: none;
  background: rgba(255, 255, 255, 0.6);
  border: 0;
  border-radius: 10px 10px 0 0;
  color: #000000;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  height: 60px;
  justify-content: center;
  line-height: normal;
  padding: 20px 0;
  width: 299px;
}
.card__wZH5O .detailsSection__Ak9Uz .tabList__bikxz .tabButton__nhyPw.activeTab__rDbJw {
  background: rgba(255, 255, 255, 0.8);
}
.card__wZH5O .detailsSection__Ak9Uz .tabPanel__bfNaX {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0 10px 10px 10px;
  box-sizing: border-box;
  min-height: 183px;
  padding: 48px 60px;
  width: 100%;
}
.card__wZH5O .detailsSection__Ak9Uz .tabPanel__bfNaX .detailsBody__4WPtx {
  color: #000000;
  display: flex;
  flex-direction: column;
  font-size: 18px;
  font-weight: 400;
  gap: 16px;
  line-height: 29px;
  width: 100%;
}
.card__wZH5O .detailsSection__Ak9Uz .tabPanel__bfNaX .detailsBody__4WPtx h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 29px;
  margin: 0;
}
.card__wZH5O .detailsSection__Ak9Uz .tabPanel__bfNaX .detailsBody__4WPtx .dangerousDescription__QuWBN {
  display: block;
}
.card__wZH5O .detailsSection__Ak9Uz .tabPanel__bfNaX .detailsBody__4WPtx .dangerousDescription__QuWBN p {
  margin: 0;
}
.card__wZH5O .detailsSection__Ak9Uz .tabPanel__bfNaX .detailsBody__4WPtx .detail__OugN6 {
  align-items: flex-start;
  display: flex;
  gap: 8px;
}
.card__wZH5O .detailsSection__Ak9Uz .tabPanel__bfNaX .detailsBody__4WPtx .detail__OugN6 .orangeCheck__dQoeg {
  color: #f16027;
  flex: 0 0 20px;
  height: 20px;
  margin-top: 4px;
  width: 20px;
}
.card__wZH5O .detailsSection__Ak9Uz .tabPanel__bfNaX .detailsBody__4WPtx .detail__OugN6 .label__pVmtl {
  font-weight: 700;
}
.card__wZH5O .detailsSection__Ak9Uz .tabPanel__bfNaX .detailsBody__4WPtx .documents__5A0eM {
  display: flex;
  flex-direction: column;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.card__wZH5O .detailsSection__Ak9Uz .tabPanel__bfNaX .detailsBody__4WPtx .documents__5A0eM a {
  color: #000000;
  font-weight: 700;
  text-decoration: underline;
}
.card__wZH5O .detailsSection__Ak9Uz .tabPanel__bfNaX .providerInformationBody__eLw\+W {
  align-items: flex-start;
  color: #000000;
  display: flex;
  gap: 70px;
  justify-content: space-between;
  width: 100%;
}
.card__wZH5O .detailsSection__Ak9Uz .tabPanel__bfNaX .providerInformationBody__eLw\+W .providerIntro__-z\+vX {
  flex: 1 1 auto;
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
  margin: 0;
}
.card__wZH5O .detailsSection__Ak9Uz .tabPanel__bfNaX .providerInformationBody__eLw\+W .providerRatingDetails__ADqQr {
  display: flex;
  flex: 0 0 320px;
  justify-content: flex-end;
}
.card__wZH5O .detailsSection__Ak9Uz .tabPanel__bfNaX .providerInformationBody__eLw\+W .providerRatingDetails__ADqQr [class*="provider-rating-container"] {
  width: 100%;
}
@media screen and (max-width: 1260px) {
  .card__wZH5O {
    align-items: flex-start;
    box-sizing: border-box;
    flex-direction: column;
    gap: 36px;
    margin: 0 auto;
    max-width: 580px;
    min-height: auto;
    padding: 50px 59px 50px 62px;
    width: 100%;
  }
  .card__wZH5O .hero__S\+UyL {
    flex-direction: column;
    gap: 36px;
  }
  .card__wZH5O .content__Usf50 {
    gap: 25px;
    max-width: 438px;
    width: 100%;
  }
  .card__wZH5O .content__Usf50 .eyebrow__fXKcF {
    gap: 8px;
    line-height: 28px;
    margin-bottom: 0;
    width: 100%;
  }
  .card__wZH5O .content__Usf50 .eyebrow__fXKcF svg {
    flex: 0 0 24px;
    height: 24px;
    width: 24px;
  }
  .card__wZH5O .content__Usf50 h2 {
    font-size: 42px;
    line-height: 48px;
    width: 100%;
  }
  .card__wZH5O .content__Usf50 h2,
  .card__wZH5O .content__Usf50 .description__aCS0h {
    max-width: none;
  }
  .card__wZH5O .content__Usf50 .description__aCS0h {
    line-height: 29px;
    width: 100%;
  }
  .card__wZH5O .content__Usf50 .providerCard__VjSds {
    align-items: center;
    flex-direction: column;
    gap: 12px;
    height: auto;
    justify-content: center;
    padding: 32px 34px 27px 35px;
    width: 100%;
  }
  .card__wZH5O .content__Usf50 .providerCard__VjSds .providerSummary__7WKbQ {
    align-items: center;
  }
  .card__wZH5O .content__Usf50 .providerCard__VjSds .logoFrame__4AKjT,
  .card__wZH5O .content__Usf50 .providerCard__VjSds .ratingFrame__GktIW {
    justify-content: center;
  }
  .card__wZH5O .content__Usf50 .providerCard__VjSds .zipCta__NG\+Y8 {
    max-width: 336px;
    width: 100%;
  }
  .card__wZH5O .content__Usf50 .providerCard__VjSds .zipCta__NG\+Y8 .zipInput__Z3GJ2 {
    width: 100%;
  }
  .card__wZH5O .content__Usf50 .providerCard__VjSds .zipCta__NG\+Y8 button.ctaButton__ARTAQ {
    border-radius: 500px;
    height: 50px;
    min-width: 158px;
    padding: 0 35px;
    width: 158px;
  }
  .card__wZH5O .illustration__EHWyH {
    align-self: center;
    display: flex;
    height: auto;
    max-width: 466px;
    opacity: 1;
    order: -1;
    width: 100%;
    flex: none;
  }
  .card__wZH5O .illustration__EHWyH img {
    height: auto;
    max-height: none;
    max-width: 466px;
    width: 100%;
  }
  .card__wZH5O .detailsSection__Ak9Uz {
    width: 100%;
  }
  .card__wZH5O .detailsSection__Ak9Uz .tabList__bikxz {
    height: 60px;
    width: 100%;
  }
  .card__wZH5O .detailsSection__Ak9Uz .tabList__bikxz .tabButton__nhyPw {
    flex: 1 1 50%;
    width: auto;
  }
  .card__wZH5O .detailsSection__Ak9Uz .tabPanel__bfNaX {
    min-height: 183px;
    padding: 32px;
    border-radius: 0 0 10px 10px;
  }
  .card__wZH5O .detailsSection__Ak9Uz .tabPanel__bfNaX .providerInformationBody__eLw\+W {
    flex-direction: column;
    gap: 24px;
  }
  .card__wZH5O .detailsSection__Ak9Uz .tabPanel__bfNaX .providerInformationBody__eLw\+W .providerRatingDetails__ADqQr {
    flex: 0 0 auto;
    justify-content: flex-start;
    width: 100%;
  }
  .card__wZH5O .detailsSection__Ak9Uz .tabPanel__bfNaX .providerInformationBody__eLw\+W .providerRatingDetails__ADqQr [class*="plan-rating"] {
    flex-direction: row-reverse;
    justify-content: left;
  }
}
@media screen and (max-width: 650px) {
  .card__wZH5O .content__Usf50 .providerCard__VjSds .zipCta__NG\+Y8 {
    display: flex;
    flex-direction: column;
    gap: 8px;
    height: auto;
  }
  .card__wZH5O .content__Usf50 .providerCard__VjSds .zipCta__NG\+Y8 .zipInput__Z3GJ2 {
    padding-right: 23px;
  }
  .card__wZH5O .content__Usf50 .providerCard__VjSds .zipCta__NG\+Y8 button.ctaButton__ARTAQ {
    height: 48px;
    left: auto;
    min-width: 0;
    position: static;
    right: auto;
    top: auto;
    width: 100%;
  }
}
@media screen and (max-width: 520px) {
  .card__wZH5O {
    padding-left: 32px;
    padding-right: 32px;
  }
  .card__wZH5O .content__Usf50 .eyebrow__fXKcF {
    font-size: 22px;
  }
  .card__wZH5O .content__Usf50 h2 {
    font-size: 36px;
    line-height: 42px;
  }
  .card__wZH5O .content__Usf50 .providerCard__VjSds {
    padding-left: 24px;
    padding-right: 24px;
  }
  .card__wZH5O .detailsSection__Ak9Uz .tabList__bikxz .tabButton__nhyPw {
    font-size: 14px;
  }
}
@media screen and (max-width: 390px) {
  .card__wZH5O {
    padding: 40px 24px;
  }
  .card__wZH5O .content__Usf50 .eyebrow__fXKcF {
    font-size: 20px;
  }
  .card__wZH5O .content__Usf50 h2 {
    font-size: 32px;
    line-height: 38px;
  }
}

