*,:before,:after{box-sizing:border-box}html{-moz-text-size-adjust:none;text-size-adjust:none}body,h1,h2,h3,h4,p,figure,blockquote,dl,dd{margin-block-end:0}ul[role=list],ol[role=list]{list-style:none}body{min-height:100vh;line-height:1.5}h1,h2,h3,h4,button,input,label{line-height:1.1}h1,h2,h3,h4{text-wrap:balance}a:not([class]){text-decoration-skip-ink:auto;color:currentColor}img,picture{max-width:100%;display:block}input,button,textarea,select{font-family:inherit;font-size:inherit}textarea:not([rows]){min-height:10em}:target{scroll-margin-block:5ex}
:root{--ease-move-in:ease-out;--ease-move:ease;--ease-move-out:ease-in;--speed-slow:.8s;--speed-med:.6s;--speed-fast:.3s;--speed-faster:.2s;--speed-fastest:.1s}@keyframes slideLeft{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes slideRight{0%{transform:translate(0)}to{transform:translate(100%)}}@keyframes slideUp{0%{transform:translateY(0)}to{transform:translateY(100%)}}@keyframes slideDown{0%{transform:translateY(0)}to{transform:translateY(-100%)}}@keyframes fadeIn{0%{opacity:0}50%{opacity:.7}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}50%{opacity:.7}to{opacity:0}}.fade-in{animation:fadeIn var(--speed-fast)var(--ease-move)both}.fade-out{animation:fadeOut var(--speed-fast)var(--ease-move)both}.slide-left{animation:slideLeft var(--speed-med)var(--ease-move)both}.slide-right{animation:slideRight var(--speed-med)var(--ease-move)both}.slide-up{animation:slideUp var(--speed-med)var(--ease-move)both}.slide-down{animation:slideDown var(--speed-med)var(--ease-move)both}
:root{--unit-8pt:.5rem;--unit-4pt:.25rem}.u-grid-8-1{gap:calc(var(--unit-8pt)*1)}.u-grid-8-2{gap:calc(var(--unit-8pt)*2)}.u-grid-4-1{gap:calc(var(--unit-4pt)*1)}.u-grid-4-2{gap:calc(var(--unit-4pt)*2)}
:root{--family-sans-serif:"Lexend Deca",sans-serif;--render-mode:optimizeLegibility;--weight-light:300;--weight-normal:400;--weight-medium:500;--weight-semibold:600;--weight-bold:700;--text-size-xs:.75rem;--text-size-sm:1rem;--text-size-m:1.25rem;--text-size-l:1.5rem;--text-size-xl:2rem;--text-size-xxl:3rem;--line-size-xs:1;--line-size-sm:1.1;--line-size-m:1.25;--line-size-l:1.5;--line-size-xl:1.6;--line-size-xxl:1.7;--text:var(--gray-800);--text-dimmed:var(--gray-600);--text-muted:var(--gray-400);--text-light:var(--gray-100);--text-primary:var(--primary-400)}
:root{--base-grid:.5rem;--space-xxs:.125rem;--space-xs:.25rem;--space-s:.5rem;--space-m:1rem;--space-l:2rem;--space-xl:4rem;--space-xxl:8rem;--margin-xxs:var(--space-xxs);--margin-xs:var(--space-xs);--margin-s:var(--space-s);--margin-m:var(--space-m);--margin-l:var(--space-l);--margin-xl:var(--space-xl);--margin-xxl:var(--space-xxl);--padding-xxs:var(--space-xxs);--padding-xs:var(--space-xs);--padding-s:var(--space-s);--padding-m:var(--space-m);--padding-l:var(--space-l);--padding-xl:var(--space-xl);--padding-xxl:var(--space-xxl);--mobile:20rem;--tablet:48rem;--desktop-s:60rem;--desktop-m:75rem;--desktop-l:90rem;--radius-s:2px;--radius-m:4px;--radius-l:8px;--radius-round:50%;--box-shadow-low:0 3px 6px #0000003b;--box-shadow-med:0 10px 10px #0000003b;--box-shadow-high:0 15px 12px #0000003b;--z-index-neg:-1;--z-index-zero:0;--z-index-low:10;--z-index-med:50;--z-index-high:100;--z-index-top:1000;--text-frame-ratio:2.5;--text-frame-y:.8em;--text-frame-x:calc(var(--text-frame-y)*var(--text-frame-ratio));--container:100vw;--content:90vw;--content-max:90rem;--content-max-reading:80ch}
.text-size-xs{font-size:var(--text-size-xs)}.text-size-sm{font-size:var(--text-size-sm)}.text-size-m{font-size:var(--text-size-m)}.text-size-l{font-size:var(--text-size-l)}.text-size-xl{font-size:var(--text-size-xl)}.text-size-xxl{font-size:var(--text-size-xxl)}.line-xs{line-height:var(--line-size-xs)}.line-sm{line-height:var(--line-size-sm)}.line-m{line-height:var(--line-size-m)}.line-l{line-height:var(--line-size-l)}.line-xl{line-height:var(--line-size-xl)}.line-xxl{line-height:var(--line-size-xxl)}.weight-light{font-weight:var(--weight-light)}.weight-normal{font-weight:var(--weight-normal)}.weight-medium{font-weight:var(--weight-medium)}.weight-semibold{font-weight:var(--weight-semibold)}.weight-bold{font-weight:var(--weight-bold)}.container{width:var(--container);justify-content:center;align-items:center;display:flex}.content{width:var(--content);max-width:var(--content-max)}
:root{--primary-100:#ebd7f4;--primary-200:#c287de;--primary-300:#9a37c8;--primary-400:#6f2790;--primary-500:#5c2178;--primary-600:#4d1b64;--primary-700:#3e1650;--secondary-100:#d7eef4;--secondary-200:#8cd;--secondary-300:#61bbd1;--secondary-400:#39aac6;--secondary-500:#2e889e;--secondary-600:#267;--secondary-700:#17444f;--info-300:#52cbe0;--info-400:#7dd8e8;--info-500:#52cbe0;--success-300:#a8f0df;--success-400:#7de8cf;--success-500:#52e0bf;--warning-300:#ffd966;--warning-400:#fc3;--warning-500:#ffbf00;--danger-300:#f65580;--danger-400:#f4255c;--danger-500:#da0b43;--white:#fff;--black:#000;--gray-100:#f2f2f2;--gray-200:#d9d9d9;--gray-300:#b3b3b3;--gray-400:#999;--gray-500:gray;--gray-600:#595959;--gray-700:#404040;--gray-800:#262626;--button-bg:var(--gray-200);--button-primary-bg:var(--primary-500);--button-primary-text:var(--white)}
@font-face{font-family:Lexend Deca;font-style:normal;font-weight:300;src:url(/fonts/LexendDeca-Light.ttf)}@font-face{font-family:Lexend Deca;font-style:normal;font-weight:400;src:url(/fonts/LexendDeca-Regular.ttf)}@font-face{font-family:Lexend Deca;font-style:normal;font-weight:500;src:url(/fonts/LexendDeca-Medium.ttf)}@font-face{font-family:Lexend Deca;font-style:normal;font-weight:600;src:url(/fonts/LexendDeca-SemiBold.ttf)}@font-face{font-family:Lexend Deca;font-style:normal;font-weight:700;src:url(/fonts/LexendDeca-Bold.ttf)}@font-face{font-family:Lexend Deca;font-style:normal;font-weight:800;src:url(/fonts/LexendDeca-Black.ttf)}
*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px}:root{--font-family:var(--family-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial);--font-weight-light:300;--font-weight-normal:400;--font-weight-semibold:600}html{background-color:var(--gray-100)}body{font-family:var(--font-family);font-weight:var(--font-weight-light);font-size:var(--text-size-m);color:var(--gray-800);line-height:1.5}.container{width:var(--container)}main{min-height:85vh}main>section{width:var(--container);padding:var(--space-l)0 var(--space-xl);justify-content:center;align-items:center;display:flex}@media (min-width:60rem){main>section{padding:var(--space-xl)0}}a{color:var(--primary-500);cursor:pointer;text-decoration:none}a:hover{color:var(--primary-700)}h1,h2,h3,h4,h5,h6{font-weight:var(--font-weight-semibold);color:inherit}h1{font-size:var(--text-size-xl);padding:var(--space-s)0 var(--space-l);line-height:1.15}@media (min-width:768px){h1{font-size:var(--text-size-xxl);padding:var(--space-m)0 var(--space-xl)}}h2{font-size:var(--text-size-l);padding:var(--space-s)0 var(--space-m);line-height:1.15}@media (min-width:768px){h2{font-size:var(--text-size-xl);padding:var(--space-m)0 var(--space-l)}}h3{font-weight:var(--font-weight-normal);font-size:var(--text-size-m);padding:var(--space-xs)0 var(--space-s);line-height:1.4}@media (min-width:768px){h3{font-size:var(--text-size-l);padding:var(--space-xs)0 var(--space-m)}}h4{font-weight:var(--font-weight-normal);font-size:var(--text-size-sm);padding:var(--space-xs)0 var(--space-s);line-height:1.45}@media (min-width:768px){h4{padding:var(--space-xs)0 var(--space-m)}}h5,h6{font-weight:var(--font-weight-light);font-size:var(--text-size-sm);line-height:1.45}@media (min-width:768px){h5,h6{padding:var(--space-xs)0 var(--space-s)}}p{padding:var(--space-xs)0 var(--space-m)}code{padding:var(--space-xs)var(--space-s);border-radius:var(--radius-s);background-color:var(--gray-200)}blockquote{padding-left:var(--space-m);margin-bottom:var(--space-m);font-size:var(--text-size-m);font-weight:var(--font-weight-normal);border-left:4px solid var(--gray-200);line-height:1.6}@media (min-width:768px){blockquote{padding-left:var(--space-l)}}main ul{padding-left:var(--space-l);margin-bottom:var(--space-l);list-style-type:disc}main ul li{padding:var(--space-xs)0}
.MDXComponents-module__gqxcwG__label{font-size:var(--text-size-sm);color:var(--text-dimmed);padding-bottom:var(--space-s)}.MDXComponents-module__gqxcwG__featured{margin-bottom:var(--space-s);font-size:var(--text-size-m);line-height:var(--line-size-l);color:var(--text-primary)}@media (min-width:960px){.MDXComponents-module__gqxcwG__featured{font-size:var(--text-size-l)}}.MDXComponents-module__gqxcwG__sectionTitle{margin-top:var(--space-m);margin-bottom:var(--space-s)}@media (min-width:960px){.MDXComponents-module__gqxcwG__sectionTitle{margin-top:var(--space-l)}}.MDXComponents-module__gqxcwG__subsectionTitle{margin-top:var(--space-m);margin-bottom:var(--space-s)}@media (min-width:960px){.MDXComponents-module__gqxcwG__subsectionTitle{margin-top:var(--space-l)}}.MDXComponents-module__gqxcwG__subsectionTitle:first-of-type{margin-top:0}
