@charset "UTF-8";.spinning-loader{height:var(--viewport-height);display:flex;align-items:center;justify-content:center}.spinning-loader__dots{width:10px;height:10px;border-radius:50%;animation:load4 1.3s infinite linear}@keyframes load4{0%,to{box-shadow:0 -3em 0 .2em,2em -2em,3em 0 0 -1em,2em 2em 0 -1em,0 3em 0 -1em,-2em 2em 0 -1em,-3em 0 0 -1em,-2em -2em}12.5%{box-shadow:0 -3em,2em -2em 0 .2em,3em 0,2em 2em 0 -1em,0 3em 0 -1em,-2em 2em 0 -1em,-3em 0 0 -1em,-2em -2em 0 -1em}25%{box-shadow:0 -3em 0 -.5em,2em -2em,3em 0 0 .2em,2em 2em,0 3em 0 -1em,-2em 2em 0 -1em,-3em 0 0 -1em,-2em -2em 0 -1em}37.5%{box-shadow:0 -3em 0 -1em,2em -2em 0 -1em,3em 0,2em 2em 0 .2em,0 3em,-2em 2em 0 -1em,-3em 0 0 -1em,-2em -2em 0 -1em}50%{box-shadow:0 -3em 0 -1em,2em -2em 0 -1em,3em 0 0 -1em,2em 2em,0 3em 0 .2em,-2em 2em,-3em 0 0 -1em,-2em -2em 0 -1em}62.5%{box-shadow:0 -3em 0 -1em,2em -2em 0 -1em,3em 0 0 -1em,2em 2em 0 -1em,0 3em,-2em 2em 0 .2em,-3em 0,-2em -2em 0 -1em}75%{box-shadow:0 -3em 0 -1em,2em -2em 0 -1em,3em 0 0 -1em,2em 2em 0 -1em,0 3em 0 -1em,-2em 2em,-3em 0 0 .2em,-2em -2em}87.5%{box-shadow:0 -3em,2em -2em 0 -1em,3em 0 0 -1em,2em 2em 0 -1em,0 3em 0 -1em,-2em 2em,-3em 0,-2em -2em 0 .2em}}.uhc-button{border:0;border-radius:48px;padding:10px 20px;cursor:pointer;display:inline-flex;justify-content:center;align-items:center;outline:none;text-align:center;text-decoration:none;line-height:1.1;font-family:var(--font-sans);font-size:1rem;font-weight:var(--font-semibold)}.uhc-button:disabled,.uhc-button[disabled]{border:2px solid var(--gray-300);background:var(--gray-300);color:var(--gray-500);pointer-events:none}.uhc-button *{pointer-events:none}.uhc-button--primary{color:var(--white);background:var(--primary-blue);border:2px solid var(--primary-blue)}.uhc-button--primary:hover{background:var(--secondary-blue)}.uhc-button--primary-surest{color:var(--indigo-100);background:var(--primary-purple);border:2px solid var(--primary-purple)}.uhc-button--primary-surest:hover{background:var(--secondary-purple)}.uhc-button--secondary{color:var(--primary-blue);background:transparent;border:2px solid var(--primary-blue)}.uhc-button--secondary:hover{color:var(--secondary-blue);border-color:var(--secondary-blue)}.uhc-button--secondary-surest{color:var(--primary-purple);background:transparent;border:2px solid var(--primary-purple)}.uhc-button--secondary-surest:hover{color:var(--secondary-purple);border-color:var(--secondary-purple)}.uhc-button--white{color:var(--primary-blue);background:var(--white);border:2px solid var(--white)}.uhc-button--white:hover{color:var(--secondary-blue)}.uhc-button--gray{color:var(--gray-500);background:var(--gray-100);border:2px solid var(--gray-100)}.uhc-button--gray:hover{color:var(--white);background:var(--primary-blue)}.uhc-button--outline{color:var(--primary-blue);background:var(--white);border:2px solid var(--primary-blue)}.uhc-button--outline:hover{color:var(--secondary-blue)}.uhc-button--white-outline{color:var(--white);background:transparent;border:2px solid var(--white)}.uhc-button--white-outline:hover{background:var(--white);color:var(--primary-blue)}.uhc-button--large{font-size:24px;padding:20px 26px}.uhc-button--highimpact{background:var(--orange);border:2px solid var(--orange);color:var(--white)}.uhc-button--highimpact:hover{background:var(--dark-orange)}.uhc-button--transparent{color:var(--gray-500);background:transparent;border:2px solid transparent}.uhc-button--transparent:hover{background:var(--gray-100)}.uhc-button-styled-as-link{display:inline-flex;align-items:center;text-align:left;border:0;background:transparent;cursor:pointer;padding:0;outline:none}.uhc-button-styled-as-link *{pointer-events:none}.uhc-button-styled-as-link.link-color-white{color:var(--white)}.uhc-button-styled-as-link.link-color-gray{color:var(--gray-500)}.uhc-button-styled-as-link.link-color-gray.gray-bold{font-family:var(--font-sans);font-weight:700}.uhc-button-styled-as-link.link-color-primary{color:var(--primary-blue);font-family:var(--font-sans);font-weight:700}.uhc-button-styled-as-link.link-color-secondary{color:var(--secondary-blue);font-family:var(--font-sans);font-weight:700}.uhc-button-styled-as-link.link-color-primary-surest{color:var(--primary-purple);font-family:var(--font-sans);font-weight:700}.uhc-button-styled-as-link.text-center{text-align:center}.uhc-button-styled-as-link:disabled{color:var(--gray-500);text-decoration:none!important;cursor:inherit!important}.uhc-button-loading{min-width:8.75rem;position:relative}.uhc-button-loading--white .spinner-animation div{background:var(--primary-blue)}.uhc-button-loading--load span{visibility:hidden}.spinner-animation{width:32px;height:32px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.spinner-animation div{position:absolute;width:3px;height:3px;background:var(--white);border-radius:50%;animation:loading-spinner 1.2s linear infinite}.spinner-animation div:nth-child(1){animation-delay:0s;top:15px;left:27px}.spinner-animation div:nth-child(2){animation-delay:-.1s;top:9px;left:25px}.spinner-animation div:nth-child(3){animation-delay:-.2s;top:5px;left:21px}.spinner-animation div:nth-child(4){animation-delay:-.3s;top:3px;left:15px}.spinner-animation div:nth-child(5){animation-delay:-.4s;top:4px;left:9px}.spinner-animation div:nth-child(6){animation-delay:-.5s;top:9px;left:4px}.spinner-animation div:nth-child(7){animation-delay:-.6s;top:15px;left:3px}.spinner-animation div:nth-child(8){animation-delay:-.7s;top:21px;left:4px}.spinner-animation div:nth-child(9){animation-delay:-.8s;top:25px;left:9px}.spinner-animation div:nth-child(10){animation-delay:-.9s;top:27px;left:15px}.spinner-animation div:nth-child(11){animation-delay:-1s;top:25px;left:21px}.spinner-animation div:nth-child(12){animation-delay:-1.1s;top:21px;left:25px}@keyframes loading-spinner{0%,20%,80%,to{transform:scale(1)}50%{transform:scale(1.5)}}.uhc-form__item{position:relative;display:flex;flex-direction:column;gap:5px}.uhc-form__message{font-size:14px;font-family:var(--font-sans);font-weight:600;margin:0}.uhc-form__message--error{color:var(--destructive)}.uhc-label{font-size:14px;font-family:var(--font-sans);font-weight:600}.uhc-input{width:100%;height:38px;font-size:16px;border:1px solid var(--gray-500);border-radius:5px;padding:0 15px;font-family:var(--font-sans);font-weight:500;color:var(--gray-500);box-sizing:border-box}.uhc-input *{box-sizing:border-box}.uhc-input[data-invalid=true]{border:2px solid var(--destructive)!important}.uhc-input:disabled{cursor:not-allowed;border-color:color-mix(in oklab,var(--gray-500) 70%,transparent);color:color-mix(in oklab,var(--gray-500) 50%,transparent)}.uhc-input:focus-visible{outline:2px solid var(--secondary-blue);outline-offset:2px}.modal{position:fixed;top:0;z-index:110;width:100%;height:100dvh;display:flex;justify-content:center;align-items:center;pointer-events:none;padding:1.25rem}.modal__content{position:relative;pointer-events:auto;overflow-y:auto;border-radius:24px;max-height:100%;background:var(--white);z-index:1}.modal__overlay{pointer-events:auto;background:color-mix(in oklab,var(--black) 80%,transparent);width:100%;height:100%;position:absolute;top:0;left:0}.modal__close-button{background:transparent!important;color:var(--secondary-blue);border:none!important;cursor:pointer;height:40px;width:40px;position:absolute;right:20px;top:20px;z-index:10}.modal__close-button *{pointer-events:none}.svg-icon-wrapper{display:inline-block;flex-shrink:0;fill:currentColor}.svg-icon-wrapper--mirror-x{transform:rotateY(180deg)}.svg-icon-wrapper--mirror-y{transform:rotateX(180deg)}.back-button{align-items:center;border:none;color:var(--secondary-blue);cursor:pointer;display:flex;font-family:var(--font-sans);font-weight:500;font-size:16px;padding:0}.back-button img{height:12px;margin-right:8px;width:12px}.back-button:hover{text-decoration:underline}.uhc-select__trigger{all:unset;display:flex;justify-content:space-between;align-items:center;width:100%;height:36px;padding:0 15px;border:1px solid var(--gray-500);border-radius:5px;font-family:var(--font-sans);font-weight:500;color:var(--gray-500);box-sizing:border-box}.uhc-select__trigger:disabled{cursor:not-allowed;opacity:.5}.uhc-select__trigger:disabled>svg{display:none}.uhc-select__trigger>span{line-clamp:1}.uhc-select__trigger *{box-sizing:border-box}.uhc-select__scroll-button{display:flex;cursor:default;align-items:center;justify-content:center;padding:5px 0}.uhc-select__content{position:relative;z-index:calc(infinity);max-height:120px;min-width:8rem;background:var(--white);box-shadow:0 8px 16px #0003}.uhc-select__viewport{width:100%;height:var(--radix-select-trigger-height);min-width:var(--radix-select-trigger-width);box-sizing:border-box}.uhc-select__item{position:relative;display:flex;width:100%;cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;padding:0 15px;height:36px;font-family:var(--font-sans);font-weight:500;font-size:14px;color:var(--gray-500)}.uhc-select__item:disabled{pointer-events:none;cursor:not-allowed;opacity:.5}.uhc-select__item:hover{background:var(--gray-100)}.uhc-select__item:focus-visible{outline:none;background:var(--gray-100)}.uhc-link{font-family:var(--font-sans);font-weight:500;font-size:16px;color:var(--secondary-blue);text-decoration:none}.uhc-link--bold{font-family:var(--font-sans);font-weight:700}.uhc-link span.icon-left{margin-left:5px}.uhc-link span.icon-right{margin-right:5px}.uhc-link:hover{text-decoration:underline}.uhc-link .screen-reader-only{position:absolute;width:1px;clip:rect(0 0 0 0);overflow:hidden;white-space:nowrap}.drawer__overlay{position:fixed;top:0;left:0;bottom:0;right:0;z-index:100;background:color-mix(in oklab,var(--gray-500) 80%,transparent)}.drawer__content{background:var(--white);position:fixed;top:0;bottom:0;right:0;z-index:100;max-width:min(25rem,90vw);height:100vh;display:flex;flex-direction:column}.drawer__handle{margin:1rem auto 0;height:.5rem;width:6.25rem;border-radius:5rem}.route-error-component{padding:3.75rem 3.75rem 2.8125rem;min-height:31.25rem;max-height:var(--viewport-height)}@media only screen and (max-width: 1024px){.route-error-component{padding:3.125rem 3.125rem 2.8125rem}}@media only screen and (max-width: 768px){.route-error-component{padding:3.125rem 2rem 2rem}}.route-error-component__wrapper{width:100%;max-width:80rem;margin:0 auto;display:flex;flex-direction:column;gap:1rem}.route-error-component__title{font-family:var(--font-serif);font-size:2rem}.route-error-component__title--uhc{color:var(--primary-blue)}.route-error-component__title--surest{color:var(--secondary-purple)}.route-error-component__text{font-family:var(--font-sans);font-size:1.125rem;font-weight:var(--font-semibold)}.route-error-component__text--uhc{color:var(--gray-400)}.route-error-component__text--surest{color:var(--indigo-800)}.route-error-component__heading-buttons,.route-error-component__buttons{display:flex;gap:1.25rem}.route-error-component__buttons{margin-top:.5rem}.route-error-component__textarea{display:block;border:none;resize:none;box-sizing:border-box;padding:.9375rem 1.875rem;width:100%;border-radius:.5rem}.route-error-component__textarea--uhc{color:var(--gray-500);background:var(--gray-100)}.route-error-component__textarea--surest{color:var(--indigo-800);background:var(--indigo-200)}.surest-landing-graph{background:linear-gradient(180deg,var(--indigo-100) 0%,var(--white) 10%,var(--white) 100%);color:var(--secondary-purple);padding:3.75rem}@media only screen and (max-width: 1024px){.surest-landing-graph{padding:3.75rem 0 0}.surest-landing-graph .surest-graph-scenarios__header,.surest-landing-graph .surest-graph-scenarios__graph-wrapper-title{padding-left:3.125rem;padding-right:3.125rem}}@media only screen and (max-width: 768px){.surest-landing-graph{padding-top:3.125rem}.surest-landing-graph .surest-graph-scenarios__header,.surest-landing-graph .surest-graph-scenarios__graph-wrapper-title{padding-left:2rem;padding-right:2rem}}.surest-graph-scenarios{width:100%;margin:0 auto;max-width:1280px;display:flex;flex-direction:column;gap:2.375rem}.surest-graph-scenarios__header{display:grid;row-gap:1rem;column-gap:2.875rem;grid-auto-columns:auto;grid-auto-rows:auto;padding-bottom:2.375rem;border-bottom:1px solid var(--indigo-400)}.surest-graph-scenarios__header-title{grid-column:1/2;grid-row:1/2;font-family:var(--font-serif);font-size:2.5rem}@media only screen and (max-width: 1024px){.surest-graph-scenarios__header-title{font-size:2.25rem}}@media only screen and (max-width: 1024px){.surest-graph-scenarios__header-title{grid-column:1/3}}@media only screen and (max-width: 768px){.surest-graph-scenarios__header-title{grid-column:1/-1;grid-row:1/2}}.surest-graph-scenarios__header-text{color:var(--indigo-800);grid-column:1/2;grid-row:2/3;font-family:var(--font-sans);font-size:1.125rem;font-weight:var(--font-semibold)}@media only screen and (max-width: 768px){.surest-graph-scenarios__header-text{grid-column:1/-1;grid-row:2/3}}.surest-graph-scenarios__header-text--accent{font-weight:var(--font-bold);color:var(--secondary-purple)}.surest-graph-scenarios__header-callout{max-width:280px;padding-left:1.25rem;border-left:4px solid var(--primary-purple);align-self:center;grid-column:2/3;grid-row:1/3;font-family:var(--font-serif);font-size:1.375rem;line-height:1.3}@media only screen and (max-width: 1024px){.surest-graph-scenarios__header-callout{grid-row:2/3}}@media only screen and (max-width: 768px){.surest-graph-scenarios__header-callout{grid-column:1/-1;grid-row:3/4}}.surest-graph-scenarios__header-callout span{display:block}.surest-graph-scenarios__header-callout--accent{color:var(--primary-purple)}.surest-graph-scenarios__header-callout--small{color:var(--indigo-800);margin-top:.625rem;font-family:var(--font-sans);font-size:.875rem;font-weight:400}.surest-graph-scenarios__graph-wrapper{display:flex;flex-direction:column;gap:2.1875rem}.surest-graph-scenario-selector__content{display:flex;flex-direction:column;gap:.625rem}@media only screen and (max-width: 1024px){.surest-graph-scenario-selector__content{padding-left:3.125rem;padding-right:3.125rem}}@media only screen and (max-width: 768px){.surest-graph-scenario-selector__content{padding-left:2rem;padding-right:2rem;gap:1.25rem}}.surest-graph-scenario-selector__title{font-family:var(--font-serif);font-size:1.5rem}@media only screen and (max-width: 1024px){.surest-graph-scenario-selector__title{padding-left:3.125rem;padding-right:3.125rem}}@media only screen and (max-width: 768px){.surest-graph-scenario-selector__title{padding-left:2rem;padding-right:2rem}}.surest-graph-scenario-selector__subtitle{display:flex;gap:.3125rem;align-items:flex-end;font-family:var(--font-serif);font-size:1.25rem;line-height:1.3}.surest-graph-scenario-selector__subtitle--accent{vertical-align:baseline;line-height:.85;font-size:2.5rem;color:var(--primary-purple)}@media only screen and (max-width: 768px){.surest-graph-scenario-selector__subtitle{flex-direction:column;align-items:flex-start}}.surest-graph-scenario-selector__text{color:var(--indigo-800);font-family:var(--font-sans);font-size:1.125rem;font-weight:var(--font-semibold)}.surest-graph-scenario-selector__text--small{font-family:var(--font-sans);font-size:.875rem;font-weight:var(--font-medium)}.surest-graph-scenario-selector__data{display:grid;grid-template-columns:20rem auto;grid-template-rows:1fr}@media only screen and (max-width: 1024px){.surest-graph-scenario-selector__data{grid-template-columns:unset;grid-template-rows:unset;gap:2.5rem}}.surest-graph-scenario-selector__select{display:none}@media only screen and (max-width: 768px){.surest-graph-scenario-selector__select{display:block;padding-left:2rem;padding-right:2rem}}.surest-graph-scenario-selector__select__trigger{border:.0625rem solid var(--indigo-400);height:3rem}.surest-graph-scenario-selector__select__trigger .svg-icon-wrapper{color:var(--indigo-800);width:1.75rem;height:1.75rem}.surest-graph-scenario-selector__buttons{display:flex;gap:1rem}@media only screen and (max-width: 1024px){.surest-graph-scenario-selector__buttons{padding-left:3.125rem;padding-right:3.125rem}}@media only screen and (max-width: 768px){.surest-graph-scenario-selector__buttons{display:none}}.surest-graph-scenario-selector__button{color:var(--primary-purple)!important;cursor:pointer;padding:.75rem .875rem;border-radius:.5rem;line-height:1!important;transition:background .2s ease-in-out;font-family:var(--font-sans);font-weight:var(--font-bold);font-size:.9375rem;letter-spacing:.125rem;text-transform:uppercase}.surest-graph-scenario-selector__button--active{background:var(--purple-400)!important}.surest-graph-scenario-selector__plan-cards{width:100%;padding-bottom:2.5rem;display:flex;flex-direction:column;align-self:self-start;gap:1rem;grid-column:1/2;grid-row:1/-1;z-index:1}@media only screen and (max-width: 1024px){.surest-graph-scenario-selector__plan-cards{padding-left:3.125rem;padding-right:3.125rem;flex-direction:row;grid-column:unset;grid-row:unset}}@media only screen and (max-width: 768px){.surest-graph-scenario-selector__plan-cards{padding-left:2rem;padding-right:2rem;flex-direction:column}}.surest-graph-scenario-selector__plan-card{width:100%;max-width:20rem;padding:1rem;background:var(--white);box-shadow:0 0 .75rem 0 var(--indigo-400);border-left:.5rem solid var(--indigo-500);border-radius:8px;display:grid;grid-template-columns:auto max-content;gap:1.25rem}.surest-graph-scenario-selector__plan-card--accent{border-color:var(--primary-purple)}.surest-graph-scenario-selector__plan-card-title{grid-column:1/-1;font-family:var(--font-serif);font-size:1.25rem;line-height:1.3}.surest-graph-scenario-selector__plan-card-data{width:100%;display:flex;flex-direction:column;justify-content:space-between;padding-right:1.25rem;border-right:1px solid var(--indigo-400);font-family:var(--font-sans);font-size:.875rem;font-weight:var(--font-semibold)}.surest-graph-scenario-selector__plan-card-data li{display:flex;justify-content:space-between;gap:.3125rem}.surest-graph-scenario-selector__plan-card-price{padding-left:.5rem;font-weight:var(--font-bold);display:flex;flex-direction:column}.surest-graph-scenario-selector__plan-card-price--accent{margin-left:-.5rem;font-family:var(--font-serif);font-size:2rem}.surest-graph-scenario-selector__infographic{grid-column:1/-1;grid-row:1/-1;align-self:self-end}.surest-graph-scenario-selector__infographic img,.surest-graph-scenario-selector__infographic source{width:auto;height:100%}@media only screen and (max-width: 1024px){.surest-graph-scenario-selector__infographic img,.surest-graph-scenario-selector__infographic source{width:100%;height:auto}}@media only screen and (max-width: 1024px){.surest-graph-scenario-selector__infographic{grid-column:unset;grid-row:unset}}.with-symbol{display:inline-flex;justify-content:flex-start;align-items:flex-start;vertical-align:baseline}.with-symbol__symbol{font-size:50%}.with-symbol__symbol--before{order:0}.with-symbol__symbol--after{order:1}.surest-landing-how-it-works{padding:9.375rem 3.75rem;color:var(--secondary-purple);background:var(--purple-300);display:flex;align-items:center}@media only screen and (max-width: 1024px){.surest-landing-how-it-works{padding:5rem 3.125rem}}@media only screen and (max-width: 768px){.surest-landing-how-it-works{padding:3.125rem 2rem}}.surest-landing-how-it-works__wrapper{width:100%;max-width:1280px;margin:0 auto;display:grid;column-gap:2.375rem;row-gap:2rem;align-items:center;grid-template-columns:auto minmax(25rem,1fr) 1fr}@media only screen and (max-width: 1024px){.surest-landing-how-it-works__wrapper{grid-template-columns:auto minmax(25rem,1fr) auto}}@media only screen and (max-width: 768px){.surest-landing-how-it-works__wrapper{justify-items:center;grid-template-columns:1fr;grid-template-rows:auto 1fr auto}}.surest-landing-how-it-works__controls{gap:.9375rem!important}@media only screen and (max-width: 768px){.surest-landing-how-it-works__controls{order:4}}.surest-landing-how-it-works__control-item{width:1.125rem;height:1.125rem;background:var(--purple-300)!important}.surest-landing-how-it-works__control-item[data-state=active]{background:var(--primary-purple)!important}.surest-landing-how-it-works__content{width:100%;display:flex;flex-direction:column;gap:1rem;min-height:15.625rem}@media only screen and (max-width: 768px){.surest-landing-how-it-works__content{min-height:12.5rem;text-align:center;order:3}}.surest-landing-how-it-works__title{font-family:var(--font-serif);font-size:2.5rem}@media only screen and (max-width: 1024px){.surest-landing-how-it-works__title{font-size:2.25rem}}@media only screen and (max-width: 768px){.surest-landing-how-it-works__title{text-align:center;display:none;order:1}}.surest-landing-how-it-works__title--show-mobile{display:none}@media only screen and (max-width: 768px){.surest-landing-how-it-works__title--show-mobile{display:block}}.surest-landing-how-it-works__subtitle{margin-top:1rem;font-family:var(--font-serif);font-size:1.5rem}.surest-landing-how-it-works__text{color:var(--indigo-800);font-family:var(--font-sans);font-size:1.125rem;font-weight:var(--font-semibold)}.surest-landing-how-it-works__image{position:relative;justify-self:center;width:10rem;height:22.875rem;box-shadow:0 6px 160px color-mix(in oklab,var(--purple) 60%,transparent)}.surest-landing-how-it-works__image img{width:11.25rem;max-width:unset;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@media only screen and (max-width: 768px){.surest-landing-how-it-works__image{order:2}}.step-wise-navigation{width:max-content;height:max-content;display:flex;position:relative;gap:1.25rem}.step-wise-navigation--row{flex-direction:row}.step-wise-navigation--column{flex-direction:column}.step-wise-navigation__line{position:absolute;border-color:var(--purple-600);border-style:dotted}.step-wise-navigation--row .step-wise-navigation__line{width:100%;top:50%;transform:translateY(-50%);border-top-width:.125rem}.step-wise-navigation--column .step-wise-navigation__line{height:100%;left:50%;transform:translate(-50%);border-left-width:.125rem}.step-wise-navigation__circle{z-index:2;height:1.0625rem;width:1.0625rem;background:var(--purple-300);border:.0625rem solid var(--primary-purple);border-radius:100%;cursor:pointer}.step-wise-navigation__circle:disabled,.step-wise-navigation__circle[data-disabled]{background:var(--indigo-100);border-color:var(--primary-purple);cursor:not-allowed}.step-wise-navigation__circle[data-state=active]{background:var(--primary-purple)}.step-wise-navigation__circle[data-state=active]:hover{background:var(--secondary-purple)}.step-wise-navigation__circle[data-state=inactive]{background:var(--purple-600);border-color:var(--purple-600)}.step-wise-navigation__circle[data-state=inactive]:hover{background:var(--secondary-purple)!important;border-color:var(--primary-purple)}.step-wise-navigation--row .step-wise-navigation__circle-tooltip{grid-row:1/-1}.step-wise-navigation--column .step-wise-navigation__circle-tooltip{grid-column:1/-1}.surest-landing-video{background:var(--white);color:var(--secondary-purple);padding:1.25rem 3.75rem 3.75rem}@media only screen and (max-width: 1024px){.surest-landing-video{padding:1.25rem 3.125rem 3.75rem}}@media only screen and (max-width: 768px){.surest-landing-video{padding:0 2rem 3.125rem}}.surest-landing-video__wrapper{width:100%;max-width:1280px;margin:0 auto;display:flex;flex-direction:column;row-gap:2.375rem;column-gap:3.625rem}.surest-landing-video__title{font-family:var(--font-serif);font-size:2rem;text-align:left}.surest-landing-video__content{display:flex;gap:3.125rem}@media only screen and (max-width: 1024px){.surest-landing-video__content{flex-direction:column;gap:2rem}}.surest-landing-video__quote{position:relative;padding-top:3.75rem;font-family:var(--font-sans);font-size:1.25rem;font-weight:var(--font-bold)}.surest-landing-video__quote--accent{margin-top:1rem;display:block;color:var(--primary-purple);font-family:var(--font-sans);font-weight:var(--font-bold);font-size:.9375rem;letter-spacing:.125rem;text-transform:uppercase}.surest-landing-video__quote:before{content:"“";position:absolute;top:-1.25rem;left:-.3125rem;font-size:8.125rem;font-family:var(--font-sans);font-weight:var(--font-bold);line-height:1;color:var(--purple-400)}.surest-vimeo-wrapper{background:var(--indigo);width:100%!important;height:unset!important;aspect-ratio:16/9}.surest-landing-what-you-get{background:var(--white);color:var(--secondary-purple);padding:5rem 3.75rem}@media only screen and (max-width: 1024px){.surest-landing-what-you-get{padding:3.75rem 3.125rem}}@media only screen and (max-width: 768px){.surest-landing-what-you-get{padding:2.8125rem 2rem}}.surest-landing-what-you-get__title{text-align:center;grid-column:1/-1;font-family:var(--font-serif);font-size:2rem}.surest-landing-what-you-get__wrapper{width:100%;max-width:1280px;margin:0 auto;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:2.375rem}.surest-landing-what-you-get__content{display:grid;gap:1.25rem;grid-template-columns:repeat(3,1fr);grid-auto-rows:auto}@media only screen and (max-width: 1024px){.surest-landing-what-you-get__content{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width: 768px){.surest-landing-what-you-get__content{grid-template-columns:1fr}}.surest-landing-what-you-get__content-item{padding:1.5rem 1.5rem 3rem;border-radius:1.125rem;display:flex;flex-direction:column;align-items:center;gap:1.125rem;background:var(--indigo-100)}.surest-landing-what-you-get__content-item__text{display:flex;flex-direction:column;align-items:center;gap:.9375rem;text-align:center}.surest-landing-what-you-get__content-item__title{font-family:var(--font-serif);font-size:1.5rem}.surest-landing-what-you-get__content-item__subtitle{font-family:var(--font-sans);font-size:1.125rem;font-weight:var(--font-bold);color:var(--indigo-800)}@media only screen and (max-width: 1024px){.surest-landing-what-you-get__content-item:last-child{grid-column:1/-1}}.surest-landing-win-win{background:var(--white);color:var(--secondary-purple);padding:3.75rem}@media only screen and (max-width: 1024px){.surest-landing-win-win{padding:3.75rem 3.125rem 1.875rem}}@media only screen and (max-width: 768px){.surest-landing-win-win{padding:3.125rem 2rem 2.5rem}}.surest-landing-win-win__wrapper{width:100%;max-width:1280px;margin:0 auto;display:flex;gap:3.625rem}@media only screen and (max-width: 1024px){.surest-landing-win-win__wrapper{flex-direction:column;gap:2.375rem}}.surest-landing-win-win__content{padding-top:1.5625rem;position:relative;max-width:360px;flex-shrink:0}@media only screen and (max-width: 1024px){.surest-landing-win-win__content{max-width:unset}}.surest-landing-win-win__content__title{font-family:var(--font-serif);font-size:2.5rem}@media only screen and (max-width: 1024px){.surest-landing-win-win__content__title{font-size:2.25rem}}.surest-landing-win-win__content__subtitle{font-family:var(--font-serif);font-size:1.5rem;color:var(--indigo-800)}.surest-landing-win-win__content__text{margin-top:1rem;color:var(--indigo-800);font-family:var(--font-sans);font-size:1.125rem;font-weight:var(--font-semibold)}.surest-landing-win-win__content:before{background:var(--primary-purple);width:3.75rem;height:.25rem;position:absolute;top:0;left:0;content:" "}.surest-landing-win-win__cards{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:1rem}.surest-landing-win-win__card{display:flex;gap:1.125rem;padding:1.5rem;width:100%;background:var(--indigo-100);border-radius:.75rem}.surest-landing-win-win__card__indicator{display:grid;flex-shrink:0;width:5rem;height:5rem}.surest-landing-win-win__card__indicator-element{grid-row:1/-1;grid-column:1/-1;justify-self:center;align-self:center}.surest-landing-win-win__card__indicator-text{font-family:var(--font-serif);line-height:1;display:flex;flex-direction:column;gap:.125rem;font-size:.75rem;text-align:center}.surest-landing-win-win__card__indicator-text--big{font-size:1.625rem}.surest-landing-win-win__card__content{display:flex;flex-direction:column;max-width:478px;gap:.5rem}.surest-landing-win-win__card__tag{color:var(--primary-purple);font-family:var(--font-sans);font-weight:var(--font-bold);font-size:.9375rem;letter-spacing:.125rem;text-transform:uppercase}.surest-landing-win-win__card__title{font-family:var(--font-serif);font-size:1.5rem;margin-top:.5rem}.surest-landing-win-win__card__subtitle{margin-top:.5rem;font-family:var(--font-sans);font-size:1.125rem;font-weight:var(--font-semibold);color:var(--indigo-800)}.surest-landing-win-win__card__text{font-family:var(--font-sans);font-size:.875rem;font-weight:400;color:var(--indigo-800)}.dropdown{position:relative;display:inline-block;width:100%}.dropdown__icon{position:absolute;left:18px}.dropdown .dropbtn{background:var(--white);text-align:left;width:100%;color:var(--gray-500);padding:16px;font-size:16px;border:none;cursor:pointer}.dropdown .dropbtn:before{position:absolute;right:7px;top:calc(50% - 3px);content:" ";border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid var(--black)}.dropdown .dropbtn:focus,.dropdown .dropbtn:focus-visible{outline:unset}.dropdown .dropdown-content{width:100%;display:none;position:absolute;background:var(--gray-50);min-width:160px;box-shadow:0 8px 16px color-mix(in oklab,var(--black) 20%,transparent);z-index:1}.dropdown .dropdown-content a{width:100%;min-height:50px;color:var(--black);cursor:pointer;padding:10px 20px;text-decoration:none;display:block;text-align:left;background:var(--white)}.dropdown .dropdown-content a:hover{background:var(--gray-100)}.dropdown .dropdown-content button{width:100%;color:var(--black);cursor:pointer;text-decoration:none;display:block;text-align:left;padding:10px;background:var(--white);border:1px solid var(--black);border-radius:3px}.dropdown .dropdown-content button:hover{background:var(--gray-100)}.dropdown.dropdown-open .dropdown-content{display:block}.dropdown.dropdown-close:focus{outline:2px solid var(--secondary-blue);z-index:1;opacity:1}.multi-toggle{display:flex}.multi-toggle--no-default .multi-toggle__item:first-of-type{box-shadow:0 0 0 1px #b3babc inset}.multi-toggle__group{display:flex;background:#eee;border-radius:100vmax;position:relative}.multi-toggle__item{z-index:2;padding:10px 25px;border-radius:100vmax;background:none;border:none;font-size:12px;font-family:var(--font-sans);font-weight:700;color:var(--primary-blue);cursor:pointer}.multi-toggle__selection-wrapper{position:absolute;top:0;height:100%;transition:left .2s ease-in-out,width .2s ease-in-out;will-change:transform}.multi-toggle__selection{width:100%;height:100%;background:var(--white);border:1.5px solid var(--primary-blue);border-radius:100vmax}.uhc-textarea{width:100%;min-height:100px;font-size:16px;border:1px solid var(--gray-500);border-radius:5px;padding:10px 15px;font-family:var(--font-sans);font-weight:500;color:var(--gray-500);box-sizing:border-box}.uhc-textarea *{box-sizing:border-box}.uhc-textarea[data-invalid=true]{border:2px solid var(--destructive)!important}.uhc-textarea:disabled{cursor:not-allowed}.surest-plan-card{position:relative;width:100%;padding:1.75rem 2rem;background:var(--white);border-radius:.5rem;border:1px solid var(--gray-300);box-shadow:0 .25rem .5rem #4140451f;display:flex;flex-direction:column;gap:1.4375rem}@media (max-width: 26.25rem){.surest-plan-card{padding:1.125rem 1.25rem}}.surest-plan-card--selected{background:var(--purple-200);border-width:.125rem;border-color:var(--purple-600)}.surest-plan-card__coloured-label{position:absolute;top:0;left:1.25rem;display:block;background-color:var(--primary-purple);width:8.5rem;height:.375rem;border-radius:0 0 .625rem .625rem}@media (max-width: 26.25rem){.surest-plan-card__coloured-label{left:.5rem}}.surest-plan-card__action-container{width:100%;display:flex;justify-content:space-between;align-items:center;column-gap:.625rem;row-gap:1.25rem}@media (max-width: 26.25rem){.surest-plan-card__action-container{flex-direction:column;justify-content:space-between;align-items:flex-start}}.surest-plan-card__top-content{width:100%;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.125rem;color:var(--primary-purple);font-weight:var(--font-semibold);white-space:nowrap}.surest-plan-card__logo{color:var(--primary-purple);min-width:5rem;width:7rem}@media (max-width: 26.25rem){.surest-plan-card__logo{flex-shrink:1}}.surest-plan-card__button{flex-shrink:0;height:2.875rem}.surest-plan-card__title{color:var(--primary-purple);font-family:var(--font-serif);font-size:1.25rem;line-height:1.3}.surest-plan-card__cost-container{display:flex;flex-direction:column;align-items:flex-start;gap:.3125rem}.surest-plan-card__cost-container-label{border-bottom:1px dashed var(--primary-purple);color:var(--indigo-800)}.surest-plan-card__cost-container-value{font-family:var(--font-serif);font-size:1.875rem}.surest-plan-card__links{display:flex;flex-direction:column;align-items:flex-end;gap:.25rem}.surest-plan-card__link{color:var(--primary-purple)!important;font-family:var(--font-sans);font-weight:var(--font-semibold)!important;text-decoration:underline}.surest-plan-card__bottom-content{color:var(--indigo-800);font-family:var(--font-sans);font-size:1rem;font-weight:var(--font-semibold)}.surest-plan-card__bottom-content-item{display:flex;justify-content:space-between;gap:.3125rem;padding:.375rem 0;border-top:.0625rem solid var(--indigo-400)}.surest-plan-card__bottom-content-item span:nth-child(2n){text-align:right}.surest-plan-card__modal{padding:3rem 2rem 2.25rem;max-width:45.75rem;display:flex;flex-direction:column;align-items:flex-start;gap:1rem}.surest-plan-card__modal .modal__close-button{color:var(--indigo-500)!important}.surest-plan-card__modal__title{color:var(--secondary-purple);font-family:var(--font-serif);font-size:1.25rem;line-height:1.3}.surest-plan-card__modal__text{color:var(--indigo-800);font-family:var(--font-sans);font-size:1.125rem;font-weight:var(--font-semibold)}.surest-plan-card__modal__button{margin-top:.5rem}.surest-plan-details-modal{overflow:visible;height:calc(100% - 6.25rem)!important}.surest-plan-details-modal__wrapper{width:100%;max-width:80rem;margin:0 auto;display:flex;flex-direction:column;gap:1.5rem}.surest-plan-details-modal__header{position:relative;display:flex;flex-direction:column;gap:1.5rem}.surest-plan-details-modal__header-content{position:relative;color:var(--white);display:flex;flex-direction:column;align-items:flex-start;gap:2rem}.surest-plan-details-modal__header-plan-info{display:flex;align-items:center;gap:1rem;font-family:var(--font-serif);font-size:2.5rem}@media only screen and (max-width: 1024px){.surest-plan-details-modal__header-plan-info{font-size:2.25rem}}.surest-plan-details-modal__header-plan-info .uhc-link{font-weight:var(--font-semibold);outline-color:var(--white)}@media only screen and (max-width: 768px){.surest-plan-details-modal__header-plan-info{flex-direction:column;align-items:flex-start}}.surest-plan-details-modal__header-grid{position:relative;display:grid;grid-template-columns:repeat(3,1fr);border-radius:1rem;overflow:hidden;background:var(--white);box-shadow:0 .25rem .5rem #4140451f}@media only screen and (max-width: 768px){.surest-plan-details-modal__header-grid{grid-template-columns:auto}}.surest-plan-details-modal__header-grid__item{padding:2rem 2rem 2.25rem;display:flex;flex-direction:column;justify-content:flex-end;gap:.625rem;border-left:.0625rem solid var(--indigo-400)}.surest-plan-details-modal__header-grid__item:first-child{background:var(--purple-200);border:none}@media only screen and (max-width: 768px){.surest-plan-details-modal__header-grid__item{border:none;border-top:.0625rem solid var(--indigo-400)}.surest-plan-details-modal__header-grid__item:first-child{background:var(--purple-200);border:none}}.surest-plan-details-modal__header-grid__item-title{color:var(--primary-purple);font-family:var(--font-serif);font-size:1.75rem}.surest-plan-details-modal__header-grid__item-title--big{font-family:var(--font-serif);font-size:2.5rem}@media only screen and (max-width: 1024px){.surest-plan-details-modal__header-grid__item-title--big{font-size:2.25rem}}.surest-plan-details-modal__header-grid__item-content{display:flex;flex-direction:column;gap:.25rem}.surest-plan-details-modal__header-grid__item-subtitle{color:var(--secondary-purple);font-family:var(--font-sans);font-size:1.125rem;font-weight:var(--font-bold)}.surest-plan-details-modal__header-grid__item-text{color:var(--indigo-800);font-family:var(--font-sans);font-size:.875rem;font-weight:400}.surest-plan-details-modal__header-background{position:absolute;top:0;left:0;height:16.5625rem;width:100%;background:url(https://media.uhcsmallbusinessstore.com/app-assets/images/illustrations/surest/plan-detail-header.jpg);background-position:center}.surest-plan-details-modal__surest-benefits{display:flex;gap:2rem}@media only screen and (max-width: 1024px){.surest-plan-details-modal__surest-benefits{flex-direction:column}}.surest-plan-details-modal__oopm-benefits{color:var(--indigo-800);display:flex;flex-direction:column;gap:1.125rem}.surest-plan-details-modal__oopm-benefits-grid{display:grid;grid-template-columns:1fr max-content;grid-template-rows:auto 1fr;align-items:end;font-family:var(--font-sans);font-size:1rem;font-weight:var(--font-semibold)}.surest-plan-details-modal__oopm-benefits-disclaimer{font-family:var(--font-sans);font-size:1rem;font-weight:var(--font-medium)}.surest-plan-details-modal__oopm-benefits--cell{padding:.6875rem .375rem;border-bottom:.0625rem solid var(--indigo-400)}.surest-plan-details-modal__oopm-benefits--heading{font-family:var(--font-serif);font-size:1.5rem}.surest-plan-details-modal__oopm-benefits--heading-small{font-family:var(--font-serif);font-size:1.125rem;line-height:1.3}.surest-plan-details-modal__oopm-benefits--text-small{font-family:var(--font-sans);font-size:1rem;font-weight:var(--font-bold)}.surest-plan-details-modal__oopm-benefits--text-right{text-align:right}.surest-plan-details-modal__oopm-benefits--primary{color:var(--primary-purple)}.surest-plan-details-modal__oopm-benefits--secondary{color:var(--secondary-purple)}.surest-plan-details-modal__plan-features{padding:1.5rem 2rem;border-radius:1rem;border:.0625rem solid var(--indigo-400);color:var(--secondary-purple);display:flex;flex-direction:column;gap:.5rem;justify-content:center}.surest-plan-details-modal__plan-features__title{font-family:var(--font-serif);font-size:1.25rem;line-height:1.3}.surest-plan-details-modal__plan-features__subtitle{font-family:var(--font-sans);font-size:1rem;font-weight:var(--font-bold)}.surest-plan-details-modal__plan-features__value{width:max-content;display:flex;align-items:center;gap:.5rem;text-wrap:nowrap;color:var(--primary-purple);font-family:var(--font-serif);font-size:1.5rem}.surest-plan-details-modal__doctor{display:flex;align-items:center;gap:1.5rem;width:100%;padding:1.5rem;border-radius:1rem;background:var(--purple-200)}@media only screen and (max-width: 768px){.surest-plan-details-modal__doctor{flex-direction:column;align-items:flex-start}}.surest-plan-details-modal__doctor__content{width:100%;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem}@media only screen and (max-width: 1024px){.surest-plan-details-modal__doctor__content{flex-direction:column;align-items:flex-start}}.surest-plan-details-modal__doctor__heading{display:flex;flex-direction:column;gap:.5rem}.surest-plan-details-modal__doctor__title{color:var(--secondary-purple);font-family:var(--font-serif);font-size:1.5rem}.surest-plan-details-modal__doctor__text{color:var(--indigo-800);font-family:var(--font-sans);font-size:1.125rem;font-weight:var(--font-medium)}.surest-plan-details-modal__doctor__link{font-size:1.125rem;font-weight:var(--font-semibold)}.surest-plan-details-modal__content{display:flex;flex-direction:column;align-items:flex-start;gap:1.5rem}.surest-plan-details-modal__disclaimer{display:flex;flex-direction:column;gap:8px;color:var(--indigo-600);font-family:var(--font-sans);font-size:.75rem;font-weight:var(--font-medium)}.surest-plan-details-modal__link{color:var(--primary-purple)!important;font-weight:var(--font-semibold)!important;outline-color:var(--primary-purple)!important}.surest-plan-details-modal__divider{margin:1.5rem 0;border-color:var(--indigo-400)}.surest-plan-details-modal__table-container{width:100%;color:var(--indigo-800);display:flex;flex-direction:column;gap:1rem;font-family:var(--font-sans);font-size:1rem;font-weight:var(--font-medium)}.surest-plan-details-modal__table-container__heading{display:flex;flex-direction:column;gap:.1875rem}.surest-plan-details-modal__table-container__heading-title{color:var(--secondary-purple);font-family:var(--font-serif);font-size:1.5rem}.surest-plan-details-modal__table-container__table{border-top:.0625rem solid var(--indigo-400);display:grid;grid-template-columns:1fr max-content}.surest-plan-details-modal__table-container__table--collapsible{grid-template-columns:1fr 1fr}@media only screen and (max-width: 768px){.surest-plan-details-modal__table-container__table--collapsible{grid-template-columns:1fr}}.surest-plan-details-modal__table-container__table-cell{padding:.625rem .3125rem}.surest-plan-details-modal__table-container__table-cell--padded{padding-top:.375rem;padding-bottom:.375rem;padding-left:1.125rem}.surest-plan-details-modal__table-container__table-cell--spread{grid-column:span 2}.surest-plan-details-modal__table-container__table-cell--semibold{font-weight:var(--font-semibold)}.surest-plan-details-modal__table-container__table-cell--purple-background{background:var(--purple-200)}.surest-plan-details-modal__table-container__table-cell--align-right{text-align:right}@media only screen and (max-width: 768px){.surest-plan-details-modal__table-container__table-cell--collapsible-align-right{padding-top:0;text-align:left}}@media only screen and (max-width: 768px){.surest-plan-details-modal__table-container__table-cell--collapsible-spread{grid-column:1}}.surest-plan-details-modal__video-modal{width:100%;max-width:43.75rem;padding:3rem 2rem 2.25rem;display:flex;flex-direction:column;align-items:flex-start;gap:1rem}@media only screen and (max-width: 768px){.surest-plan-details-modal__video-modal{padding:2rem}}.surest-plan-details-modal__video-modal-title{color:var(--secondary-purple);font-family:var(--font-serif);font-size:1.25rem;line-height:1.3}.surest-plan-details-modal__video-modal .surest-vimeo-wrapper{width:100%}.surest-plan-details-modal__video-modal .modal__close-button{color:var(--purple-400);top:1rem;right:1rem}@media only screen and (max-width: 768px){.surest-plan-details-modal__video-modal .modal__close-button{top:.75rem;right:.75rem}}.surest-plan-details-modal .fullscreen-scrollable-modal__content{padding:3.125rem}@media only screen and (max-width: 768px){.surest-plan-details-modal .fullscreen-scrollable-modal__content{padding:3.125rem 2rem}}.surest-plan-details-modal .modal-animation-container{border-radius:1.5rem!important}.surest-plan-details-modal .modal__close-button{color:var(--purple-400);top:1rem;right:1rem}.surest-plan-details-modal .uhc-link{text-decoration:underline}.fullscreen-scrollable-portal{align-items:flex-end;padding:0}.fullscreen-scrollable-modal{height:calc(100% - 50px);width:100%;background:transparent!important}.fullscreen-scrollable-modal .modal-animation-container{border-radius:12px;background:var(--white);height:100%;overflow-x:hidden;overflow-y:auto;position:relative;z-index:1}@media screen and (min-width: 480px) and (max-width: 1024px){.fullscreen-scrollable-modal .modal-animation-container .uhc-button--outline{margin-bottom:40px}}@media only screen and (max-width: 1024px){.fullscreen-scrollable-modal .modal__close-button{top:15px}}@media only screen and (max-width: 480px){.fullscreen-scrollable-modal .modal-animation-container{border-radius:0;overflow-x:hidden}}.fullscreen-scrollable-modal .title{font-size:36px;margin-bottom:15px}.fullscreen-scrollable-modal__header{padding:25px 0;text-align:center}@media only screen and (max-width: 480px){.fullscreen-scrollable-modal__header{padding-top:80px}}.fullscreen-scrollable-modal__content{margin:auto;box-sizing:border-box}@media only screen and (max-width: 1280px){.fullscreen-scrollable-modal__content{width:100%;margin-left:0;margin-right:0}}@media only screen and (max-width: 480px){.fullscreen-scrollable-modal.cut-modal .ReactModal__Overlay{padding-top:30px}.fullscreen-scrollable-modal.cut-modal .modal-animation-container{border-radius:12px 12px 0 0}}.fullscreen-scrollable-modal.sticky-bottom-close .modal-animation-container{min-height:100%;display:flex;flex-flow:column;align-items:center;padding-bottom:20px}.fullscreen-scrollable-modal.sticky-bottom-close .modal-animation-container .modal__content{margin:0;flex-grow:1}@media only screen and (max-width: 480px){.fullscreen-scrollable-modal.sticky-bottom-close .modal-animation-container{min-height:100%}}.tooltip-wrapper{box-sizing:border-box;background:var(--white);border:1px solid var(--gray-400);border-radius:7px;box-shadow:0 5px 18px color-mix(in oklab,var(--black) 5%,transparent);color:var(--gray-400);font-family:var(--font-sans);font-weight:500;font-size:16px;max-width:400px;padding:20px;white-space:normal;z-index:199}@media only screen and (max-width: 480px){.tooltip-wrapper{max-width:300px;font-size:14px}}.tooltip-wrapper__arrow{fill:var(--white)}.tooltip-wrapper__arrow>path:first-of-type{stroke:var(--gray-400)}.tooltip-wrapper__arrow>path:last-of-type{stroke:var(--white)}.tooltip-toggle{display:inline-block;border-bottom:1px dashed var(--secondary-blue)}.tooltip-toggle--no-decoration{border:0}.tooltip-toggle--help{color:var(--secondary-blue)}.accordion__icon{flex-shrink:0;transition:rotate cubic-bezier(.4,0,.2,1) .2s}.accordion__header{display:flex}.accordion__trigger{display:flex;flex:1;text-align:left;align-items:center;justify-content:space-between;gap:1.5rem;padding:1rem 0;font-family:var(--font-sans);font-size:1.125rem;font-weight:var(--font-bold)}.accordion__trigger:hover{text-decoration:underline}.accordion__trigger[data-state=open] svg{rotate:-180deg}.accordion__content-wrapper{overflow:hidden;transition:all cubic-bezier(.4,0,.2,1) .15s}.accordion__content-wrapper[data-state=closed]{animation:accordion-down .2s ease-out}.accordion__content-wrapper[data-state=open]{animation:accordion-up .2s ease-out}@keyframes accordion-up{0%{height:0}to{height:var(--radix-accordion-content-height)}}@keyframes accordion-down{0%{height:var(--radix-accordion-content-height)}to{height:0}}.surest-summary-card{padding:1.5rem 0;display:flex;align-items:center;column-gap:1.25rem;border-style:solid;border-color:var(--indigo-400)}@media only screen and (max-width: 768px){.surest-summary-card{flex-direction:column;align-items:flex-start;row-gap:.5rem}}.surest-summary-card__header{flex-basis:40%}@media only screen and (max-width: 768px){.surest-summary-card__header{order:2}}.surest-summary-card__extra-element{min-width:max-content;display:flex;align-items:center;gap:.625rem}@media only screen and (max-width: 768px){.surest-summary-card__extra-element{min-width:unset;order:3}}.surest-summary-card__title{color:var(--secondary-purple);font-family:var(--font-sans);font-size:1.125rem;font-weight:var(--font-bold)}.surest-summary-card__description{max-width:31.25rem;color:var(--indigo-800);font-family:var(--font-sans);font-size:.875rem;font-weight:var(--font-medium)}.surest-summary-card__amount{color:var(--secondary-purple);text-align:right;font-family:var(--font-serif);font-size:1.4375rem;margin-left:auto}.surest-summary-card__amount--big{font-size:2.25rem}@media only screen and (max-width: 768px){.surest-summary-card__amount{text-align:unset;margin-left:unset}}.surest-summary-card--border-top{border-top-width:.0625rem}.surest-summary-card--border-bottom{border-bottom-width:.0625rem}.not-found{width:100%;padding:100px 0;display:flex;align-items:center;justify-content:center}.not-found__content{max-width:1183px;display:flex;flex-direction:row;justify-content:space-between;font-family:var(--font-sans);font-weight:400;color:var(--primary-blue)}@media only screen and (max-width: 1024px){.not-found__content{justify-content:center;margin:0 25px}}@media only screen and (max-width: 768px){.not-found__content{flex-direction:column-reverse;align-items:center}}@media only screen and (max-width: 480px){.not-found__content{flex-wrap:wrap}}.not-found__text-container{display:flex;flex-direction:column;flex-basis:50%;max-width:483px;justify-content:center;margin-left:15px}@media only screen and (max-width: 1024px){.not-found__text-container{flex-basis:unset;max-width:605px}}@media only screen and (max-width: 768px){.not-found__text-container{align-items:center}}@media only screen and (max-width: 480px){.not-found__text-container{margin-left:0}}.not-found__text-container>h2{font-size:36px;font-family:var(--font-serif);max-width:387px;margin-bottom:0}.not-found__text-container>p{font-size:24px;font-family:var(--font-sans);font-weight:700;margin-top:44px}.not-found__button-container{margin-top:64px}@media only screen and (max-width: 1024px){.not-found__button-container{margin-top:37px}}.not-found__image-container{position:relative;max-width:562px}.not-found__image-container img{width:100%}@media only screen and (max-width: 1024px){.not-found__image-container{max-width:450px}}@media only screen and (max-width: 768px){.not-found__image-container{padding:0 0 100px}}
