:root{--site-gap:max(20px,5.5vw);--site-width:1920px;--section-pad-y:clamp(32px,4vw,56px);--section-heading-mb:clamp(28px,3.5vw,48px);--section-heading-row-mb:clamp(14px,1.8vw,20px);--section-title-size:clamp(1.5rem,2.6vw,2.25rem);--section-title-weight:600;--site-font:"tiktoksans","Plus Jakarta Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--avatar-size:160px;--pill-font:50px;--pill-icon:108px;--pill-gap:20px;--pill-pr:52px;--pill-py:16px;--pill-pl:20px;--icon-size:52px;--item-gap:40px;--row-gap:24px}.hf-first-screen{display:flex;flex-direction:column;height:calc(100svh - var(--hf-header-stack, 76px));height:calc(100dvh - var(--hf-header-stack, 76px));max-height:calc(100svh - var(--hf-header-stack, 76px));max-height:calc(100dvh - var(--hf-header-stack, 76px));overflow:hidden;box-sizing:border-box}.hf-hero-viewport{position:relative;overflow:hidden}.hf-hero-viewport,.hf-hero-viewport>main{flex:1 1 auto;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:0;width:100%;box-sizing:border-box}.hf-hero-viewport>main{padding-bottom:clamp(72px,10vh,120px)}@media (max-height:900px){.hf-page-heading{margin:clamp(8px,2vh,20px) auto clamp(14px,2.5vh,28px)}}@media (max-height:900px) and (min-width:641px){:root{--avatar-size:128px;--pill-font:40px;--pill-icon:86px;--pill-gap:14px;--pill-pr:40px;--pill-py:12px;--pill-pl:14px;--icon-size:40px;--item-gap:28px;--row-gap:16px}}@media (max-width:640px){:root{--avatar-size:72px;--pill-font:30px;--pill-icon:48px;--pill-gap:10px;--pill-pr:22px;--pill-py:9px;--pill-pl:9px;--icon-size:22px;--item-gap:14px;--row-gap:12px}}@media (min-width:641px) and (max-width:1024px){:root{--avatar-size:110px;--pill-font:50px;--pill-icon:74px;--pill-gap:14px;--pill-pr:36px;--pill-py:13px;--pill-pl:14px;--icon-size:36px;--item-gap:26px;--row-gap:16px}}@keyframes marquee-left{0%{transform:translateX(0)}to{transform:translateX(-25%)}}@keyframes marquee-right{0%{transform:translateX(-25%)}to{transform:translateX(0)}}.hf-page-heading{font-family:var(--site-font);text-align:center;width:100%;max-width:min(56rem,100%);margin:clamp(16px,3.5vh,40px) auto clamp(24px,5vh,56px);padding:0 clamp(20px,5vw,40px)}.hf-page-title{font-family:inherit;font-weight:800;font-size:clamp(2.25rem,4.4vw,3.5rem);line-height:1.15;letter-spacing:-.03em;color:#120b14;margin:0}.hf-page-title-phrase{white-space:nowrap}@media (max-width:640px){.hf-page-title{font-size:clamp(1.85rem,8.2vw,2.25rem)}}@media (min-width:641px){.hf-page-title{white-space:nowrap}}.hf-page-subtitle{font-family:inherit;font-weight:400;font-size:clamp(.95rem,1.8vw,1.15rem);line-height:1.5;letter-spacing:-.01em;color:#6b6570;margin:.55em auto 0;max-width:38em;text-wrap:balance}.hf-scroll-indicator{position:absolute;left:50%;bottom:clamp(10px,1.8vh,22px);z-index:2;display:flex;align-items:center;justify-content:center;margin:0;padding:.5rem;border:none;background:transparent;cursor:pointer;transform:translateX(-50%);animation:hf-scroll-indicator-in .7s ease-out 1.1s both,hf-scroll-bob 2.2s ease-in-out 1.8s infinite}.hf-scroll-indicator__mouse{display:block;width:16px;height:26px;border:1px solid #3a3a3a;border-radius:999px;position:relative;background:transparent;animation:hf-scroll-mouse-in .7s ease-out 1.1s both}.hf-scroll-indicator__wheel{position:absolute;top:5px;left:50%;width:2px;height:5px;margin-left:-1px;border-radius:999px;background:#3a3a3a;opacity:1;animation:hf-scroll-wheel 2.2s ease-in-out 1.8s infinite}@keyframes hf-scroll-indicator-in{0%{opacity:0}to{opacity:1}}@keyframes hf-scroll-mouse-in{0%{opacity:0;transform:translateY(10px) scale(.85)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes hf-scroll-bob{0%,to{transform:translateX(-50%) translateY(0)}50%{transform:translateX(-50%) translateY(5px)}}@keyframes hf-scroll-wheel{0%,to{transform:translateY(0)}50%{transform:translateY(5px)}}@media (prefers-reduced-motion:reduce){.hf-scroll-indicator,.hf-scroll-indicator__mouse,.hf-scroll-indicator__wheel{animation:none}}.hf-team{--site-gap:max(20px,5.5vw);--site-width:1920px;--hf-team-ink:#111111;--hf-team-muted:#6b6570;--hf-team-dash:#c8c8c8;--hf-team-border:#e5e5e5;--hf-team-font:var(
    --site-font,"tiktoksans","Plus Jakarta Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif
  );--hf-team-purple:#5050ff;--hf-team-red:#ff4743;--hf-team-green:#bcff99;width:100%;background:#fff;color:var(--hf-team-ink);font-family:var(--hf-team-font);padding:var(--section-pad-y,clamp(32px,4vw,56px)) 0}.hf-team__inner{width:min(var(--site-width),100% - var(--site-gap) * 2);margin:0 auto}.hf-team__heading{margin-bottom:var(--section-heading-mb,clamp(28px,3.5vw,48px))}.hf-team__heading-row{display:flex;align-items:center;justify-content:space-between;gap:clamp(16px,3vw,32px);margin-bottom:var(--section-heading-row-mb,clamp(14px,1.8vw,20px))}.hf-team__title{margin:0;text-align:left;font-family:var(--hf-team-font);font-weight:var(--section-title-weight,600);font-size:var(--section-title-size,clamp(1.5rem,2.6vw,2.25rem));line-height:1.15;letter-spacing:-.02em;color:var(--hf-team-ink)}.hf-team__heading-icon{display:block;flex-shrink:0;width:clamp(28px,3vw,40px);height:auto;object-fit:contain}.hf-team__divider{height:1px;width:100%;background:var(--hf-team-dash)}.hf-team__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,240px),1fr));gap:clamp(16px,2vw,28px);margin:0;padding:0;list-style:none}.hf-team__card-wrap{min-width:0}.hf-team__tilt-wrap{height:100%;perspective:1000px}.hf-team__card{position:relative;display:flex;flex-direction:column;align-items:center;height:100%;min-width:0;overflow:visible;text-align:center;background:#fff;border:1px solid var(--hf-team-border);border-radius:clamp(18px,1.6vw,24px);padding:clamp(28px,2.8vw,36px) clamp(16px,1.6vw,22px) clamp(24px,2.4vw,28px);transform-style:preserve-3d;will-change:transform}@media (hover:none),(pointer:coarse){.hf-team__tilt-wrap{perspective:none}.hf-team__card{will-change:auto}}.hf-team__avatar{display:flex;align-items:center;justify-content:center;width:clamp(76px,6.4vw,92px);height:clamp(76px,6.4vw,92px);flex-shrink:0;border-radius:50%;overflow:hidden;margin-bottom:clamp(16px,1.8vw,22px);border:2.5px solid transparent;box-sizing:border-box}.hf-team__avatar img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.hf-team__card--purple .hf-team__avatar{border-color:var(--hf-team-purple)}.hf-team__card--red .hf-team__avatar{border-color:var(--hf-team-red)}.hf-team__card--green .hf-team__avatar{border-color:var(--hf-team-green)}.hf-team__name{margin:0 0 6px;font-weight:700;font-size:clamp(1rem,1.15vw,1.15rem);line-height:1.25;letter-spacing:-.02em;color:var(--hf-team-ink)}.hf-team__name,.hf-team__role{max-width:100%;font-family:var(--hf-team-font);overflow-wrap:anywhere}.hf-team__role{margin:0 0 clamp(16px,1.8vw,20px);font-weight:400;font-size:clamp(.8rem,.9vw,.875rem);line-height:1.4;color:var(--hf-team-muted)}.hf-team__group{display:flex;justify-content:center;align-items:center;width:100%;max-width:100%;height:34px;min-height:34px;margin-bottom:clamp(18px,2vw,24px);box-sizing:border-box}.hf-team__group--marquee{position:relative;overflow:hidden;mask-image:linear-gradient(90deg,transparent,#000 12%,#000 88%,transparent);-webkit-mask-image:linear-gradient(90deg,transparent,#000 12%,#000 88%,transparent)}.hf-team__marquee-track{display:flex;align-items:center;width:max-content;animation:hf-team-marquee 12s linear infinite}.hf-team__group--marquee:hover .hf-team__marquee-track{animation-play-state:paused}@keyframes hf-team-marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.hf-team__group-item{display:inline-flex;align-items:center;gap:6px;flex-shrink:0;padding:6px 14px 6px 6px;border-radius:9999px;background:#f6f5f7;box-sizing:border-box;white-space:nowrap}.hf-team__group--marquee .hf-team__group-item{margin-inline-end:8px}.hf-team__group-badge{display:block;flex-shrink:0;width:22px;height:22px;object-fit:contain;border-radius:50%}.hf-team__group-label{font-family:var(--hf-team-font);font-weight:600;font-size:clamp(.7rem,.85vw,.8rem);letter-spacing:-.01em;line-height:1.25;color:var(--hf-team-ink);white-space:nowrap;text-align:left}@media (prefers-reduced-motion:reduce){.hf-team__marquee-track{animation:none}}.hf-team__socials{gap:10px;margin-top:auto}.hf-team__social,.hf-team__socials{display:flex;align-items:center;justify-content:center}.hf-team__social{width:34px;height:34px;border-radius:50%;border:1px solid var(--hf-team-border);color:var(--hf-team-ink);transition:background .2s ease,color .2s ease,border-color .2s ease}.hf-team__social svg{width:16px;height:16px}.hf-team__social:hover{background:var(--hf-team-ink);border-color:var(--hf-team-ink);color:#fff}@media (min-width:1280px){.hf-team__grid{grid-template-columns:repeat(5,minmax(0,1fr))}}@media (max-width:1279px) and (min-width:721px){.hf-team__grid{grid-template-columns:repeat(3,minmax(0,1fr));row-gap:clamp(20px,3vw,28px)}}@media (max-width:720px){.hf-team__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.hf-team__card{padding:20px 12px 18px;border-radius:16px}.hf-team__avatar{width:64px;height:64px;margin-bottom:12px;border-width:2px}.hf-team__name{font-size:.9rem;margin-bottom:4px}.hf-team__role{font-size:.72rem;margin-bottom:12px}.hf-team__group{height:26px;min-height:26px;margin-bottom:14px}.hf-team__group-item{padding:4px 10px 4px 4px}.hf-team__group-badge{width:18px;height:18px}.hf-team__group-label{font-size:.7rem}.hf-team__socials{gap:8px}.hf-team__social{width:30px;height:30px}.hf-team__social svg{width:14px;height:14px}}@media (max-width:420px){.hf-team__grid{grid-template-columns:1fr}}