.Header-module__JIOY7a__header{z-index:100;border-bottom:1px solid #0000;justify-content:space-between;align-items:center;gap:12px;min-height:68px;padding:4px 60px;transition:padding .3s,background-color .3s,border-color .3s;display:flex;position:fixed;top:0;left:0;right:0}.Header-module__JIOY7a__overlay{background:0 0;padding-top:44px}.Header-module__JIOY7a__solid{border-bottom-color:var(--border-300);background:#fff}.Header-module__JIOY7a__logo{cursor:pointer;flex-shrink:0;align-items:center;transition:filter .3s;display:flex}.Header-module__JIOY7a__overlay .Header-module__JIOY7a__logo{filter:brightness(0)invert()}.Header-module__JIOY7a__nav{align-items:center;gap:4px;display:flex}.Header-module__JIOY7a__dot{background:var(--border-300);border-radius:50%;flex-shrink:0;width:7px;height:7px}.Header-module__JIOY7a__overlay .Header-module__JIOY7a__dot{background:#ffffff40}.Header-module__JIOY7a__navLink{height:42px;font-family:var(--font-inter);color:var(--black);white-space:nowrap;cursor:pointer;background:0 0;border:none;border-radius:100px;justify-content:center;align-items:center;padding:10px 20px;font-size:14px;font-weight:500;line-height:1.21;text-decoration:none;transition:background-color .2s,color .2s;display:flex}.Header-module__JIOY7a__navLink:hover{background:var(--bg-200)}.Header-module__JIOY7a__navLinkActive,.Header-module__JIOY7a__navLinkActive:hover{background:var(--color-primary);color:#fff}.Header-module__JIOY7a__overlay .Header-module__JIOY7a__navLink{color:#fff}.Header-module__JIOY7a__overlay .Header-module__JIOY7a__navLink:hover,.Header-module__JIOY7a__overlay .Header-module__JIOY7a__navLinkActive{color:#fff;background:#ffffff1a}.Header-module__JIOY7a__actions{align-items:center;gap:8px;display:flex}.Header-module__JIOY7a__btnLaunch,.Header-module__JIOY7a__btnJoin{height:42px;font-family:var(--font-inter);white-space:nowrap;cursor:pointer;border:none;border-radius:100px;justify-content:center;align-items:center;padding:10px 20px;font-size:14px;font-weight:500;line-height:1.21;text-decoration:none;transition:background-color .2s,color .2s;display:flex}.Header-module__JIOY7a__btnLaunch{background:var(--border-300);color:var(--black)}.Header-module__JIOY7a__btnLaunch:hover{background:#e0e0e0}.Header-module__JIOY7a__btnJoin{background:var(--black);color:#fff}.Header-module__JIOY7a__btnJoin:hover{background:var(--black-hover)}.Header-module__JIOY7a__overlay .Header-module__JIOY7a__btnLaunch{color:#fff;background:#ffffff26}.Header-module__JIOY7a__overlay .Header-module__JIOY7a__btnLaunch:hover{background:#ffffff40}.Header-module__JIOY7a__overlay .Header-module__JIOY7a__btnJoin{color:var(--black);background:#fff}.Header-module__JIOY7a__overlay .Header-module__JIOY7a__btnJoin:hover{background:var(--border-300)}.Header-module__JIOY7a__hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:42px;height:42px;margin-left:auto;padding:0;display:none}.Header-module__JIOY7a__hamburger span{background:var(--color-primary);border-radius:2px;width:20px;height:2px;display:block}.Header-module__JIOY7a__overlay .Header-module__JIOY7a__hamburger span{background:#fff}.Header-module__JIOY7a__mobileMenu{z-index:200;background:var(--color-primary);opacity:0;visibility:hidden;flex-direction:column;transition:opacity .3s,visibility .3s;display:flex;position:fixed;inset:0}.Header-module__JIOY7a__mobileMenuOpen{opacity:1;visibility:visible}.Header-module__JIOY7a__mobileMenuHeader{background:#ffffff14;justify-content:space-between;align-items:center;padding:8px 16px 8px 24px;display:flex}.Header-module__JIOY7a__mobileMenuLogo{filter:brightness(0)invert();align-items:center;display:flex}.Header-module__JIOY7a__closeBtn{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:44px;height:44px;padding:0;display:flex}.Header-module__JIOY7a__mobileMenuNav{flex-direction:column;gap:8px;padding:32px 16px;display:flex}.Header-module__JIOY7a__mobileMenuNav>*{font-family:var(--font-serif);color:#fff;text-align:left;cursor:pointer;background:0 0;border:none;padding:8px 0;font-size:36px;font-weight:400;line-height:1.4;text-decoration:none}.Header-module__JIOY7a__mobileMenuCtas{background:#fff;flex-direction:column;gap:8px;margin-top:auto;padding:24px 16px;display:flex}.Header-module__JIOY7a__mobileMenuJoin{font-family:var(--font-inter);color:#fff;background:var(--color-primary);cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;width:100%;height:42px;font-size:14px;font-weight:500;transition:background .2s;display:flex}.Header-module__JIOY7a__mobileMenuJoin:hover{background:var(--color-primary-hover)}.Header-module__JIOY7a__mobileMenuLaunch{font-family:var(--font-inter);color:var(--color-primary);cursor:pointer;background:#f7f7f7;border:none;border-radius:8px;justify-content:center;align-items:center;width:100%;height:42px;font-size:14px;font-weight:500;text-decoration:none;transition:background .2s;display:flex}.Header-module__JIOY7a__mobileMenuLaunch:hover{background:var(--color-accent-light)}@media (max-width:1200px){.Header-module__JIOY7a__header{padding-left:32px;padding-right:32px}.Header-module__JIOY7a__navLink{padding:10px 12px}}@media (max-width:1060px){.Header-module__JIOY7a__nav,.Header-module__JIOY7a__actions{display:none}.Header-module__JIOY7a__hamburger{display:flex}}@media (max-width:900px){.Header-module__JIOY7a__header{min-height:60px;padding:8px 16px 8px 24px}.Header-module__JIOY7a__overlay{padding-top:16px}}
.Faq-module__NyH_Qa__head{width:100%;min-height:84px;padding:10px var(--gutter);border:none;border-bottom:1px solid var(--bg-200);font-family:var(--font-serif-display);color:var(--black);text-align:left;cursor:pointer;background:#fff;align-items:center;gap:40px;font-size:clamp(22px,2.3vw,32px);font-weight:400;line-height:1.3;transition:color .2s;display:flex}.Faq-module__NyH_Qa__head:hover,.Faq-module__NyH_Qa__itemOpen .Faq-module__NyH_Qa__head{color:var(--primary)}.Faq-module__NyH_Qa__itemOpen .Faq-module__NyH_Qa__head{border-bottom-color:#0000}.Faq-module__NyH_Qa__num{flex:none;min-width:18px}.Faq-module__NyH_Qa__answer{grid-template-rows:0fr;transition:grid-template-rows .3s;display:grid}.Faq-module__NyH_Qa__itemOpen .Faq-module__NyH_Qa__answer{border-bottom:1px solid var(--bg-200);grid-template-rows:1fr}.Faq-module__NyH_Qa__answer>div{overflow:hidden}.Faq-module__NyH_Qa__answer p{max-width:980px;padding:30px var(--gutter);color:var(--neutral-800);font-size:16px;line-height:32px}.Faq-module__NyH_Qa__contact{padding:12px var(--gutter);letter-spacing:-.4px;color:var(--neutral-800);font-size:16px;line-height:24px}.Faq-module__NyH_Qa__contact a{color:var(--primary);font-weight:600;text-decoration:none}.Faq-module__NyH_Qa__contact a:hover{text-decoration:underline}@media (max-width:900px){.Faq-module__NyH_Qa__head{gap:16px}}@media (prefers-reduced-motion:reduce){.Faq-module__NyH_Qa__answer{transition:none}}
.page-module__AweeGG__page{background:#fff;overflow-x:clip}.page-module__AweeGG__sideHeader{flex-direction:column;align-items:flex-start;gap:20px;display:flex}.page-module__AweeGG__title{font-family:var(--font-serif-display);color:var(--color-primary);font-size:clamp(38px,4.4vw,64px);font-weight:400;line-height:1.3}.page-module__AweeGG__intro{color:gray;font-size:18px;line-height:31px}.page-module__AweeGG__method{color:#999;font-size:14px;line-height:21px}.page-module__AweeGG__segTabs{flex-wrap:wrap;gap:4px;font-size:14px;display:inline-flex}.page-module__AweeGG__segTab{color:#050505;border-radius:100px;align-items:center;height:38px;padding:8px 16px;font-weight:500;text-decoration:none;transition:background-color .2s;display:inline-flex}a.page-module__AweeGG__segTab:hover{background:#f7f7f7}.page-module__AweeGG__segTabActive{background:var(--color-primary);color:#fff}
