:root{--brand-green: #1B3A2F;--text-charcoal: #2B2F33;--bg-off-white: #FAF9F6;--ui-gray: #E3E5E4;--accent: #4F6D7A;--bg-section-alt: #F5F5F3;--shadow-subtle: 0 1px 3px rgba(0, 0, 0, .05)}*,*:before,*:after{box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth}body{font-family:Inter,system-ui,-apple-system,sans-serif;color:var(--text-charcoal);background-color:var(--bg-off-white);line-height:1.6;margin:0;padding:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:1rem}h1,h2,h3,h4,h5,h6{font-family:"Source Serif 4",Georgia,serif;font-weight:600;line-height:1.3;margin-top:0;margin-bottom:.75rem;color:var(--text-charcoal)}h1{font-size:2rem;line-height:1.2}h2{font-size:1.5rem}h3{font-size:1.25rem}p{margin:0 0 1rem}.serif-heading{font-family:"Source Serif 4",Georgia,serif}.text-xs{font-size:.75rem}.text-sm{font-size:.875rem}.text-base,.text-lg{font-size:1rem}.text-xl{font-size:1.0625rem;line-height:1.7}.text-2xl{font-size:1.35rem}.text-3xl{font-size:1.875rem}.text-4xl{font-size:1.75rem}a{color:var(--text-charcoal);text-decoration:none;transition:color .15s ease}a:hover{color:var(--brand-green)}a:focus{outline:none}a.text-brand-green{color:var(--brand-green);text-decoration:none}a.text-brand-green:hover,a.no-underline:hover{text-decoration:none}.container{width:100%;max-width:72rem;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}.max-w-4xl{max-width:56rem}.max-w-6xl{max-width:72rem}.mx-auto{margin-left:auto;margin-right:auto}.p-0{padding:0}.p-2{padding:.5rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-20{padding-top:5rem;padding-bottom:5rem}.py-24{padding-top:6rem;padding-bottom:6rem}.pt-6{padding-top:1.5rem}.pt-8{padding-top:2rem}.pt-12{padding-top:3rem}.pb-6{padding-bottom:1.5rem}.pb-8{padding-bottom:2rem}.pb-12{padding-bottom:3rem}.m-0{margin:0}.mt-0{margin-top:0}.mb-0{margin-bottom:0}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-12{margin-top:3rem}.mt-16{margin-top:4rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4,.mb-6{margin-bottom:1rem}.mb-8{margin-bottom:1.5rem}.mb-12{margin-bottom:2rem}.mb-16{margin-bottom:3rem}.mb-20{margin-bottom:4rem}.my-8{margin-top:2rem;margin-bottom:2rem}.my-12{margin-top:3rem;margin-bottom:3rem}.flex{display:flex}.inline-flex{display:inline-flex}.flex-col{flex-direction:column}.flex-row{flex-direction:row}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-center{align-items:center}.items-end{align-items:flex-end}.justify-start{justify-content:flex-start}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-end{justify-content:flex-end}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.space-y-2>*+*{margin-top:.5rem}.space-y-3>*+*{margin-top:.75rem}.space-y-4>*+*{margin-top:1rem}.space-y-6>*+*{margin-top:1.5rem}.space-y-8>*+*{margin-top:2rem}.border{border:1px solid var(--ui-gray)}.border-t{border-top:1px solid var(--ui-gray)}.border-b{border-bottom:1px solid var(--ui-gray)}.border-l{border-left:1px solid var(--ui-gray)}.border-r{border-right:1px solid var(--ui-gray)}.border-l-4{border-left:4px solid}.border-ui-gray{border-color:var(--ui-gray)}.border-brand-green{border-color:var(--brand-green)}.rounded{border-radius:4px}.rounded-lg{border-radius:8px}.bg-white{background-color:#fff}.bg-off-white{background-color:var(--bg-off-white)}.bg-section-alt{background-color:var(--bg-section-alt)}.bg-brand-green{background-color:var(--brand-green)}.text-white{color:#fff}.text-charcoal{color:var(--text-charcoal)}.text-brand-green{color:var(--brand-green)}.font-normal{font-weight:400}.font-medium{font-weight:500}.font-semibold{font-weight:600}.leading-tight{line-height:1.25}.leading-normal{line-height:1.5}.leading-relaxed{line-height:1.625}.leading-loose{line-height:1.75}.w-full{width:100%}.w-auto{width:auto}.block{display:block}.inline-block{display:inline-block}.hidden{display:none}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}button,.btn{display:inline-block;cursor:pointer;font-family:inherit;font-size:1rem;font-weight:500;padding:.875rem 1.75rem;border:none;text-decoration:none;text-align:center;line-height:1.5;border-radius:4px}.btn-primary,.cta-button,button.bg-brand-green,a.bg-brand-green{background-color:var(--brand-green);color:#fff!important;border:none;padding:1rem 2rem;border-radius:4px;box-shadow:0 2px 4px #1b3a2f33;text-decoration:none!important}.btn-primary:hover,.cta-button:hover,button.bg-brand-green:hover,a.bg-brand-green:hover{cursor:pointer;color:#fff!important;text-decoration:none!important}.btn-secondary{background-color:transparent;color:var(--brand-green);border:none;padding:.875rem 1.75rem;text-decoration:none;border-radius:4px}.btn-secondary:hover{cursor:pointer;color:var(--brand-green)}.btn-cta-inverse{background-color:#fff;color:var(--brand-green);border:2px solid white;padding:1rem 2rem;font-weight:600;border-radius:4px;box-shadow:0 2px 8px #00000026}.btn-cta-inverse:hover{cursor:pointer;color:var(--brand-green)}button:disabled,.btn:disabled{opacity:.5;cursor:not-allowed}button:focus,.btn:focus,.cta-button:focus{outline:none}label{display:block;margin-bottom:.5rem;font-weight:500;font-size:.9375rem;color:var(--text-charcoal)}input,textarea,select{font-family:inherit;font-size:1rem;width:100%;padding:.75rem 1rem;border:1px solid var(--ui-gray);background-color:#fff;color:var(--text-charcoal);border-radius:4px;transition:border-color .15s ease,box-shadow .15s ease}input:hover,textarea:hover,select:hover{cursor:text}input:focus,textarea:focus,select:focus{outline:none;border-color:var(--brand-green);box-shadow:0 0 0 3px #1b3a2f1a}textarea{resize:vertical;min-height:120px}.form-messages{margin-top:1rem;padding:.875rem 1rem;border-radius:4px;display:none;font-size:.9375rem}.form-messages-success{display:block;background-color:#f0f9f0;color:#2d5016;border:1px solid #4a7c2a}.form-messages-error{display:block;background-color:#fef2f2;color:#991b1b;border:1px solid #dc2626}.form-error{display:block;margin-top:.375rem;font-size:.875rem;color:#991b1b}.contact-form,.resource-request-form{display:flex;flex-direction:column;gap:1.5rem}.form-field,.resource-form-field{display:flex;flex-direction:column}ul,ol{margin:0;padding:0}.list-none{list-style:none}.list-disc{list-style:disc;padding-left:1.5rem}.list-decimal{list-style:decimal;padding-left:1.5rem}.prose,.prose-content{max-width:65ch;font-size:1.0625rem;line-height:1.7;margin-left:auto;margin-right:auto}.prose h1,.prose-content h1{font-size:2rem;margin-top:0;margin-bottom:1rem}.prose h2,.prose-content h2{font-size:1.5rem;font-weight:600;margin-top:2.5rem;margin-bottom:1rem}.prose h3,.prose-content h3{font-size:1.25rem;font-weight:600;margin-top:2rem;margin-bottom:.75rem}.prose h4,.prose-content h4{font-size:1.125rem;font-weight:600;margin-top:1.5rem;margin-bottom:.5rem}.prose p,.prose-content p{margin-bottom:1.25rem}.prose ul,.prose ol,.prose-content ul,.prose-content ol{list-style-position:outside;padding-left:1.75rem;margin-bottom:1.25rem}.prose ul,.prose-content ul{list-style-type:disc}.prose ol,.prose-content ol{list-style-type:decimal}.prose li,.prose-content li{margin-bottom:.5rem;line-height:1.7}.prose a,.prose-content a{color:var(--brand-green);text-decoration:none}.prose a.link-arrow,.prose-content a.link-arrow{text-decoration:none}.prose a:hover,.prose-content a:hover{cursor:pointer;text-decoration:none}.prose blockquote,.prose-content blockquote{margin:2rem 0;padding-left:1.25rem;border-left:4px solid var(--brand-green);font-style:italic;color:var(--text-charcoal)}.prose code,.prose-content code{font-family:Courier New,monospace;font-size:.9em;background-color:var(--bg-section-alt);padding:.2em .4em;border-radius:3px}.prose pre,.prose-content pre{margin:2rem 0;padding:1.25rem;background-color:var(--bg-section-alt);overflow-x:auto;border-radius:6px;border:1px solid var(--ui-gray)}.prose pre code,.prose-content pre code{background-color:transparent;padding:0}.prose img,.prose-content img{max-width:100%;height:auto;margin:2rem 0;border-radius:4px}.logo{font-family:"Source Serif 4",Georgia,serif;font-size:1.5rem;font-weight:700;color:var(--brand-green);letter-spacing:.01em;display:inline-block}@media(min-width:768px){.logo{font-size:1.75rem}}.logo:hover{cursor:pointer}.skip-to-main{position:absolute;left:-9999px;z-index:999;padding:.75rem 1.5rem;background-color:var(--brand-green);color:#fff;text-decoration:none;font-weight:500}.skip-to-main:focus{left:1rem;top:1rem;outline:2px solid white;outline-offset:2px}main{min-height:calc(100vh - 300px)}.page-container{max-width:56rem;margin-left:auto;margin-right:auto;padding:1.5rem 1.5rem 3rem}.section{margin-bottom:4rem}.section-alt{background-color:var(--bg-section-alt)}.section-title{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:var(--text-charcoal)}.hero-section{padding:4rem 0 3rem}.hero-title{font-family:"Source Serif 4",Georgia,serif;font-size:2rem;font-weight:600;margin-bottom:1.25rem;line-height:1.25;color:var(--text-charcoal)}.hero-subtitle{font-size:1.125rem;line-height:1.6;color:var(--text-charcoal);opacity:.9}.resource-list{list-style:disc;padding-left:1.5rem;margin:0}.resource-list li{margin-bottom:.75rem;line-height:1.6;padding-left:.5rem}.cta-section{margin-top:4rem;margin-bottom:4rem;padding:3rem 2rem;background-color:var(--bg-section-alt);border-radius:8px;text-align:center}.card{background-color:#fff;border:1px solid var(--ui-gray);border-radius:6px;padding:2rem;margin-bottom:1.5rem}.card:hover{cursor:pointer}.card-title{font-size:1.5rem;font-weight:600;margin-bottom:.75rem;color:var(--text-charcoal)}.card-list{display:flex;flex-direction:column;gap:1.5rem}.latest-insights{display:flex;flex-direction:column;gap:2rem}.insight-preview{padding-bottom:2rem;border-bottom:1px solid var(--ui-gray)}.insight-preview:last-child{border-bottom:none;padding-bottom:0}.insight-preview-title{font-size:1.375rem;font-weight:600;margin-bottom:.625rem;line-height:1.3}.insight-preview-title a{color:var(--text-charcoal);text-decoration:none;transition:color .15s ease}.insight-preview-title a:hover{color:var(--brand-green)}.insight-preview-description{margin-bottom:.75rem;line-height:1.6;font-size:1.0625rem;color:var(--text-charcoal);opacity:.9}.insight-preview-meta{display:flex;flex-wrap:wrap;gap:.75rem;font-size:.875rem;color:var(--text-charcoal);opacity:.7}.post-list{display:flex;flex-direction:column;gap:2.5rem}.post-item{border-bottom:1px solid var(--ui-gray);padding-bottom:2.5rem}.post-item:last-child{border-bottom:none;padding-bottom:0}.post-link{color:var(--text-charcoal);text-decoration:none;transition:color .15s ease}.post-link:hover{color:var(--brand-green)}.post-meta,.post-meta-header{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center;font-size:.875rem;color:var(--text-charcoal);opacity:.75}.post-header{margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid var(--ui-gray)}.blog-disclaimer{margin-top:3rem;padding-top:2rem;border-top:1px solid var(--ui-gray);font-size:.9375rem;color:var(--text-charcoal);opacity:.85}.product-disclaimer{margin-bottom:3rem;padding:1.25rem 1.5rem;border-left:4px solid var(--brand-green);background-color:var(--bg-section-alt);border-radius:4px}.error-page{text-align:center;padding:4rem 1.5rem}.error-code{font-size:6rem;font-weight:600;color:var(--brand-green);margin-bottom:1rem;line-height:1}.error-links{display:flex;flex-direction:column;gap:1rem;align-items:center;margin-top:2rem}.error-suggestions{text-align:left;max-width:400px;margin:2rem auto 0}.legal-pages-list{display:flex;flex-direction:column;gap:2.5rem}.legal-page-item{padding-bottom:2rem;border-bottom:1px solid var(--ui-gray)}.legal-page-item:last-child{border-bottom:none;padding-bottom:0}.resource-form-message{margin-top:1rem;padding:.875rem 1rem;border-radius:4px;font-size:.9375rem}.resource-form-message-success{background-color:#f0f9f0;color:#2d5016;border:1px solid #4a7c2a}.resource-form-message-error{background-color:#fef2f2;color:#991b1b;border:1px solid #dc2626}.tools-categories section{margin-bottom:3rem}.tools-categories section:last-child{margin-bottom:0}@media(min-width:640px){html{font-size:17px}.hero-title,.text-4xl{font-size:2.5rem}.page-container{padding:2rem 2rem 4rem}.section{margin-bottom:5rem}}@media(min-width:768px){html{font-size:18px}.hero-title,.text-4xl{font-size:2.75rem}.md\:flex-row{flex-direction:row}.md\:items-center{align-items:center}.md\:gap-8{gap:2rem}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.page-container{padding:2.5rem 2rem 5rem}.section{margin-bottom:6rem}.hero-section{padding:5rem 0 4rem}.error-links{flex-direction:row;justify-content:center;gap:2rem}.card-list{gap:2rem}}@media(min-width:1024px){.hero-title,.text-4xl{font-size:3rem}.page-container{padding:3rem 2rem 6rem}.hero-section{padding:6rem 0 5rem}}.homepage-hero{background:linear-gradient(180deg,#f8faf9 0%,var(--bg-off-white) 100%);padding:2.5rem 1.5rem 2rem}.hero-content{max-width:52rem;margin:0 auto;text-align:center}.homepage-hero .hero-title{font-size:1.75rem;line-height:1.3;margin-bottom:1rem;font-weight:600;color:var(--text-charcoal)}.hero-subtitle{font-size:1rem;line-height:1.5;color:var(--text-charcoal);opacity:.85;margin-bottom:1rem;max-width:46rem;margin-left:auto;margin-right:auto}.hero-body{font-size:.9rem;line-height:1.6;color:var(--text-charcoal);opacity:.8;margin-bottom:1.5rem;max-width:46rem;margin-left:auto;margin-right:auto}.homepage-list{list-style:none;padding-left:0;margin:1.5rem 0}.homepage-list li{padding-left:2rem;position:relative;margin-bottom:1rem;font-size:1.0625rem;line-height:1.65}.homepage-list li:before{content:"•";color:var(--brand-green);font-weight:700;position:absolute;left:.5rem}.hero-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}@media(max-width:639px){.hero-actions{flex-direction:column;align-items:stretch}.hero-actions a{width:100%;text-align:center}}.homepage-section{padding:2rem 1.5rem;border-top:1px solid var(--ui-gray)}.homepage-section:first-of-type{border-top:none}.homepage-section.section-alt{background-color:var(--bg-section-alt)}.section-header{text-align:center;margin-bottom:1.5rem}.section-title-large{font-size:1.5rem;font-weight:600;margin-bottom:.5rem;color:var(--text-charcoal)}.title-underline{width:60px;height:3px;background-color:var(--brand-green);margin:0 auto}.section-intro{max-width:48rem;margin:1rem auto 0;font-size:1rem;line-height:1.5;color:var(--text-charcoal);opacity:.85;text-align:center}.section-content-wide{max-width:52rem;margin:0 auto}.section-cta{text-align:center;margin-top:3rem}.blog-cards-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-top:3rem}.blog-card-link{text-decoration:none;display:block;cursor:pointer;outline:none}.blog-card-link:focus,.blog-card-link:focus-visible{outline:none}.blog-card{border-left:2px solid var(--brand-green);background-color:#fff;display:flex;flex-direction:column;box-shadow:0 1px 3px #0000000a;height:100%;overflow:hidden}.blog-card-image{width:100%;margin-bottom:1.5rem}.blog-card-image img{width:100%;height:200px;object-fit:cover;display:block}.blog-card-title{font-size:1.375rem;font-weight:600;margin:1.5rem 2rem .75rem;padding-bottom:.75rem;border-bottom:1px solid var(--ui-gray);line-height:1.3;min-height:7.5rem;display:flex;align-items:flex-start;color:var(--text-charcoal);transition:color .15s ease}.blog-card-link:hover .blog-card-title{color:var(--brand-green)}.blog-card-description{font-size:1.0625rem;line-height:1.6;color:var(--text-charcoal);opacity:.85;margin-bottom:1rem;margin-left:2rem;margin-right:2rem;flex-grow:1}.blog-card-meta{display:flex;flex-wrap:nowrap;gap:.5rem;font-size:.875rem;color:var(--text-charcoal);opacity:.65;justify-content:center;margin-bottom:1rem;margin-left:2rem;margin-right:2rem}.blog-card-read{color:var(--brand-green);font-weight:500;font-size:1.0625rem;text-align:center;margin-top:auto;padding:0 2rem 2rem}.resources-list{display:flex;flex-direction:column;gap:2rem;margin-top:3rem;max-width:48rem;margin-left:auto;margin-right:auto}.resource-list-item{display:flex;flex-direction:column;gap:.75rem;background-color:#fff;padding:2rem;border-radius:8px;box-shadow:0 1px 3px #0000000f;border:1px solid var(--brand-green);cursor:pointer}.resource-list-title{font-size:1.25rem;font-weight:600;color:var(--text-charcoal);padding-bottom:.75rem;border-bottom:1px solid var(--ui-gray)}.resource-list-description{font-size:1.0625rem;line-height:1.6;color:var(--text-charcoal);opacity:.85}.resource-list-item .link-arrow{margin-top:.5rem}.offerings-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-top:3rem;max-width:48rem;margin-left:auto;margin-right:auto}.offering-block{padding:2.5rem 2rem;background-color:var(--bg-section-alt);border-radius:8px;text-align:center;display:flex;flex-direction:column;align-items:center}.offering-title{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:var(--text-charcoal)}.offering-description{font-size:1.0625rem;line-height:1.6;color:var(--text-charcoal);opacity:.85;margin-bottom:1.5rem;flex-grow:1}.offering-block .btn-secondary{background-color:var(--brand-green);color:var(--bg-off-white);border:1px solid var(--brand-green);box-shadow:0 1px 3px #0000001a;margin-top:auto}.offering-block .btn-secondary:hover{cursor:pointer;color:var(--bg-off-white)}.homepage-cta{background-color:var(--brand-green);padding:3.5rem 1.5rem;color:#fff}.cta-content{max-width:48rem;margin:0 auto;text-align:center}.cta-title{font-size:1.875rem;font-weight:600;line-height:1.25;margin-bottom:1rem;color:#fff}.cta-subtitle{font-size:1rem;line-height:1.6;color:#fff;opacity:.9;margin-bottom:2rem}.link-arrow,button.link-arrow,a.link-arrow{color:var(--brand-green);text-decoration:none;font-weight:500;font-size:1.0625rem;transition:all .2s ease;display:inline-block;background:none;border:none;padding:0;border-radius:0;text-align:center}.link-arrow:hover,button.link-arrow:hover,a.link-arrow:hover{cursor:pointer;text-decoration:none;color:var(--brand-green)}.btn-large{padding:1rem 2.5rem;font-size:1.125rem}@media(min-width:640px){.homepage-hero{padding:5rem 1.5rem 4rem}.homepage-hero .hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.25rem}.section-title-large{font-size:2rem}.homepage-section,.homepage-cta{padding:4.5rem 1.5rem}.cta-title{font-size:2rem}.blog-cards-grid,.resources-grid{grid-template-columns:repeat(2,1fr);gap:2.5rem}.resource-item:nth-child(3){grid-column:1 / -1;max-width:50%;margin:0 auto}}@media(min-width:768px){.homepage-hero{padding:6rem 1.5rem 5rem}.homepage-hero .hero-title{font-size:3rem}.hero-subtitle{font-size:1.375rem}.section-title-large{font-size:2.5rem}.homepage-section,.homepage-cta{padding:5rem 1.5rem}.cta-title{font-size:2.5rem}.blog-cards-grid{grid-template-columns:repeat(3,1fr)}.articles-grid-2col{grid-template-columns:repeat(2,1fr)!important}.resources-grid{grid-template-columns:repeat(3,1fr)}.resource-item:nth-child(3){grid-column:auto;max-width:none;margin:0}}@media(min-width:1024px){.homepage-hero{padding:8rem 1.5rem 6rem}.homepage-hero .hero-title{font-size:3.5rem}.section-title-large{font-size:2.75rem}.homepage-section,.homepage-cta{padding:6rem 1.5rem}.cta-title{font-size:2.75rem}}.site-header[data-astro-cid-3ef6ksr2]{background-color:#fff;border-bottom:1px solid var(--brand-green);position:sticky;top:0;z-index:100;box-shadow:0 1px 3px #00000005;width:100%}.site-nav[data-astro-cid-3ef6ksr2]{max-width:72rem;margin-left:auto;margin-right:auto;padding:1rem 1.5rem}.nav-container[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;justify-content:space-between;gap:2rem;position:relative}.mobile-menu-toggle[data-astro-cid-3ef6ksr2]{display:none;background:none;border:none;cursor:pointer;padding:0;z-index:101;-webkit-tap-highlight-color:transparent}.mobile-menu-toggle[data-astro-cid-3ef6ksr2]:focus{outline:none}.mobile-menu-icon[data-astro-cid-3ef6ksr2]{display:block;width:24px;height:2px;background-color:var(--text-charcoal);position:relative;transition:background-color .15s ease}.mobile-menu-icon[data-astro-cid-3ef6ksr2]:before,.mobile-menu-icon[data-astro-cid-3ef6ksr2]:after{content:"";display:block;width:24px;height:2px;background-color:var(--text-charcoal);position:absolute;transition:transform .15s ease}.mobile-menu-icon[data-astro-cid-3ef6ksr2]:before{top:-7px}.mobile-menu-icon[data-astro-cid-3ef6ksr2]:after{top:7px}.mobile-menu-icon-open[data-astro-cid-3ef6ksr2]{background-color:transparent}.mobile-menu-icon-open[data-astro-cid-3ef6ksr2]:before{transform:rotate(45deg);top:0}.mobile-menu-icon-open[data-astro-cid-3ef6ksr2]:after{transform:rotate(-45deg);top:0}.nav-list[data-astro-cid-3ef6ksr2]{display:flex;flex-wrap:wrap;gap:.5rem;list-style:none;padding:0;margin:0;align-items:center}.nav-link[data-astro-cid-3ef6ksr2]{display:block;color:var(--text-charcoal);text-decoration:none;padding:.5rem .75rem;border-radius:4px;font-weight:500;font-size:.9375rem;transition:background-color .15s ease,color .15s ease}.nav-link[data-astro-cid-3ef6ksr2]:hover{background-color:var(--bg-section-alt);color:var(--brand-green)}.nav-link-active[data-astro-cid-3ef6ksr2]{color:var(--brand-green);background-color:var(--bg-section-alt)}@media(min-width:768px){.nav-container[data-astro-cid-3ef6ksr2]{gap:3rem}.nav-list[data-astro-cid-3ef6ksr2]{gap:.25rem}.site-nav[data-astro-cid-3ef6ksr2]{padding:1.25rem 1.5rem}}@media(max-width:767px){.mobile-menu-toggle[data-astro-cid-3ef6ksr2]{display:block}.nav-list[data-astro-cid-3ef6ksr2]{display:none;position:absolute;top:100%;right:0;width:240px;flex-direction:column;gap:0;padding:.75rem 0;background-color:var(--brand-green);border-radius:4px;box-shadow:0 4px 12px #00000026}.nav-list-open[data-astro-cid-3ef6ksr2]{display:flex}.nav-link[data-astro-cid-3ef6ksr2]{padding:.75rem 1.25rem;border-radius:0;color:#fff;text-align:right}.nav-link[data-astro-cid-3ef6ksr2]:hover{background-color:#ffffff1a;color:#fff}.nav-link-active[data-astro-cid-3ef6ksr2]{background-color:#ffffff26;color:#fff}}.site-footer[data-astro-cid-sz7xmlte]{background-color:var(--brand-green);border-top:1px solid var(--brand-green);padding:3rem 0 1.5rem}.footer-container[data-astro-cid-sz7xmlte]{max-width:72rem;margin-left:auto;margin-right:auto;padding:0 1.5rem}.footer-main[data-astro-cid-sz7xmlte]{display:flex;flex-direction:column;gap:2rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(255,255,255,.2);margin-bottom:1rem;text-align:center}.footer-brand-name[data-astro-cid-sz7xmlte]{font-weight:600;font-size:1.125rem;margin-bottom:.375rem;color:var(--bg-off-white)}.footer-tagline[data-astro-cid-sz7xmlte]{margin:0;font-size:.875rem;color:var(--bg-off-white);opacity:.85}.footer-nav[data-astro-cid-sz7xmlte]{display:flex;flex-wrap:wrap;gap:.75rem 1.5rem;align-items:center;justify-content:center}.footer-nav[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{color:var(--bg-off-white);text-decoration:none;font-size:.875rem;transition:opacity .15s ease;opacity:.85;white-space:nowrap}.footer-nav[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{opacity:1}.footer-bottom[data-astro-cid-sz7xmlte]{text-align:center}.footer-bottom[data-astro-cid-sz7xmlte] p[data-astro-cid-sz7xmlte]{font-size:.8125rem;color:var(--bg-off-white);opacity:.7;margin:0}@media(min-width:768px){.footer-main[data-astro-cid-sz7xmlte]{flex-direction:row;justify-content:space-between;align-items:flex-start;gap:3rem;text-align:left}.footer-brand[data-astro-cid-sz7xmlte]{text-align:left}.footer-nav[data-astro-cid-sz7xmlte]{gap:.875rem 2rem;justify-content:flex-end}.footer-bottom[data-astro-cid-sz7xmlte]{text-align:center}}
