:root{--site-shell-black:#000;--site-shell-white:#fff;--site-shell-cyan:#00c1d4;--site-shell-gray:#3d4145;--site-shell-muted:#8a8f96;--site-shell-line:#e8eaec;--site-shell-ease:cubic-bezier(.16, 1, .3, 1)}#navbar.site-header{z-index:10000;background:var(--site-shell-white);border-bottom:1px solid var(--site-shell-line);height:64px;color:var(--site-shell-black);opacity:1;transition:border-color .22s var(--site-shell-ease), background .22s var(--site-shell-ease);align-items:center;padding:0 48px;display:flex;position:fixed;inset:0 0 auto;transform:none}#navbar.site-header.scrolled{border-bottom-color:#d0d3d7}.site-header__logo{flex:none;align-items:center;display:inline-flex}.site-header__logo img{width:112px;height:auto;display:block}.site-header__right{justify-content:flex-end;align-items:center;gap:28px;min-width:0;margin-left:auto;display:flex}.site-header__menu{justify-content:flex-end;align-items:center;gap:4px;margin-left:auto;display:flex}.site-header__item{position:relative}.site-header__link{min-height:40px;color:var(--site-shell-black);white-space:nowrap;transition:color .18s var(--site-shell-ease);justify-content:center;align-items:center;gap:6px;padding:8px 14px;font-family:Source Han Sans,Noto Sans SC,PingFang SC,Microsoft YaHei,sans-serif;font-size:14px;font-weight:400;line-height:1;text-decoration:none;display:inline-flex;position:relative}.site-header__link:after{content:"";background:var(--site-shell-cyan);transform-origin:0;height:1px;transition:transform .18s var(--site-shell-ease);position:absolute;bottom:4px;left:14px;right:14px;transform:scaleX(0)}.site-header__link:hover,.site-header__item:focus-within>.site-header__link,.site-header__item.is-active>.site-header__link{color:var(--site-shell-cyan)}.site-header__link:hover:after,.site-header__item:focus-within>.site-header__link:after,.site-header__item.is-active>.site-header__link:after{transform:scaleX(1)}.site-header__cta{min-width:94px;height:40px;color:var(--site-shell-cyan);border:1.5px solid var(--site-shell-cyan);transition:background .2s var(--site-shell-ease), color .2s var(--site-shell-ease);justify-content:center;align-items:center;padding:0 20px;font-family:Space Grotesk,-apple-system,PingFang SC,Microsoft YaHei,sans-serif;font-size:13px;font-weight:600;line-height:1;text-decoration:none;display:inline-flex}.site-header__cta:hover{background:var(--site-shell-cyan);color:var(--site-shell-black)}.site-header__toggle,.site-header__mobile-panel{display:none}.site-header__toggle{border:1px solid var(--site-shell-black);background:var(--site-shell-white);width:92px;height:40px;color:var(--site-shell-black);cursor:pointer;transition:border-color .18s var(--site-shell-ease), background .18s var(--site-shell-ease), color .18s var(--site-shell-ease);border-radius:0;justify-content:center;align-items:center;gap:10px;font-family:Source Han Sans,Noto Sans SC,PingFang SC,Microsoft YaHei,sans-serif;font-size:13px;font-weight:650;line-height:1}.site-header__toggle:hover,.site-header__toggle:focus-visible,.site-header.is-menu-open .site-header__toggle{border-color:var(--site-shell-cyan);background:var(--site-shell-cyan);color:var(--site-shell-black)}.site-header__toggle-icon{gap:5px;width:16px;display:inline-grid;position:relative}.site-header__toggle-icon span{transform-origin:50%;width:16px;height:1.5px;transition:transform .18s var(--site-shell-ease), opacity .18s var(--site-shell-ease);background:currentColor;display:block}.site-header.is-menu-open .site-header__toggle-icon span:first-child{transform:translateY(3.25px)rotate(45deg)}.site-header.is-menu-open .site-header__toggle-icon span:last-child{transform:translateY(-3.25px)rotate(-45deg)}[data-leap-cta]{position:relative;overflow:hidden}[data-leap-cta] .leap-cta__label{transition:opacity .18s var(--site-shell-ease), transform .18s var(--site-shell-ease);justify-content:center;align-items:center;display:inline-flex}[data-leap-cta]:after{content:attr(data-hover);color:currentColor;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .18s var(--site-shell-ease), transform .18s var(--site-shell-ease);justify-content:center;align-items:center;display:flex;position:absolute;inset:0;transform:translateY(8px)}[data-leap-cta]:hover,[data-leap-cta]:focus-visible{background:var(--site-shell-cyan);border-color:var(--site-shell-cyan);color:var(--site-shell-black)}[data-leap-cta]:hover .leap-cta__label,[data-leap-cta]:focus-visible .leap-cta__label{opacity:0;transform:translateY(-8px)}[data-leap-cta]:hover:after,[data-leap-cta]:focus-visible:after{opacity:1;transform:translateY(0)}.site-header__link:focus-visible,.site-header__cta:focus-visible,.site-header__toggle:focus-visible,.site-header__mobile-cta:focus-visible,.site-footer a:focus-visible{outline:2px solid var(--site-shell-cyan);outline-offset:4px}footer.site-footer{z-index:1;background:var(--site-shell-black);color:var(--site-shell-white);border-top:1px solid #ffffff0f;padding:64px 48px 40px;position:relative}.site-footer__grid{grid-template-columns:2fr 1fr 1.35fr 1fr 1.1fr;gap:36px;margin-bottom:48px;display:grid}.site-footer__brand img{width:124px;height:auto;display:block}.site-footer__email{color:#6a6f77;margin-top:10px;font-family:JetBrains Mono,monospace;font-size:12px}.site-footer__title{color:#8a8f96;letter-spacing:2px;text-transform:uppercase;margin-bottom:16px;font-family:Space Grotesk,sans-serif;font-size:11px;line-height:1}.site-footer__links{flex-direction:column;gap:10px;display:flex}.site-footer__subgroup{margin-top:28px}.site-footer__links a,.site-footer__contact span,.site-footer__contact a{color:#8a8f96;transition:color .16s var(--site-shell-ease);font-size:14px;line-height:1.45;text-decoration:none}.site-footer__links a:hover,.site-footer__links a.is-active,.site-footer__contact a:hover{color:var(--site-shell-cyan)}.site-footer__contact{flex-direction:column;gap:10px;display:flex}.site-footer__bottom{border-top:1px solid #1a1a1a;justify-content:space-between;align-items:center;gap:24px;padding-top:24px;display:flex}.site-footer__bottom span,.site-footer__bottom a{color:#4a4f57;transition:color .16s var(--site-shell-ease);font-size:12px;text-decoration:none}.site-footer__bottom a:hover{color:var(--site-shell-cyan)}.site-cta{z-index:1;background:var(--site-shell-white);border-top:1px solid var(--site-shell-line);color:var(--site-shell-black);padding:96px 48px;position:relative;overflow:clip}.site-cta:before{content:"";display:none}.site-cta__inner{width:100%;margin:0 auto}.site-cta__header{max-width:640px;margin-bottom:56px;display:block}.site-cta__headline{min-width:0}.site-cta__kicker,.site-cta__opportunity em,.site-cta__path span,.site-cta__form-head span,.site-cta__fields span,.site-cta__message span,.site-cta__radios legend,.site-cta__note{font-family:Space Grotesk,JetBrains Mono,-apple-system,PingFang SC,Microsoft YaHei,sans-serif}.site-cta__kicker{color:var(--site-shell-cyan);letter-spacing:3px;text-transform:uppercase;margin-bottom:12px;font-size:11px;font-weight:500;line-height:1;display:inline-block}.site-cta__kicker:before{content:none;display:none}.site-cta__title{max-width:720px;color:var(--site-shell-black);letter-spacing:-.5px;margin:0;font-family:Space Grotesk,Source Han Sans,Noto Sans SC,PingFang SC,Microsoft YaHei,sans-serif;font-size:40px;font-weight:700;line-height:1.2}.site-cta__copy{max-width:560px;color:var(--site-shell-gray);letter-spacing:0;margin:12px 0 0;font-size:16px;font-weight:400;line-height:1.6}.site-cta__opportunities{border-top:1px solid var(--site-shell-black);border-bottom:1px solid var(--site-shell-black);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.site-cta__opportunity{border-right:1px solid var(--site-shell-line);min-height:168px;padding:24px 24px 28px 0}.site-cta__opportunity+.site-cta__opportunity{padding-left:24px}.site-cta__opportunity:last-child{border-right:0}.site-cta__opportunity em{color:var(--site-shell-cyan);letter-spacing:.12em;text-transform:uppercase;margin-bottom:26px;font-size:11px;font-style:normal;font-weight:700;line-height:1;display:block}.site-cta__opportunity strong{color:var(--site-shell-black);margin-bottom:10px;font-size:22px;font-weight:650;line-height:1.18;display:block}.site-cta__opportunity span{color:#555b62;font-size:15px;line-height:1.65;display:block}.site-cta__grid{grid-template-columns:minmax(0,.8fr) minmax(420px,.72fr);align-items:stretch;gap:48px;margin-top:48px;display:grid}.site-cta__grid--form{grid-template-columns:minmax(0,1fr) 320px;justify-content:stretch;align-items:start;gap:80px;margin-top:0}.site-cta__paths{grid-template-columns:1fr;gap:14px;display:grid}.site-cta__path{border:1px solid var(--site-shell-line);min-height:220px;color:var(--site-shell-black);transition:border-color .18s var(--site-shell-ease), background .18s var(--site-shell-ease);background:#f7f8f9;padding:28px;text-decoration:none;display:block;position:relative}.site-cta__path:hover,.site-cta__path:focus-visible{background:var(--site-shell-white);border-color:var(--site-shell-cyan)}.site-cta__path:focus-visible{outline:2px solid var(--site-shell-cyan);outline-offset:4px}.site-cta__path span{color:var(--site-shell-cyan);letter-spacing:.12em;text-transform:uppercase;margin-bottom:20px;font-size:11px;font-weight:700;line-height:1;display:block}.site-cta__path strong{color:var(--site-shell-black);margin-bottom:10px;font-size:26px;font-weight:650;line-height:1.15;display:block}.site-cta__path p{color:#555b62;max-width:420px;margin:0 0 22px;font-size:15px;line-height:1.7}.site-cta__path ul{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:0;padding:0;list-style:none;display:grid}.site-cta__path li{color:var(--site-shell-gray);padding-left:12px;font-size:13px;line-height:1.45;position:relative}.site-cta__path li:before{content:"";background:var(--site-shell-cyan);width:5px;height:5px;position:absolute;top:.65em;left:0}.site-cta__form{color:var(--site-shell-black);background:0 0;padding:0}.site-cta__form-head{border-bottom:1px solid #24272a;justify-content:space-between;align-items:flex-start;gap:28px;margin-bottom:26px;padding-bottom:22px;display:none}.site-cta__form-head strong{color:var(--site-shell-white);font-size:28px;font-weight:650;line-height:1.15;display:block}.site-cta__form-head span{color:#8a8f96;letter-spacing:0;text-align:right;max-width:240px;font-size:12px;line-height:1.6}.site-cta__fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.site-cta__fields label,.site-cta__message{gap:8px;min-width:0;display:grid}.site-cta__fields span,.site-cta__message span,.site-cta__radios legend{color:var(--site-shell-gray);letter-spacing:.5px;text-transform:none;font-family:Source Han Sans,Noto Sans SC,PingFang SC,Microsoft YaHei,sans-serif;font-size:13px;font-weight:500;line-height:1.2}.site-cta__fields input,.site-cta__message textarea{border:1px solid var(--site-shell-gray);background:var(--site-shell-white);width:100%;min-width:0;color:var(--site-shell-black);letter-spacing:0;transition:border-color .16s var(--site-shell-ease);border-radius:0;outline:0;font-family:inherit;font-size:14px;line-height:1.4}.site-cta__fields input{height:64px;padding:0 14px}.site-cta__message textarea{resize:vertical;min-height:176px;padding:14px}.site-cta__fields input:focus,.site-cta__message textarea:focus{border-color:var(--site-shell-cyan)}.site-cta__fields input::placeholder,.site-cta__message textarea::placeholder{color:#8a8f96}.site-cta__radios{border:0;flex-wrap:wrap;gap:12px 24px;margin:28px 0 26px;padding:0;display:flex}.site-cta__radios legend{flex:0 0 100%}.site-cta__radios label{min-height:28px;color:var(--site-shell-black);cursor:pointer;align-items:center;gap:10px;font-size:14px;line-height:1.3;display:flex}.site-cta__radios input{appearance:none;border:1px solid var(--site-shell-gray);background:var(--site-shell-white);cursor:pointer;border-radius:0;width:16px;height:16px;margin:0}.site-cta__radios input:checked{border-color:var(--site-shell-cyan);background:linear-gradient(var(--site-shell-white), var(--site-shell-white)) center / 8px 8px no-repeat, var(--site-shell-cyan)}.site-cta__trap{width:1px;height:1px;position:absolute;left:-10000px;overflow:hidden}.site-cta__submit{border:1px solid var(--site-shell-black);background:var(--site-shell-black);width:min(100%,220px);min-height:58px;color:var(--site-shell-white);letter-spacing:0;cursor:pointer;transition:background .18s var(--site-shell-ease), color .18s var(--site-shell-ease), border-color .18s var(--site-shell-ease);border-radius:0;justify-content:center;align-items:center;margin-top:22px;font-family:Space Grotesk,-apple-system,PingFang SC,Microsoft YaHei,sans-serif;font-size:15px;font-weight:700;line-height:1;display:inline-flex}.site-cta__submit:hover{background:var(--site-shell-cyan);border-color:var(--site-shell-cyan);color:var(--site-shell-black)}.site-cta__submit:disabled{cursor:default;opacity:.72}.site-cta__note{color:var(--site-shell-muted);margin:14px 0 0;font-size:12px;line-height:1.6}.site-cta__note.is-pending{color:var(--site-shell-gray)}.site-cta__note.is-success{color:var(--site-shell-cyan)}.site-cta__note.is-error{color:#fa5f26}.site-cta__contact{color:var(--site-shell-black);padding-top:8px}.site-cta__contact-title{color:var(--site-shell-gray);letter-spacing:2px;text-transform:uppercase;margin-bottom:24px;font-family:Space Grotesk,JetBrains Mono,monospace;font-size:13px;font-weight:500}.site-cta__contact-item{gap:4px;display:grid}.site-cta__contact-item span{color:var(--site-shell-muted);font-size:12px;line-height:1.2}.site-cta__contact-item a{color:var(--site-shell-black);letter-spacing:0;transition:color .16s var(--site-shell-ease);font-family:JetBrains Mono,Space Grotesk,monospace;font-size:13px;text-decoration:none}.site-cta__contact-item a:hover,.site-cta__contact-item a:focus-visible{color:var(--site-shell-cyan)}.site-cta__contact-divider{background:#f0f2f4;height:1px;margin:28px 0}#contact.site-cta,#cta.site-cta,#apply.site-cta,#cta-section.site-cta{background:var(--site-shell-white)!important;min-height:auto!important;color:var(--site-shell-black)!important;padding:96px 48px!important;display:block!important;overflow:clip!important}#contact.site-cta:before,#cta.site-cta:before,#apply.site-cta:before,#cta-section.site-cta:before{content:""!important;display:none!important}#contact.site-cta>.site-cta__inner,#cta.site-cta>.site-cta__inner,#apply.site-cta>.site-cta__inner,#cta-section.site-cta>.site-cta__inner{display:block!important}#contact.site-cta .site-cta__title,#cta.site-cta .site-cta__title,#apply.site-cta .site-cta__title,#cta-section.site-cta .site-cta__title{color:var(--site-shell-black)!important;letter-spacing:-.5px!important;margin:0!important;font-size:40px!important;font-weight:700!important;line-height:1.2!important}#contact.site-cta .site-cta__copy,#cta.site-cta .site-cta__copy,#apply.site-cta .site-cta__copy,#cta-section.site-cta .site-cta__copy{color:var(--site-shell-gray)!important;margin:12px 0 0!important;font-size:16px!important;line-height:1.6!important}#contact.site-cta .site-cta__form-head strong,#cta.site-cta .site-cta__form-head strong,#apply.site-cta .site-cta__form-head strong,#cta-section.site-cta .site-cta__form-head strong{color:var(--site-shell-black)!important;font-size:28px!important}body #contact.site-cta,body #cta.site-cta,body #apply.site-cta,body #cta-section.site-cta{background:var(--site-shell-white)!important;min-height:auto!important;color:var(--site-shell-black)!important;padding:96px 48px!important;display:block!important;overflow:clip!important}body #contact.site-cta:before,body #cta.site-cta:before,body #apply.site-cta:before,body #cta-section.site-cta:before{content:""!important;display:none!important}body #contact.site-cta>.site-cta__inner,body #cta.site-cta>.site-cta__inner,body #apply.site-cta>.site-cta__inner,body #cta-section.site-cta>.site-cta__inner{width:100%!important;max-width:none!important;margin:0 auto!important;display:block!important}@media (width<=1024px){#navbar.site-header{padding:0 32px}.site-header__menu{gap:0}.site-header__link{padding-inline:10px}.site-footer__grid{grid-template-columns:1fr 1fr;gap:32px 48px}.site-cta{padding:88px 32px}#contact.site-cta,#cta.site-cta,#apply.site-cta,#cta-section.site-cta,body #contact.site-cta,body #cta.site-cta,body #apply.site-cta,body #cta-section.site-cta{padding:88px 32px!important}.site-cta__header,.site-cta__grid{grid-template-columns:1fr;gap:32px}.site-cta__grid--form{grid-template-columns:1fr}.site-cta__copy{max-width:760px}.site-cta__title{font-size:32px}#contact.site-cta .site-cta__title,#cta.site-cta .site-cta__title,#apply.site-cta .site-cta__title,#cta-section.site-cta .site-cta__title{font-size:32px!important}.site-cta__path ul{grid-template-columns:1fr}}@media (width<=768px){#navbar.site-header{padding:0 20px}.site-header__logo img{width:108px}.site-header__right{gap:0}.site-header__menu,.site-header__cta{display:none}.site-header__toggle{display:inline-flex}.site-header__mobile-panel{border:1px solid var(--site-shell-black);background:var(--site-shell-white);width:min(320px,100vw - 40px);color:var(--site-shell-black);display:block;position:absolute;top:64px;right:20px}.site-header__mobile-panel[hidden]{display:none}.site-header__mobile-menu{gap:0;padding:8px;display:grid}.site-header__mobile-menu .site-header__item{border-bottom:1px solid var(--site-shell-line)}.site-header__mobile-menu .site-header__item:last-of-type{border-bottom:0}.site-header__mobile-menu .site-header__link{justify-content:flex-start;width:100%;min-height:48px;padding:0 12px;font-size:15px}.site-header__mobile-menu .site-header__link:after{width:28px;bottom:10px;left:12px;right:auto}.site-header__mobile-cta{background:var(--site-shell-black);min-height:48px;color:var(--site-shell-white);justify-content:center;align-items:center;margin-top:8px;font-size:15px;font-weight:700;line-height:1;text-decoration:none;display:inline-flex}footer.site-footer{padding:48px 24px 28px}.site-cta{padding:72px 24px}#contact.site-cta,#cta.site-cta,#apply.site-cta,#cta-section.site-cta,body #contact.site-cta,body #cta.site-cta,body #apply.site-cta,body #cta-section.site-cta{padding:72px 24px!important}.site-cta__title{font-size:28px}.site-cta__kicker{letter-spacing:2.4px;font-size:11px}#contact.site-cta .site-cta__title,#cta.site-cta .site-cta__title,#apply.site-cta .site-cta__title,#cta-section.site-cta .site-cta__title{font-size:28px!important}.site-cta__copy{font-size:16px}.site-cta__opportunities,.site-cta__fields{grid-template-columns:1fr}.site-cta__fields{gap:18px}.site-cta__opportunity,.site-cta__opportunity+.site-cta__opportunity{border-right:0;border-bottom:1px solid var(--site-shell-line);min-height:auto;padding:22px 0}.site-cta__opportunity:last-child{border-bottom:0}.site-cta__grid{margin-top:32px}.site-cta__path,.site-cta__form{padding:24px}.site-cta__form{padding:0}.site-cta__form-head{display:none}.site-cta__form-head span{text-align:left;max-width:none}.site-cta__submit{width:100%}.site-cta__contact{padding-top:12px}.site-footer__grid{grid-template-columns:1fr;gap:28px}.site-footer__bottom{flex-direction:column;align-items:flex-start;gap:8px}}
