@font-face{font-family:Afek;src:url(../fonts/afek-regular.woff2) format("woff2"),url(../fonts/afek-regular.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Afek;src:url(../fonts/afek-medium.woff2) format("woff2"),url(../fonts/afek-medium.woff) format("woff");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Afek;src:url(../fonts/afek-demibold.woff2) format("woff2"),url(../fonts/afek-demibold.woff) format("woff");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Afek;src:url(../fonts/afek-bold.woff2) format("woff2"),url(../fonts/afek-bold.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Afek;src:url(../fonts/afek-black.woff2) format("woff2"),url(../fonts/afek-black.woff) format("woff");font-weight:900;font-style:normal;font-display:swap}:root{--navy-900: #060E33;--navy-800: #071039;--navy-700: #0A1652;--navy-600: #0C2068;--surface: #FAFBFF;--surface-2: #F3F6FE;--teal: #17B398;--teal-text: #0F7F6C;--teal-bright: #17E8C0;--aqua: #3AEFCD;--cyan: #22D3EE;--cyan-light: #5BE7F8;--cyan-pale: #8CE9FA;--ice: #EAFCFF;--lime: #D9F02B;--lime-hover: #E9FA4C;--lime-soft: #E4F55F;--ink-1: #0A1652;--ink-2: #3C4670;--ink-3: #4A5578;--ink-4: #5A6485;--ink-5: #6B7599;--ink-6: #8A93B3;--line-1: #E4EAF6;--line-2: #DFE6F3;--line-3: #DDE5F3;--line-4: #E1E8F6;--ghost: #E7ECF8;--container: 1320px;--gutter: 44px;--header-h: 80px;--ease-card: cubic-bezier(.2, .8, .3, 1)}*,*:before,*:after{box-sizing:border-box}html{font-size:100%;scroll-behavior:smooth;scroll-padding-top:calc(var(--header-h) + 24px);-webkit-text-size-adjust:100%}body{margin:0;background:var(--navy-900);color:#fff;font-family:Afek,system-ui,-apple-system,Segoe UI,sans-serif;font-size:1.0625rem;line-height:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:clip}img,svg,video{max-width:100%}img{height:auto}a{color:var(--cyan);text-decoration:none}a:hover{color:var(--lime)}h1,h2,h3,h4,h5,h6,p,figure{margin:0}::selection{background:var(--lime);color:var(--navy-700)}input::placeholder,textarea::placeholder{color:#0a165270;opacity:1}:focus-visible{outline:3px solid var(--navy-700);outline-offset:2px;box-shadow:0 0 0 6px #d9f02bf2;border-radius:4px}.hfm-container{max-width:var(--container);margin-inline:auto;padding-inline:var(--gutter)}.hfm-sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}.hfm-skip-link{position:absolute;inset-inline-start:50%;top:0;transform:translate(50%,-140%);z-index:200;background:var(--lime);color:var(--navy-700);font-weight:700;font-size:1.0625rem;padding:14px 26px;border-radius:0 0 10px 10px;transition:transform .2s ease}.hfm-skip-link:focus{transform:translate(50%);color:var(--navy-700)}.hfm-header{position:sticky;top:0;z-index:80;background:#060e33b3;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);transition:background .3s ease,box-shadow .3s ease}.hfm-header.is-scrolled{background:#060e33f7;box-shadow:0 1px #ffffff24,0 18px 40px -28px #000000e6}.hfm-header__inner{max-width:var(--container);margin-inline:auto;padding-inline:var(--gutter);min-height:var(--header-h);display:flex;align-items:center;justify-content:space-between;gap:32px}.hfm-logo{flex-shrink:0;display:flex;align-items:center;background:#fff;border-radius:11px;padding:9px 14px;transition:background .2s ease}.hfm-logo:hover{background:#f1f5ff}.hfm-logo__img{display:block;width:auto;height:36px}.hfm-logo--footer{padding:10px 15px}.hfm-logo--footer .hfm-logo__img{height:40px}.hfm-nav{display:flex;align-items:center;gap:clamp(16px,2vw,34px);min-width:0}.hfm-nav ul{display:flex;align-items:center;gap:clamp(16px,2vw,34px);list-style:none;margin:0;padding:0;flex-wrap:wrap}.hfm-nav__link{display:inline-block;font-size:1.03125rem;font-weight:500;color:#e3eaffbd;padding:6px 0;border-bottom:1.5px solid transparent;white-space:nowrap;transition:color .2s ease,border-color .2s ease}.hfm-nav__link:hover,.hfm-nav__link:focus-visible,.hfm-nav .current-menu-item>.hfm-nav__link,.hfm-nav .current_page_item>.hfm-nav__link{color:#fff;border-bottom-color:var(--cyan)}.hfm-header__cta{flex-shrink:0;white-space:nowrap;background:var(--lime);color:var(--navy-700);font-weight:700;font-size:.96875rem;padding:12px 26px;border-radius:8px;transition:background .2s ease,transform .2s ease}.hfm-header__cta:hover{background:var(--lime-hover);color:var(--navy-700);transform:translateY(-1px)}.hfm-nav-toggle{display:none}@media(max-width:1080px){.hfm-header__inner{flex-wrap:wrap;padding-block:12px;gap:14px 24px}.hfm-nav{order:3;width:100%}.hfm-nav,.hfm-nav ul{flex-wrap:wrap;gap:10px 20px}}.hfm-btn{display:inline-flex;align-items:center;gap:11px;flex-shrink:0;white-space:nowrap;font-family:inherit;font-weight:700;font-size:1.0625rem;padding:18px 34px;border:0;border-radius:9px;cursor:pointer;transition:background .25s ease,transform .2s ease,box-shadow .25s ease}.hfm-btn:hover{transform:translateY(-2px)}.hfm-btn--lime{background:var(--lime);color:var(--navy-700)}.hfm-btn--lime:hover{background:var(--lime-hover);color:var(--navy-700)}.hfm-btn--navy{background:var(--navy-700);color:#fff}.hfm-btn--navy:hover{background:var(--teal);color:#fff}.hfm-btn--white{background:#fff;color:var(--navy-700);padding:18px 32px}.hfm-btn--white:hover{background:var(--lime);color:var(--navy-700)}.hfm-textlink{font-weight:700;font-size:1.0625rem;display:inline-flex;align-items:center;gap:10px;transition:color .2s ease}.hfm-textlink--lime{color:var(--lime)}.hfm-textlink--lime:hover{color:#fff}.hfm-textlink--cyan{color:var(--cyan)}.hfm-textlink--cyan:hover{color:var(--lime)}.hfm-textlink--teal{color:var(--teal-text)}.hfm-textlink--teal:hover{color:var(--navy-700)}.hfm-arrow{font-size:.9375rem;line-height:1}.hfm-eyebrow{display:flex;align-items:center;gap:14px;font-size:.96875rem;font-weight:700;line-height:1.2}.hfm-eyebrow__text{white-space:nowrap}.hfm-ecg{display:block;flex-shrink:0}.hfm-ecg__pulse{animation:hfmFlow 4.5s linear infinite}.hfm-eyebrow--light .hfm-eyebrow__text{color:var(--teal-text)}.hfm-eyebrow--light .hfm-ecg__base{stroke:var(--teal);opacity:.4}.hfm-eyebrow--light .hfm-ecg__pulse{stroke:var(--teal-bright)}.hfm-eyebrow--dark .hfm-eyebrow__text{color:var(--cyan-pale)}.hfm-eyebrow--dark .hfm-ecg__base{stroke:var(--cyan);opacity:.45}.hfm-eyebrow--dark .hfm-ecg__pulse{stroke:var(--ice)}@keyframes hfmFlow{0%{stroke-dashoffset:0}to{stroke-dashoffset:-1075}}.hfm-reveal{transition:opacity .7s cubic-bezier(.2,.7,.3,1),transform .7s cubic-bezier(.2,.7,.3,1)}.hfm-reveal.is-hidden{opacity:0;transform:translateY(20px)}.hfm-footer{background:var(--navy-900);padding:70px 0 34px}.hfm-footer__inner{display:flex;flex-direction:column;gap:48px}.hfm-footer__grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:46px}.hfm-footer__brand{display:flex;flex-direction:column;gap:18px;align-items:flex-start}.hfm-footer__blurb{font-size:1rem;line-height:1.68;color:#eaf0ff8f;max-width:300px;text-wrap:pretty}.hfm-footer__email{font-size:1.03125rem;font-weight:600;color:var(--cyan)}.hfm-footer__email:hover{color:var(--lime)}.hfm-footer__col{display:flex;flex-direction:column;gap:13px}.hfm-footer__heading{font-weight:700;font-size:1rem;color:#fff;margin-bottom:2px}.hfm-footer__col ul{display:flex;flex-direction:column;gap:13px;list-style:none;margin:0;padding:0}.hfm-footer__col a{font-size:1rem;color:#eaf0ff94;transition:color .2s ease}.hfm-footer__col a:hover{color:var(--lime)}.hfm-footer__bar{border-top:1px solid rgba(255,255,255,.09);padding-top:26px;display:flex;justify-content:space-between;align-items:center;gap:24px;flex-wrap:wrap}.hfm-footer__legal{display:flex;gap:26px;flex-wrap:wrap}.hfm-footer__bar,.hfm-footer__bar a{font-size:.90625rem;color:#eaf0ff85}.hfm-footer__bar a:hover{color:var(--lime)}@media(max-width:900px){.hfm-footer__grid{grid-template-columns:1fr 1fr}}@media(max-width:560px){.hfm-footer__grid{grid-template-columns:1fr;gap:32px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}
