@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/inter-400.woff2)format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/fonts/inter-500.woff2)format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/fonts/inter-600.woff2)format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/fonts/inter-700.woff2)format("woff2")}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:500;font-display:swap;src:url(/fonts/space-grotesk-500.woff2)format("woff2")}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:600;font-display:swap;src:url(/fonts/space-grotesk-600.woff2)format("woff2")}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:700;font-display:swap;src:url(/fonts/space-grotesk-700.woff2)format("woff2")}*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--background:0 0% 100%;--foreground:0 0% 7%;--border:0 0% 87%;--muted-foreground:0 0% 45%;--input:0 0% 87%;--ring:0 0% 7%;--accent:0 0% 97%;--secondary:0 0% 96%;--muted:0 0% 93%;--card:0 0% 100%;--destructive:0 72% 51%;--color-foreground:#111;--color-body:#212529;--color-muted:#6c757d;--color-border:#dee2e6;--color-background:#fff;--color-hover-bg:#f8f9fa;--radius:.5rem;--shadow-sm:0 1px 2px #0000000a;--shadow-md:0 2px 8px #0000000f;--font-sans:"Inter", system-ui, -apple-system, sans-serif;--font-display:"Space Grotesk", "Inter", system-ui, sans-serif;--max-width:1080px;--header-height:60px}*{border-color:var(--color-border)}html{font-family:var(--font-sans);color:var(--color-body);background:var(--color-background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-feature-settings:"rlig" 1, "calt" 1;letter-spacing:-.011em;font-size:15px;line-height:1.6}@media (min-width:768px){html{font-size:16px}}body{flex-direction:column;min-height:100vh;display:flex}h1,h2,h3,h4,h5,h6{font-family:var(--font-sans);color:var(--color-foreground)}h1{letter-spacing:-.025em;font-size:2.5rem;font-weight:700;line-height:1.15}@media (min-width:768px){h1{font-size:3rem}}h2{letter-spacing:-.015em;font-size:1.375rem;font-weight:600}a{color:inherit;text-decoration:none}a:hover{text-decoration:none}img{max-width:100%;display:block}.container{width:100%;max-width:var(--max-width);margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media (min-width:640px){.container{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width:960px){.container{padding-left:0;padding-right:0}}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.skip-link{z-index:100;background-color:var(--color-foreground);color:var(--color-background);border-radius:0 0 var(--radius) 0;padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;text-decoration:none;position:absolute;top:-100%;left:0}.skip-link:focus{top:0}:focus-visible{outline:2px solid var(--color-foreground);outline-offset:2px}.btn-primary{background-color:var(--color-foreground);color:#fff;border-radius:var(--radius);cursor:pointer;letter-spacing:-.01em;border:none;justify-content:center;align-items:center;padding:.625rem 1.5rem;font-size:.9375rem;font-weight:500;line-height:1.5;text-decoration:none;transition:background-color .15s,transform .1s;display:inline-flex}.btn-primary:hover{background-color:#333;text-decoration:none}.btn-primary:active{transform:scale(.98)}.btn-outline{color:var(--color-foreground);border-radius:var(--radius);border:1px solid var(--color-border);cursor:pointer;letter-spacing:-.01em;background-color:#0000;justify-content:center;align-items:center;padding:.625rem 1.5rem;font-size:.9375rem;font-weight:500;line-height:1.5;text-decoration:none;transition:border-color .15s,background-color .15s;display:inline-flex}.btn-outline:hover{background-color:var(--color-hover-bg);border-color:var(--color-foreground);text-decoration:none}.btn-lg{padding:.75rem 2rem;font-size:1rem}.page-content{max-width:var(--max-width);margin:0 auto;padding:2rem 1.25rem}@media (min-width:640px){.page-content{padding:2.5rem 2rem}}@media (min-width:960px){.page-content{padding:3.5rem 0}}.input-modern{border-radius:var(--radius);border:1px solid var(--color-border);background-color:hsl(var(--accent));width:100%;height:2.75rem;color:var(--color-foreground);font-size:.9375rem;font-family:var(--font-sans);padding:.5rem .875rem;transition:border-color .15s,background-color .15s,box-shadow .15s;display:flex}.input-modern::placeholder{color:var(--color-muted)}.input-modern:hover{border-color:#bbb}.input-modern:focus-visible{border-color:var(--color-foreground);background-color:var(--color-background);outline:none;box-shadow:0 0 0 3px #0000000f}.select-modern{background-color:var(--color-background);border:1px solid var(--color-border);border-radius:var(--radius);color:var(--color-foreground);cursor:pointer;appearance:none;font-family:var(--font-sans);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding:.625rem 2.5rem .625rem 1rem;font-size:.875rem;transition:border-color .15s}.select-modern:focus{border-color:var(--color-foreground);outline:none}.checkbox-black{accent-color:var(--color-foreground)}
.layout-module__E8fVYW__header{z-index:50;border-bottom:1px solid var(--color-border);-webkit-backdrop-filter:blur(12px);background-color:#ffffffeb;position:sticky;top:0}.layout-module__E8fVYW__headerInner{height:var(--header-height);justify-content:space-between;align-items:center;display:flex}.layout-module__E8fVYW__logo{font-family:var(--font-display);color:var(--color-foreground);letter-spacing:-.03em;font-size:1.125rem;font-weight:600;text-decoration:none}.layout-module__E8fVYW__logo:hover{color:var(--color-foreground);text-decoration:none}.layout-module__E8fVYW__nav{align-items:center;gap:.25rem;display:flex}.layout-module__E8fVYW__navLink{color:var(--color-body);border-radius:var(--radius);padding:.375rem .75rem;font-size:.875rem;font-weight:400;text-decoration:none;transition:color .15s,background-color .15s;display:none}.layout-module__E8fVYW__navLink:hover{color:var(--color-foreground);background-color:var(--color-hover-bg);text-decoration:none}@media (min-width:768px){.layout-module__E8fVYW__navLink{display:inline-flex}}.layout-module__E8fVYW__mobileMenu{position:relative}@media (min-width:768px){.layout-module__E8fVYW__mobileMenu{display:none}}.layout-module__E8fVYW__hamburger{cursor:pointer;width:2.25rem;height:2.25rem;color:var(--color-foreground);justify-content:center;align-items:center;list-style:none;transition:color .15s;display:flex}.layout-module__E8fVYW__hamburger:hover{color:var(--color-muted)}.layout-module__E8fVYW__hamburger::-webkit-details-marker{display:none}.layout-module__E8fVYW__mobileMenuDropdown{background-color:var(--color-background);border:1px solid var(--color-border);border-radius:var(--radius);min-width:11rem;box-shadow:var(--shadow-md);z-index:60;flex-direction:column;padding:.5rem 0;display:flex;position:absolute;top:calc(100% + .5rem);right:0}.layout-module__E8fVYW__mobileMenuDropdown a{color:var(--color-body);padding:.625rem 1rem;font-size:.875rem;text-decoration:none;transition:color .15s,background-color .15s}.layout-module__E8fVYW__mobileMenuDropdown a:hover{color:var(--color-foreground);background-color:var(--color-hover-bg);text-decoration:none}.layout-module__E8fVYW__main{max-width:var(--max-width);flex:1;width:100%;margin:0 auto}.layout-module__E8fVYW__footer{border-top:1px solid var(--color-border);margin-top:4rem}.layout-module__E8fVYW__footerInner{width:100%;max-width:var(--max-width);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-left:auto;margin-right:auto;padding:1.5rem 1rem;display:flex}@media (min-width:640px){.layout-module__E8fVYW__footerInner{padding:1.5rem}}@media (min-width:960px){.layout-module__E8fVYW__footerInner{padding:1.5rem 0}}.layout-module__E8fVYW__footerLeft{align-items:center;gap:.75rem;display:flex}.layout-module__E8fVYW__footerBrandName{color:var(--color-muted);font-size:.875rem;font-weight:600}.layout-module__E8fVYW__footerDesc{color:var(--color-muted);font-size:.875rem}.layout-module__E8fVYW__footerLinks{align-items:center;gap:1.5rem;font-size:.875rem;display:flex}.layout-module__E8fVYW__footerLinks a{color:var(--color-muted);text-decoration:none;transition:color .15s}.layout-module__E8fVYW__footerLinks a:hover{color:var(--color-foreground);text-decoration:none}
