:root{--brand-primary:#3A7D41;--brand-primary-dark:#24542E;--brand-primary-light:#9BC49E;--brand-secondary:#4A5759;--brand-accent:#E08E45;--brand-neutral-dark:#2A2724;--brand-neutral-mid:#6B655E;--brand-neutral-light:#F7F5F1;--brand-bg:#FFFFFF;--brand-bg-alt:#F2EFEA;--brand-text:#2A2724;--brand-text-inverse:#FFFFFF;--brand-border:#E4DED5;--brand-success:#22C55E;--brand-warning:#F59E0B;--brand-danger:#EF4444;--brand-radius:2px;--brand-font:Arial,Helvetica,sans-serif}*{box-sizing:border-box}body{background:#fff;background:var(--brand-bg);color:#2a2724;color:var(--brand-text);font-family:Arial,Helvetica,sans-serif;font-family:var(--brand-font);line-height:1.65;margin:0}img{display:block;height:auto;max-width:100%}a{color:#24542e;color:var(--brand-primary-dark);-webkit-text-decoration:none;text-decoration:none}a:hover{color:#3a7d41;color:var(--brand-primary)}h1,h2,h3,h4,h5,h6{color:#2a2724;color:var(--brand-text);font-weight:700;letter-spacing:0;line-height:1.15}h1{font-size:max(2rem, min(4vw, 3.5rem))}h2{font-size:max(1.7rem, min(3vw, 2.55rem))}h3{font-size:max(1.2rem, min(2vw, 1.45rem))}.palr-navbar-line{background:#fff;background:var(--brand-bg);border-bottom:1px solid #e4ded5;border-bottom:1px solid var(--brand-border);padding:6px 0}.palr-navbar-line .navbar-brand img{height:40px;-o-object-fit:contain;object-fit:contain;width:180px}.palr-navbar-line .navbar-toggler{border:1px solid #e4ded5;border:1px solid var(--brand-border);border-radius:2px;border-radius:var(--brand-radius)}.palr-navbar-line .navbar-toggler-icon{background-image:linear-gradient(#2a2724,#2a2724),linear-gradient(#2a2724,#2a2724),linear-gradient(#2a2724,#2a2724);background-image:linear-gradient(var(--brand-text),var(--brand-text)),linear-gradient(var(--brand-text),var(--brand-text)),linear-gradient(var(--brand-text),var(--brand-text));background-position:center 10px,center 18px,center 26px;background-repeat:no-repeat;background-size:22px 2px}.palr-navbar-line .nav-link{color:#2a2724;color:var(--brand-text);font-size:.86rem;font-weight:600;padding:10px 12px}.palr-navbar-line .nav-link:hover{color:#24542e;color:var(--brand-primary-dark)}.palr-section{padding:80px 0}.palr-section--alt{background:#f2efea;background:var(--brand-bg-alt)}.palr-section__head{margin:0 auto 32px;max-width:720px;text-align:center}.hg-eyebrow,.palr-eyebrow{color:#24542e;color:var(--brand-primary-dark);font-size:.78rem;font-weight:700;letter-spacing:0;margin:0 0 12px;text-transform:uppercase}.hg-btn-solid,.palr-btn{align-items:center;border:1px solid transparent;border-radius:2px;border-radius:var(--brand-radius);display:inline-flex;font-weight:700;justify-content:center;min-height:46px;padding:12px 22px}.hg-btn-solid,.palr-btn--primary{background:#24542e;background:var(--brand-primary-dark);color:#fff;color:var(--brand-text-inverse)}.hg-btn-solid:hover,.palr-btn--primary:hover{background:#3a7d41;background:var(--brand-primary);color:#fff;color:var(--brand-text-inverse)}.palr-btn--light{background:#fff;background:var(--brand-text-inverse);color:#24542e;color:var(--brand-primary-dark)}.palr-btn--light:hover{background:#f2efea;background:var(--brand-bg-alt);color:#24542e;color:var(--brand-primary-dark)}.palr-link{color:#24542e;color:var(--brand-primary-dark);font-weight:700;-webkit-text-decoration:underline;text-decoration:underline;text-underline-offset:4px}.palr-card{background:#fff;background:var(--brand-bg);border:1px solid #e4ded5;border:1px solid var(--brand-border);border-radius:2px;border-radius:var(--brand-radius);color:#2a2724;color:var(--brand-text)}.palr-card img{aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;width:100%}.palr-grid-3,.palr-grid-4,.palr-grid-5,.palr-grid-6{display:grid;grid-gap:24px;gap:24px}.palr-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.palr-grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.palr-grid-5,.palr-grid-6{grid-template-columns:repeat(3,minmax(0,1fr))}[class*=-grid]:has(> :nth-child(5):last-child),[class*=-grid]:has(> :nth-child(6):last-child){grid-template-columns:repeat(3,minmax(0,1fr))}.palr-cta-split{background:#24542e;background:var(--brand-primary-dark);color:#fff;color:var(--brand-text-inverse);padding:80px 0 96px}.palr-cta-split h2,.palr-cta-split h3,.palr-cta-split li,.palr-cta-split p{color:#fff;color:var(--brand-text-inverse)}.palr-cta-split__grid{align-items:start;display:grid;grid-gap:32px;gap:32px;grid-template-columns:minmax(0,1.2fr) minmax(320px,0.8fr)}.palr-cta-split__panel{background:#fff;background:var(--brand-bg);border-radius:2px;border-radius:var(--brand-radius);padding:28px}.palr-cta-split__panel a,.palr-cta-split__panel label,.palr-cta-split__panel p{color:#2a2724;color:var(--brand-text)}.palr-cta-split__panel .palr-form__notice a{color:#24542e;color:var(--brand-primary-dark)}.palr-cta-center{background:#24542e;background:var(--brand-primary-dark);color:#fff;color:var(--brand-text-inverse);padding:80px 0 96px;text-align:center}.palr-cta-center h2,.palr-cta-center p{color:#fff;color:var(--brand-text-inverse)}.palr-modal .modal-header{background:#24542e;background:var(--brand-primary-dark)}.palr-modal .modal-title{color:#fff;color:var(--brand-text-inverse)}.palr-footer{background:#24542e;background:var(--brand-primary-dark);color:#fff;color:var(--brand-text-inverse);padding:68px 0 32px}.palr-footer h6,.palr-footer p,.palr-footer span{color:#fff;color:var(--brand-text-inverse)}.palr-footer a:not([class*=btn-]){color:#fff;color:var(--brand-text-inverse);display:block;margin-top:9px;-webkit-text-decoration:underline;text-decoration:underline;text-underline-offset:3px}.palr-footer__promise{border:1px solid rgba(255,255,255,.24);margin-bottom:32px;padding:16px 18px}.palr-footer__cols{display:grid;grid-gap:28px;gap:28px;grid-template-columns:repeat(4,minmax(0,1fr))}.palr-footer__bottom{border-top:1px solid rgba(255,255,255,.24);display:flex;justify-content:space-between;margin-top:36px;padding-top:22px}.palr-error,.palr-legal{padding:76px 0 92px}.palr-error__box,.palr-legal article{margin:0 auto;max-width:860px}@media (max-width:991px){.palr-grid-3,.palr-grid-4,.palr-grid-5,.palr-grid-6,[class*=-grid]:has(> :nth-child(5):last-child),[class*=-grid]:has(> :nth-child(6):last-child){grid-template-columns:repeat(2,minmax(0,1fr))}.palr-cta-split__grid,.palr-footer__cols{grid-template-columns:1fr 1fr}}@media (max-width:575px){.palr-section{padding:56px 0}.palr-cta-split__grid,.palr-footer__cols,.palr-grid-3,.palr-grid-4,.palr-grid-5,.palr-grid-6,[class*=-grid]:has(> :nth-child(5):last-child),[class*=-grid]:has(> :nth-child(6):last-child){grid-template-columns:1fr}.palr-footer__bottom{flex-direction:column;gap:10px}}.palr-form{width:100%}.palr-feedback-form .form-label{color:#2a2724;color:var(--brand-text);font-size:.86rem;font-weight:600}.palr-feedback-form .form-control{border:1px solid #e4ded5;border:1px solid var(--brand-border);border-radius:2px;border-radius:var(--brand-radius);color:#2a2724;color:var(--brand-text);min-height:46px}.palr-feedback-form textarea.form-control{min-height:120px}.palr-feedback-form .form-control:focus{border-color:#3a7d41;border-color:var(--brand-primary);box-shadow:0 0 0 .18rem rgba(58,125,65,.16)}.palr-form__notice{color:#2a2724;color:var(--brand-text);font-size:.86rem;margin:12px 0 0}.palr-form__notice a{color:#24542e;color:var(--brand-primary-dark);font-weight:700}.palr-feedback-form.is-submitted{opacity:.82}