:root{--t321-mkt-paper:#FFFFFF;--t321-mkt-paper-sunk:#F3F5F7;--t321-mkt-ink:#0B1F33;--t321-mkt-ink-muted:#4A5568;--t321-mkt-line:#E2E8EF;--t321-mkt-line-strong:#C8D4DE;--t321-mkt-accent:#00B4DB;--t321-mkt-accent-hover:#0097BA;--t321-mkt-accent-bright:#00B4DB;--t321-mkt-accent-wash:#E0F7FC;--t321-mkt-accent-ink:#006B8A;--t321-mkt-cyan:#00B4DB;--t321-mkt-cyan-wash:#D0F0FA;--t321-mkt-positive:#2D6A4F;--t321-mkt-positive-wash:#E3EFE8;--t321-mkt-warn:#9D6200;--t321-mkt-warn-wash:#FCEFD7;--t321-mkt-critical:#9D1F2A;--t321-mkt-purple:#6C5CE7;--t321-mkt-purple-wash:#ECEAFC;color-scheme:light}*{box-sizing:border-box}body,html{margin:0;padding:0;background:var(--t321-mkt-paper);color:var(--t321-mkt-ink);font-family:var(--font-inter),-apple-system,BlinkMacSystemFont,"Helvetica Neue",Arial,sans-serif;-webkit-font-smoothing:antialiased;min-height:100vh}body{display:flex;flex-direction:column}a{color:inherit}.t321-mkt-page{display:flex;flex-direction:column;flex:1 1;min-height:100vh}.t321-mkt-main{flex:1 1}.t321-mkt-container{max-width:1280px;margin:0 auto;padding:0 1.5rem;width:100%}.t321-mkt-btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;border:1px solid transparent;border-radius:8px;padding:.6rem 1rem;font-family:inherit;font-size:.9rem;font-weight:500;line-height:1.15;cursor:pointer;text-decoration:none;transition:background .14s ease,border-color .14s ease,color .14s ease,transform 80ms ease;white-space:nowrap}.t321-mkt-btn:focus-visible{outline:2px solid var(--t321-mkt-accent);outline-offset:2px}.t321-mkt-btn:active{transform:translateY(1px)}.t321-mkt-btn:disabled{opacity:.55;cursor:not-allowed}.t321-mkt-btn--primary{background:#0B1F33;color:#ffffff;border-color:#0B1F33;font-weight:600}.t321-mkt-btn--primary:hover{background:#061524;border-color:#061524}.t321-mkt-btn--accent{background:#6C5CE7;color:#ffffff;border-color:#6C5CE7}.t321-mkt-btn--accent:hover{background:#5648C8;border-color:#5648C8}.t321-mkt-btn--ghost{background:#ffffff;color:var(--t321-mkt-ink);border-color:var(--t321-mkt-line-strong)}.t321-mkt-btn--ghost:hover{background:var(--t321-mkt-paper-sunk);border-color:var(--t321-mkt-ink-muted)}.t321-mkt-btn--subtle{background:var(--t321-mkt-paper-sunk);color:var(--t321-mkt-ink);border-color:transparent}.t321-mkt-btn--subtle:hover{background:var(--t321-mkt-line)}.t321-mkt-btn--lg{padding:.85rem 1.3rem;font-size:.95rem}.t321-mkt-btn--block{width:100%}.t321-mkt-section{padding:4rem 0}.t321-mkt-section--tight{padding:2.5rem 0}.t321-mkt-section--sunk{background:var(--t321-mkt-paper-sunk)}.t321-mkt-section--ink{background:var(--t321-mkt-ink);color:#F3F5F7}.t321-mkt-eyebrow{display:inline-flex;align-items:center;gap:.4rem;font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--t321-mkt-accent);margin-bottom:.75rem}.t321-mkt-eyebrow i{font-size:.7rem}.t321-mkt-section--ink .t321-mkt-eyebrow{color:#00B4DB}.t321-mkt-h1{font-family:var(--font-fraunces),Georgia,serif;font-weight:500;font-size:clamp(2.25rem,4vw + 1rem,3.5rem);line-height:1.05;letter-spacing:-.025em;margin:0 0 1rem;color:var(--t321-mkt-ink)}.t321-mkt-section--ink .t321-mkt-h1{color:#ffffff}.t321-mkt-h2{font-family:var(--font-fraunces),Georgia,serif;font-weight:500;font-size:clamp(1.6rem,2vw + .75rem,2.25rem);line-height:1.12;letter-spacing:-.02em;margin:0 0 .85rem;color:var(--t321-mkt-ink)}.t321-mkt-section--ink .t321-mkt-h2{color:#ffffff}.t321-mkt-h3{font-family:var(--font-fraunces),Georgia,serif;font-weight:500;font-size:1.35rem;line-height:1.2;letter-spacing:-.01em;margin:0 0 .5rem;color:var(--t321-mkt-ink)}.t321-mkt-lede{font-size:1.08rem;line-height:1.55;color:var(--t321-mkt-ink-muted);margin:0 0 1.5rem;max-width:62ch}.t321-mkt-section--ink .t321-mkt-lede{color:#A8BFD0}.t321-mkt-section__head{text-align:center;max-width:680px;margin:0 auto 2.25rem}.t321-mkt-section__head .t321-mkt-eyebrow{justify-content:center}.t321-mkt-section__head .t321-mkt-lede{margin-left:auto;margin-right:auto}.t321-mkt-badge{display:inline-flex;align-items:center;gap:.35rem;padding:.3rem .7rem;border-radius:999px;background:var(--t321-mkt-accent-wash);color:var(--t321-mkt-accent);font-size:.74rem;font-weight:600;letter-spacing:.02em}.t321-mkt-badge--positive{background:var(--t321-mkt-positive-wash);color:var(--t321-mkt-positive)}.t321-mkt-badge--warn{background:var(--t321-mkt-warn-wash);color:var(--t321-mkt-warn)}.t321-mkt-badge--purple{background:var(--t321-mkt-purple-wash);color:var(--t321-mkt-purple)}.t321-mkt-prose{font-size:1rem;line-height:1.7;color:var(--t321-mkt-ink);max-width:70ch}.t321-mkt-prose>*+*{margin-top:1.1rem}.t321-mkt-prose h2{font-size:1.5rem;line-height:1.2;letter-spacing:-.015em;margin-top:2.25rem}.t321-mkt-prose h2,.t321-mkt-prose h3{font-family:var(--font-fraunces),Georgia,serif;font-weight:500}.t321-mkt-prose h3{font-size:1.2rem;margin-top:1.75rem}.t321-mkt-prose ol,.t321-mkt-prose ul{padding-left:1.25rem;display:flex;flex-direction:column;gap:.4rem}.t321-mkt-prose a{color:var(--t321-mkt-accent-ink);text-decoration:underline;text-underline-offset:2px}.t321-mkt-prose a:hover{color:var(--t321-mkt-accent-hover)}.t321-mkt-prose strong{font-weight:600}.t321-mkt-prose blockquote{border-left:3px solid var(--t321-mkt-accent);padding:.25rem 0 .25rem 1rem;font-family:var(--font-fraunces),Georgia,serif;font-size:1.15rem;color:var(--t321-mkt-ink);margin:1.25rem 0}.t321-mkt-prose code{background:var(--t321-mkt-paper-sunk);padding:.1rem .35rem;border-radius:4px;font-size:.92em;font-family:SFMono-Regular,Menlo,monospace}.t321-mkt-prose hr{border:0;height:1px;background:var(--t321-mkt-line);margin:2rem 0}.t321-mkt-card{background:#ffffff;border:1px solid var(--t321-mkt-line);border-radius:14px;padding:1.5rem;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.t321-mkt-card--hover:hover{transform:translateY(-2px);box-shadow:0 16px 36px rgba(15,15,14,.08);border-color:var(--t321-mkt-line-strong)}.t321-mkt-section--sunk .t321-mkt-card{background:#ffffff}.t321-mkt-section--ink .t321-mkt-card{background:rgba(255,255,255,.04);border-color:rgba(255,255,255,.08);color:#F3F5F7}@media (prefers-reduced-motion:reduce){.t321-mkt-btn,.t321-mkt-card{transition:none}}.t321-chat-fab,.t321-chat-panel{--t321c-brand:#0B1F33;--t321c-brand-soft:#00B4DB;--t321c-brand-tint:#E0F7FC;--t321c-accent:#ffd166;--t321c-online:#22c55e;--t321c-ink:#0f172a;--t321c-ink-soft:#475569;--t321c-ink-muted:#94a3b8;--t321c-line:#e2e8f0;--t321c-bg:#ffffff;--t321c-bg-soft:#f7f9fc;--t321c-shadow-lg:0 24px 60px rgba(8,12,24,0.18),0 8px 22px rgba(8,12,24,0.10);--t321c-shadow-md:0 8px 22px rgba(11,31,51,0.20);--t321c-radius-lg:18px;--t321c-radius-md:14px;--t321c-radius-sm:10px}.t321-chat-fab{position:fixed;right:20px;bottom:20px;z-index:950;display:inline-flex;align-items:center;gap:10px;padding:8px 22px 8px 10px;background:var(--t321c-brand);color:#fff;border:none;border-radius:999px;font-family:inherit;cursor:pointer;box-shadow:0 12px 28px rgba(11,31,51,.32),0 4px 10px rgba(0,0,0,.16);transition:transform .18s ease,box-shadow .18s ease,filter .18s ease}.t321-chat-fab:hover{transform:translateY(-1px);filter:brightness(1.06);box-shadow:0 16px 34px rgba(11,31,51,.38),0 6px 14px rgba(0,0,0,.2)}.t321-chat-fab:focus-visible{outline:3px solid var(--t321c-accent);outline-offset:3px}.t321-chat-fab.is-open{width:52px;height:52px;padding:0;justify-content:center}.t321-chat-fab.is-open .t321-chat-fab__avatar,.t321-chat-fab.is-open .t321-chat-fab__label{display:none}.t321-chat-fab i{font-size:1.05rem}.t321-chat-fab__avatar{position:relative;width:40px;height:40px;border-radius:50%;background:#fff;color:var(--t321c-brand);font-family:var(--font-fraunces,serif);font-weight:700;font-size:1.05rem;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 2px 6px rgba(0,0,0,.18)}.t321-chat-fab__avatar:after{content:"";position:absolute;right:-1px;bottom:-1px;width:11px;height:11px;border-radius:50%;background:var(--t321c-online);border:2px solid var(--t321c-brand);animation:t321-chat-fab-dot 2s ease-out infinite}@keyframes t321-chat-fab-dot{0%{box-shadow:0 0 0 0 rgba(34,197,94,.55)}70%{box-shadow:0 0 0 6px rgba(34,197,94,0)}to{box-shadow:0 0 0 0 rgba(34,197,94,0)}}.t321-chat-fab__label{display:inline-flex;flex-direction:column;align-items:flex-start;line-height:1.2;gap:4px;text-align:left}.t321-chat-fab__title{font-size:.9rem;font-weight:600;color:#fff;letter-spacing:.005em}.t321-chat-fab__online{font-size:.72rem;font-weight:500;color:rgba(255,255,255,.85);letter-spacing:.01em}.t321-chat-panel{position:fixed;right:20px;bottom:88px;z-index:949;width:min(390px,calc(100vw - 24px));height:min(640px,calc(100vh - 116px));background:var(--t321c-bg);border-radius:var(--t321c-radius-lg);box-shadow:var(--t321c-shadow-lg);display:flex;flex-direction:column;overflow:hidden;font-family:inherit;color:var(--t321c-ink);animation:t321-chat-pop .22s cubic-bezier(.21,1.02,.42,1.02);border:1px solid rgba(15,23,42,.06)}@keyframes t321-chat-pop{0%{opacity:0;transform:translateY(14px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.t321-chat-panel__header{position:relative;padding:16px 16px 16px 18px;background:var(--t321c-brand);color:#fff;display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:12px;gap:12px}.t321-chat-panel__header:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,255,255,.1),rgba(255,255,255,0) 40%);pointer-events:none}.t321-chat-panel__avatar{position:relative;width:42px;height:42px;border-radius:50%;background:#ffffff;color:var(--t321c-brand);display:inline-flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;letter-spacing:.02em;font-family:var(--font-fraunces,serif);box-shadow:0 4px 12px rgba(0,0,0,.2),inset 0 0 0 1px rgba(255,255,255,.4)}.t321-chat-panel__avatar:after{content:"";position:absolute;right:-1px;bottom:-1px;width:11px;height:11px;background:var(--t321c-online);border-radius:50%;border:2px solid var(--t321c-brand);animation:t321-chat-pulse 2s ease-out infinite}@keyframes t321-chat-pulse{0%{box-shadow:0 0 0 0 rgba(34,197,94,.55)}70%{box-shadow:0 0 0 8px rgba(34,197,94,0)}to{box-shadow:0 0 0 0 rgba(34,197,94,0)}}.t321-chat-panel__heading{min-width:0;position:relative}.t321-chat-panel__title{margin:0;font-size:1rem;font-weight:600;font-family:var(--font-fraunces,inherit);letter-spacing:.005em}.t321-chat-panel__subtitle{margin:2px 0 0;font-size:.75rem;opacity:.92;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.t321-chat-panel__close{width:32px;height:32px;border:none;background:rgba(255,255,255,.14);color:#fff;border-radius:10px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background .14s ease,transform .14s ease;position:relative}.t321-chat-panel__close:hover{background:rgba(255,255,255,.26);transform:rotate(90deg)}.t321-chat-body{flex:1 1;overflow-y:auto;padding:16px 14px 14px;background:radial-gradient(80% 60% at 50% 0,rgba(11,31,51,.04) 0,rgba(255,255,255,0) 70%),var(--t321c-bg-soft);scrollbar-gutter:stable}.t321-chat-body::-webkit-scrollbar{width:6px}.t321-chat-body::-webkit-scrollbar-thumb{background:rgba(15,23,42,.16);border-radius:999px}.t321-chat-body::-webkit-scrollbar-thumb:hover{background:rgba(15,23,42,.28)}.t321-chat-messages{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.t321-chat-msg{display:flex;gap:8px;align-items:flex-end;animation:t321-chat-slide .2s ease-out}@keyframes t321-chat-slide{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.t321-chat-msg--user{justify-content:flex-end}.t321-chat-msg__avatar{width:26px;height:26px;border-radius:50%;background:var(--t321c-brand);color:#fff;font-size:.78rem;font-weight:700;font-family:var(--font-fraunces,serif);display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 2px 6px rgba(11,31,51,.25)}.t321-chat-msg__bubble{max-width:78%;padding:10px 13px;border-radius:16px;font-size:.9rem;line-height:1.5;word-wrap:break-word;white-space:normal}.t321-chat-msg--user .t321-chat-msg__bubble{background:var(--t321c-brand);color:#fff;border-bottom-right-radius:4px;box-shadow:0 2px 8px rgba(11,31,51,.18)}.t321-chat-msg--assistant .t321-chat-msg__bubble{background:#fff;color:var(--t321c-ink);border:1px solid var(--t321c-line);border-bottom-left-radius:4px;box-shadow:0 1px 2px rgba(15,23,42,.04)}.t321-chat-msg__bubble p{margin:0 0 8px}.t321-chat-msg__bubble p:last-child{margin-bottom:0}.t321-chat-msg__bubble ol,.t321-chat-msg__bubble ul{margin:6px 0;padding-left:20px}.t321-chat-msg__bubble li{margin:2px 0}.t321-chat-msg__bubble a{text-decoration:underline;text-underline-offset:2px}.t321-chat-msg--user .t321-chat-msg__bubble a{color:#fff}.t321-chat-msg--assistant .t321-chat-msg__bubble a{color:var(--t321c-brand);font-weight:500}.t321-chat-msg__bubble strong{font-weight:600}.t321-chat-typing{display:inline-flex;gap:4px;padding:6px 0;align-items:center}.t321-chat-typing span{width:6px;height:6px;background:var(--t321c-ink-muted);border-radius:50%;animation:t321-chat-bounce 1.2s ease-in-out infinite}.t321-chat-typing span:nth-child(2){animation-delay:.15s}.t321-chat-typing span:nth-child(3){animation-delay:.3s}@keyframes t321-chat-bounce{0%,60%,to{transform:translateY(0);opacity:.45}30%{transform:translateY(-4px);opacity:1}}.t321-chat-suggestions{display:flex;flex-wrap:wrap;gap:6px;margin:10px 0 0 34px;animation:t321-chat-slide .24s ease-out 80ms both}.t321-chat-suggestions__chip{border:1px solid var(--t321c-line);background:#fff;color:var(--t321c-brand);border-radius:999px;padding:6px 12px;font-family:inherit;font-size:.78rem;font-weight:500;cursor:pointer;transition:border-color .14s ease,background .14s ease}.t321-chat-suggestions__chip:focus-visible,.t321-chat-suggestions__chip:hover{border-color:var(--t321c-brand);background:var(--t321c-brand-tint)}.t321-chat-menu{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}.t321-chat-menu__item{background:#fff;border:1px solid var(--t321c-line);border-radius:12px;overflow:hidden;transition:border-color .14s ease,box-shadow .14s ease}.t321-chat-menu__item:hover{border-color:rgba(11,31,51,.4)}.t321-chat-menu__item.is-open{border-color:var(--t321c-brand);box-shadow:0 6px 18px rgba(11,31,51,.1)}.t321-chat-menu__trigger{width:100%;border:none;background:transparent;padding:12px 14px;font-family:inherit;font-size:.88rem;font-weight:500;color:var(--t321c-ink);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:12px}.t321-chat-menu__trigger:hover{background:var(--t321c-brand-tint)}.t321-chat-menu__trigger i{font-size:.72rem;color:var(--t321c-ink-muted);flex-shrink:0;transition:transform .2s ease,color .2s ease}.t321-chat-menu__item.is-open .t321-chat-menu__trigger,.t321-chat-menu__item.is-open .t321-chat-menu__trigger i{color:var(--t321c-brand)}.t321-chat-menu__body{padding:0 14px 14px;font-size:.86rem;line-height:1.55;color:var(--t321c-ink-soft);animation:t321-chat-slide .22s ease-out}.t321-chat-menu__body p{margin:0 0 8px}.t321-chat-menu__body p:last-child{margin-bottom:0}.t321-chat-menu__body a{color:var(--t321c-brand);text-decoration:underline;text-underline-offset:2px;word-break:break-all}.t321-chat-menu__body strong{font-weight:600;color:var(--t321c-ink)}.t321-chat-form{border-top:1px solid var(--t321c-line);background:var(--t321c-bg);padding:10px 12px;display:flex;flex-direction:column;gap:6px}.t321-chat-form__row{display:flex;align-items:flex-end;gap:8px;background:var(--t321c-bg-soft);border:1.5px solid var(--t321c-line);border-radius:14px;padding:6px 6px 6px 12px;transition:border-color .14s ease,background .14s ease,box-shadow .14s ease}.t321-chat-form__row:focus-within{border-color:var(--t321c-brand);background:#fff;box-shadow:0 0 0 4px rgba(11,31,51,.1)}.t321-chat-form textarea{flex:1 1;border:none;background:transparent;padding:8px 0;font-family:inherit;font-size:.92rem;line-height:1.4;resize:none;outline:none;color:var(--t321c-ink);min-height:22px;max-height:120px;-moz-appearance:none;appearance:none;-webkit-appearance:none;overflow-y:auto;overscroll-behavior:contain}.t321-chat-form textarea::-webkit-scrollbar{width:4px}.t321-chat-form textarea::-webkit-scrollbar-thumb{background:rgba(15,23,42,.18);border-radius:999px}.t321-chat-form textarea::-webkit-inner-spin-button,.t321-chat-form textarea::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.t321-chat-form textarea::placeholder{color:var(--t321c-ink-muted)}.t321-chat-form textarea:disabled{opacity:.6}.t321-chat-form__send{border:none;border-radius:10px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;font-size:.95rem;background:var(--t321c-brand);color:#fff;flex-shrink:0;transition:transform .14s ease,opacity .14s ease,filter .14s ease;box-shadow:0 4px 10px rgba(11,31,51,.25)}.t321-chat-form__send:hover:not(:disabled){transform:translateY(-1px);filter:brightness(1.05)}.t321-chat-form__send:disabled{opacity:.45;cursor:not-allowed;box-shadow:none}.t321-chat-form__meta{display:flex;justify-content:space-between;gap:8px;padding:0 4px}.t321-chat-form__meta,.t321-chat-form__reset{align-items:center;font-size:.7rem;color:var(--t321c-ink-muted)}.t321-chat-form__reset{border:none;background:transparent;font-family:inherit;cursor:pointer;display:inline-flex;gap:5px;padding:2px 6px;border-radius:6px;transition:color .14s ease,background .14s ease}.t321-chat-form__reset:hover:not(:disabled){color:var(--t321c-brand);background:var(--t321c-brand-tint)}.t321-chat-form__reset:disabled{opacity:.4;cursor:not-allowed}.t321-chat-form__hint a{color:var(--t321c-brand);text-decoration:none;font-weight:500}.t321-chat-form__hint a:hover{text-decoration:underline}.t321-chat-foot{padding:10px 14px;background:var(--t321c-bg);border-top:1px solid var(--t321c-line);font-size:.74rem;color:var(--t321c-ink-muted);text-align:center}.t321-chat-foot a{color:var(--t321c-brand);text-decoration:none;font-weight:500}.t321-chat-foot a:hover{text-decoration:underline}@media (max-width:600px){.t321-chat-panel{inset:0;right:0;left:0;top:0;bottom:0;width:100vw;height:100vh;height:100dvh;max-width:none;border-radius:0;border:none;animation:t321-chat-slide-up .24s cubic-bezier(.21,1.02,.42,1.02)}@keyframes t321-chat-slide-up{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.t321-chat-fab{right:14px;bottom:14px;padding:6px 18px 6px 8px;gap:8px}.t321-chat-fab.is-open{display:none}.t321-chat-fab__avatar{width:36px;height:36px;font-size:.95rem}.t321-chat-fab__title{font-size:.85rem}.t321-chat-fab__online{font-size:.68rem}}@media (prefers-reduced-motion:reduce){.t321-chat-fab__avatar:after,.t321-chat-menu__body,.t321-chat-msg,.t321-chat-panel,.t321-chat-panel__avatar:after,.t321-chat-suggestions,.t321-chat-typing span{animation:none!important}}.t321-mkt-footer{background:#0F0F0E;color:#D7D1C4;margin-top:0;padding-top:4.5rem;padding-bottom:3rem}.t321-mkt-footer__inner{display:grid;grid-template-columns:1.6fr 1fr 1fr 1.8fr;grid-gap:3rem;gap:3rem;align-items:start}.t321-mkt-footer__logo{display:inline-flex;align-items:center;text-decoration:none}.t321-mkt-footer__logo img{height:44px;width:auto;display:block;object-fit:contain;filter:brightness(0) invert(1);opacity:.95;transition:opacity .14s ease}.t321-mkt-footer__logo:hover img{opacity:1}.t321-mkt-footer__tagline{margin:1.25rem 0 1.5rem;font-size:.9rem;line-height:1.65;color:#A8A39A;max-width:38ch}.t321-mkt-footer__social{display:flex;gap:.6rem;margin-top:.25rem}.t321-mkt-footer__social a{width:36px;height:36px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:rgba(255,255,255,.05);color:#D7D1C4;font-size:.82rem;text-decoration:none;transition:background .14s ease,color .14s ease,transform .14s ease}.t321-mkt-footer__social a:hover{background:#74B5F2;color:#0F0F0E;transform:translateY(-1px)}.t321-mkt-footer__col h4{font-family:var(--font-fraunces),Georgia,serif;font-size:.95rem;font-weight:600;color:#ffffff;margin:0 0 1.25rem;letter-spacing:-.01em}.t321-mkt-footer__col ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.7rem}.t321-mkt-footer__col a{color:#A8A39A;text-decoration:none;font-size:.88rem;transition:color .12s ease}.t321-mkt-footer__col a:hover{color:#ffffff}.t321-mkt-footer__news-sub{margin:0 0 1rem;font-size:.85rem;color:#A8A39A;line-height:1.55}.t321-mkt-footer__news-label{position:absolute;left:-9999px}.t321-mkt-footer__news-wrap{display:flex;align-items:center;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);border-radius:10px;padding:.2rem .2rem .2rem .85rem;gap:.5rem;transition:border-color .12s ease,background .12s ease}.t321-mkt-footer__news-wrap:focus-within{background:rgba(255,255,255,.1);border-color:#74B5F2}.t321-mkt-footer__news-wrap i{color:#A8A39A;font-size:.82rem}.t321-mkt-footer__news-wrap input{flex:1 1;background:transparent;border:0;color:#ffffff;padding:.55rem .25rem;font-family:inherit;font-size:.9rem;min-width:0;outline:none}.t321-mkt-footer__news-wrap input::placeholder{color:#6E6C67}.t321-mkt-footer__news-wrap .t321-mkt-btn{padding:.55rem 1rem;background:#74B5F2;color:#0F0F0E;border:0;border-radius:7px;font-weight:600;font-size:.82rem;cursor:pointer;transition:background .12s ease}.t321-mkt-footer__news-wrap .t321-mkt-btn:hover{background:#9ACBFF}.t321-mkt-footer__news-ok{margin:.55rem 0 0;font-size:.82rem;color:#74B5F2;display:inline-flex;align-items:center;gap:.35rem}.t321-mkt-footer__contact{margin-top:1.5rem;padding-top:1.25rem;border-top:1px solid rgba(255,255,255,.06);display:flex;flex-direction:column;gap:.5rem}.t321-mkt-footer__contact a{color:#A8A39A;text-decoration:none;font-size:.85rem;display:inline-flex;align-items:center;gap:.5rem}.t321-mkt-footer__contact a:hover{color:#ffffff}.t321-mkt-footer__contact i{width:14px;color:#74B5F2}.t321-mkt-footer__meta{border-top:1px solid rgba(255,255,255,.08);margin-top:3rem;padding:1.5rem 0}.t321-mkt-footer__meta-inner{display:flex;justify-content:space-between;align-items:center;gap:1.25rem;font-size:.8rem;color:#6E6C67;flex-wrap:wrap}.t321-mkt-footer__meta-nav{display:flex;gap:1.75rem;flex-wrap:wrap}.t321-mkt-footer__meta-nav a{color:#A8A39A;text-decoration:none;transition:color .12s ease}.t321-mkt-footer__meta-nav a:hover{color:#ffffff}@media (max-width:991.98px){.t321-mkt-footer{padding-top:3.5rem;padding-bottom:2.5rem}.t321-mkt-footer__inner{grid-template-columns:1fr 1fr;gap:2.5rem}.t321-mkt-footer__brand,.t321-mkt-footer__col--wide{grid-column:1/-1}}@media (max-width:600px){.t321-mkt-footer{padding-top:3rem;padding-bottom:2rem}.t321-mkt-footer__inner{grid-template-columns:1fr;gap:2rem}.t321-mkt-footer__meta-inner{justify-content:flex-start}}.t321-mkt-signin{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:1.25rem;background:rgba(8,12,24,.7);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);animation:t321-mkt-signin-fade .16s ease-out}.t321-mkt-signin__panel{position:relative;width:min(440px,100%);background:#fff;border-radius:14px;box-shadow:0 30px 80px rgba(0,0,0,.35);padding:1.75rem 1.5rem 1.5rem;animation:t321-mkt-signin-pop .2s ease-out}.t321-mkt-signin__close{position:absolute;top:10px;right:10px;width:36px;height:36px;border-radius:999px;border:none;background:transparent;color:#5E5C57;font-size:.95rem;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.t321-mkt-signin__close:hover{background:#F2F0EA;color:#0F0F0E}.t321-mkt-signin__close:focus-visible{outline:2px solid #4f46e5;outline-offset:2px}.t321-mkt-signin__head{margin-bottom:1.1rem}.t321-mkt-signin__title{margin:0 0 .25rem;font-size:1.4rem;font-weight:700;color:var(--t321-mkt-ink,#0F0F0E)}.t321-mkt-signin__sub{margin:0;color:var(--t321-mkt-ink-muted,#5E5C57);font-size:.92rem}.t321-mkt-signin__form{display:flex;flex-direction:column;gap:.85rem}.t321-mkt-signin__field{display:flex;flex-direction:column;gap:.35rem}.t321-mkt-signin__label{display:flex;justify-content:space-between;align-items:baseline;font-size:.82rem;font-weight:600;color:var(--t321-mkt-ink,#0F0F0E)}.t321-mkt-signin__forgot{font-size:.78rem;font-weight:500;color:#4f46e5;text-decoration:none;background:transparent;border:0;padding:0;font-family:inherit;cursor:pointer}.t321-mkt-signin__forgot:hover{text-decoration:underline}.t321-mkt-signin__forgot:focus-visible{outline:2px solid #4f46e5;outline-offset:2px;border-radius:3px}.t321-mkt-signin__input{width:100%;padding:.65rem .8rem;border:1px solid var(--t321-mkt-line,#e8e4db);border-radius:9px;font-size:.95rem;background:#fff;color:var(--t321-mkt-ink,#0F0F0E);transition:border-color .12s ease,box-shadow .12s ease}.t321-mkt-signin__input:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px rgba(79,70,229,.15)}.t321-mkt-signin__submit{margin-top:.35rem;justify-content:center}.t321-mkt-signin__divider{display:flex;align-items:center;gap:.6rem;margin:1.1rem 0 .85rem;color:var(--t321-mkt-ink-muted,#5E5C57);font-size:.78rem;text-transform:uppercase;letter-spacing:.06em}.t321-mkt-signin__divider:after,.t321-mkt-signin__divider:before{content:"";flex:1 1;height:1px;background:var(--t321-mkt-line,#E8E4DB)}.t321-mkt-signin__sso{width:100%;justify-content:center}.t321-mkt-signin__foot{margin:1rem 0 0;text-align:center;font-size:.88rem;color:var(--t321-mkt-ink-muted,#5E5C57)}.t321-mkt-signin__foot a{color:#4f46e5;font-weight:600;text-decoration:none}.t321-mkt-signin__foot a:hover{text-decoration:underline}.t321-mkt-signin__link-btn{background:transparent;border:0;padding:0;font:inherit;color:#4f46e5;font-weight:600;cursor:pointer}.t321-mkt-signin__link-btn:hover{text-decoration:underline}.t321-mkt-signin__link-btn:focus-visible{outline:2px solid #4f46e5;outline-offset:2px;border-radius:3px}@keyframes t321-mkt-signin-fade{0%{opacity:0}to{opacity:1}}@keyframes t321-mkt-signin-pop{0%{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width:520px){.t321-mkt-signin{padding:.75rem;align-items:flex-end}.t321-mkt-signin__panel{border-radius:14px 14px 0 0;padding:1.4rem 1.1rem 1.2rem}}.t321-mkt-header{position:-webkit-sticky;position:sticky;top:0;z-index:40;background:#ffffff;border-bottom:1px solid var(--t321-mkt-line,#e8e4db);transition:box-shadow .18s ease}.t321-mkt-header.is-scrolled{box-shadow:0 6px 24px rgba(15,15,14,.06)}.t321-mkt-header__skip{position:absolute;left:-9999px;top:0;background:#0F0F0E;color:#fff;padding:.5rem .85rem;z-index:50;border-radius:0 0 8px 0}.t321-mkt-header__skip:focus{left:0}.t321-mkt-header__utility{background:var(--t321-mkt-paper-sunk,#F2F0EA);border-bottom:1px solid var(--t321-mkt-line,#e8e4db);font-size:.78rem;color:var(--t321-mkt-ink-muted,#5E5C57)}.t321-mkt-header__utility-inner{display:flex;gap:1.25rem;align-items:center;height:34px}.t321-mkt-header__util-link{display:inline-flex;align-items:center;gap:.35rem;color:inherit;text-decoration:none;transition:color .12s ease}.t321-mkt-header__util-link:hover{color:var(--t321-mkt-ink,#0F0F0E)}.t321-mkt-header__util-link i{font-size:.72rem}.t321-mkt-header__util-link--btn{border:0;padding:0;background:transparent;font:inherit;cursor:pointer}.t321-mkt-header__util-link--accent{color:var(--t321-mkt-accent,#0A427B);font-weight:600}.t321-mkt-header__util-link--accent:hover{color:var(--t321-mkt-accent-bright,#00CCFE)}.t321-mkt-header__util-spacer{flex:1 1}.t321-mkt-header__bar{display:flex;align-items:center;gap:2rem;height:72px}.t321-mkt-brand{display:inline-flex;align-items:center;gap:.55rem;text-decoration:none;color:var(--t321-mkt-ink,#0F0F0E);flex-shrink:0}.t321-mkt-brand__logo{height:44px;width:auto;display:block;object-fit:contain}.t321-mkt-brand__logo--sm{height:34px}.t321-mkt-nav{flex:1 1;display:flex;justify-content:center}.t321-mkt-nav__list{display:flex;gap:.2rem;list-style:none;margin:0;padding:0}.t321-mkt-nav__item{position:relative}.t321-mkt-nav__link{display:inline-flex;align-items:center;gap:.3rem;padding:.6rem .85rem;border-radius:8px;font-size:.9rem;font-weight:500;color:var(--t321-mkt-ink,#0F0F0E);text-decoration:none;background:transparent;border:0;cursor:pointer;transition:background .12s ease,color .12s ease;font-family:inherit}.t321-mkt-nav__link.is-active,.t321-mkt-nav__link:hover{background:var(--t321-mkt-paper-sunk,#F2F0EA)}.t321-mkt-nav__caret{font-size:.65rem;transition:transform .18s ease}.t321-mkt-nav__item.is-open .t321-mkt-nav__caret{transform:rotate(180deg)}.t321-mkt-nav__menu{position:absolute;left:50%;top:calc(100% + 6px);transform:translateX(-50%);min-width:520px;background:#ffffff;border:1px solid var(--t321-mkt-line,#e8e4db);border-radius:14px;padding:1rem 1.1rem;display:none;grid-template-columns:1fr 1fr;gap:1rem;box-shadow:0 18px 40px rgba(15,15,14,.12)}.t321-mkt-nav__menu:before{content:"";position:absolute;left:0;right:0;top:-8px;height:8px}.t321-mkt-nav__item.is-open .t321-mkt-nav__menu{display:grid}.t321-mkt-nav__group-head{font-size:.68rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--t321-mkt-ink-muted,#5E5C57);display:block;padding:.3rem .5rem;margin-bottom:.25rem}.t321-mkt-nav__menu-link{display:flex;align-items:center;gap:.55rem;padding:.5rem .55rem;border-radius:8px;text-decoration:none;color:var(--t321-mkt-ink,#0F0F0E);font-size:.88rem;transition:background .12s ease}.t321-mkt-nav__menu-link:hover{background:var(--t321-mkt-paper-sunk,#F2F0EA)}.t321-mkt-nav__menu-link i{width:22px;color:var(--t321-mkt-accent,#0A427B);font-size:.82rem}.t321-mkt-header__cta{display:flex;gap:.55rem;align-items:center;flex-shrink:0}.t321-mkt-header__burger{display:none;border:0;background:transparent;font-size:1.2rem;padding:.5rem;cursor:pointer;color:var(--t321-mkt-ink,#0F0F0E)}.t321-mkt-drawer{position:fixed;inset:0;z-index:60;display:flex}.t321-mkt-drawer__scrim{flex:1 1;border:0;background:rgba(15,15,14,.35);cursor:pointer}.t321-mkt-drawer__panel{width:min(360px,88vw);background:#ffffff;display:flex;flex-direction:column;height:100%;box-shadow:-8px 0 32px rgba(15,15,14,.15)}.t321-mkt-drawer__head{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;border-bottom:1px solid var(--t321-mkt-line,#e8e4db)}.t321-mkt-drawer__close{border:0;background:transparent;font-size:1.1rem;cursor:pointer;color:var(--t321-mkt-ink,#0F0F0E);padding:.4rem}.t321-mkt-drawer__body{flex:1 1;overflow-y:auto;padding:.75rem .9rem;display:flex;flex-direction:column;gap:.2rem}.t321-mkt-drawer__link,.t321-mkt-drawer__summary{display:block;padding:.7rem .75rem;border-radius:8px;color:var(--t321-mkt-ink,#0F0F0E);text-decoration:none;font-weight:500;font-size:.95rem;cursor:pointer;list-style:none}.t321-mkt-drawer__summary::-webkit-details-marker{display:none}.t321-mkt-drawer__summary:after{content:"\f107";font-family:Font Awesome\ 5 Free;font-weight:900;float:right;font-size:.75rem;color:var(--t321-mkt-ink-muted,#5E5C57);transition:transform .18s ease}.t321-mkt-drawer__group[open] .t321-mkt-drawer__summary:after{transform:rotate(180deg)}.t321-mkt-drawer__link:hover,.t321-mkt-drawer__summary:hover{background:var(--t321-mkt-paper-sunk,#F2F0EA)}.t321-mkt-drawer__sublist{padding:.25rem .5rem .5rem .75rem;display:flex;flex-direction:column;gap:.3rem}.t321-mkt-drawer__subhead{display:block;margin-top:.5rem;font-size:.68rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--t321-mkt-ink-muted,#5E5C57);padding:0 .25rem}.t321-mkt-drawer__sublink{display:block;padding:.45rem .5rem;border-radius:6px;text-decoration:none;color:var(--t321-mkt-ink,#0F0F0E);font-size:.88rem}.t321-mkt-drawer__sublink:hover{background:var(--t321-mkt-paper-sunk,#F2F0EA)}.t321-mkt-drawer__foot{padding:1rem 1.25rem;border-top:1px solid var(--t321-mkt-line,#e8e4db);display:flex;flex-direction:column;gap:.5rem}@media (max-width:991.98px){.t321-mkt-header__cta,.t321-mkt-nav{display:none}.t321-mkt-header__burger{display:inline-flex;margin-left:auto}.t321-mkt-header__bar{height:64px;gap:1rem}}@media (max-width:720px){.t321-mkt-header__utility-inner{gap:.85rem;font-size:.78rem;height:36px;flex-wrap:nowrap;overflow:hidden}.t321-mkt-header__util-link--secondary,.t321-mkt-header__util-spacer{display:none}.t321-mkt-header__util-link{flex-shrink:0}.t321-mkt-header__util-link:first-child{margin-right:auto}}@media (max-width:420px){.t321-mkt-header__utility-inner{gap:.6rem;font-size:.78rem}.t321-mkt-header__util-link span{display:none}.t321-mkt-header__util-link i{font-size:.95rem}.t321-mkt-header__util-link{min-height:32px;padding:0 .4rem}}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_f367f3{font-family:Inter,Inter Fallback;font-style:normal}.__variable_f367f3{--font-inter:"Inter","Inter Fallback"}@font-face{font-family:Fraunces;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/fb526027db1fc1ae-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Fraunces;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/4da3161b738b07dd-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Fraunces;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/af4bf8399d1aacdf-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Fraunces;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/fb526027db1fc1ae-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Fraunces;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/4da3161b738b07dd-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Fraunces;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/af4bf8399d1aacdf-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Fraunces;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/fb526027db1fc1ae-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Fraunces;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/4da3161b738b07dd-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Fraunces;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/af4bf8399d1aacdf-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Fraunces Fallback;src:local("Times New Roman");ascent-override:84.71%;descent-override:22.09%;line-gap-override:0.00%;size-adjust:115.45%}.__className_3a6cb3{font-family:Fraunces,Fraunces Fallback;font-style:normal}.__variable_3a6cb3{--font-fraunces:"Fraunces","Fraunces Fallback"}