:root{--nav-height:0;--breakpoint-sm:40rem;--breakpoint-md:48rem;--breakpoint-lg:64rem;--breakpoint-xl:80rem;--breakpoint-2xl:86rem;--background:#fff;--foreground:#0a0a0a;--card:#f7f5f2;--card-foreground:#0a0a0a;--popover:#fff;--popover-foreground:#0a0a0a;--primary:#171717;--primary-foreground:#fafafa;--secondary:#f5f5f5;--secondary-foreground:#171717;--muted:#f5f5f5;--muted-foreground:#737373;--accent:#f5f5f5;--accent-foreground:#171717;--destructive:#e40014;--border:#e5e5e5;--input:#e5e5e5;--ring:#a1a1a1;--radius:.625rem;--radius-sm:calc(var(--radius) - 4px);--radius-md:calc(var(--radius) - 2px);--radius-lg:var(--radius);--radius-xl:calc(var(--radius) + 4px);--success:#76c7cc;--warning:#ffd294;--error:#ff847d;--color-brand-1:#1e1434;--color-brand-1-light:#2f1f50;--color-brand-2:#ec2784;--color-brand-2-light:#ff469d;--color--theme-offwhite:#f9f8f5;--color-cc-dark:#1e1434;--color-cc-border:#e8e2f0;--color-cc-text:#1e1434;--color-cc-accent:#ec2784;--color-cc-muted-text:#7a6e8a;--color-cc-surface:#f7f5fa;--color-cc-muted:#ede8f5;--color-footer-muted:#ffffff80;--color-footer-pink:#ec2784}@supports (color:lab(0% 0 0)){:root{--background:lab(100% 0 0);--foreground:lab(2.75381% 0 0);--card:lab(96.6296% .300616 1.65191);--card-foreground:lab(2.75381% 0 0);--popover:lab(100% 0 0);--popover-foreground:lab(2.75381% 0 0);--primary:lab(7.78201% -.0000149012 0);--primary-foreground:lab(98.26% 0 0);--secondary:lab(96.52% -.0000298023 .0000119209);--secondary-foreground:lab(7.78201% -.0000149012 0);--muted:lab(96.52% -.0000298023 .0000119209);--muted-foreground:lab(48.496% 0 0);--accent:lab(96.52% -.0000298023 .0000119209);--accent-foreground:lab(7.78201% -.0000149012 0);--destructive:lab(48.4493% 77.4328 61.5452);--border:lab(90.952% 0 -.0000119209);--input:lab(90.952% 0 -.0000119209);--ring:lab(66.128% -.0000298023 .0000119209);--success:lab(75.2633% -25.1688 -10.4072);--warning:lab(87.2575% 11.4394 39.8324);--error:lab(69.5411% 46.9033 26.5749)}}*,:before,:after{box-sizing:border-box;border-color:var(--border);outline-color:color-mix(in srgb, var(--ring) 50%, transparent)}html,body{background:var(--background);font-size:16px;line-height:1.2;font-family:var(--font-beatrice,system-ui, sans-serif);-webkit-font-smoothing:antialiased;overflow-x:clip}body{color:var(--foreground);background-color:var(--background);flex-direction:column;min-height:100vh;margin:0;display:flex}main{margin-top:calc(var(--nav-height) * -1)}img{max-width:100%;height:auto;display:block}h1,h2,h3,h4,h5,h6{font-weight:unset;font-size:unset}svg{vertical-align:middle}a{color:currentColor}a:focus{opacity:.8;outline:none}a:active{opacity:.7;outline:none}.container{width:100%;padding:0 2rem}@media (min-width:48rem){.container{padding:0 4rem}}.section{--section-spacing:4rem;padding-bottom:var(--section-spacing)}.section.hasBackground{padding-top:var(--section-spacing);margin-bottom:var(--section-spacing)}.section.hasBackground:last-child{margin-bottom:0}.section.hasBackground:has(+.section.hasBackground){margin-bottom:0}@media (min-width:48rem){.section{--section-spacing:5rem}}h1{margin:0 0 1.5rem;font-size:2.5rem;font-weight:700;line-height:1.2}@media (min-width:48rem){h1{font-size:3.5rem}}h2{margin:1.5rem 0;font-size:1.25rem;font-weight:600;line-height:1.3}@media (min-width:48rem){h2{font-size:2.5rem}}h3{font-size:1.125rem;font-weight:600;line-height:1.4}@media screen and (min-width:48rem){h3{font-size:2rem}}h4,h5,h6{font-size:1.3rem;font-weight:600}p{margin:0;line-height:1.7}ul,ol{margin-block:1rem;padding-inline-start:1.5rem}:is(ul,ol) li{margin-block:.25rem;line-height:1.7}ul{list-style-type:disc}ol{list-style-type:decimal}blockquote{border-inline-start:3px solid var(--border);color:var(--muted-foreground);margin-inline:0;padding-inline-start:1rem;font-style:italic}code{font-family:var(--font-mono);background:var(--muted);border-radius:var(--radius-sm);padding:.125em .375em;font-size:.875em}pre{background:var(--muted);border-radius:var(--radius-md);padding:1rem;overflow-x:auto}a{text-underline-offset:.2rem;text-decoration:underline;transition:opacity .15s}
