@charset "UTF-8";html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,b,u,i,center,dl,dt,dd,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}*,*:before,*:after{box-sizing:border-box}body{font-family:proxima-nova,Helvetica Neue,sans-serif;font-size:16px;line-height:26px;color:#434448}@media only screen and (min-width:560px){body{font-size:18px;line-height:28px}}a{text-decoration:none;color:#242429}ul{padding-left:1.5rem}h1{font-family:Frank Ruhl Libre,serif;font-size:40px;font-weight:500;line-height:44px;margin-bottom:1.5rem;color:#242429}@media only screen and (min-width:560px){h1{font-size:58px;line-height:62px}}h2{font-family:Frank Ruhl Libre,serif;font-size:32px;font-weight:500;line-height:36px;margin-bottom:1.5rem;color:#242429}@media only screen and (min-width:560px){h2{font-size:42px;line-height:54px}}h3{font-family:proxima-nova,Helvetica Neue,sans-serif;font-size:21px;font-weight:700;line-height:28px;margin-bottom:1rem;color:#242429}@media only screen and (min-width:560px){h3{font-size:24px;line-height:33px}}h5{font-family:Frank Ruhl Libre,serif;font-size:18px;font-weight:700;line-height:25px;margin-bottom:1rem;color:#242429}@media only screen and (min-width:560px){h5{font-size:24px;line-height:33px}}.subheading{font-size:18px;line-height:25px;margin-bottom:1.5rem;color:#79603c}@media only screen and (min-width:560px){.subheading{font-size:24px;line-height:33px}}.w-container{max-width:91.5rem;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}@media only screen and (min-width:1068px){.w-container{padding-left:2.5rem;padding-right:2.5rem}}.w-container-sm{max-width:85.5rem;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}@media only screen and (min-width:1068px){.w-container-sm{padding-left:4rem;padding-right:4rem}}.hide-mobile{display:none}@media only screen and (min-width:560px){.hide-mobile{display:block}}.hide-desktop{display:block}@media only screen and (min-width:560px){.hide-desktop{display:none}}.hidden{display:none}.u-sr-only{height:.0625rem;width:.0625rem;overflow:hidden;padding:0;position:absolute;clip:rect(0,0,0,0);background-color:#fff;border:0;color:#000;white-space:nowrap}.cream-bg{background-color:#ebe5da}.light-cream-bg{background-color:#f2eee6}.viridian-bg{background-color:#008868;color:#fff}.viridian-bg h2{color:#fff}.viridian-dark-bg{background-color:#055744;color:#fff}.viridian-dark-bg h2{color:#fff}.accordion{display:flex;flex-direction:column;gap:1.5rem;margin-top:2rem}.accordion .accordion-item{cursor:pointer}.accordion .accordion-item p:not(:last-child){margin-bottom:1rem}.accordion .accordion-item .accordion-header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:1rem}.accordion .accordion-item .accordion-header .subheading{margin-bottom:0}.accordion .accordion-item .accordion-content{height:0;overflow:hidden;opacity:0;visibility:hidden;transition:height .3s ease,opacity .3s ease,visibility .3s ease}.accordion .accordion-item.is-active .accordion-content{height:auto;opacity:1;visibility:visible}.accordion--cards .accordion-item{border:solid .0625rem #79603C;border-radius:.5rem;padding:1rem;cursor:pointer}.accordion--cards .accordion-item p:not(:last-child){margin-bottom:1rem}.accordion--cards .accordion-item .accordion-header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:1rem}.accordion--cards .accordion-item .accordion-header .subheading{margin-bottom:0}.accordion--cards .accordion-item .accordion-content{margin-top:0;visibility:hidden;overflow:hidden;opacity:0;transition:height .3s ease-out,visibility .3s ease-out,opacity .3s ease-out,margin-top .3s}.accordion--cards .accordion-item .icon{width:1.5rem;height:1.5rem;background:url(/images/icons/plus.svg);background-repeat:no-repeat;background-size:contain;transition:background .3s}.accordion--cards .accordion-item.is-active .accordion-content{margin-top:1.5rem;visibility:visible;opacity:1;transition:height .3s ease-in,visibility .4s ease-in,opacity .3s ease-in,margin-top .3s}.accordion--cards .accordion-item.is-active .icon{background:url(/images/icons/chevron-up.svg);background-repeat:no-repeat;background-size:contain;transition:background .2s ease-in}@media only screen and (min-width:1068px){.accordion--cards .accordion-item{padding:1rem 1.5rem}}.accordion--border-simple .accordion-item:not(:last-of-type){border-bottom:solid .0625rem #E4E4E6}.accordion--border-simple .accordion-item .accordion-header{margin-bottom:1.5rem}.accordion--border-simple .accordion-item h4{color:#242429;font-family:Frank Ruhl Libre,serif;font-size:1.5rem;font-weight:500}.accordion--border-simple .accordion-item .icon{width:.875rem;height:.875rem;background:url(/images/icons/chevron-up.svg);background-repeat:no-repeat;background-size:contain;transform:rotate(180deg);transition:background .3s,transform .5s}.accordion--border-simple .accordion-item.is-active .accordion-content{visibility:visible;opacity:1;transition:height .3s ease-in,visibility .4s ease-in,opacity .3s ease-in,margin-top .3s}.accordion--border-simple .accordion-item.is-active .icon{opacity:.5;transform:rotate(0);transition:transform .5s}.action-block--card{border-radius:.5rem;background-color:#ebe5da;display:flex;flex-direction:column;padding:2rem;text-align:left;align-items:flex-start;gap:1rem}.action-block--card img{width:fit-content}@media only screen and (min-width:1068px){.action-block--card{align-items:center}}.action-block--card-border{border:.0625rem solid #008868;border-radius:.5rem;background-color:#fff;padding:1.5rem;text-align:left;display:flex;flex-direction:row;align-items:center;gap:1rem;box-shadow:.25rem .25rem .25rem #0000001a}.action-block--card-border h4{font-size:1.1875rem;font-weight:700;line-height:1.625rem;color:#008868}.action-block--card-border svg{width:fit-content}@media only screen and (min-width:1068px){.action-block--card-border{align-items:center;flex-direction:column;text-align:center}}.action-blocks{display:grid;gap:1rem}@media only screen and (min-width:1068px){.action-blocks{grid-template-columns:repeat(3,1fr);gap:2rem}}.c-button-green{display:flex;align-items:center;width:fit-content;justify-content:center;gap:1rem;font-size:1.125rem;line-height:1.375rem;font-weight:700;cursor:pointer;transition:background-color .25s ease-in,color .25s ease-in,border-color .25s ease-in}.c-button-green svg path{transition:fill .25s ease-in}.c-button-green:hover{transition:background-color .25s ease-in,color .25s ease-in,border-color .25s ease-in}.c-button-green:hover svg path{transition:fill .25s ease-in}@media only screen and (min-width:1068px){.c-button-green{padding:1.25rem 2rem;font-size:1.25rem;line-height:1.5rem}}.c-button-green{background-color:#008868;color:#fff;padding:1rem;border:solid .0625rem #008868;border-radius:.5rem}.c-button-green:hover{background-color:#355d7a;color:#fff}.c-button-green-dark{display:flex;align-items:center;width:fit-content;justify-content:center;gap:1rem;font-size:1.125rem;line-height:1.375rem;font-weight:700;cursor:pointer;transition:background-color .25s ease-in,color .25s ease-in,border-color .25s ease-in}.c-button-green-dark svg path{transition:fill .25s ease-in}.c-button-green-dark:hover{transition:background-color .25s ease-in,color .25s ease-in,border-color .25s ease-in}.c-button-green-dark:hover svg path{transition:fill .25s ease-in}@media only screen and (min-width:1068px){.c-button-green-dark{padding:1.25rem 2rem;font-size:1.25rem;line-height:1.5rem}}.c-button-green-dark{background-color:#055744;color:#fff;padding:1rem;border:solid .0625rem #055744;border-radius:.5rem}.c-button-green-light{display:flex;align-items:center;width:fit-content;justify-content:center;gap:1rem;font-size:1.125rem;line-height:1.375rem;font-weight:700;cursor:pointer;transition:background-color .25s ease-in,color .25s ease-in,border-color .25s ease-in}.c-button-green-light svg path{transition:fill .25s ease-in}.c-button-green-light:hover{transition:background-color .25s ease-in,color .25s ease-in,border-color .25s ease-in}.c-button-green-light:hover svg path{transition:fill .25s ease-in}@media only screen and (min-width:1068px){.c-button-green-light{padding:1.25rem 2rem;font-size:1.25rem;line-height:1.5rem}}.c-button-green-light{background-color:#53be7e;color:#242429;padding:1rem;border:solid .0625rem #53BE7E;border-radius:.5rem}.c-button-green-light svg path{fill:#242429}.c-button-green-light:hover{background-color:#008868;border-color:#008868;color:#fff}.c-button-green-light:hover svg path{fill:#fff}.c-button-green-light-dark-bg{display:flex;align-items:center;width:fit-content;justify-content:center;gap:1rem;font-size:1.125rem;line-height:1.375rem;font-weight:700;cursor:pointer;transition:background-color .25s ease-in,color .25s ease-in,border-color .25s ease-in}.c-button-green-light-dark-bg svg path{transition:fill .25s ease-in}.c-button-green-light-dark-bg:hover{transition:background-color .25s ease-in,color .25s ease-in,border-color .25s ease-in}.c-button-green-light-dark-bg:hover svg path{transition:fill .25s ease-in}@media only screen and (min-width:1068px){.c-button-green-light-dark-bg{padding:1.25rem 2rem;font-size:1.25rem;line-height:1.5rem}}.c-button-green-light-dark-bg{background-color:#4a9d6b;color:#fff;padding:1rem;border:solid .0625rem #4a9d6b;border-radius:.5rem}.c-button-green-light-dark-bg svg path{fill:#fff}.c-button-green-light-dark-bg:hover{background-color:#355d7a;border-color:#355d7a;color:#fff}.c-button-green-light-dark-bg:hover svg path{fill:#fff}.c-button-outline{display:flex;align-items:center;width:fit-content;justify-content:center;gap:1rem;font-size:1.125rem;line-height:1.375rem;font-weight:700;cursor:pointer;transition:background-color .25s ease-in,color .25s ease-in,border-color .25s ease-in}.c-button-outline svg path{transition:fill .25s ease-in}.c-button-outline:hover{transition:background-color .25s ease-in,color .25s ease-in,border-color .25s ease-in}.c-button-outline:hover svg path{transition:fill .25s ease-in}@media only screen and (min-width:1068px){.c-button-outline{padding:1.25rem 2rem;font-size:1.25rem;line-height:1.5rem}}.c-button-outline{background-color:#fff;color:#79603c;padding:1rem;border:solid .0625rem #79603C;border-radius:.5rem}.c-button-outline svg path{fill:#79603c}.c-button-outline:hover{background-color:#79603c;color:#fff}.c-button-outline:hover svg path{fill:#fff}.c-call-button{border-radius:10rem;display:flex;transition:background-color .25s ease-in,color .25s ease-in}.c-call-button:hover{background-color:#008868;color:#fff;transition:background-color .25s ease-in,color .25s ease-in}.c-call-button span{display:none}@media only screen and (min-width:1068px){.c-call-button{align-items:center;justify-content:center;font-size:1rem;gap:.5rem;padding:.25rem .5rem .25rem .25rem;border:solid .125rem #242429}.c-call-button span{display:block}.c-call-button .phone-icon{width:2rem;height:2rem;background-color:#242429;border-radius:5rem;display:flex;align-items:center;justify-content:center}.c-call-button .phone-icon svg{transform:scale(.6);overflow:visible}.c-call-button .phone-icon svg path{fill:#fff}}.c-button-coyote{display:flex;align-items:center;width:fit-content;justify-content:center;gap:1rem;font-size:1.125rem;line-height:1.375rem;font-weight:700;cursor:pointer;transition:background-color .25s ease-in,color .25s ease-in,border-color .25s ease-in}.c-button-coyote svg path{transition:fill .25s ease-in}.c-button-coyote:hover{transition:background-color .25s ease-in,color .25s ease-in,border-color .25s ease-in}.c-button-coyote:hover svg path{transition:fill .25s ease-in}@media only screen and (min-width:1068px){.c-button-coyote{padding:1.25rem 2rem;font-size:1.25rem;line-height:1.5rem}}.c-button-coyote{background-color:#79603c;color:#fff;padding:1rem;border:solid .0625rem #79603C;border-radius:.5rem}.c-button-coyote svg path{fill:#fff}.c-button-coyote:hover{background-color:#79603c;color:#fff}.c-button-coyote:hover svg path{fill:#fff}.accordion-button{display:flex;flex-direction:row;justify-content:space-between;background-color:#008868;color:#fff;align-items:center;gap:1rem;padding:1rem;border-radius:.5rem;transition:background-color .25s ease-in,color .25s ease-in;font-size:1.125rem;line-height:1.375rem;cursor:pointer}.accordion-button:hover{background-color:#355d7a;color:#fff;transition:background-color .25s ease-in,color .25s ease-in}@media only screen and (min-width:1068px){.accordion-button{padding:1rem 1.5rem}}@media only screen and (min-width:560px){.accordion-button{font-size:1.5rem;line-height:2.0625rem}}.link{color:#008868;font-weight:700;transition:color .25s ease-in}.link:hover{color:#355d7a;transition:color .25s ease-in}.cta-factbox{background-color:#fff;border:solid .0625rem #008868;border-radius:.5rem;padding:1.5rem}.cta-factbox ul{margin-top:0;margin-bottom:0;padding-left:1rem}.cta-factbox .list-title{font-weight:700;margin-bottom:1.5rem}@media only screen and (min-width:1068px){.cta-factbox{display:grid;grid-template-columns:1fr max-content;align-items:center;gap:1.5rem;padding:2rem}.cta-factbox .c-button-green{height:fit-content}}@media only screen and (max-width:1067px){.cta-factbox .c-button-green{width:100%;margin-top:2rem}}.cta-banner{padding-top:2rem;padding-bottom:2rem}.cta-banner .cta-content{display:grid;gap:2rem}.cta-banner .c-button-green-light{padding-right:1.5rem;padding-left:1.5rem}.cta-banner h3{color:#fff;margin-bottom:0}@media only screen and (min-width:1068px){.cta-banner .cta-content{grid-template-columns:1fr max-content}}.cta-home .cta-content p{margin-bottom:1rem}.cta-home img{display:block}.cta-home .pill{display:inline-block;padding:.25rem 1rem;border-radius:10rem;color:#fff;border:#fff solid .0625rem;font-size:.875rem}.cta-home .c-button-green-light{background-color:#4a9d6b;border-color:#4a9d6b;color:#fff}.cta-home .c-button-green-light svg path{fill:#fff}.cta-home .c-button-green-light:hover{background-color:#355d7a;border-color:#355d7a}@media only screen and (min-width:1068px){.cta-home{display:flex;align-items:center;min-height:26.25rem;color:#fff}.cta-home .cta-container{display:flex;flex-direction:column;justify-content:center;height:100%}.cta-home .cta-content p{margin-bottom:2rem}.cta-home .pill{margin-bottom:2rem;font-size:1rem}.cta-home h2{color:#fff}.cta-home img{position:absolute;z-index:-1;left:0;top:0;width:100%;height:100%;object-fit:cover}}@media only screen and (max-width:1067px){.cta-home img{position:relative;right:50%;left:50%;margin-left:-50vw;margin-right:-50vw;max-width:100vw;width:100vw}.cta-home h2{margin-bottom:.5rem}.cta-home .cta-content{padding-top:2rem}.cta-home .pill{margin-bottom:1rem}}.cta-footer{padding-top:2rem}.cta-footer h2{margin-bottom:2rem}.cta-footer .cta-content{order:1}.cta-footer .cta-content p{margin-bottom:1rem}.cta-footer .pill{display:inline-block;padding:.25rem 1rem;border-radius:10rem;color:#fff;border:#fff solid .0625rem;font-size:.875rem;margin-bottom:2rem}.cta-footer .cta-container{display:grid;gap:2rem}.cta-footer .cta-image{display:block;order:2}@media only screen and (min-width:1068px){.cta-footer{padding-top:2.5rem}.cta-footer .cta-container{grid-template-columns:1fr minmax(0,max-content);align-items:center;justify-content:center;height:100%;gap:4rem}.cta-footer .cta-content p{margin-bottom:2rem}}@media only screen and (max-width:1067px){.cta-footer .cta-content{padding-top:2rem}.cta-footer .cta-image{margin-inline:auto}}@media only screen and (max-width:559px){.cta-footer .c-button-green-light{width:100%}}.cta-inline{background-color:#055744;border-radius:.5rem;margin-top:3rem;margin-bottom:3rem;overflow:hidden;color:#fff}.cta-inline .cta-container{display:flex;flex-direction:column}.cta-inline .cta-content{padding:1.5rem 2rem}.cta-inline .cta-overline{display:none}.cta-inline .cta-title{font-size:2rem;line-height:2.25rem;font-family:Frank Ruhl Libre,serif;font-weight:500;margin-bottom:1rem}.cta-inline .cta-image{display:block;align-self:center}.cta-inline .cta-button{margin-top:2rem}@media only screen and (min-width:1068px){.cta-inline .cta-container{display:grid;grid-template-columns:repeat(12,1fr)}.cta-inline .cta-content{grid-column:1/span 7;grid-row:1}.cta-inline .cta-image{align-self:self-end;grid-column:7/span 6;grid-row:1;justify-self:end;margin-right:-2rem}}@media only screen and (max-width:1067px){.cta-inline .cta-overline{display:block;font-size:.875rem;line-height:1.25rem;font-weight:400;border:solid .0625rem #fff;width:fit-content;border-radius:5rem;padding:.5rem 1rem;margin-bottom:2.5rem}}@media only screen and (max-width:559px){.cta-inline{position:relative;right:50%;left:50%;margin-left:-50vw;margin-right:-50vw;max-width:100vw;width:100vw}.cta-inline .cta-image{padding-right:.75rem;padding-left:.75rem}.cta-inline .cta-button{width:100%}}.cta-compact .cta-intro{font-size:1.5rem;line-height:2rem;font-weight:400;margin-bottom:1.5rem}.cta-compact .cta-container{display:grid;border:solid .0625rem #008868;border-radius:.5rem;gap:1rem;padding:.75rem 1rem;background-color:#0088681a}@media only screen and (min-width:1068px){.cta-compact .cta-container{grid-template-columns:1fr minmax(250px,1fr);gap:2.5rem}.cta-compact .c-button-green{gap:1rem}}.cta-full-width{position:relative;overflow:hidden;padding-bottom:2rem}@media only screen and (min-width:1068px){.cta-full-width{padding-top:5rem;padding-bottom:5rem;background:linear-gradient(to right,#242429cc 10%,#0000)}}.footer-page{padding-top:2rem;padding-bottom:2rem;text-align:center;color:#242429}.footer-page .btn--ghost{padding:0;background-color:#0000;border-color:#0000;font-size:1rem;font-weight:700;color:#008868;cursor:pointer;transition:color .3s ease-in-out}.footer-page .btn--ghost:hover{color:#355d7a}@media only screen and (min-width:1068px){.footer-page .footer-content{display:grid;justify-content:space-between;align-items:center;grid-template-columns:43.75rem max-content;text-align:left}}.footer-page--full{padding-top:2rem;padding-bottom:2rem}.footer-page--full .footer-list{display:flex;flex-direction:column;gap:1.25rem;list-style:none;padding-left:0}.footer-page--full .footer-list a{color:#008868;font-weight:700}.footer-page--full .footer-list a:hover{color:#055744}.footer-page--full .footer-logo-image{display:block;max-width:12.5rem}.footer-page--full .footer-left h3{margin-top:2rem}@media only screen and (min-width:1068px){.footer-page--full{padding-top:0;padding-bottom:0;border-bottom:solid .0625rem #C3C3C3}.footer-page--full .footer-top{display:grid;grid-template-columns:1fr 1fr;text-align:left}.footer-page--full .footer-left{border-right:solid .0625rem #C3C3C3}.footer-page--full .footer-left h3{margin-top:3rem}.footer-page--full .footer-left,.footer-page--full .footer-right{padding-top:4rem;padding-bottom:4rem}.footer-page--full .footer-list{flex-direction:row;gap:1.5rem}.footer-page--full .footer-right{padding-left:4rem}}@media only screen and (max-width:1067px){.footer-page--full{text-align:center}.footer-page--full .footer-logo-image,.footer-page--full .c-button-green{margin-inline:auto;margin-bottom:2rem}}@media only screen and (max-width:559px){.footer-page--full .c-button-green{width:100%}}.form{padding:1rem;border:solid .125rem #008868;border-radius:.5rem;background-color:#fff}.form .step{height:100%;transition:opacity .5s ease-in-out;display:none}.form .step.is-active{display:block}.form .form-group{margin-bottom:15px}.form .form-group label{display:block;margin-bottom:5px}.form .form-group input,.form .form-group select{width:100%;padding:.75rem;font-family:proxima-nova,Helvetica Neue,sans-serif;border:.0625rem solid #ccc;border-radius:4px;box-sizing:border-box;font-size:1.125rem;line-height:1.0625rem;color:#434448}.form .form-group select{appearance:none;background:url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.34317 7.75732L4.92896 9.17154L12 16.2426L19.0711 9.17157L17.6569 7.75735L12 13.4142L6.34317 7.75732Z" fill="currentColor"/></svg>') no-repeat right center;background-position-x:calc(100% - 10px);background-size:1.125rem 1.125rem;height:3rem}.form .form-group .error-message{color:red;font-size:.8em;margin-top:5px}.form .c-button-green{width:100%;justify-content:center}.form .button-group{display:grid;gap:1rem;grid-template-columns:1fr 1fr}.form .button-group .c-button-green,.form .button-group .c-button-outline{width:100%}.form .form-disclaimer{font-size:.875rem;line-height:1.375rem;text-align:center;margin-top:1rem}.form .form-disclaimer a{color:#008868;text-decoration:underline;cursor:pointer}@media only screen and (max-width:1067px){.form{text-align:left}}@media only screen and (min-width:1068px){.form{padding:2rem}.form .form-group-two-column{display:grid;grid-template-columns:1fr 1fr;gap:1rem}}.c-form__group--onnohoney{display:none!important}.form .c-checkbox-group{display:flex;flex-wrap:wrap;gap:1.25rem;align-items:center}.form .c-checkbox-group .c-checkbox-item{display:flex;align-items:center;gap:.5rem}.form .c-checkbox-group .c-checkbox-item input[type=checkbox]{appearance:none;position:absolute;opacity:0;width:0;height:0}.form .c-checkbox-group .c-checkbox-item .c-checkbox-custom{display:inline-block;width:1.125rem;height:1.125rem;border-radius:.1875rem;border:.125rem solid #E4E4E6;background-color:#fff;position:relative;cursor:pointer;flex-shrink:0}.form .c-checkbox-group .c-checkbox-item .c-checkbox-custom:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(45deg);display:none;width:.3125rem;height:.625rem;border:solid white;border-width:0 .125rem .125rem 0}.form .c-checkbox-group .c-checkbox-item input[type=checkbox]:checked+.c-checkbox-custom{background-color:#055744;border-color:#055744}.form .c-checkbox-group .c-checkbox-item input[type=checkbox]:checked+.c-checkbox-custom:after{display:block}.form .c-checkbox-group .c-checkbox-item input[type=checkbox]:focus+.c-checkbox-custom{outline:.125rem solid #055744;outline-offset:.0625rem}.form .c-checkbox-group .c-checkbox-item input[type=checkbox]:hover+.c-checkbox-custom{border-color:#055744}.form .c-checkbox-group .c-checkbox-item .c-checkbox-label{white-space:nowrap;line-height:normal;margin-bottom:0;cursor:pointer}.c-header{background-color:#fff;border-bottom:solid .0625rem #E4E4E6}.c-header .c-header-content{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:.75rem}.c-header .logo{display:block;width:100%;max-width:12.5rem}@media only screen and (min-width:1068px){.c-header{padding-top:1.5rem;padding-bottom:1.5rem}.c-header .w-container{padding-right:1.5rem;padding-left:1.5rem}}@media only screen and (max-width:1067px){.c-header .c-header-content{height:100%;min-height:4.375rem}.c-header .w-container{padding:0}.c-header .c-call-button{height:100%;padding:1.4375rem clamp(16 / 16 * 1rem,5vw,32 / 16 * 1rem);border-left:solid .0625rem #E4E4E6;border-radius:0}.c-header .phone-icon{display:flex;align-items:center;justify-content:center}}.nav .nav-list{display:flex;flex-direction:row;gap:2rem;list-style:none;font-weight:700}.nav .nav-list a:hover{color:#055744}@media only screen and (max-width:1067px){.nav{position:absolute;top:4.375rem;left:-75rem;height:100%;width:100%;z-index:100;background-color:#fff;transition:left .5s ease-in}.nav .nav-list{flex-direction:column;gap:1rem;padding:1.5rem}.nav .nav-list li{display:flex;flex-direction:row;justify-content:space-between}.nav .nav-list li:not(:first-of-type){border-top:solid .0625rem #E4E4E6;padding-top:1rem}.nav .nav-list li:after{content:"";display:block;background:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%0A%3E%3Cpath d='M10.5858 6.34317L12 4.92896L19.0711 12L12 19.0711L10.5858 17.6569L16.2427 12L10.5858 6.34317Z' fill='currentColor' /%3E%3C/svg%3E");width:1.5rem;height:1.5rem}.nav.is-active{left:0;transition:left .5s ease-out}}.ham-menu{height:100%}.ham-menu .hamburger-button{background-color:unset;border:unset;border-right:solid .0625rem #E4E4E6;padding:1.625rem 1rem;height:100%}.ham-menu .hamburger{cursor:pointer;display:block;height:1.125rem;position:relative;width:1.75rem}.ham-menu .hamburger.is-active .line-bar--1{top:50%;transform:rotate(45deg);width:100%}.ham-menu .hamburger.is-active .line-bar--2{opacity:0}.ham-menu .hamburger.is-active .line-bar--3{top:50%;width:100%;transform:rotate(-45deg)}.ham-menu .line-bar{display:block;width:100%;background-color:#008868;position:absolute;left:0;height:.1875rem;border-radius:.125rem;margin-top:-.09375rem}.ham-menu .line-bar--1{top:0%;transform:rotate(0);width:50%;transition:top .2s ease,transform .2s ease}.c-hamburger.is-active .ham-menu .line-bar--1{top:50%;transform:rotate(45deg)}.ham-menu .line-bar--2{top:50%;opacity:1;transition:opacity .1s ease}.c-hamburger.is-active .ham-menu .line-bar--2{opacity:0;transition:opacity .2s ease}.ham-menu .line-bar--3{top:100%;transform:rotate(0);width:80%;transition:top .2s ease,transform .2s ease}.c-hamburger.is-active .ham-menu .line-bar--3{top:50%;transform:rotate(-45deg)}@media only screen and (min-width:1068px){.ham-menu{display:none}}.c-hero{padding-bottom:3rem}.c-hero .c-hero-content{display:grid;gap:2rem;align-items:center}.c-hero .subheading-p{color:#434448;font-size:1.25rem;line-height:2rem;margin-bottom:0}@media only screen and (min-width:1068px){.c-hero{padding-top:5rem;padding-bottom:5rem}.c-hero h1{margin-bottom:2rem}.c-hero .c-hero-content{grid-template-columns:1fr 1fr;gap:4rem}.c-hero .subheading-p{font-size:1.375rem}.c-hero .hero-image{border-radius:.5rem}}@media only screen and (max-width:1067px){.c-hero .main-content{order:2}.c-hero .aside-content{order:1}.c-hero .hero-image{position:relative;right:50%;left:50%;margin-left:-50vw;margin-right:-50vw;max-width:100vw;width:100vw;display:block;object-fit:cover;height:clamp(200 / 16 * 1rem,40vw,420 / 16 * 1rem);object-position:0 13%}}.c-hero-lp .c-hero-lp-content{display:grid;gap:1rem;padding-bottom:2rem}.c-hero-lp .hero-card{border:solid .0625rem #242429;border-radius:.5rem;padding:1rem;display:flex;gap:1rem;flex-direction:row;font-size:14px;line-height:20px}.c-hero-lp .hero-card img{width:fit-content}.c-hero-lp .hero-cards{display:grid;gap:1rem;grid-template-columns:1fr}.c-hero-lp .hero-image{object-fit:cover}.c-hero-lp .subheading-p{color:#434448}@media only screen and (min-width:1068px){.c-hero-lp{padding-top:2.5rem}.c-hero-lp .c-hero-lp-content{grid-template-columns:1fr 1fr;gap:4rem;align-items:flex-end}.c-hero-lp .aside-content{order:1}.c-hero-lp .main-content{order:2;display:flex;flex-direction:column;justify-content:space-between;height:100%}.c-hero-lp .form{margin-top:2rem}.c-hero-lp .hero-cards-mobile{display:none}.c-hero-lp .hero-image{height:30rem;width:100%;margin-bottom:1rem;border-radius:.5rem}}@media only screen and (max-width:1067px){.c-hero-lp .hero-image{width:100%;height:clamp(200 / 16 * 1rem,40vw,420 / 16 * 1rem);object-position:0 13%}.c-hero-lp .hero-cards{padding-top:1.5rem}.c-hero-lp .hero-cards-desktop{display:none}}@media only screen and (min-width:560px){.c-hero-lp .hero-cards{grid-template-columns:repeat(3,1fr)}.c-hero-lp .hero-card{flex-direction:column;text-align:center;align-items:center}}@media only screen and (max-width:1067px){.c-hero-lp .hero-image{position:relative;right:50%;left:50%;margin-left:-50vw;margin-right:-50vw;max-width:100vw;width:100vw}}@media only screen and (min-width:560px)and (max-width:1067px){.c-hero-lp .main-content{text-align:center}}.c-hero-lp .main-content{order:1}.c-hero-backpage{padding-top:3rem;padding-bottom:3rem;background-color:#055744;color:#fff}.c-hero-backpage .main-content{width:100%}.c-hero-backpage .main-content h1{color:#fff}.c-hero-backpage .main-content p{font-size:1.375rem;line-height:2rem}.c-hero-backpage .aside-content{display:none}.c-hero-backpage .hero-image{display:block;border-radius:.5rem;margin-bottom:2rem;overflow:hidden}@media only screen and (min-width:1068px){.c-hero-backpage{padding-top:5rem;padding-bottom:5rem}.c-hero-backpage .c-hero-content{display:flex;position:relative;gap:4rem;margin-left:-4rem;margin-right:-4rem}.c-hero-backpage .main-content{max-width:43.125rem;padding-left:4rem;padding-right:1rem}.c-hero-backpage .aside-content{max-width:23.75rem;display:block;background-color:#fff;border-top-left-radius:.5rem;border-top-right-radius:.5rem;border-bottom-left-radius:0;border-bottom-right-radius:0;position:absolute;top:0;right:0;z-index:50;height:100%;padding:1.5rem;min-height:24.375rem}}@media only screen and (max-width:1067px){.c-hero-backpage .main-content{max-width:46.25rem;margin-inline:auto}}@media(width>=74.375rem){.c-hero-backpage .main-content{max-width:49.5rem}}.media-block{display:flex;flex-direction:column}.media-block p{margin-top:1rem;margin-bottom:1rem}.media-block p:first-of-type{margin-top:0}@media only screen and (min-width:1068px){.media-block{flex-direction:row;gap:4rem}}.media-block--media-small .media-block__image{display:none}@media only screen and (min-width:1068px){.media-block--media-small .media-block__image{display:block;max-width:21rem;border-radius:.5rem}}.media-block--home{display:grid;gap:2rem}.media-block--home .media-block__image{display:block;border-radius:.5rem;margin-right:auto;margin-left:auto}.media-block--home .accordion{margin-top:0}@media only screen and (min-width:1068px){.media-block--home{grid-template-columns:1fr 1fr;gap:4rem;align-items:center}}@media only screen and (min-width:1068px){.media-block--faq{grid-template-columns:1fr minmax(0,max-content)}.media-block--faq .media-block__image{max-width:30rem}}.no-scroll{overflow:hidden;position:relative}.simple-modal-overlay{position:fixed;inset:0;background:#000;opacity:.6;z-index:666;cursor:pointer}.simple-modal-overlay[data-background-click=disabled]{cursor:auto}.simple-modal{overflow:visible}.simple-modal__wrapper{position:fixed;inset:0;z-index:667;background:#fff;display:flex;flex-direction:column}@media only screen and (min-width:421px){.simple-modal__wrapper{inset:7% auto auto 50%;transform:translate(-50%);width:90%;max-width:37.5rem;max-height:88vh;border-radius:1rem}}.simple-modal-close{position:absolute;top:.625rem;right:.625rem;z-index:2;background-color:transparent;line-height:1;padding:0;cursor:pointer;border-radius:50%!important;width:2rem;height:2rem;border:.125rem solid #055744;display:flex;align-items:center;justify-content:center;flex-shrink:0}.simple-modal-close .simple-modal-close__text{display:none}.simple-modal-close:after{content:"×";font-size:1.5rem;font-weight:400;color:#055744;line-height:1}@media only screen and (min-width:421px){.simple-modal-close{top:1rem;right:1rem}}.simple-modal__content{flex:1;overflow-y:auto;padding:3.5rem 1.5rem .625rem}.simple-modal__content p{margin-top:1rem;margin-bottom:1rem}.related-pages{max-width:20.75rem}.related-pages .related-pages-title{font-size:1.25rem;font-weight:700;margin-bottom:1rem;color:#242429}.related-pages .related-list{padding-left:0}.related-pages .list-item{display:flex;flex-direction:row;align-items:center;gap:.75rem;font-size:.875rem;line-height:1.3125rem;font-weight:400;padding-bottom:.75rem;border-bottom:solid .0625rem #E4E4E6}.related-pages .list-item a{margin-left:.5rem}.related-pages .list-item a:hover{color:#008868}.related-pages .list-item svg{transform:scale(.5);overflow:visible}.related-pages .list-item svg path{fill:#008868}.related-pages .list-item:not(:first-of-type){padding-top:.75rem}.toc-mobile{display:none}.toc-mobile.is-visible{top:0;transition:top .5s ease-out}.toc-mobile .related-list{height:0;min-height:0;overflow:hidden;margin:0;list-style:none;transition:min-height .5s ease-out;background-color:#fff}@media only screen and (max-width:1067px){.toc-mobile{width:100%;top:-31.25rem;transition:top .5s ease-in;display:flex;position:fixed;display:block;box-shadow:0 .375rem .875rem #2424291a}.toc-mobile .toc-button{width:100%;border-radius:0;font-size:.875rem}.toc-mobile .toc-button svg{transform:scale(.7);overflow:visible}.toc-mobile .toc-button.is-active svg{transform:rotate(180deg)}.toc-mobile .related-list.is-active{height:100%;min-height:12.5rem;width:100%;padding:1rem 1.5rem 2rem;transition:min-height .5s ease-in}.toc-mobile .list-item{padding:.5rem 0;border-bottom:solid .0625rem #E4E4E6}}.table{width:100%;border-collapse:collapse;border-spacing:0;margin-top:3rem;margin-bottom:3rem;text-align:left;border:.0625rem solid #C3C3C3}.table th,.table td{padding:.75rem;vertical-align:top;border-top:.0625rem solid #C3C3C3;width:33.33%}.table th:not(:last-child),.table td:not(:last-child){border-right:.0625rem solid #C3C3C3}.table th{font-weight:700}.table tr:nth-child(odd){background-color:#ebe5da}@media only screen and (min-width:1068px){.table th:not(:first-child),.table td:not(:first-child){text-align:center}}.trust-fund-available{padding-top:2rem;padding-bottom:2rem}.trust-fund-available h3{margin-top:2.5rem;margin-bottom:2rem}.trust-fund-available .keyfact-cards{display:grid;gap:1rem}.trust-fund-available .keyfact-card{border:solid .0625rem #242429}.trust-fund-available .keyfact-card,.trust-fund-available .keyfact-card-cta{display:flex;align-items:center;flex-direction:row;padding:1rem;border-radius:.5rem;gap:1rem}.trust-fund-available .keyfact-card-cta{background-color:#008868;color:#fff;font-weight:700;transition:background-color .3s ease-in}.trust-fund-available .keyfact-card-cta .arrow-right{align-self:flex-end;margin-top:auto}.trust-fund-available .keyfact-card-cta:hover{background-color:#355d7a}@media only screen and (min-width:1068px){.trust-fund-available{padding-top:5rem;padding-bottom:5rem}.trust-fund-available h3{margin-top:5rem;text-align:center}.trust-fund-available .keyfact-cards{grid-template-columns:repeat(5,1fr);gap:1.5rem}.trust-fund-available .keyfact-card,.trust-fund-available .keyfact-card-cta{padding:1.5rem}.trust-fund-available .keyfact-card,.trust-fund-available .keyfact-card-cta{flex-direction:column;align-items:flex-start}}@media only screen and (max-width:1067px){.trust-fund-available .keyfact-card-cta{text-align:center;align-items:center;justify-content:center;flex-direction:row;border-radius:0}.trust-fund-available .keyfact-card-cta .award-icon{display:none}.trust-fund-available .keyfact-card-cta .arrow-right{margin-top:0;align-self:center}}.media-block-trust{display:flex;flex-direction:column;gap:1.5rem;max-width:79rem;margin-right:auto;margin-left:auto}.media-block-trust .media-block-image{object-fit:cover}@media only screen and (min-width:1068px){.media-block-trust{gap:4rem;align-items:center;flex-direction:row}.media-block-trust .media-block-image{height:25rem;width:clamp(47%,40vw,660 / 16 * 1rem)}.media-block-trust .media-block-content{width:clamp(50%,40vw,540 / 16 * 1rem)}}@media only screen and (max-width:1067px){.media-block-trust .media-block-image{width:100%;height:clamp(200 / 16 * 1rem,40vw,420 / 16 * 1rem);object-position:0 13%}}@media only screen and (max-width:559px){.media-block-trust .media-block-image{position:relative;right:50%;left:50%;margin-left:-50vw;margin-right:-50vw;max-width:100vw;width:100vw}}@media only screen and (min-width:560px){.media-block-trust .media-block-image{border-radius:.5rem}}.qualify-for-compenstation{display:flex;flex-direction:column;gap:1.5rem;padding-top:2rem;padding-bottom:2rem}.qualify-for-compenstation .qualify-main p{margin-bottom:1.5rem}.qualify-for-compenstation .qualify-cards{display:flex;flex-direction:column;gap:1.5rem}.qualify-for-compenstation .qualify-card{display:flex;flex-direction:column;padding:1.5rem;border:solid .0625rem #242429;border-radius:.5rem;background-color:#f2eee6}.qualify-for-compenstation .qualify-header{display:flex;flex-direction:row;align-items:center;gap:.25rem;justify-content:space-between;margin-bottom:1rem}.qualify-for-compenstation .qualify-header h3{margin-bottom:0}.qualify-for-compenstation .qualify-header span{font-weight:700;font-style:italic;color:#008868;font-size:1.25rem;line-height:1.5rem}@media only screen and (min-width:1068px){.qualify-for-compenstation{flex-direction:row;gap:4rem;padding-top:6rem;padding-bottom:6rem}.qualify-for-compenstation .qualify-header{margin-bottom:1.5rem}.qualify-for-compenstation .c-button-green--desktop{margin-top:2rem}.qualify-for-compenstation .c-button-green--mobile{display:none}}@media only screen and (max-width:1067px){.qualify-for-compenstation .c-button-green--mobile{margin-top:1.5rem;justify-content:center;width:100%}.qualify-for-compenstation .c-button-green--desktop{display:none}}.why-choose-us{display:flex;flex-direction:column;padding-top:2rem;padding-bottom:2rem}.why-choose-us ul{margin-top:1.5rem;margin-bottom:1.5rem}.why-choose-us .why-choose-image{display:none}@media only screen and (min-width:1068px){.why-choose-us{padding-top:6rem;padding-bottom:6rem;flex-direction:row;gap:4rem}.why-choose-us .why-choose-image{display:block;max-width:21rem;border-radius:.5rem}}.thank-you{padding-top:4rem;padding-bottom:4rem;text-align:center}.testimonials{padding-top:2rem;padding-bottom:5rem;background-color:#f2eee6}.testimonials .section-header{text-align:center}.testimonials .section-header h2{margin-bottom:1rem}.testimonials .section-header .subheading{font-size:1.125rem;line-height:1.5625rem;margin-bottom:1.5rem}.testimonials .testimonials-container{max-width:50rem;margin-inline:auto}.testimonials .testimonials-container .testimonial-card{position:relative}.testimonials .testimonials-container .testimonial-card .content{font-style:italic;font-size:1.125rem;line-height:1.5625rem;text-align:center;position:relative;padding-top:1.25rem;padding-bottom:1.25rem}.testimonials .testimonials-container .testimonial-card .content p{margin-bottom:1rem}.testimonials .testimonials-container .testimonial-card .content:before,.testimonials .testimonials-container .testimonial-card .content:after{font-size:3.5rem;display:inline-block;vertical-align:middle;color:#008868;font-style:normal;font-weight:500;opacity:.4}.testimonials .testimonials-container .testimonial-card .content:before{content:"“";margin-right:.5rem}.testimonials .testimonials-container .testimonial-card .content:after{content:"”";margin-left:.5rem}.testimonials .testimonials-container .testimonial-card .author{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:.5rem;margin-top:1rem}.testimonials .testimonials-container .testimonial-card .author .author-avatar{font-size:1.5rem;line-height:1;font-weight:700;color:#055744;background-color:#53be7e4d;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;width:3rem;height:3rem}.testimonials .testimonials-container .testimonial-card .author .author-name{font-size:1.125rem;line-height:1.5625rem;font-weight:700}@media only screen and (min-width:1068px){.testimonials{padding-top:3rem;padding-bottom:6rem}}.backpage .review-badge{border-radius:4rem;color:#242429;border:solid .0625rem #242429;display:flex;align-items:center;justify-content:center;gap:.375rem;width:100%;padding:.5rem;font-size:.875rem;line-height:.875rem;font-weight:700;margin-bottom:1rem}.backpage .files-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:2rem}.backpage .files-cards .file-card,.backpage .files-cards .file-card-cta{display:flex;flex-direction:column;padding:1rem;border-radius:.5rem}.backpage .files-cards .file-card img,.backpage .files-cards .file-card-cta img{display:block;width:fit-content;height:2.5rem;margin-bottom:1rem}.backpage .files-cards .file-card .file-card-title,.backpage .files-cards .file-card-cta .file-card-title{font-weight:700;line-height:1.5rem;flex:1}.backpage .files-cards .file-card{background-color:#0088681a}.backpage .files-cards .file-card img{display:block;width:fit-content;height:2.5rem;margin-bottom:1rem}.backpage .files-cards .file-card .file-card-number{font-weight:700;color:#79603c;text-align:right;align-self:flex-end}.backpage .files-cards .file-card-cta{background-color:#008868;transition:background-color .3s ease-in-out}.backpage .files-cards .file-card-cta .file-card-title{color:#fff}.backpage .files-cards .file-card-cta svg{align-self:flex-end}.backpage .files-cards .file-card-cta:hover{background-color:#355d7a}.backpage .comparison-chart{display:grid;margin-top:2.5rem;margin-bottom:4rem}.backpage .comparison-chart .comparison-card{border:solid .0625rem #355D7A}.backpage .comparison-chart .comparison-title{text-align:center;color:#355d7a;margin-top:0;margin-bottom:0;padding:1.5rem 1rem;border-bottom:solid .125rem #355D7A}.backpage .comparison-chart .comparison-content{padding:1.5rem}.backpage .comparison-chart .comparison-content p:not(:last-child){margin-bottom:2rem}.backpage .comparison-card-dark{border-width:.125rem}.backpage .comparison-card-dark .comparison-title{background-color:#355d7a;color:#fff}.backpage .page-content{padding-top:2rem;padding-bottom:4rem}.backpage .page-content .content{max-width:46.25rem}.backpage .page-content .content>h2:not(:first-child){margin-top:3rem}.backpage .page-content .content>p{margin-top:1rem;margin-bottom:1rem}@media only screen and (min-width:1068px){.backpage .files-cards{grid-template-columns:repeat(4,1fr)}.backpage .comparison-chart{margin-top:4rem;grid-template-columns:repeat(3,1fr)}.backpage .comparison-chart .comparison-card:not(:nth-child(2)){margin-top:1rem;margin-bottom:1rem}.backpage .comparison-chart .comparison-content{text-align:center;padding-top:2.5rem;padding-bottom:2.5rem}.backpage .page-content{padding-top:4rem;padding-bottom:5rem}.backpage .page-content .content{max-width:clamp(610 / 16 * 1rem,57vw,740 / 16 * 1rem)}.backpage .page-content .content>h2:not(:first-child){margin-top:5rem}}@media only screen and (max-width:1067px){.backpage .comparison-chart{gap:1rem}.backpage .page-content .content{margin-inline:auto}}.about-us .how-we-help,.about-us .why-choose-us,.about-us .who-we-help{padding-top:3rem;padding-bottom:3rem}.about-us .who-we-help .c-button-green{margin-top:2rem;margin-inline:auto}.about-us .section-header{max-width:50rem;margin-inline:auto}.about-us .section-header p:not(:last-child){margin-bottom:1rem}.about-us .image-cards{display:grid;gap:1rem;grid-template-columns:repeat(2,1fr);margin-top:2rem}.about-us .image-cards .image-card{position:relative;border-radius:.5rem;overflow:hidden;width:100%}.about-us .image-cards .image-card img{border-radius:.5rem}.about-us .image-cards .image-card p{font-weight:700;line-height:1.375rem;text-align:center}@media only screen and (min-width:1068px){.about-us .how-we-help,.about-us .who-we-help,.about-us .why-choose-us{text-align:center;padding-top:5rem;padding-bottom:5rem}.about-us .who-we-help .c-button-green{margin-top:3rem}.about-us .image-cards{margin-top:3rem;grid-template-columns:repeat(4,1fr)}.about-us .image-cards .image-card img{height:100%;object-fit:cover}.about-us .image-cards .image-card p{position:absolute;left:0;bottom:1.5rem;padding-left:1.5rem;z-index:2;color:#fff;max-width:10.625rem;text-align:left}.about-us .image-cards .image-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#24242900 25%,#242429f2 75%);z-index:1}.about-us .action-blocks{grid-template-columns:repeat(2,1fr);margin-top:2rem}.about-us .action-blocks .action-block--card{text-align:center}}@media only screen and (max-width:559px){.about-us .who-we-help .c-button-green{width:100%}}.financial-assistance{background-color:#ebe5da}.financial-assistance .get-started{padding-top:3rem;padding-bottom:3rem}.financial-assistance .get-started{text-align:center}.financial-assistance .get-started .link{color:#ebe5da;text-decoration:underline;text-underline-offset:.125rem}.financial-assistance .get-started .action-block h3{color:#fff;margin-top:1.5rem}@media only screen and (min-width:1068px){.financial-assistance .get-started h2{margin-bottom:3rem}}@media only screen and (max-width:559px){.financial-assistance .get-started .action-block h3{margin-bottom:.5rem}}.find-attorney .benefits-of-filing,.find-attorney .get-started,.find-attorney .meso-lawyer-can-help{padding-top:3rem;padding-bottom:3rem}.find-attorney .get-started{text-align:center}.find-attorney .get-started .link{color:#ebe5da;text-decoration:underline;text-underline-offset:.125rem}.find-attorney .get-started .action-block h3{color:#fff;margin-top:1.5rem}.find-attorney .cta-factbox{margin-top:1.5rem}@media only screen and (min-width:1068px){.find-attorney .aside-content,.find-attorney .hero-image{height:100%}.find-attorney .subheading-p{margin-bottom:0}.find-attorney .hero-image{max-height:40.625rem;margin-bottom:0}.find-attorney .media-block--media-small .media-block__image{max-height:28.125rem;height:100%;object-fit:cover}.find-attorney .benefits-of-filing{text-align:center;padding-top:5rem;padding-bottom:5rem}.find-attorney .benefits-of-filing h1{margin-bottom:2rem}.find-attorney .meso-lawyer-can-help{padding-top:5rem;padding-bottom:5rem}.find-attorney .cta-factbox{margin-top:2rem}.find-attorney .action-block--card{text-align:center}.find-attorney .get-started h2{margin-bottom:3rem}}@media only screen and (max-width:1067px){.find-attorney .hero-image{object-position:0 50%}.find-attorney .media-block--media-small .media-block__image{display:block;max-height:21rem;width:100%;object-fit:cover}.find-attorney .media-block__media{margin-bottom:1.5rem}}@media only screen and (min-width:560px)and (max-width:1067px){.find-attorney .media-block--media-small .media-block__image{border-radius:.5rem}}@media only screen and (max-width:559px){.find-attorney .meso-lawyer-can-help{padding-top:0}.find-attorney .media-block--media-small .media-block__image{position:relative;right:50%;left:50%;margin-left:-50vw;margin-right:-50vw;max-width:100vw;width:100vw;max-height:14.25rem}.find-attorney .get-started .action-block h3{margin-bottom:.5rem}}.homepage .who-is-eligible,.homepage .types-meso-claims,.homepage .advocating,.homepage .empowering{padding-top:3rem;padding-bottom:3rem}.homepage .action-blocks{gap:1.5rem}.homepage .empowering .w-container-sm{max-width:58rem}.homepage .who-is-eligible h2{margin-bottom:2rem}.homepage .action-blocks{margin-top:2rem}@media only screen and (min-width:1068px){.homepage .c-hero .hero-image{height:26.875rem;object-fit:cover}.homepage .who-is-eligible,.homepage .types-meso-claims,.homepage .advocating,.homepage .empowering{padding-top:5rem;padding-bottom:5rem}.homepage .who-is-eligible .section-header,.homepage .types-meso-claims .section-header{text-align:center}.homepage .who-is-eligible h2{margin-bottom:4rem}.homepage .empowering h2{text-align:center}.homepage .action-blocks{margin-top:4rem}}@media only screen and (max-width:1067px){.homepage .c-hero .hero-image{object-position:unset}}.privacy-policy p,.disclaimer p,.data-request p{margin-bottom:1rem}.privacy-policy .content a,.disclaimer .content a,.data-request .content a{text-decoration:underline;color:#055744}.privacy-policy .c-hero,.disclaimer .c-hero,.data-request .c-hero{text-align:center}.privacy-policy .c-hero .c-hero-content,.disclaimer .c-hero .c-hero-content,.data-request .c-hero .c-hero-content{grid-template-columns:1fr}.privacy-policy .content,.disclaimer .content,.data-request .content{padding-top:3rem;padding-bottom:3rem}.privacy-policy .content .w-container-sm,.disclaimer .content .w-container-sm,.data-request .content .w-container-sm{max-width:58rem}.privacy-policy .form,.disclaimer .form,.data-request .form{border-radius:.5rem;border:.0625rem solid #E4E4E6;box-shadow:0 .25rem 1.25rem #00000040;padding:0;margin-bottom:6rem;margin-top:2rem}.privacy-policy .form .form-title,.disclaimer .form .form-title,.data-request .form .form-title{font-family:Frank Ruhl Libre,serif;font-size:1.6875rem;line-height:normal;font-weight:400;color:#fff;background-color:#055744;padding:1.875rem 2rem;border-radius:.5rem .5rem 0 0}.privacy-policy .form fieldset,.disclaimer .form fieldset,.data-request .form fieldset{padding:2.5rem 2rem}.privacy-policy .form .form-inline,.disclaimer .form .form-inline,.data-request .form .form-inline{display:flex;flex-direction:row;flex-wrap:wrap;column-gap:1.25rem;width:100%}.privacy-policy .form .form-inline>*,.disclaimer .form .form-inline>*,.data-request .form .form-inline>*{flex:1 1 300px}.privacy-policy .form .form-group select,.disclaimer .form .form-group select,.data-request .form .form-group select{width:100%;margin-bottom:0;height:3.375rem}.privacy-policy .form .radio-group,.disclaimer .form .radio-group,.data-request .form .radio-group{display:flex;align-items:center;gap:2rem}.privacy-policy .form .radio-group .radio-item,.disclaimer .form .radio-group .radio-item,.data-request .form .radio-group .radio-item{display:flex;align-items:center;gap:.625rem}.privacy-policy .form .radio-group .radio-item input[type=radio],.disclaimer .form .radio-group .radio-item input[type=radio],.data-request .form .radio-group .radio-item input[type=radio]{appearance:none;-webkit-appearance:none;width:.9375rem;height:.9375rem;border-radius:.3125rem;border:.125rem solid #E4E4E6;background-color:#fff;position:relative;cursor:pointer;margin-left:0}.privacy-policy .form .radio-group .radio-item input[type=radio]:checked,.disclaimer .form .radio-group .radio-item input[type=radio]:checked,.data-request .form .radio-group .radio-item input[type=radio]:checked{background-color:#055744;border-color:#055744}.privacy-policy .form .radio-group .radio-item input[type=radio]:checked:after,.disclaimer .form .radio-group .radio-item input[type=radio]:checked:after,.data-request .form .radio-group .radio-item input[type=radio]:checked:after{content:"✓";position:absolute;top:50%;left:45%;transform:translate(-50%,-50%);font-size:1rem;font-weight:700;color:#fff}.privacy-policy .form .radio-group .radio-item input[type=radio]:focus,.disclaimer .form .radio-group .radio-item input[type=radio]:focus,.data-request .form .radio-group .radio-item input[type=radio]:focus{outline:.125rem solid #055744}.privacy-policy .form .radio-group .radio-item input[type=radio]:hover,.disclaimer .form .radio-group .radio-item input[type=radio]:hover,.data-request .form .radio-group .radio-item input[type=radio]:hover{border-color:#055744}.privacy-policy .form .radio-group label,.disclaimer .form .radio-group label,.data-request .form .radio-group label{margin-bottom:0;line-height:normal}.privacy-policy .form .row-left,.disclaimer .form .row-left,.data-request .form .row-left{display:flex;justify-content:flex-end;margin-top:.625rem}.privacy-policy .form .row-between,.disclaimer .form .row-between,.data-request .form .row-between{display:flex;justify-content:space-between;margin-top:.625rem}.privacy-policy .form .row-between .c-button-green,.disclaimer .form .row-between .c-button-green,.data-request .form .row-between .c-button-green{width:unset}.privacy-policy .form textarea,.disclaimer .form textarea,.data-request .form textarea{width:100%}.privacy-policy .form small,.disclaimer .form small,.data-request .form small{font-size:.875rem;line-height:1.2;color:gray;font-style:italic;display:block;margin:.625rem 0}@media only screen and (min-width:1068px){.privacy-policy .row-left button,.privacy-policy .row-between button,.disclaimer .row-left button,.disclaimer .row-between button,.data-request .row-left button,.data-request .row-between button{width:unset}}@media only screen and (max-width:1067px){.file_claim .c-header-content{justify-content:center}}@media only screen and (max-width:1067px){.file_claim .c-call-button{display:none}}@media only screen and (max-width:1067px){.file_claim .cta-banner{display:none}}.file_claim .footer-page{border-top:.0625rem solid #C3C3C3}@media only screen and (max-width:1067px){.file_claim .footer-page{padding-bottom:12.5rem}}@media only screen and (max-width:1067px){.file_claim .c-hero-lp .main-content{text-align:center;align-items:center;display:flex;flex-direction:column;gap:2rem}}.file_claim .paid_hero__cta--desktop{display:none}@media only screen and (min-width:1068px){.file_claim .paid_hero__cta--desktop{display:inline-flex}}.file_claim .paid_hero__cta--mobile{display:inline-flex}@media only screen and (min-width:1068px){.file_claim .paid_hero__cta--mobile{display:none}}.file_claim .paid_hero__accent{font-weight:700;font-size:1.125rem;line-height:1.5;color:#79603c}@media only screen and (min-width:1068px){.file_claim .c-hero-lp .hero-image{max-height:27.9375rem;object-fit:cover}}.file_claim .paid_steps{padding:3rem 0}@media only screen and (min-width:1068px){.file_claim .paid_steps{padding:4rem 0}}.file_claim .paid_steps h2{color:#fff;text-align:center;margin-bottom:3rem}@media only screen and (min-width:1068px){.file_claim .paid_steps h2{text-align:left}}.file_claim .paid_steps__list{display:flex;flex-direction:column;gap:4rem}.file_claim .paid_steps__item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.25rem}@media only screen and (min-width:1068px){.file_claim .paid_steps__item{flex-direction:row;text-align:left;gap:2rem}}.file_claim .paid_steps__item img{width:4.5rem;height:4.5rem;flex-shrink:0}.file_claim .paid_steps__item h3,.file_claim .paid_steps__item p{color:#fff}.file_claim .paid_steps__item a{color:#ebe5da;text-decoration:underline;text-underline-offset:.125rem}.file_claim .paid_steps__layout{display:flex;flex-direction:column;gap:3rem}@media only screen and (min-width:1068px){.file_claim .paid_steps__layout{flex-direction:row;align-items:flex-start;gap:4rem}}@media only screen and (min-width:1068px){.file_claim .paid_steps__layout>div:first-child{flex:1}}.file_claim .paid_steps__form_wrapper{display:none}@media only screen and (min-width:1068px){.file_claim .paid_steps__form_wrapper{display:flex;flex-direction:column;align-items:center;gap:2rem;background-color:#c2e0c7;border-radius:.5rem;padding-bottom:2rem;width:33.75rem;flex-shrink:0}}.file_claim .paid_steps__form_card{background-color:#fff;border-radius:.5rem .5rem 0 0;padding:2rem;width:100%;color:#242429}.file_claim .paid_steps__form_card .form{border:none;padding:0}.file_claim .paid_steps__form_title{text-align:center;font-size:1.5rem;line-height:1.2;margin-bottom:2rem;color:#242429}.file_claim .paid_steps__call_text{font-size:1.5rem;line-height:1.2;color:#242429;text-align:center}.file_claim .paid_steps__call_text a{color:#242429;text-decoration:none}.file_claim .paid_costs{padding:5rem 0;text-align:center}.file_claim .paid_costs h2{margin-bottom:2rem}.file_claim .paid_costs__grid{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem}@media only screen and (min-width:1068px){.file_claim .paid_costs__grid{flex-wrap:nowrap}}.file_claim .paid_costs__card{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.25rem;padding:2rem;background-color:#ebe5da;border-radius:.5rem;width:9.375rem;height:9.375rem}@media only screen and (min-width:1068px){.file_claim .paid_costs__card{flex:1;width:auto;height:11.625rem}}.file_claim .paid_costs__card img{width:3rem;height:3rem}.file_claim .paid_costs__card span{font-family:proxima-nova,Helvetica Neue,sans-serif;font-weight:700;font-size:1.125rem;line-height:1.2;color:#242429;text-align:center}@media only screen and (min-width:1068px){.file_claim .paid_costs__card span{font-size:1.5rem}}.file_claim .paid_advocates{padding:5rem 0}@media only screen and (max-width:1067px){.file_claim .paid_advocates .media-block{gap:2.5rem}}@media only screen and (max-width:1067px){.file_claim .paid_advocates .media-block__media{order:2}}.file_claim .paid_advocates .media-block__content{text-align:center}@media only screen and (max-width:1067px){.file_claim .paid_advocates .media-block__content{order:1}}@media only screen and (min-width:1068px){.file_claim .paid_advocates .media-block__content{text-align:left}}@media only screen and (min-width:1068px){.file_claim .paid_advocates .media-block__media,.file_claim .paid_advocates .media-block__content{flex:1}}.file_claim .paid_advocates .media-block__image{display:block;width:100%;object-fit:cover;border-radius:.5rem}@media only screen and (max-width:1067px){.file_claim .paid_advocates .media-block__image{height:17rem}}@media only screen and (min-width:1068px){.file_claim .paid_advocates .media-block__image{height:23.25rem}}.file_claim .paid_advocates>.w-container-sm{display:flex;flex-direction:column;gap:5rem}.file_claim .paid_testimonial{position:relative;background-color:#f2eee6;border:.0625rem solid #79603C;border-radius:.5rem;padding:2rem;text-align:center}@media only screen and (min-width:1068px){.file_claim .paid_testimonial{padding:2rem 4rem;text-align:left}}.file_claim .paid_testimonial:before,.file_claim .paid_testimonial:after{position:absolute;font-family:Frank Ruhl Libre,serif;font-weight:700;font-size:3.5rem;color:#79603c;line-height:1;-webkit-text-stroke:.5rem #EBE5DA;paint-order:stroke}.file_claim .paid_testimonial:before{content:"“";top:-1.125rem;left:-.375rem}@media only screen and (min-width:1068px){.file_claim .paid_testimonial:before{left:-.875rem}}.file_claim .paid_testimonial:after{content:"”";bottom:-2.8125rem;right:-.375rem}@media only screen and (min-width:1068px){.file_claim .paid_testimonial:after{right:-.875rem}}.file_claim .paid_testimonial__quote{font-style:italic;font-size:1.125rem;line-height:1.5;color:#434448}.file_claim .paid_testimonial__author{display:block;font-weight:700;font-size:1.125rem;line-height:1.5;color:#434448;font-style:normal;text-align:center;margin-top:.75rem}@media only screen and (min-width:1068px){.file_claim .paid_testimonial__author{text-align:right}}.file_claim .paid_cta--centered .cta-content{display:flex;flex-direction:column;align-items:center;text-align:center}.file_claim .paid_cta__subtitle{color:#fff;font-size:1.125rem;line-height:1.5;text-align:center;margin-top:2rem}.file_claim .paid_faq{padding:5rem 0;text-align:center}.file_claim .paid_faq h2{margin-bottom:2rem}.file_claim .paid_faq__list{max-width:56.25rem;margin:0 auto;text-align:left}.file_claim .paid_faq__list .accordion--border-simple .accordion-item{border-bottom-color:#79603c}.file_claim .paid_form_modal_content{display:none}.file_claim .paid_sticky_nav{position:fixed;bottom:0;left:0;right:0;z-index:100;background-color:#043d30;padding:2rem 1.25rem;transform:translateY(100%);transition:transform .3s ease-in-out}.file_claim .paid_sticky_nav.is-visible{transform:translateY(0)}@media only screen and (min-width:1068px){.file_claim .paid_sticky_nav{display:none}}.file_claim .paid_sticky_nav h3{font-size:1.125rem;line-height:1.2;text-align:center;margin-bottom:1.25rem;color:#fff}.file_claim .paid_sticky_nav__buttons{display:flex;gap:1.25rem}.file_claim .paid_sticky_nav__buttons a{flex:1;text-align:center;justify-content:center;font-size:1rem;padding:1.25rem 1.5rem}.file_claim .paid_sticky_nav__cta{display:flex;align-items:center;width:fit-content;justify-content:center;gap:1rem;font-size:1.125rem;line-height:1.375rem;font-weight:700;cursor:pointer;transition:background-color .25s ease-in,color .25s ease-in,border-color .25s ease-in}.file_claim .paid_sticky_nav__cta svg path{transition:fill .25s ease-in}.file_claim .paid_sticky_nav__cta:hover{transition:background-color .25s ease-in,color .25s ease-in,border-color .25s ease-in}.file_claim .paid_sticky_nav__cta:hover svg path{transition:fill .25s ease-in}@media only screen and (min-width:1068px){.file_claim .paid_sticky_nav__cta{padding:1.25rem 2rem;font-size:1.25rem;line-height:1.5rem}}.file_claim .paid_sticky_nav__cta{background-color:#53be7e;border:.125rem solid #53BE7E;border-radius:.5rem;color:#043d30;padding:1rem}.file_claim .paid_sticky_nav__cta:hover{background-color:#008868;border-color:#008868;color:#fff}.file_claim .paid_sticky_nav__call{display:flex;align-items:center;width:fit-content;justify-content:center;gap:1rem;font-size:1.125rem;line-height:1.375rem;font-weight:700;cursor:pointer;transition:background-color .25s ease-in,color .25s ease-in,border-color .25s ease-in}.file_claim .paid_sticky_nav__call svg path{transition:fill .25s ease-in}.file_claim .paid_sticky_nav__call:hover{transition:background-color .25s ease-in,color .25s ease-in,border-color .25s ease-in}.file_claim .paid_sticky_nav__call:hover svg path{transition:fill .25s ease-in}@media only screen and (min-width:1068px){.file_claim .paid_sticky_nav__call{padding:1.25rem 2rem;font-size:1.25rem;line-height:1.5rem}}.file_claim .paid_sticky_nav__call{background-color:transparent;border:.125rem solid white;border-radius:.5rem;color:#fff;padding:1rem}.file_claim .paid_sticky_nav__call:hover{background-color:#fff;color:#043d30}.simple-modal__content .form{border:none;padding:0}.simple-modal__content .form .form-group-two-column{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.paid_form_modal__title{text-align:center;font-size:1.5rem;line-height:1.2;color:#242429;margin-bottom:2rem}.paid_form_modal__call{text-align:center;margin-top:2rem}.paid_form_modal__call p{font-size:1.125rem;line-height:1.5;color:#434448}.paid_form_modal__phone{display:block;font-weight:700;font-size:2rem;line-height:1;color:#008868;text-decoration:none;text-align:center;margin-top:.75rem}.not_found{padding-top:5rem;padding-bottom:5rem}.not_found .not_found__inner{max-width:35rem;margin-inline:auto;text-align:center}.not_found .not_found__code{display:block;font-family:Frank Ruhl Libre,serif;font-size:7.5rem;line-height:1;color:#008868;margin-bottom:1.5rem}.not_found .not_found__heading{margin-bottom:1.5rem}.not_found .not_found__body{color:#434448;margin-bottom:2.5rem}.not_found .not_found__actions{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.not_found .not_found__actions .c-button-green{width:fit-content}.not_found .not_found__phone{color:#434448}.not_found .not_found__phone a{color:#055744;font-weight:700;text-decoration:none}.not_found .not_found__phone a:hover{text-decoration:underline}html{scroll-padding-top:1.5rem}@media screen and (prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}img{max-width:100%;height:auto}
