*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--slate);background:var(--paper);font-size:15.5px;line-height:1.6}h1,h2,h3,h4{font-family:var(--font-heading);color:var(--ink);letter-spacing:-.01em;line-height:1.15}a{color:inherit;text-decoration:none}img,svg{max-width:100%;display:block}ul{list-style:none}button{font-family:inherit}:where(a,button,input,select,textarea,[tabindex]):focus-visible{outline:3px solid var(--action);outline-offset:3px}.container{max-width:var(--container);margin:0 auto;padding:0 24px}.eyebrow{font-family:var(--font-mono);letter-spacing:.14em;text-transform:uppercase;color:var(--action);font-size:11.5px;font-weight:500}.mono{font-family:var(--font-mono)}.btn{font-family:var(--font-heading);border-radius:var(--r-sm);cursor:pointer;border:none;align-items:center;gap:8px;padding:13px 24px;font-size:14.5px;font-weight:600;text-decoration:none;transition:all .18s;display:inline-flex}.btn--primary{background:var(--action);color:#fff}.btn--primary:hover{background:var(--brand-700)}.btn--onlight{color:var(--action);background:#fff}.btn--onlight:hover{background:var(--brand-50)}.btn--outline-light{color:#fff;background:0 0;border:1.5px solid #ffffff73}.btn--outline-light:hover{background:#ffffff1f}.btn--outline{color:var(--action);border:1.5px solid var(--brand-400);background:0 0}.btn--outline:hover{background:var(--brand-50)}.btn--dark{background:var(--ink);color:#fff}.btn--block{justify-content:center;width:100%}.section{padding:80px 0}.section--muted{background:var(--surface-2);--muted:var(--muted-on-tint)}.section__head{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:36px;display:flex}.section__title{margin-top:8px;font-size:28px;font-weight:800}.section__desc{color:var(--slate);max-width:440px;font-size:14.5px}.section__seeall{color:var(--action);align-items:center;gap:5px;font-size:14px;font-weight:600;display:flex}.section__nav{flex:none;gap:8px;display:flex}.section__nav[hidden]{display:none}.nav-btn{border:1px solid var(--line);background:var(--surface);width:38px;height:38px;color:var(--ink);cursor:pointer;border-radius:50%;place-items:center;transition:all .15s;display:grid}.nav-btn:hover{background:var(--action);border-color:var(--action);color:#fff}.nav-btn:disabled{opacity:.35;cursor:not-allowed;pointer-events:none}.nav-btn svg{stroke:currentColor;stroke-width:2px;fill:none;width:15px;height:15px}.nav-btn .tbt-tabler-icon{font-size:16px}.tbt-accordion-item__heading{font:inherit;margin:0}@media (width<=640px){.section{padding:56px 0}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}