:root{--bg: #ffffff;--bg-cream: #ebeae6;--bg-grey: #f5f5f4;--menu-bg: #fcfbf8;--fg: #1a1a1a;--fg-muted: rgba(26,26,26,.65);--line: rgba(26,26,26,.1);--primary: #0a0a0a;--ink-navy: #11171f;--highlight-coral: #e95f5a;--link: #11171f;--display: "Oswald", "Arial Narrow", sans-serif;--hero: "Oswald", "Arial Narrow", sans-serif;--body: "Inter", system-ui, sans-serif;--chrome: "Oswald", "Arial Narrow", sans-serif;--ease: cubic-bezier(.4,0,.2,1);--header-h: 64px;--section-y: clamp(36px, 4.5vw, 48px)}*{box-sizing:border-box;margin:0;padding:0}html,body{overflow-x:clip}html{scroll-behavior:smooth}html.reveal-enabled .reveal>*{opacity:0;transform:translateY(14px);transition:opacity .6s var(--ease),transform .6s var(--ease)}html.reveal-enabled .reveal.is-visible>*{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}.kf>section:not(.hero):not(.banner-wide):not(.film-banner):not(.mat-banner){padding-top:var(--section-y);padding-bottom:var(--section-y)}body{background:var(--bg);color:var(--fg);font-family:var(--body);font-size:16px;line-height:1.55;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit;background:none;border:none;cursor:pointer}img,video{display:block;max-width:100%;height:auto}.cw-fab{position:fixed;bottom:20px;right:20px;z-index:75}@media(min-width:720px){.cw-fab{bottom:28px;right:28px}}.cw-pill{display:inline-flex;align-items:center;gap:10px;padding:8px 18px 8px 8px;background:#fff;border:1px solid var(--line);border-radius:999px;box-shadow:0 4px 12px #00000014,0 12px 28px #0000001a;cursor:pointer;transition:transform .25s var(--ease),box-shadow .25s var(--ease)}.cw-pill:hover{transform:translateY(-2px);box-shadow:0 6px 16px #0000001a,0 18px 36px #00000024}.cw-pill-avatar{width:40px;height:40px;border-radius:50%;background-size:cover;background-position:center top;background-color:#ddd;flex-shrink:0;filter:saturate(.9) contrast(.95);position:relative}.cw-pill-avatar:after{content:"";position:absolute;bottom:0;right:0;width:11px;height:11px;background:#38c172;border:2px solid #ffffff;border-radius:50%}.cw-pill-text{display:flex;flex-direction:column;align-items:flex-start;gap:1px}.cw-pill-name{font-family:var(--chrome);font-weight:600;font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:var(--primary);line-height:1}.cw-pill-sub{font-family:var(--body);font-weight:400;font-size:12px;color:var(--fg-muted);line-height:1.2}@media(max-width:519px){.cw-pill{padding:6px;gap:0}.cw-pill-text{display:none}.cw-pill-avatar{width:48px;height:48px}}.cw-panel{position:fixed;bottom:24px;right:24px;width:400px;height:min(640px,calc(100vh - 48px));background:var(--menu-bg);color:var(--primary);border-radius:20px;overflow:hidden;opacity:0;transform:translateY(16px) scale(.96);pointer-events:none;transform-origin:bottom right;transition:opacity .25s var(--ease),transform .25s var(--ease);z-index:90;display:flex;flex-direction:column;box-shadow:0 6px 16px #0000001a,0 24px 60px #00000038,0 40px 100px #0000002e}.cw-panel.is-open{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}@media(max-width:519px){.cw-panel{bottom:12px;right:12px;left:12px;width:auto;height:calc(100dvh - 24px);border-radius:18px}}body.cw-open .cw-fab{opacity:0;pointer-events:none;transition:opacity .2s var(--ease)}.cw-head{padding:18px 20px;border-bottom:1px solid rgba(10,10,10,.08);background:#fff;position:relative;flex-shrink:0}.cw-close{position:absolute;top:14px;right:14px;width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;color:var(--primary);border-radius:50%;background:none;border:none;cursor:pointer;transition:background .15s var(--ease)}.cw-close:hover{background:#0a0a0a0f}.cw-close svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:1.8}.cw-seller{display:flex;align-items:center;gap:14px}.cw-seller-avatar{width:52px;height:52px;border-radius:50%;background-size:cover;background-position:center top;background-color:#ddd;flex-shrink:0;filter:saturate(.9) contrast(.95);position:relative}.cw-seller-avatar:after{content:"";position:absolute;bottom:1px;right:1px;width:12px;height:12px;background:#38c172;border:2px solid #ffffff;border-radius:50%}.cw-seller-info{flex:1;min-width:0}.cw-seller-name{font-family:var(--display);font-weight:700;font-size:17px;letter-spacing:.02em;color:var(--primary);text-transform:uppercase;line-height:1.1;margin-bottom:3px}.cw-seller-role{font-family:var(--chrome);font-weight:500;font-size:10.5px;letter-spacing:.16em;text-transform:uppercase;color:var(--fg-muted);margin-bottom:4px}.cw-seller-status{display:inline-flex;align-items:center;gap:6px;font-size:11.5px;color:var(--fg-muted)}.cw-seller-status:before{content:"";width:7px;height:7px;background:#38c172;border-radius:50%}.cw-body{flex:1;overflow-y:auto;padding:22px 20px 16px;background:var(--menu-bg);display:flex;flex-direction:column;gap:12px}.cw-bubble{max-width:84%;padding:11px 15px 12px;font-size:14.5px;line-height:1.5;border-radius:16px;animation:cw-bubble-in .35s var(--ease)}@keyframes cw-bubble-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.cw-bubble.cw-seller-msg{align-self:flex-start;background:#fff;color:var(--primary);border-bottom-left-radius:4px;box-shadow:0 1px 3px #0000000f}.cw-bubble.cw-user-msg{align-self:flex-end;background:var(--primary);color:var(--menu-bg);border-bottom-right-radius:4px}.cw-typing{align-self:flex-start;background:#fff;padding:14px 16px;border-radius:16px 16px 16px 4px;display:inline-flex;gap:4px;box-shadow:0 1px 3px #0000000f}.cw-typing span{width:6px;height:6px;background:var(--fg-muted);border-radius:50%;animation:cw-typing-dot 1.2s infinite ease-in-out}.cw-typing span:nth-child(2){animation-delay:.15s}.cw-typing span:nth-child(3){animation-delay:.3s}@keyframes cw-typing-dot{0%,60%,to{transform:translateY(0);opacity:.4}30%{transform:translateY(-4px);opacity:1}}.cw-quick-replies{display:flex;flex-wrap:wrap;gap:8px;margin-top:4px;animation:cw-bubble-in .35s var(--ease) .1s both}.cw-quick-reply{padding:9px 14px;background:#fff;color:var(--primary);border:1px solid var(--primary);border-radius:999px;font-family:var(--chrome);font-weight:600;font-size:11.5px;letter-spacing:.12em;text-transform:uppercase;cursor:pointer;transition:background .2s var(--ease),color .2s var(--ease)}.cw-quick-reply:hover{background:var(--primary);color:var(--menu-bg)}.cw-form{display:flex;flex-direction:column;gap:10px;margin-top:8px;animation:cw-bubble-in .35s var(--ease)}.cw-form label{font-family:var(--chrome);font-weight:600;font-size:10.5px;letter-spacing:.16em;text-transform:uppercase;color:var(--fg-muted);margin-bottom:-4px}.cw-form input,.cw-form textarea{font-family:var(--body);font-size:14.5px;padding:11px 13px;background:#fff;border:1px solid var(--line);border-radius:8px;color:var(--primary);outline:none;transition:border-color .2s var(--ease),box-shadow .2s var(--ease);width:100%}.cw-form input:focus,.cw-form textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px #0a0a0a0f}.cw-form textarea{min-height:90px;resize:vertical}.cw-form .cw-submit{align-self:flex-start;display:inline-flex;align-items:center;gap:10px;padding:12px 22px;background:var(--highlight-coral);color:#fff;font-family:var(--chrome);font-weight:600;font-size:12px;letter-spacing:.14em;text-transform:uppercase;border:none;border-radius:6px;margin-top:6px;cursor:pointer;transition:filter .2s var(--ease)}.cw-form .cw-submit:hover{filter:brightness(.94)}.cw-form .cw-submit svg{width:13px;height:9px;fill:currentColor}.cw-success{display:flex;flex-direction:column;align-items:center;text-align:center;padding:20px 12px 8px;gap:14px}.cw-success .cw-check{width:60px;height:60px;border-radius:50%;background:#38c172;color:#fff;display:inline-flex;align-items:center;justify-content:center}.cw-success .cw-check svg{width:28px;height:28px;stroke:currentColor;fill:none;stroke-width:2.5}.cw-success h3{font-family:var(--display);font-weight:700;font-size:22px;letter-spacing:.02em;text-transform:uppercase;color:var(--primary);line-height:1.1}.cw-success p{font-size:14px;color:var(--fg-muted);max-width:36ch;line-height:1.55}.cw-success .cw-restart{margin-top:8px;font-family:var(--chrome);font-weight:600;font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:var(--primary);background:none;border:none;border-bottom:1px solid var(--primary);padding-bottom:3px;cursor:pointer}.cw-foot{padding:14px 20px;border-top:1px solid rgba(10,10,10,.08);background:#fff;display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:12px;color:var(--fg-muted);flex-shrink:0}.cw-foot a{font-family:var(--chrome);font-weight:600;font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--primary);transition:color .15s var(--ease)}.cw-foot a:hover{color:var(--highlight-coral)}@media(prefers-reduced-motion:reduce){.cw-panel,.cw-pill,.cw-bubble,.cw-quick-replies{transition:none;animation:none}}.site-header[data-astro-cid-ctg3m53h]{position:fixed;top:0;left:0;right:0;z-index:70;display:flex;align-items:center;justify-content:space-between;padding:0 16px;height:var(--header-h);background:var(--menu-bg);color:var(--primary);border-bottom:1px solid rgba(0,0,0,.06);box-shadow:0 2px 12px #0000000f}.site-header[data-astro-cid-ctg3m53h] .logo[data-astro-cid-ctg3m53h] img[data-astro-cid-ctg3m53h]{filter:invert(1)}.logo[data-astro-cid-ctg3m53h] img[data-astro-cid-ctg3m53h]{height:24px;width:auto;display:block}.header-left[data-astro-cid-ctg3m53h]{display:flex;align-items:center;gap:36px;height:100%}.logo[data-astro-cid-ctg3m53h]{display:inline-flex;align-items:center;color:inherit}.header-icons[data-astro-cid-ctg3m53h]{display:flex;align-items:center;gap:4px}.icon-btn[data-astro-cid-ctg3m53h]{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;color:inherit;transition:opacity .15s var(--ease)}.icon-btn[data-astro-cid-ctg3m53h] svg[data-astro-cid-ctg3m53h]{width:18px;height:18px;fill:currentColor;transition:opacity .15s var(--ease)}.icon-btn[data-astro-cid-ctg3m53h]:hover svg[data-astro-cid-ctg3m53h]{opacity:.65}.icon-btn[data-astro-cid-ctg3m53h].menu svg[data-astro-cid-ctg3m53h]{width:16px;height:16px}.icon-btn[data-astro-cid-ctg3m53h].is-mobile{display:inline-flex}.icon-btn[data-astro-cid-ctg3m53h].is-desktop{display:none}.header-search[data-astro-cid-ctg3m53h]{display:inline-flex;align-items:center;border-bottom:1px solid currentColor;padding-bottom:2px}.header-search[data-astro-cid-ctg3m53h] input[data-astro-cid-ctg3m53h]{background:transparent;border:none;outline:none;padding:6px 4px 6px 0;color:inherit;font-family:var(--body);font-weight:400;font-size:13px;width:80px;transition:width .25s var(--ease)}.header-search[data-astro-cid-ctg3m53h] input[data-astro-cid-ctg3m53h]:focus{width:150px}.header-search[data-astro-cid-ctg3m53h] input[data-astro-cid-ctg3m53h]::placeholder{color:currentColor;opacity:.65;font-family:var(--chrome);font-weight:600;font-size:11px;letter-spacing:.16em;text-transform:uppercase}.header-search-submit[data-astro-cid-ctg3m53h]{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;color:inherit;cursor:pointer;background:transparent;border:none;padding:0}.header-search-submit[data-astro-cid-ctg3m53h] svg[data-astro-cid-ctg3m53h]{width:14px;height:14px;fill:currentColor}.header-divider[data-astro-cid-ctg3m53h]{width:1px;height:22px;background:currentColor;opacity:.2;margin:0 6px;display:none}.icon-btn[data-astro-cid-ctg3m53h].is-social,.primary-nav[data-astro-cid-ctg3m53h]{display:none}@media(min-width:900px){.site-header[data-astro-cid-ctg3m53h]{padding:0 32px}.primary-nav[data-astro-cid-ctg3m53h]{display:flex;align-items:center;gap:28px}.nav-item[data-astro-cid-ctg3m53h]{position:relative;display:inline-flex;height:var(--header-h);align-items:center}.nav-item[data-astro-cid-ctg3m53h]>a[data-astro-cid-ctg3m53h]{display:inline-flex;align-items:center;gap:4px;font-family:var(--chrome);font-weight:600;font-size:13px;letter-spacing:.14em;text-transform:uppercase;color:inherit;padding:0 2px;position:relative}.nav-item[data-astro-cid-ctg3m53h]>a[data-astro-cid-ctg3m53h]:after{content:"";position:absolute;left:0;right:0;bottom:-4px;height:2px;background:currentColor;transform:scaleX(0);transform-origin:left;transition:transform .25s var(--ease)}.nav-item[data-astro-cid-ctg3m53h]:hover>a[data-astro-cid-ctg3m53h]:after{transform:scaleX(1)}.nav-chev[data-astro-cid-ctg3m53h] svg[data-astro-cid-ctg3m53h]{width:6px;height:9px;fill:none;stroke:currentColor;stroke-width:1.5;transition:transform .2s var(--ease)}.nav-item[data-astro-cid-ctg3m53h]:hover .nav-chev[data-astro-cid-ctg3m53h] svg[data-astro-cid-ctg3m53h]{transform:rotate(90deg)}.icon-btn[data-astro-cid-ctg3m53h].is-mobile{display:none}.icon-btn[data-astro-cid-ctg3m53h].is-social{display:inline-flex}.header-divider[data-astro-cid-ctg3m53h]{display:inline-block}}.nav-dropdown[data-astro-cid-ctg3m53h]{display:none}@media(min-width:900px){.nav-dropdown[data-astro-cid-ctg3m53h]{display:block;position:fixed;top:var(--header-h);left:0;right:0;background:var(--menu-bg);padding:48px 0;border-top:1px solid rgba(26,26,26,.06);box-shadow:0 18px 36px #0000001f;opacity:0;pointer-events:none;transform:translateY(-8px);transition:opacity .2s var(--ease),transform .2s var(--ease);transition-delay:.12s;z-index:65}.nav-item[data-astro-cid-ctg3m53h]:hover .nav-dropdown[data-astro-cid-ctg3m53h],.nav-item[data-astro-cid-ctg3m53h]:focus-within .nav-dropdown[data-astro-cid-ctg3m53h]{opacity:1;pointer-events:auto;transform:translateY(0);transition-delay:0s}.nav-dropdown-inner[data-astro-cid-ctg3m53h]{max-width:100%;margin:0;padding:0 32px 0 168px;display:grid;grid-template-columns:minmax(180px,1fr) minmax(180px,1fr) minmax(280px,1.4fr) 1fr;gap:56px;min-height:240px}.nav-dropdown-inner[data-astro-cid-ctg3m53h]:after{content:"";grid-column:4}.nav-dropdown-col[data-astro-cid-ctg3m53h]{display:flex;flex-direction:column;gap:0}.nav-dropdown-item[data-astro-cid-ctg3m53h]{display:block;padding:12px 16px;font-family:var(--body);font-weight:500;font-size:15px;color:var(--primary);border-radius:4px;transition:color .15s var(--ease),background .15s var(--ease)}.nav-dropdown-item[data-astro-cid-ctg3m53h]+.nav-dropdown-item[data-astro-cid-ctg3m53h]{border-top:1px solid rgba(26,26,26,.08);border-radius:0}.nav-dropdown-item[data-astro-cid-ctg3m53h]:hover{background:#1a1a1a0a}.nav-dropdown-col[data-astro-cid-ctg3m53h].is-text{padding:0 8px;display:flex;flex-direction:column;gap:14px}.nav-dropdown-col[data-astro-cid-ctg3m53h].is-text h4[data-astro-cid-ctg3m53h]{font-family:var(--display);font-weight:700;font-size:18px;letter-spacing:.01em;line-height:1.2;color:var(--primary);text-transform:uppercase}.nav-dropdown-col[data-astro-cid-ctg3m53h].is-text p[data-astro-cid-ctg3m53h]{font-family:var(--body);font-weight:400;font-size:14.5px;line-height:1.55;color:var(--fg-muted);max-width:38ch}.nav-dropdown-col[data-astro-cid-ctg3m53h].is-sellers{display:flex;flex-direction:column;gap:22px;padding:0 8px}.dd-seller[data-astro-cid-ctg3m53h]{display:flex;align-items:flex-start;gap:14px}.dd-seller-avatar[data-astro-cid-ctg3m53h]{width:56px;height:56px;border-radius:50%;background-size:cover;background-position:center top;background-color:#ddd;flex-shrink:0;filter:saturate(.9) contrast(.95)}.dd-seller-info[data-astro-cid-ctg3m53h]{flex:1;min-width:0}.dd-seller-name[data-astro-cid-ctg3m53h]{font-family:var(--display);font-weight:700;font-size:15px;letter-spacing:.01em;color:var(--primary);margin-bottom:2px}.dd-seller-role[data-astro-cid-ctg3m53h]{font-family:var(--chrome);font-weight:500;font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:var(--fg-muted);margin-bottom:6px}.dd-seller-info[data-astro-cid-ctg3m53h] a[data-astro-cid-ctg3m53h]{display:block;font-size:12.5px;line-height:1.45;color:var(--primary);transition:color .15s var(--ease)}.dd-seller-info[data-astro-cid-ctg3m53h] a[data-astro-cid-ctg3m53h]:hover{color:var(--highlight-coral)}.nav-dropdown-promo[data-astro-cid-ctg3m53h]{padding:0 8px;display:flex;flex-direction:column;gap:14px}.nav-dropdown-promo[data-astro-cid-ctg3m53h] h4[data-astro-cid-ctg3m53h]{font-family:var(--display);font-weight:700;font-size:18px;letter-spacing:.01em;line-height:1.2;color:var(--primary);text-transform:uppercase}.nav-dropdown-promo[data-astro-cid-ctg3m53h] p[data-astro-cid-ctg3m53h]{font-family:var(--body);font-weight:400;font-size:14.5px;line-height:1.55;color:var(--fg-muted);max-width:38ch}.nav-dropdown-cta[data-astro-cid-ctg3m53h]{display:inline-flex;align-items:center;gap:10px;align-self:flex-start;margin-top:14px;padding:12px 24px;background:var(--primary);color:#fff;border:2px solid var(--primary);font-family:var(--chrome);font-weight:600;font-size:12px;letter-spacing:.14em;text-transform:uppercase;border-radius:4px;transition:background .25s var(--ease),color .25s var(--ease)}.nav-dropdown-cta[data-astro-cid-ctg3m53h]:hover{background:transparent;color:var(--primary)}.nav-dropdown-cta[data-astro-cid-ctg3m53h] svg[data-astro-cid-ctg3m53h]{width:14px;height:10px;fill:currentColor}}.nav-dropdown-col[data-astro-cid-ctg3m53h].is-events{display:flex;flex-direction:column;gap:12px;padding:0 8px}.nav-dropdown-col[data-astro-cid-ctg3m53h].is-events>h4[data-astro-cid-ctg3m53h]{font-family:var(--display);font-weight:700;font-size:18px;letter-spacing:.01em;line-height:1.2;color:var(--primary);text-transform:uppercase;margin-bottom:2px}.dd-event[data-astro-cid-ctg3m53h]{display:flex;align-items:center;gap:14px;color:inherit}.dd-event-thumb[data-astro-cid-ctg3m53h]{width:46px;height:46px;border-radius:6px;overflow:hidden;flex-shrink:0;background:#ddd}.dd-event-thumb-img[data-astro-cid-ctg3m53h]{display:block;width:100%;height:100%;background-size:cover;background-position:center;filter:saturate(.92) contrast(.96)}.dd-event-info[data-astro-cid-ctg3m53h]{flex:1;min-width:0}.dd-event-date[data-astro-cid-ctg3m53h]{display:block;font-family:var(--chrome);font-weight:500;font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:var(--fg-muted);margin-bottom:3px}.dd-event-name[data-astro-cid-ctg3m53h]{display:inline-block;position:relative;padding-bottom:3px;font-family:var(--display);font-weight:700;font-size:15px;letter-spacing:.01em;text-transform:uppercase;line-height:1.15;color:var(--primary)}.dd-event-name[data-astro-cid-ctg3m53h]:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:currentColor;transform:scaleX(0);transform-origin:left;transition:transform .25s var(--ease)}.dd-event[data-astro-cid-ctg3m53h]:hover .dd-event-name[data-astro-cid-ctg3m53h]:after{transform:scaleX(1)}.dd-event-status[data-astro-cid-ctg3m53h]{display:inline-block;margin-left:8px;padding:2px 7px 3px;background:#8a1f1f;color:#fff;font-family:var(--display);font-weight:700;font-size:9px;letter-spacing:.16em;text-transform:uppercase;border-radius:3px;vertical-align:2px}.drawer-overlay[data-astro-cid-ctg3m53h]{position:fixed;inset:0;background:#0006;opacity:0;pointer-events:none;transition:opacity .25s var(--ease);z-index:80}.drawer-overlay[data-astro-cid-ctg3m53h].is-open{opacity:1;pointer-events:auto}.drawer[data-astro-cid-ctg3m53h]{position:fixed;top:0;right:0;bottom:0;width:100%;max-width:100%;background:var(--menu-bg);color:#0a0a0a;transform:translate(100%);transition:transform .35s var(--ease);z-index:90;display:flex;flex-direction:column;overflow-y:auto}.drawer[data-astro-cid-ctg3m53h].is-open{transform:translate(0)}.drawer-head[data-astro-cid-ctg3m53h]{display:flex;align-items:center;justify-content:flex-end;padding:16px 18px 0}.drawer-close[data-astro-cid-ctg3m53h]{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center}.drawer-close[data-astro-cid-ctg3m53h] svg[data-astro-cid-ctg3m53h]{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:1.6}.drawer-body[data-astro-cid-ctg3m53h]{display:flex;flex-direction:column;padding:16px 24px 28px;gap:18px}.drawer-primary[data-astro-cid-ctg3m53h]{display:flex;flex-direction:column;gap:0}.drawer-acc[data-astro-cid-ctg3m53h]{padding:0;border-bottom:1px solid rgba(10,10,10,.08)}.drawer-acc[data-astro-cid-ctg3m53h]:last-child{border-bottom:none}.drawer-acc-row[data-astro-cid-ctg3m53h]{display:inline-flex;align-items:center;gap:12px;align-self:flex-start}.drawer-acc-row[data-astro-cid-ctg3m53h]>a[data-astro-cid-ctg3m53h]{display:block;padding:12px 0;font-family:var(--chrome);font-weight:600;font-size:clamp(20px,5vw,28px);letter-spacing:.06em;text-transform:uppercase;line-height:1.1;color:#0a0a0a}.drawer-acc-toggle[data-astro-cid-ctg3m53h]{flex:0 0 auto;width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;color:#0a0a0a;border:1.3px solid #0a0a0a;border-radius:50%;cursor:pointer;transition:background .2s var(--ease),color .2s var(--ease)}.drawer-acc-toggle[data-astro-cid-ctg3m53h]:hover{background:#0a0a0a;color:#fff}.drawer-acc-toggle[data-astro-cid-ctg3m53h] .plus[data-astro-cid-ctg3m53h]{position:relative;width:8px;height:8px}.drawer-acc-toggle[data-astro-cid-ctg3m53h] .plus[data-astro-cid-ctg3m53h]:before,.drawer-acc-toggle[data-astro-cid-ctg3m53h] .plus[data-astro-cid-ctg3m53h]:after{content:"";position:absolute;background:currentColor;left:50%;top:50%;transform-origin:center}.drawer-acc-toggle[data-astro-cid-ctg3m53h] .plus[data-astro-cid-ctg3m53h]:before{width:8px;height:1.3px;transform:translate(-50%,-50%)}.drawer-acc-toggle[data-astro-cid-ctg3m53h] .plus[data-astro-cid-ctg3m53h]:after{width:1.3px;height:8px;transform:translate(-50%,-50%) scaleY(1);transition:transform .25s var(--ease)}.drawer-acc[data-astro-cid-ctg3m53h].is-open .drawer-acc-toggle[data-astro-cid-ctg3m53h] .plus[data-astro-cid-ctg3m53h]:after{transform:translate(-50%,-50%) scaleY(0)}.drawer-acc[data-astro-cid-ctg3m53h].is-open .drawer-acc-toggle[data-astro-cid-ctg3m53h]{background:#0a0a0a;color:#fff}.drawer-acc-panel[data-astro-cid-ctg3m53h]{overflow:hidden;max-height:0;transition:max-height .4s var(--ease),margin .25s var(--ease),padding .25s var(--ease);display:flex;flex-direction:column;padding-left:14px;border-left:1px solid rgba(10,10,10,.12)}.drawer-acc[data-astro-cid-ctg3m53h].is-open .drawer-acc-panel[data-astro-cid-ctg3m53h]{max-height:1200px;margin-top:10px;margin-bottom:14px;padding-bottom:12px}.drawer-acc-panel[data-astro-cid-ctg3m53h] a[data-astro-cid-ctg3m53h]{padding:9px 0;font-family:var(--chrome);font-weight:500;font-size:13px;letter-spacing:.1em;text-transform:uppercase;line-height:1.4;color:#0a0a0ab8}.drawer-direct[data-astro-cid-ctg3m53h]{display:block;padding:12px 0;border-bottom:1px solid rgba(10,10,10,.08);font-family:var(--chrome);font-weight:600;font-size:clamp(20px,5vw,28px);letter-spacing:.06em;text-transform:uppercase;line-height:1.1;color:#0a0a0a}.drawer-foot[data-astro-cid-ctg3m53h]{margin-top:4px;padding-top:18px;border-top:1px solid rgba(10,10,10,.08);display:flex;flex-direction:column;gap:22px}.drawer-logo[data-astro-cid-ctg3m53h]{display:block;margin:4px 0}.drawer-logo[data-astro-cid-ctg3m53h] img[data-astro-cid-ctg3m53h]{height:24px;width:auto;display:block;filter:invert(1)}.drawer-bottom[data-astro-cid-ctg3m53h]{display:flex;align-items:center;justify-content:space-between;gap:16px}.drawer-social[data-astro-cid-ctg3m53h]{display:flex;align-items:center;gap:14px}.drawer-social[data-astro-cid-ctg3m53h] a[data-astro-cid-ctg3m53h]{display:inline-flex;transition:color .25s var(--ease);color:#0a0a0ab8}.drawer-social[data-astro-cid-ctg3m53h] a[data-astro-cid-ctg3m53h]:hover{color:#0a0a0a}.drawer-social[data-astro-cid-ctg3m53h] a[data-astro-cid-ctg3m53h] svg[data-astro-cid-ctg3m53h]{width:22px;height:22px;fill:currentColor}@media(min-width:900px){.drawer[data-astro-cid-ctg3m53h]{max-width:480px}.drawer-body[data-astro-cid-ctg3m53h]{padding:24px 40px 48px}}.footer-wrap[data-astro-cid-gcn2mc3v]{--footer-bg: #11171f;--footer-fg: #ffffff;--footer-fg-muted: rgba(255,255,255,.7);--footer-fg-quiet: rgba(255,255,255,.45);--footer-line: rgba(255,255,255,.1)}.site-footer[data-astro-cid-gcn2mc3v]{background:var(--footer-bg);color:var(--footer-fg);padding:64px 0 28px}.footer-inner[data-astro-cid-gcn2mc3v]{max-width:1256px;margin:0 auto;padding:0 24px}.footer-sitemap[data-astro-cid-gcn2mc3v]{display:grid;grid-template-columns:1fr 1fr;gap:32px 20px;margin-bottom:48px}@media(min-width:640px){.footer-sitemap[data-astro-cid-gcn2mc3v]{grid-template-columns:repeat(4,1fr);gap:32px}}.footer-col[data-astro-cid-gcn2mc3v] h4[data-astro-cid-gcn2mc3v]{font-family:var(--display);font-weight:700;font-size:12px;letter-spacing:.2em;text-transform:uppercase;color:var(--footer-fg);margin-bottom:14px;padding-bottom:10px;border-bottom:1px solid var(--footer-line)}.footer-col[data-astro-cid-gcn2mc3v] h4[data-astro-cid-gcn2mc3v] a[data-astro-cid-gcn2mc3v]{color:inherit;transition:color .15s var(--ease)}.footer-col[data-astro-cid-gcn2mc3v] h4[data-astro-cid-gcn2mc3v] a[data-astro-cid-gcn2mc3v]:hover{color:var(--footer-fg)}.footer-col[data-astro-cid-gcn2mc3v] ul[data-astro-cid-gcn2mc3v]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:7px}.footer-col[data-astro-cid-gcn2mc3v] a[data-astro-cid-gcn2mc3v]{font-family:var(--body);font-weight:400;font-size:13.5px;line-height:1.4;color:var(--footer-fg-muted);display:inline-block;position:relative;padding-bottom:2px;transition:color .15s var(--ease)}.footer-col[data-astro-cid-gcn2mc3v] a[data-astro-cid-gcn2mc3v]:after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:currentColor;transform:scaleX(0);transform-origin:left;transition:transform .25s var(--ease)}.footer-col[data-astro-cid-gcn2mc3v] a[data-astro-cid-gcn2mc3v]:hover{color:var(--footer-fg)}.footer-col[data-astro-cid-gcn2mc3v] a[data-astro-cid-gcn2mc3v]:hover:after{transform:scaleX(1)}.footer-contact[data-astro-cid-gcn2mc3v]{display:grid;grid-template-columns:1fr;gap:24px;padding-bottom:32px;margin-bottom:24px;border-bottom:1px solid var(--footer-line);align-items:start}@media(min-width:640px){.footer-contact[data-astro-cid-gcn2mc3v]{grid-template-columns:repeat(4,1fr);gap:32px}}.footer-contact-block[data-astro-cid-gcn2mc3v] h5[data-astro-cid-gcn2mc3v]{font-family:var(--display);font-weight:500;font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:var(--footer-fg-quiet);margin-bottom:12px}.footer-contact-block[data-astro-cid-gcn2mc3v] p[data-astro-cid-gcn2mc3v],.footer-contact-block[data-astro-cid-gcn2mc3v] a[data-astro-cid-gcn2mc3v]{display:block;font-size:14px;line-height:1.6;color:var(--footer-fg-muted);transition:color .15s var(--ease)}.footer-contact-block[data-astro-cid-gcn2mc3v] a[data-astro-cid-gcn2mc3v]{width:fit-content;position:relative;padding-bottom:1px}.footer-contact-block[data-astro-cid-gcn2mc3v] a[data-astro-cid-gcn2mc3v]:after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:currentColor;transform:scaleX(0);transform-origin:left;transition:transform .25s var(--ease)}.footer-contact-block[data-astro-cid-gcn2mc3v] a[data-astro-cid-gcn2mc3v]:hover{color:var(--footer-fg)}.footer-contact-block[data-astro-cid-gcn2mc3v] a[data-astro-cid-gcn2mc3v]:hover:after{transform:scaleX(1)}.footer-social[data-astro-cid-gcn2mc3v]{display:flex;gap:18px;align-items:center}.footer-social[data-astro-cid-gcn2mc3v] a[data-astro-cid-gcn2mc3v]{display:inline-flex;align-items:center;justify-content:center;color:var(--footer-fg-muted);transition:color .25s var(--ease)}.footer-social[data-astro-cid-gcn2mc3v] a[data-astro-cid-gcn2mc3v]:hover{color:var(--footer-fg)}.footer-social[data-astro-cid-gcn2mc3v] a[data-astro-cid-gcn2mc3v]:after{display:none}.footer-social[data-astro-cid-gcn2mc3v] svg[data-astro-cid-gcn2mc3v]{width:24px;height:24px;fill:currentColor;display:block}.footer-bottom[data-astro-cid-gcn2mc3v]{display:flex;flex-direction:column;gap:12px;color:var(--footer-fg-quiet);font-size:12px}@media(min-width:640px){.footer-bottom[data-astro-cid-gcn2mc3v]{flex-direction:row;align-items:center;justify-content:space-between}}.footer-bottom[data-astro-cid-gcn2mc3v] .links[data-astro-cid-gcn2mc3v]{display:flex;flex-wrap:wrap;gap:6px 12px;align-items:center}.footer-bottom[data-astro-cid-gcn2mc3v] .links[data-astro-cid-gcn2mc3v] .sep[data-astro-cid-gcn2mc3v]{color:var(--footer-fg-quiet);opacity:.6}.footer-bottom[data-astro-cid-gcn2mc3v] a[data-astro-cid-gcn2mc3v]{color:var(--footer-fg-quiet);display:inline-block;position:relative;padding-bottom:1px;transition:color .15s var(--ease)}.footer-bottom[data-astro-cid-gcn2mc3v] a[data-astro-cid-gcn2mc3v]:after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:currentColor;transform:scaleX(0);transform-origin:left;transition:transform .25s var(--ease)}.footer-bottom[data-astro-cid-gcn2mc3v] a[data-astro-cid-gcn2mc3v]:hover{color:var(--footer-fg-muted)}.footer-bottom[data-astro-cid-gcn2mc3v] a[data-astro-cid-gcn2mc3v]:hover:after{transform:scaleX(1)}
