.landing-container{display:flex;flex-direction:column;justify-content:start;align-items:center;gap:5rem;width:100%;height:100%;background-color:var(--bg);background:linear-gradient(147deg,var(--bg-semidark) 0%,var(--bg) 48%,var(--bg-semidark) 100%)}.landing-container [id]{scroll-margin-top:calc(max(var(--nav-h,50px),50px) + 16px)}html.reveal-ready .reveal{opacity:0;transform:translateY(14px);transition:opacity 800ms ease,transform 800ms cubic-bezier(0.2,0.7,0.2,1);transition-delay:var(--reveal-delay,0ms);will-change:opacity,transform}html.reveal-ready .reveal.is-visible{opacity:1;transform:none}@media (prefers-reduced-motion:reduce){html.reveal-ready .reveal{opacity:1;transform:none;transition:none;transition-delay:0ms}}.hero-container{overflow:hidden;display:flex;justify-content:center;align-items:center;width:100%;max-width:1200px;height:auto;background-image:linear-gradient(to right,var(--bg-light) 1px,transparent 1px),linear-gradient(to bottom,var(--bg-light) 1px,transparent 1px,transparent 1px);background-size:var(--large-grid-cell) var(--large-grid-cell),var(--large-grid-cell) var(--large-grid-cell);background-position:0 0,0 0;background-repeat:repeat,repeat}.hero-wrap{display:flex;flex-direction:column;justify-content:center;align-items:start;margin-top:5rem;padding:1rem;gap:1rem;width:100%;height:auto}@keyframes heroIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}.hero-title,.hero-desc,.hero-cta,.hero-img{will-change:opacity,transform;animation:heroIn 1200ms cubic-bezier(0.2,0.7,0.2,1) both}.hero-title{animation-delay:200ms}.hero-desc{animation-delay:260ms}.hero-cta{animation-delay:360ms}.hero-img{animation-delay:500ms}@media (prefers-reduced-motion:reduce){.hero-title,.hero-desc,.hero-cta,.hero-img{animation:none}}.hero-title{display:flex;justify-content:start;align-items:center;width:75%;height:auto;font-size:3rem;font-family:Arial,Helvetica,sans-serif;font-weight:700;color:var(--text)}.hero-desc{display:flex;width:75%;height:auto;font-size:1.05rem;font-family:"Nunito",sans-serif;font-weight:400;color:var(--text-muted)}@media (max-width:900px){.hero-title{width:90%;font-size:2.5rem}.hero-desc{width:90%}}.hero-cta{display:flex;justify-content:start;align-items:center;margin-top:0.5rem;gap:1rem}.hero-cta-btn{display:flex;justify-content:center;align-items:center;padding:0.4rem 0.5rem;gap:0.25rem;border-radius:8px;text-decoration:none;font-size:0.9rem;font-family:"Nunito",sans-serif;font-weight:400;color:var(--bg-semidark);background-color:var(--text);transition:all 200ms ease}.hero-cta-btn:hover{transform:translateY(-1px);filter:brightness(1.02)}.hero-cta-btn:active{transform:translateY(0px) scale(0.985)}.hero-cta-btn img{width:18px;height:18px;filter:invert(1)}.hero-cta-btn img{transition:transform 200ms ease,opacity 200ms ease}.hero-cta-btn:hover img{transform:translateX(2px)}body.light .hero-cta-btn img{filter:invert(0)}.hero-cta-disclaimer{display:flex;justify-content:center;align-items:center;gap:0.5rem;border-radius:8px;font-size:0.9rem;font-family:"Nunito",sans-serif;font-weight:400;color:var(--text-verymuted)}.hero-cta-disclaimer img{width:16px;height:16px;opacity:0.5}body.light .hero-cta-disclaimer img{filter:invert(1)}.hero-img{display:block;margin-top:0.5rem;min-width:600px;width:100%;height:auto;border-radius:6px;border:1px solid var(--bg-light);box-shadow:var(--shadow-l)}.hero-img{transition:transform 300ms ease,box-shadow 300ms ease}.hero-img:hover{transform:scale(1.01)}@media (prefers-reduced-motion:reduce){.hero-cta-btn,.hero-cta-btn img,.hero-img{transition:none}}.f-title{display:flex;width:90%;height:auto;font-size:2.5rem;font-family:Arial,Helvetica,sans-serif;font-weight:700;color:var(--text)}.f-desc{display:flex;width:75%;height:auto;font-size:1.05rem;font-family:"Nunito",sans-serif;font-weight:400;color:var(--text-muted)}@media (max-width:900px){.f-title{width:90%;font-size:2rem}.f-desc{width:90%}}.f-primary-container{overflow:hidden;display:flex;justify-content:center;align-items:center;width:100%;max-width:1200px;height:auto}.f-p-wrap{display:flex;flex-direction:column;justify-content:center;align-items:start;padding:1rem;gap:1rem;width:100%;height:auto}.f-p-content{display:flex;justify-content:center;align-items:center;margin-top:1rem;gap:1rem;width:100%;height:auto;border-bottom:1px dashed var(--border)}.f-p-item{display:flex;flex-direction:column;justify-content:start;align-items:center;align-self:stretch;gap:1rem;width:100%;max-height:100%}.f-p-item:first-child{max-width:100%}.f-p-item:last-child{padding-left:1rem;border-left:1px dashed var(--border)}.f-p-item-desc{font-size:1rem;font-family:"Nunito",sans-serif;font-weight:400;color:var(--text-muted)}.f-p-item-desc span{font-weight:700;color:var(--text)}.f-p-item-image-1{width:450px;max-width:450px;height:auto;border-radius:6px;opacity:0.75}.f-p-item-image-2{width:700px;max-width:700px;height:auto;border-radius:6px}@media (max-width:1200px){.f-p-item-image-1{width:100%;max-width:350px}.f-p-item-image-2{width:100%;max-width:600px}}@media (max-width:900px){.f-p-content{flex-direction:column;gap:2rem}.f-p-item{flex-direction:row;align-items:start}.f-p-item:last-child{padding-left:0;padding-top:2rem;border-top:1px dashed var(--border);border-left:none}.f-p-item-image-1{width:400px;max-width:none}.f-p-item-image-2{width:500px}}@media (max-width:750px){.f-p-item:last-child{flex-direction:column-reverse;align-items:center;padding-top:1rem;padding-bottom:1.5rem;border-top:1px dashed var(--border)}.f-p-item-image-2{width:700px}}@media (max-width:650px){.f-p-item-image-1{width:325px}}@media (max-width:600px){.f-p-item:first-child{flex-direction:column;align-items:center}.f-p-item-image-1{width:450px;max-width:100%}}.f-secondary-container{overflow:hidden;display:flex;justify-content:center;align-items:center;width:100%;max-width:1200px;height:auto}.f-s-wrap{display:flex;flex-direction:column;justify-content:center;align-items:start;padding:1rem;gap:1rem;width:100%;height:auto}.f-s-image{min-width:900px;width:100%;height:auto;border-radius:6px;border:1px solid var(--bg-light);box-shadow:var(--shadow-l)}.f-tertiary-container{display:flex;justify-content:center;align-items:center;margin-top:-4rem;width:100%;max-width:1200px;height:auto;background-image:linear-gradient(to right,var(--bg-semilight) 1px,transparent 1px),linear-gradient(to bottom,var(--bg-semilight) 1px,transparent 1px,transparent 1px);background-size:var(--large-grid-cell) var(--large-grid-cell),var(--large-grid-cell) var(--large-grid-cell);background-position:0 0,0 0;background-repeat:repeat,repeat}.f-t-wrap{overflow-y:hidden;overflow-x:auto;display:grid;grid-auto-flow:row;grid-template-columns:repeat(3,1fr);grid-auto-rows:auto;padding:1rem;gap:2rem;width:100%;height:auto}@media (max-width:800px){.f-t-wrap{grid-template-columns:repeat(2,1fr)}}@media (max-width:500px){.f-t-wrap{grid-template-columns:repeat(1,1fr);gap:1.5rem}}.f-t-item{display:flex;flex-direction:column;justify-content:start;align-items:start;padding:1rem 0.5rem;gap:0.5rem;width:100%;height:auto}@media (max-width:500px){.f-t-item{padding:0.5rem;border-left:5px solid var(--border-muted)}}.f-t-item-title{display:flex;justify-content:start;align-items:center;gap:0.4rem;white-space:nowrap;font-size:0.95rem;font-family:"Nunito",sans-serif;font-weight:400;color:var(--text)}.f-t-item-title img{width:18px;height:18px;opacity:0.5}body.light .f-t-item-title img{filter:invert(1)}.f-t-item-desc{font-size:0.95rem;font-family:"Nunito",sans-serif;font-weight:400;color:var(--text-muted)}.access-container{display:flex;justify-content:center;align-items:center;width:100%;max-width:1200px;height:auto}.access-wrap{display:flex;flex-direction:column;justify-content:center;align-items:start;padding:1rem;gap:1rem;width:100%;height:auto}.access-title{display:flex;justify-content:start;align-items:center;width:75%;height:auto;font-size:2.5rem;font-family:Arial,Helvetica,sans-serif;font-weight:700;color:var(--text)}.access-desc{display:flex;width:75%;height:auto;font-size:1.05rem;font-family:"Nunito",sans-serif;font-weight:400;color:var(--text-muted)}@media (max-width:900px){.access-title{width:90%;font-size:2rem}.access-desc{width:90%}}.access-form{display:flex;flex-direction:column;justify-content:center;align-items:start;margin-top:0.5rem;padding:1rem 0.5rem;gap:1rem;width:100%;height:auto;border-radius:10px;border:2px solid var(--border-muted);background-color:var(--bg-semi)}.access-form-input{display:flex;justify-content:start;align-items:center;gap:1rem;width:100%;height:auto}@media (max-width:800px){.access-form-input{flex-direction:column}}.access-form-input-name,.access-form-input-email{display:flex;flex-direction:column;justify-content:start;align-items:start;gap:0.5rem;width:100%;height:auto}.access-form-input-name h3,.access-form-input-email h3{font-size:0.95rem;font-family:"Nunito",sans-serif;font-weight:700;color:var(--text)}.access-form-input-name input,.access-form-input-email input{width:100%;height:auto;padding:0.4rem 0.5rem;font-size:0.9rem;font-family:"Nunito",sans-serif;font-weight:400;color:var(--text-muted);border-radius:6px;border:1px solid var(--bg-light);background-color:var(--bg)}.access-form-input-name input,.access-form-input-email input{transition:border-color 200ms ease,color 200ms ease}.access-form-input-name input:focus,.access-form-input-email input:focus{outline:none;color:var(--text);border-color:var(--border)}@media (max-width:800px){.access-form-input-name input:focus,.access-form-input-email input:focus{font-size:1rem}}.access-form-btn-box{display:flex;flex-direction:column;justify-content:start;align-items:start;width:100%;height:auto}.access-form-btn{display:flex;justify-content:center;align-items:center;padding:0.4rem 0.5rem;gap:0.25rem;border-radius:8px;text-decoration:none;font-size:0.9rem;font-family:"Nunito",sans-serif;font-weight:400;color:var(--bg-semidark);background-color:var(--text-semimuted);transition:all 200ms ease;border:none;cursor:pointer}.access-form-btn:hover{transform:translateY(-1px);filter:brightness(1.02)}.access-form-btn:active{transform:translateY(0px) scale(0.985)}.access-form-compliance{display:flex;justify-content:center;align-items:center;gap:0.5rem}.access-form-compliance img{width:12px;height:12px;opacity:0.5}.access-form-compliance p{font-size:0.8rem;font-family:"Nunito",sans-serif;font-weight:400;color:var(--text-verymuted)}.access-form-compliance a{text-decoration:underline;text-underline-offset:2px;font-size:0.75rem;color:var(--text-semimuted)}.access-form-error{width:100%;font-size:0.9rem;font-family:"Nunito",sans-serif;font-weight:400;color:var(--warning);opacity:0.75}.access-form-error.is-success{color:var(--success);opacity:0.9}.access-form-error[hidden]{display:none!important}.access-form-hp{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden}.access-form input[aria-invalid="true"]{border-color:var(--warning);color:var(--text)}.faq-container{display:flex;justify-content:center;align-items:center;width:100%;max-width:1200px;height:auto}.faq-wrap{display:flex;flex-direction:column;justify-content:center;align-items:start;padding:1rem;gap:1rem;width:100%;height:auto}.faq-title{display:flex;justify-content:start;align-items:center;width:75%;height:auto;font-size:2.5rem;font-family:Arial,Helvetica,sans-serif;font-weight:700;color:var(--text)}.faq-desc{display:flex;width:75%;height:auto;font-size:1.05rem;font-family:"Nunito",sans-serif;font-weight:400;color:var(--text-muted)}@media (max-width:900px){.faq-title{width:90%;font-size:2rem}.faq-desc{width:90%}}.faq-content{display:flex;flex-direction:column;justify-content:center;align-items:start;margin-top:0.5rem;padding:1rem 0rem;gap:2rem;width:100%;height:auto}.faq-item{display:flex;flex-direction:column;justify-content:start;align-items:start;gap:0.5rem;width:100%;height:auto}@media (prefers-reduced-motion:reduce){.access-form-btn{transition:none}.access-form-btn:hover{transform:none}}.faq-item-q{display:flex;justify-content:start;align-items:center;gap:0.4rem;font-size:0.95rem;font-family:"Nunito",sans-serif;font-weight:700;color:var(--text-semimuted)}.faq-item-a{font-size:0.95rem;font-family:"Nunito",sans-serif;font-weight:400;color:var(--text-muted)}.footer-container{display:flex;justify-content:center;align-items:center;width:100%;max-width:1200px;height:auto}.footer-wrap{display:flex;justify-content:space-between;align-items:center;padding:1rem;gap:1rem;width:100%;height:auto}@media (max-width:800px){.footer-wrap{flex-direction:column-reverse}}.footer-text{display:flex;justify-content:start;align-items:center;gap:0.5rem}.footer-logo{width:20px;height:20px;border-radius:50%;border:1px solid var(--border-muted)}.footer-copyright{font-size:0.9rem;font-family:"Nunito",sans-serif;font-weight:400;color:var(--text-verymuted)}.footer-content{display:flex;justify-content:center;align-items:center;gap:1rem}.footer-link-separator{width:1px;height:15px;background-color:var(--border-muted)}.footer-link{text-decoration:none;font-size:0.9rem;font-family:"Nunito",sans-serif;font-weight:400;color:var(--text-muted);transition:all 200ms ease}.footer-link:hover{color:var(--text)}