@import"https://fonts.googleapis.com/css2?family=Hauora:wght@300;400;500;600;700&family=Bai+Jamjuree:wght@400;500;600&display=swap";:root{--bg: #020C27;--bg-soft: #020A20;--panel: #031037;--blue-klein: #0032B1;--text-main: #EBEBED;--text-body: #cbd5e1;--text-muted: #94a3b8;--accent: #FF7535;--border: rgba(255, 255, 255, .1);--font-display: "Hauora", system-ui, -apple-system, sans-serif;--font-body: "Hauora", system-ui, -apple-system, sans-serif}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;background:var(--bg);color:#fff;font-family:var(--font-body);-webkit-font-smoothing:antialiased;overflow-x:hidden}main{width:100%;background:var(--bg)}img{max-width:100%}.display{font-family:var(--font-display)}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none}.reveal{opacity:0;transform:translateY(20px);transition:opacity .6s cubic-bezier(.22,1,.36,1),transform .6s cubic-bezier(.22,1,.36,1)}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-delay-1{transition-delay:.08s}.reveal-delay-2{transition-delay:.16s}.reveal-delay-3{transition-delay:.24s}#hero{position:relative;min-height:692px;display:flex;align-items:flex-end;overflow:hidden;background:var(--bg)}#hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--bg-soft);overflow:hidden}#hero-bg img{width:100%;height:100%;object-fit:cover;object-position:center}#hero-bg .gradient-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(900px 900px at 88% 105%,rgba(3,16,55,.8),transparent 60%),radial-gradient(760px 760px at -8% -12%,rgba(3,16,55,.8),transparent 58%),linear-gradient(90deg,#020a20d1,#020a2085 42%,#020a203d 72%,#020a2066)}.content-wrap{position:relative;width:100%}.hero-headline{margin:0;max-width:820px;font-size:clamp(2.6rem,4.2vw,3.5rem);line-height:1.3;font-weight:400;color:var(--text-main)}.hero-sub{margin-top:1rem;max-width:820px;font-size:1rem;line-height:1.5;color:var(--text-body)}.about-cta{display:inline-flex;margin-top:2.5rem;text-decoration:none}.about-cta__track{position:relative;display:inline-flex;width:116px;height:32px}.about-cta__content{display:flex;flex-direction:column;align-items:flex-start;gap:3px}.about-cta__row{display:flex;align-items:center;gap:2px}.about-cta__text{font-size:1rem;font-weight:600;line-height:1.375rem;color:#fff}.about-cta__arrow{display:inline-flex;align-items:center;justify-content:center;width:29px;height:29px;transition:transform .3s ease}.about-cta__icon{width:9px;height:9px}.about-cta__line{width:70px;border-top:2px solid var(--accent);transition:width .3s ease}.about-cta:hover .about-cta__arrow{transform:rotate(45deg)}.about-cta:hover .about-cta__line{width:95px}.stats-section{background:var(--bg-soft)}.stats-wrap{width:100%;padding:5rem 1rem}.stats-row{display:flex;align-items:center;justify-content:space-between;gap:0}.stats-item{display:flex;flex-direction:column;align-items:center;gap:1rem;min-width:96px}.stats-value-window{height:60px;overflow:hidden}.stats-track{display:flex;flex-direction:column;will-change:transform;transform:translateZ(0)}.stats-value{height:60px;white-space:nowrap;font-family:"Bai Jamjuree",var(--font-display);font-size:56px;font-weight:500;line-height:1.06;color:#fff;font-variant-numeric:tabular-nums}.stats-label{font-size:1rem;line-height:1.25;color:#fff;white-space:nowrap}.stat-divider-wrap{display:flex;align-items:center;justify-content:center}.stat-divider{width:6px;height:48px;background:var(--accent)}.fv-section{background:var(--bg)}.fv-wrap{width:100%}.feature-intro{position:relative;margin:0 0 4rem;max-width:860px;width:100%;min-height:210px;font-family:"Hauora",var(--font-body);font-size:31px;line-height:42px;font-weight:500;letter-spacing:0}.feature-intro__base,.feature-intro__highlight{margin:0;font:inherit;line-height:inherit;letter-spacing:inherit}.feature-intro__base{color:#ffffff4d}.feature-intro__highlight{position:absolute;inset:0 auto auto 0;color:#fff;pointer-events:none}.feature-intro__line{display:block}.fv-slider{position:relative;width:100%;border-radius:.5rem;overflow:hidden;background:#000}.fv-slide{display:none;position:relative}.fv-slide.active{display:block}.fv-slide__media{width:100%;aspect-ratio:1240 / 663;background:#020814}.fv-slide__gif{width:100%;height:100%;object-fit:cover;display:block}.fv-slide__bar{position:absolute;left:0;right:0;bottom:0;height:205px;background:#000000b3;border-top:4px solid var(--blue-klein);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.fv-slide__bar-inner{position:relative;height:100%}.fv-slide__title{margin:0;color:var(--text-main);font-size:2rem;line-height:1.25;font-weight:600}.fv-slide__desc{margin:0;color:var(--text-body);font-size:1rem;line-height:1.5}.fv-arrows{display:inline-flex;gap:6px;align-items:center}.fv-arrow{border:0;padding:0;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s ease,transform .2s ease}.fv-arrow:hover{background:#ffffff29}.fv-arrow:active{transform:scale(.98)}.fv-arrow:focus-visible{outline:2px solid rgba(255,255,255,.85);outline-offset:2px}.fv-arrow-icon{width:16px;height:16px}.fv-arrow-icon-prev{transform:rotate(180deg)}.trusted-wrap{background:var(--bg);padding:5rem 0}.trusted-shell{width:100%;margin:0 auto;padding:0 1rem}.trusted-row{display:flex;align-items:center;gap:2rem;min-height:184px;padding:0 .25rem}.trusted-label{margin:0;width:min(26.5rem,100%);max-width:26.5rem;color:#fff;font-size:1.25rem;line-height:1.5;font-weight:500}.marquee-outer{position:relative;flex:1;min-width:0;height:100px;overflow:hidden;display:flex;align-items:center}.marquee-outer:before,.marquee-outer:after{content:"";position:absolute;top:0;bottom:0;width:96px;z-index:2;pointer-events:none}.marquee-outer:before{left:0;background:linear-gradient(90deg,#020c27,#020c2700)}.marquee-outer:after{right:0;background:linear-gradient(270deg,#020c27,#020c2700)}.marquee-track{display:flex;align-items:center;gap:1.5rem;width:max-content;padding-left:1.5rem;animation:marqueeLeft 30s linear infinite}@keyframes marqueeLeft{0%{transform:translate(0)}to{transform:translate(-50%)}}.marquee-track img{width:84px;height:42px;object-fit:contain;opacity:.5;filter:grayscale(1) brightness(1.08);transition:opacity .2s ease,filter .2s ease}.sectors-expertise-section{background:var(--bg)}.tabs-ref{display:flex;align-items:center;gap:1rem;padding-bottom:1.25rem;margin-bottom:1.5rem;border-bottom:1px solid rgba(235,235,237,.2)}.tab-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:transparent;color:#ffffff80;font-size:1rem;font-weight:500;line-height:1.375rem;padding:.5rem 0;display:inline-flex;align-items:center;gap:.5rem;cursor:pointer}.tab-btn .tab-dot{width:4px;height:4px;background:var(--accent);opacity:0}.tab-btn.active{color:#fff}.tab-btn.active .tab-dot{opacity:1}.tab-panel{display:none}.tab-panel.active{display:block}.sectors-grid-ref{display:grid;grid-template-columns:minmax(0,48rem) minmax(0,28rem);gap:3.5rem;align-items:stretch;max-width:1240px;margin:0 auto}.card{border:1px solid var(--border);border-radius:.5rem;background:#031037f2}.sectors-left-card{min-height:475px}.sectors-left-card.dots{background:radial-gradient(circle,rgba(0,50,177,.24) 2px,transparent 2.4px) 0 14px / 54px 22px,#031037}.sectors-left-inner{position:relative;min-height:475px}.sectors-intro{margin:0;position:absolute;left:2.75rem;top:3.75rem;width:min(41.5rem,calc(100% - 5.5rem));font-size:1.375rem;line-height:1.7;color:#fff}.sectors-list-ref{position:absolute;left:2rem;top:12.5rem;width:14.5rem;display:flex}.sectors-line-rail{width:6px;height:181px;margin-top:26px;margin-left:1rem;border-radius:999px;background:#ff75351a;position:relative}.sectors-list-items{display:flex;flex-direction:column;gap:.5rem;margin-left:.75rem;padding-top:26px}.sector-item{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:transparent;text-align:left;padding:.625rem;min-height:40px;font-size:1rem;font-weight:500;line-height:1.375rem;color:#fff;cursor:pointer;opacity:.6}.sector-item.is-active,.sector-item.is-active-sector-line{opacity:1;color:#fff;font-weight:600}.sector-item.is-dimmed-sector-line{opacity:.6}.sectors-right-stack{display:flex;flex-direction:column;gap:.5rem}.sectors-right-image{height:300px;overflow:hidden;position:relative}.sectors-right-image img{width:100%;height:100%;object-fit:cover}.image-overlay-soft{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#031037bf,#03103740 45%,#03103700 78%);pointer-events:none}.sectors-caption{min-height:169px;padding:1.5rem}.sectors-caption p{margin:0;color:#fff;font-size:1rem;line-height:1.5}.directory-section-ref{background:var(--bg)}.directory-head-row{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:44px}.directory-label{color:var(--accent);font-size:1rem;line-height:1.25;font-weight:500}.directory-title{margin:0;color:#fff;font-size:1.5625rem;line-height:34px;font-weight:600}.directory-head-right{display:flex;flex-direction:column;align-items:flex-end;gap:1rem;padding-top:.5rem}.directory-head-copy{margin:0;color:#fff;font-size:.8125rem;line-height:18px}.directory-arrows{display:flex;gap:6px}.directory-arr{width:43px;height:31px;border:0;border-radius:74px;background:#ffffff1a;color:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.directory-arr.is-muted{opacity:.35}.directory-arr.is-accent{opacity:1}.directory-arr:hover{background:#ffffff2e;opacity:1}.directory-arr-icon{width:16px;height:16px}.directory-arr-icon-prev{transform:rotate(180deg)}.directory-track{display:flex;gap:24px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:.5rem}.directory-card.person-card{min-width:276px;width:276px;border-radius:.75rem;background:#031037;overflow:hidden;scroll-snap-align:start;transition:transform .25s ease,box-shadow .25s ease}.directory-card-media{position:relative;height:236px;overflow:hidden}.directory-card-media img{width:100%;height:100%;object-fit:cover}.directory-card-bar{position:absolute;left:0;right:0;bottom:0;height:6px;background:var(--blue-klein)}.directory-card-body{padding:1rem 1rem .875rem;display:flex;flex-direction:column;gap:.75rem}.directory-card-name{color:#fff;font-size:1.25rem;line-height:1.5;font-weight:500}.directory-card-bottom{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.directory-card-role{display:flex;align-items:center;gap:7px;color:#fff;font-size:.8125rem;line-height:18px}.directory-card-dot{width:4px;height:4px;background:var(--accent)}.directory-details-btn{border:0;background:transparent;color:#babac6;font-size:.8125rem;line-height:18px;cursor:pointer;display:inline-flex;align-items:center;gap:.25rem}.directory-details-btn:hover{color:#fff}.directory-card-extra{max-height:0;opacity:0;overflow:hidden;color:#fffc;font-size:.8125rem;line-height:1.5;transition:max-height .25s ease,opacity .2s ease}.directory-card.person-card.is-hover,.directory-card.person-card.is-open{transform:translateY(-6px);box-shadow:0 18px 40px #00000059}.directory-card.person-card.is-hover .directory-card-extra,.directory-card.person-card.is-open .directory-card-extra{max-height:180px;opacity:1}.meritas-section-ref{background:var(--bg-soft)}.meritas-card-ref{position:relative;width:100%;max-width:1242px;min-height:582px;margin:0 auto;border-radius:12px;overflow:hidden;background:url(/images/home/meritas-background.png) no-repeat center center;background-size:cover;box-shadow:0 53px 47.6px -44px #00000040}.meritas-logo-wrap-ref{margin-top:84px}.meritas-card-ref{position:relative;overflow:hidden;border-radius:12px;background:radial-gradient(circle at 50% 50%,rgba(25,137,137,.14),transparent 42%),linear-gradient(180deg,#171f34,#11192e);box-shadow:0 53px 47.6px -44px #00000040}.meritas-card-ref:before{content:"";position:absolute;top:-20%;right:-10%;bottom:-20%;left:-10%;background:url(/images/home/meritas-bg.gif) center center / cover no-repeat;opacity:.22;z-index:0;pointer-events:none}.meritas-card-ref:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 50% 50%,rgba(1,133,137,.12),transparent 38%);z-index:0;pointer-events:none}.meritas-card-overlay-ref{position:absolute;top:0;right:0;bottom:0;left:0;background:#171f34c2;border-radius:12px;z-index:1}.meritas-inner-ref{position:relative;z-index:2;min-height:582px;padding:86px 80px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;text-align:center}.meritas-logo-image-ref{width:min(100%,380px);height:auto;display:block;opacity:.98}@media(max-width:1024px){.meritas-card-ref{min-height:520px}.meritas-inner-ref{min-height:520px;padding:72px 48px}.meritas-copy-ref{font-size:18px;max-width:900px}.meritas-logo-wrap-ref{margin-top:64px}.meritas-logo-image-ref{width:min(100%,320px)}.meritas-cta-ref{margin-top:48px}}@media(max-width:640px){.meritas-card-ref{min-height:auto;border-radius:12px}.meritas-card-overlay-ref{border-radius:12px}.meritas-inner-ref{min-height:auto;padding:48px 24px}.meritas-copy-ref{font-size:16px;line-height:1.6;max-width:100%}.meritas-logo-wrap-ref{margin-top:42px}.meritas-logo-image-ref{width:min(100%,220px)}.meritas-cta-ref{margin-top:36px;min-width:110px;height:38px;font-size:14px;border-radius:8px}}@media(max-width:1024px){.meritas-card-ref{min-height:520px}.meritas-inner-ref{min-height:520px;padding:72px 48px}.meritas-copy-ref{font-size:18px;max-width:900px}.meritas-logo{font-size:52px;gap:14px}.meritas-logo-symbol{width:76px}.meritas-logo-wrap-ref{margin-top:64px}.meritas-cta-ref{margin-top:48px}}.meritas-card-ref{position:relative;overflow:hidden;border-radius:12px;background:url(/images/home/meritas-background.png) center center / cover no-repeat;box-shadow:0 53px 47.6px -44px #00000040}.meritas-inner-ref{position:relative;min-height:582px;padding:86px 80px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;text-align:center}.meritas-copy-ref{margin:0;max-width:1040px;color:#ffffffeb;font-size:20px;line-height:1.45;font-weight:300}.meritas-logo-wrap-ref{margin-top:84px;display:flex;justify-content:center;align-items:center}.meritas-logo-image-ref{width:min(100%,360px);height:auto;display:block}.meritas-cta-ref{margin-top:62px;min-width:113px;height:36px;padding:0 18px;border-radius:8px;border:1px solid #fff;background:#fff;color:#031037;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-size:16px;font-weight:500;line-height:1;transition:all .25s ease}.meritas-cta-ref:hover{background:transparent;color:#fff}@media(max-width:1024px){.meritas-card-ref{min-height:520px}.meritas-inner-ref{min-height:520px;padding:72px 48px}.meritas-copy-ref{font-size:18px;max-width:900px}.meritas-logo-wrap-ref{margin-top:64px}.meritas-logo-image-ref{width:min(100%,300px)}.meritas-cta-ref{margin-top:48px}}@media(max-width:640px){.meritas-card-ref{min-height:auto;border-radius:12px;background-position:center}.meritas-inner-ref{min-height:auto;padding:48px 24px}.meritas-copy-ref{font-size:16px;line-height:1.6;max-width:100%}.meritas-logo-wrap-ref{margin-top:42px}.meritas-logo-image-ref{width:min(100%,220px)}.meritas-cta-ref{margin-top:36px;min-width:110px;height:38px;font-size:14px;border-radius:8px}}@media(max-width:640px){.meritas-card-ref{min-height:auto;border-radius:12px}.meritas-card-overlay-ref{border-radius:12px}.meritas-inner-ref{min-height:auto;padding:48px 24px}.meritas-copy-ref{font-size:16px;line-height:1.6;max-width:100%}.meritas-logo-wrap-ref{margin-top:42px}}.testimonials-ref{background:var(--bg)}.testimonials-top-ref{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:3.5rem}.testimonials-label-ref{color:var(--accent);font-size:1rem;line-height:1.375rem;font-weight:600;margin-bottom:.875rem}.testimonials-title-ref{margin:0;color:#fff;font-size:1.5625rem;line-height:34px;font-weight:600}.testimonials-stage-ref{position:relative;overflow:hidden;min-height:420px}.testimonials-track-ref{position:relative;overflow:hidden}.testimonial-slide-ref{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;grid-template-columns:minmax(320px,618px) 1fr;gap:2rem;opacity:0;transform:translateY(40px);pointer-events:none;transition:transform .55s cubic-bezier(.22,.9,.2,1),opacity .45s ease}.testimonial-slide-ref.is-active{position:relative;opacity:1;transform:translateY(0);pointer-events:auto}.testimonial-media-ref{position:relative;border-radius:.75rem;overflow:hidden;height:369px;background:var(--bg-soft)}.testimonial-media-ref img{width:100%;height:100%;object-fit:cover}.testimonial-media-overlay-ref{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0000,#00000040 37%,#000000b0 79%,#000c)}.testimonial-person-ref{position:absolute;left:24px;bottom:24px;z-index:2}.testimonial-person-name-ref{margin:0;color:#fff;font-size:1.375rem;line-height:1.5;font-weight:600}.testimonial-person-role-ref{margin:.5rem 0 0;color:#ffffffd1;font-size:1.125rem;line-height:1.5;font-weight:300}.testimonial-copy-ref{position:relative;display:flex;align-items:center;min-height:369px}.testimonial-quote-mark-ref{position:absolute;top:1.25rem;right:0;width:99px;height:99px;opacity:.45}.testimonial-copy-ref p{margin:0;max-width:569px;color:#fff;font-size:1.25rem;line-height:1.5;font-weight:400}.blogs-section-ref{background:var(--bg-soft)}.blogs-head-ref{margin-bottom:3rem}.section-label{color:var(--accent);font-size:1rem;line-height:1.375rem;font-weight:600}.blogs-title-ref{margin:.75rem 0 0;color:#fff;font-size:1.5625rem;line-height:34px;font-weight:600}.blog-grid-ref{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}.blog-card{border-radius:.875rem;overflow:hidden;background:#18213b;border:1px solid rgba(255,255,255,.05);transition:transform .22s ease,box-shadow .22s ease}.blog-card:hover,.blog-card:focus-visible{transform:translateY(-4px);box-shadow:0 16px 34px #0000003d;outline:none}.blog-card-media img{width:100%;height:233px;object-fit:cover}.blog-card-body{padding:1.25rem;background:#031037}.blog-card-title{margin:0;color:#fff;font-size:1rem;line-height:1.375rem;font-weight:500;min-height:44px}.blog-card-meta{margin-top:1.5rem;display:flex;justify-content:space-between;align-items:center}.blog-card-cat{display:inline-flex;align-items:center;gap:7px;color:#fff;font-size:1rem;line-height:1.2;font-weight:500}.blog-card-dot{width:8px;height:8px;background:#ff9e72}.blog-card-date{font-family:"Bai Jamjuree",var(--font-body);color:#626b72;font-size:1rem;line-height:1.2;font-weight:500}.blogs-cta-ref{margin-top:3.25rem}.btn-primary.blogs-cta-btn{height:36px;border-radius:.5rem;border:1px solid #fff;background:#fff;color:#031037;padding:0 14px;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-size:.875rem;font-weight:600}.faq-ref{background:var(--bg)}.faq-head-ref{margin-bottom:62px}.faq-label-ref{color:var(--accent);font-size:1rem;line-height:1.375rem;font-weight:600;margin-bottom:18px}.faq-title-ref{margin:0;color:#fff;font-size:31px;line-height:42px;font-weight:600}.acc-item{border-bottom:1px solid rgba(235,235,237,.2)}.acc-btn{width:100%;border:0;background:transparent;color:inherit;display:flex;justify-content:space-between;align-items:center;gap:1rem;text-align:left;padding:35px 0;cursor:pointer}.acc-question{color:#fff;font-size:1rem;line-height:1.5;font-weight:400}.acc-icon{color:var(--accent);font-size:24px;line-height:1;transition:transform .28s ease}.acc-item.is-open .acc-icon{transform:rotate(45deg)}.acc-panel{display:grid;grid-template-rows:0fr;transition:grid-template-rows .35s ease}.acc-item.is-open .acc-panel{grid-template-rows:1fr}.acc-inner{overflow:hidden}.acc-inner-pad{padding:0 90px 34px 0;color:#ffffffbf;font-size:1rem;line-height:1.7;max-width:980px}.contact-ref{background:var(--bg-soft)}.contact-grid-ref{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,616px);gap:78px}.contact-left-ref{min-height:620px;display:flex;flex-direction:column;justify-content:space-between}.contact-title-ref{margin:0;color:#fff;font-size:2rem;line-height:1.15;font-weight:600}.contact-intro-ref{margin-top:1.5rem;color:#fff;font-size:1rem;line-height:1.5;max-width:405px}.contact-person-block-ref{max-width:405px}.contact-person-quote-ref{margin:0 0 1.5rem;color:#fff;font-size:1rem;line-height:1.5}.contact-person-ref{display:flex;align-items:center;gap:.875rem}.contact-person-ref img{width:72px;height:72px;object-fit:cover;border-radius:999px}.contact-person-name-ref{color:#fff;font-size:1rem;line-height:1.2;font-weight:500}.contact-person-role-ref{margin-top:.25rem;color:#ffffffd1;font-size:1rem;line-height:1.2}.contact-right-ref{padding-top:.125rem}.contact-form-topcopy-ref{margin:0 0 1.5rem;color:#fff;font-size:1rem;line-height:1.5}.contact-success-ref{margin-bottom:1rem;padding:.75rem .875rem;border-radius:.5rem;border:1px solid rgba(34,197,94,.45);background:#22c55e24;color:#dcfce7;font-size:.875rem}.contact-form-ref{display:flex;flex-direction:column;gap:1rem}.contact-two-col-ref{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.contact-label-ref{display:block;margin-bottom:1rem;color:#fff;font-size:1rem;line-height:22px;font-weight:500}.contact-field-ref{width:100%;height:50px;border:0;border-radius:.25rem;background:#ebebed0d;color:#fff;padding:0 .875rem;font-size:.875rem;line-height:1.2;outline:none;transition:box-shadow .2s ease,background-color .2s ease}.contact-field-ref:focus{box-shadow:0 0 0 2px #ff753559;background:#ebebed14}.contact-textarea-ref{min-height:235px;height:235px;padding:1rem .875rem;resize:vertical}.contact-check-ref{display:flex;align-items:center;gap:.5rem;color:#fff;font-size:.875rem;line-height:1.5}.contact-check-ref a{color:#fff}.contact-submit-ref{width:110px;height:36px;border-radius:.5rem;border:1px solid #fff;background:#fff;color:#031037;font-size:.875rem;font-weight:600;cursor:pointer}.contact-privacy-ref{margin:.25rem 0 0;color:#ffffffb3;font-size:.75rem;line-height:1.4}.contact-submit-ref:disabled{opacity:.7;cursor:not-allowed}.contact-error-ref{display:inline-block;margin-top:.375rem;color:#fca5a5;font-size:.75rem}@media(min-width:1024px){.content-wrap,.trusted-shell{padding-left:6rem;padding-right:6rem}}@media(max-width:1200px){.testimonial-slide-ref{grid-template-columns:1fr;gap:1.25rem}.testimonial-copy-ref{min-height:0}.testimonials-stage-ref{min-height:700px}}@media(max-width:1100px){#hero{min-height:70vh}.hero-headline{font-size:clamp(2rem,7vw,3rem)}.stats-row{gap:1.25rem}.sectors-grid-ref{grid-template-columns:1fr}.sectors-left-inner{min-height:540px}.sectors-right-image{height:18rem}.meritas-inner-ref{min-height:460px;padding:56px 28px}.meritas-copy-ref{font-size:1rem}.meritas-logo-wrap-ref{margin-top:54px}.meritas-logo{font-size:3rem}.contact-grid-ref{grid-template-columns:1fr;gap:2rem}.contact-left-ref{min-height:0;gap:2rem}}@media(max-width:900px){.blog-grid-ref{grid-template-columns:1fr}.directory-head-row{flex-direction:column;gap:1rem}.directory-head-right{width:100%;align-items:flex-start}.directory-card.person-card{min-width:82vw;width:82vw;max-width:320px}.trusted-row{flex-direction:column;align-items:flex-start;gap:1rem;min-height:0;padding:0}.trusted-label{width:100%;max-width:none;font-size:1rem}.marquee-outer{width:100%;height:5rem}.acc-inner-pad{padding-right:.5rem}}@media(max-width:768px){#hero{min-height:692px;padding-top:0;padding-bottom:0}#hero-bg img{object-position:64% center}.content-wrap{padding:0 24px 48px;align-items:flex-end}.hero-headline{max-width:345px;font-size:32px;line-height:1.3}.hero-sub{max-width:345px;margin-top:32px;font-size:16px;line-height:1.5;color:#fff}.about-cta{margin-top:32px}.stats-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:39px 40px}.stat-divider-wrap{display:none}.stats-wrap{padding:50px 24px}.stats-value{font-size:32px;line-height:1.06}.stats-label{font-size:16px;line-height:1.25}.feature-intro{margin-bottom:40px;max-width:345px;min-height:0;font-size:16px;line-height:22px;font-weight:500}.feature-intro__base{color:#ffffffeb}.feature-intro__highlight{display:none}.fv-slide__media{aspect-ratio:345 / 194}.fv-slide__bar{position:relative;height:auto}.fv-slide__bar-inner{display:flex;flex-direction:column;gap:20px;padding:20px 0 0}.fv-slide__left,.fv-slide__right,.fv-arrows{position:static!important;width:100%;max-width:none;margin:0}.fv-slide__title{font-size:18px;line-height:25px}.fv-slide__desc{font-size:13px;line-height:1.5}.testimonials-title-ref,.blogs-title-ref,.directory-title{font-size:18px;line-height:25px}.testimonials-stage-ref{min-height:430px}.testimonial-media-ref{height:206px}.testimonial-copy-ref p{font-size:16px;line-height:1.5}.testimonial-quote-mark-ref{width:56px;height:56px;top:-10px}.directory-section-ref,.blogs-section-ref,.faq-ref,.contact-ref,.testimonials-ref{padding-top:48px;padding-bottom:48px}.trusted-wrap,.trusted-shell{padding-top:40px;padding-bottom:40px}.contact-two-col-ref{grid-template-columns:1fr;gap:20px}.contact-title-ref{font-size:18px;line-height:25px}.contact-field-ref{height:40px;font-size:13px}.contact-textarea-ref{min-height:130px;height:130px}.contact-submit-ref{width:130px;height:36px;font-size:13px;line-height:18px}.contact-check-ref{display:flex;align-items:center;gap:.5rem;color:#fff;font-size:.875rem;line-height:1.5}}@media(max-width:420px){.hero-headline{font-size:2rem}.person-card{min-width:86vw}}.contact-check-ref input[type=checkbox]{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:16px;height:16px;margin:0;border:1.5px solid rgba(255,255,255,.7);background:#fff;border-radius:3px;display:inline-grid;place-content:center;flex-shrink:0;cursor:pointer;position:relative}.contact-check-ref input[type=checkbox]:after{content:"";width:9px;height:5px;border-left:2px solid #0032B1;border-bottom:2px solid #0032B1;transform:rotate(-45deg) scale(0);transform-origin:center;transition:transform .15s ease-in-out;margin-top:-1px}.contact-check-ref input[type=checkbox]:checked:after{transform:rotate(-45deg) scale(1)}.contact-check-ref input[type=checkbox]:focus-visible{outline:2px solid rgba(0,50,177,.35);outline-offset:2px}.sectors-line-rail__indicator{box-shadow:0 0 0 1px #ffffff14}@media(max-width:900px){.se-tabs-row{flex-wrap:wrap}.se-tab-btn{flex:1 1 180px}.trusted-card{padding:2rem 1.5rem}.trusted-card__rows{gap:2rem}.trusted-logo-row{flex-direction:column;align-items:flex-start;gap:1rem}.trusted-logo-label,.trusted-logo-viewport{width:100%}.trusted-logo-track{gap:1rem}.trusted-logo-track img{width:5rem!important;height:2.5rem!important}.testimonials-top-ref{flex-direction:column;align-items:flex-start;margin-bottom:2rem}.testimonials-nav-ref{width:100%;justify-content:flex-start}}@media(max-width:768px){.trusted-card{border-radius:.75rem;padding:2.5rem 1.5rem}.trusted-card__intro h3{font-size:1.125rem!important;line-height:1.4!important}.trusted-card__intro p{max-width:100%!important;font-size:.8125rem!important;line-height:1.5!important}.se-tabs-row{gap:.75rem;margin-bottom:1rem}.se-tab-btn{height:2.5rem!important;padding-left:1rem!important;padding-right:1rem!important;font-size:.875rem!important;line-height:1.25rem!important}.se-panel-grid{gap:1.5rem}.se-panel-copy,#sectorCaption,#expertiseCaption{font-size:.8125rem!important;line-height:1.5!important}.se-list-card{min-height:0;padding:1.5rem 1rem 1.5rem 2rem}.se-list-card [data-se-rail]{left:.75rem!important;top:1.5rem!important}.se-list-wrap{position:relative!important;left:auto!important;top:auto!important;width:100%!important;max-width:100%!important;gap:.5rem!important}.se-list-item{align-items:flex-start!important;min-height:2.5rem;height:auto!important;padding-top:.5rem!important;padding-bottom:.5rem!important;padding-right:0!important;white-space:normal;font-size:.9375rem!important;line-height:1.45!important}.se-media-card{height:12.9375rem!important}.directory-head-copy{max-width:20rem}.meritas-inner-ref{min-height:0;padding:2.5rem 1.5rem}.meritas-copy-ref{font-size:.8125rem;line-height:1.5}.meritas-logo-wrap-ref{margin-top:2rem}.meritas-logo{flex-wrap:wrap;justify-content:center;gap:.625rem;font-size:2rem;letter-spacing:.08em}.meritas-logo-symbol{width:4rem}.meritas-logo-sup{font-size:.75rem;transform:translateY(-.55rem)}.blogs-head-ref,.faq-head-ref{margin-bottom:2rem}.blog-card-media img{height:12.875rem}.blog-card-body{padding:1rem}.blog-card-meta{margin-top:1rem;gap:.75rem;align-items:flex-start;flex-direction:column}.acc-btn{align-items:flex-start;padding:1.25rem 0}.acc-question{max-width:calc(100% - 2rem);font-size:.875rem;line-height:1.5}.acc-inner-pad{padding:0 1rem 1.25rem 0;font-size:.8125rem;line-height:1.6}.contact-grid-ref{gap:2.5rem}.contact-check-ref{align-items:flex-start}}@media(max-width:480px){.stats-row{gap:1.5rem 1rem}.stats-item{min-width:0}.stats-value,.stats-label{text-align:center}.directory-card.person-card{min-width:calc(100vw - 3rem);width:calc(100vw - 3rem);max-width:none}.trusted-card{padding-left:1rem;padding-right:1rem}.se-tab-btn{flex-basis:100%}.se-list-card{padding-left:1.75rem;padding-right:.75rem}.se-list-card [data-se-rail]{left:.625rem!important}.fv-wrap,.testimonials-wrap-ref,.contact-ref-wrap,.faq-wrap-ref{padding-left:1rem!important;padding-right:1rem!important}}@media(max-width:768px){.stats-section{background:#020a20}.stats-wrap{padding:50px 40px}.stats-row{width:min(313px,100%);margin:0 auto;display:grid;grid-template-columns:minmax(0,115px) 3px minmax(0,115px);justify-content:center;align-items:center;column-gap:40px;row-gap:39px}.stats-row>.stats-item{width:115px;min-width:0;min-height:80px;gap:9px;justify-content:space-between}.stats-row>.stats-item:nth-child(1){grid-column:1;grid-row:1}.stats-row>.stat-divider-wrap:nth-child(2){display:flex;grid-column:2;grid-row:1}.stats-row>.stats-item:nth-child(3){grid-column:3;grid-row:1}.stats-row>.stat-divider-wrap:nth-child(4){display:none}.stats-row>.stats-item:nth-child(5){grid-column:1;grid-row:2}.stats-row>.stat-divider-wrap:nth-child(6){display:flex;grid-column:2;grid-row:2}.stats-row>.stats-item:nth-child(7){grid-column:3;grid-row:2}.stats-value-window{width:115px;height:60px}.stats-value{width:115px;height:60px;display:flex;align-items:center;justify-content:center;font-size:32px;line-height:1.06;text-align:center}.stats-label{width:115px;min-height:40px;white-space:normal;text-align:center;font-size:16px;line-height:1.25}.stat-divider{width:3px;height:32px;background:#ff7535}}@media(max-width:420px){.stats-wrap{padding-left:24px;padding-right:24px}.stats-row{width:100%;grid-template-columns:minmax(0,1fr) 3px minmax(0,1fr);column-gap:16px}.stats-row>.stats-item,.stats-value-window,.stats-value,.stats-label{width:100%}}@media(max-width:900px){.testimonials-top-ref,.directory-head-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end}.testimonials-top-ref{gap:16px;margin-bottom:33px}.directory-head-row{gap:16px;margin-bottom:40px}.testimonials-top-ref>.reveal,.directory-head-left{min-width:0}.testimonials-top-ref>.reveal{max-width:250px}.directory-head-left{max-width:172px}.testimonials-nav-ref,.directory-arrows{width:auto!important;justify-content:flex-end!important;align-items:center}.directory-head-right{width:auto!important;align-items:flex-end!important;gap:8px;padding-top:0}.testimonials-nav-ref{gap:12px}.testimonials-nav-ref .directory-arr{width:32px;height:24px;min-width:32px;border-radius:48px;padding:0}.testimonials-nav-ref .directory-arr-icon{width:14px;height:14px}.directory-arrows{gap:4.63px}.directory-arrows .directory-arr{width:33.18px;height:28.55px;min-width:33.18px;border-radius:57.1087px;padding:0}.directory-arrows .directory-arr-icon{width:18.52px;height:18.52px}.directory-head-copy{display:none}}@media(max-width:768px){.testimonials-wrap-ref,.directory-section-ref .mx-auto.w-full.max-w-7xl{padding-left:24px;padding-right:24px}.testimonials-label-ref,.directory-label{font-size:13px;line-height:18px;font-weight:500}.testimonials-title-ref,.directory-title{font-size:18px;line-height:25px;font-weight:600}}@media(max-width:420px){.testimonials-top-ref>.reveal{max-width:245px}.directory-head-left{max-width:170px}}@media(max-width:1023.98px){.sectors-expertise-section{background:#020c27!important;padding-top:42px!important;padding-bottom:42px!important}.sectors-expertise-section>.mx-auto{max-width:393px;padding-left:24px!important;padding-right:24px!important}.se-tabs-row{display:flex;flex-wrap:nowrap!important;gap:12px!important;margin-bottom:23px!important}.se-tab-btn{flex:1 1 0!important;height:44px!important;min-width:0;padding:16px 10px!important;border-radius:100px!important;font-size:16px!important;line-height:22px!important}.se-tab-btn[data-tab=expertise]{order:1}.se-tab-btn[data-tab=sectors]{order:2}[data-se-frame]{margin-top:23px!important}.se-panel-grid--stack{display:grid!important;grid-template-columns:1fr!important;gap:23px!important}.se-panel-main{gap:23px!important;min-height:auto!important}.se-panel-copy{display:none!important}.se-list-card--chips{min-height:0!important;background:transparent!important;border-radius:0!important;padding:0!important;display:flex!important;align-items:center!important;gap:7px!important;overflow:hidden}.se-list-card--chips [data-se-rail]{position:static!important;left:auto!important;top:auto!important;margin-top:0!important;width:3px!important;min-width:3px;height:40px!important;border-radius:100px!important;background:#ff7535!important;overflow:hidden}.se-list-card--chips [data-se-rail] .sectors-line-rail__indicator{display:none!important}.se-list-card--chips [data-se-list]{position:static!important;left:auto!important;top:auto!important;width:auto!important;max-width:calc(100% - 10px)!important;display:flex!important;flex-direction:row!important;align-items:center!important;gap:7px!important;overflow-x:auto!important;overflow-y:hidden!important;padding:0 0 6px!important;scrollbar-width:none;-ms-overflow-style:none}.se-list-card--chips [data-se-list]::-webkit-scrollbar{display:none}.se-list-item{flex:0 0 auto!important;align-items:center!important;justify-content:center!important;min-height:33px!important;height:33px!important;padding:12px 14px!important;border-radius:8px!important;white-space:nowrap!important;font-size:13px!important;line-height:18px!important;font-weight:600!important;background:#1b162859!important;color:#ffffff80!important}.se-list-item.is-active,.se-list-item.is-active-sector-line{background:#ffffff2b!important;color:#fff!important;font-weight:700!important;opacity:1!important}.se-list-item.is-dimmed-sector-line{background:#1b162859!important;color:#ffffff80!important;opacity:1!important}.se-media-card{order:2;height:326.05px!important;border-radius:12px!important}.se-media-card .absolute.inset-x-0.bottom-0.h-1.bg-blue-700{height:5px!important;background:#0032b1!important}.se-panel-caption-wrap{order:3;display:flex;flex-direction:column;align-items:flex-start;gap:33px}#sectorCaption,#expertiseCaption{max-width:345px!important;font-size:16px!important;line-height:150%!important;color:#fff!important}.se-view-all-cta{display:inline-flex;align-items:center;justify-content:center;min-width:113px;height:36px;padding:8px 14px;border:1px solid #FFFFFF;border-radius:8px;background:#fff;color:#031037;font-size:16px;font-weight:500;line-height:22px;text-decoration:none;box-shadow:0 1px 2px #1018280d}}@media(min-width:1024px){.se-panel-grid--stack{display:grid;grid-template-columns:638px 528px;column-gap:80px;align-items:start}.se-panel-main{grid-column:1;grid-row:1}.se-media-card{grid-column:2;grid-row:1 / span 2}.se-panel-caption-wrap{grid-column:1;grid-row:2;margin-top:32px;display:flex;flex-direction:column;align-items:flex-start;gap:22px}.se-view-all-cta{display:inline-flex;align-items:center;justify-content:center;min-width:113px;height:36px;padding:8px 14px;border:1px solid #FFFFFF;border-radius:8px;background:#fff;color:#031037;font-size:16px;font-weight:500;line-height:22px;text-decoration:none;box-shadow:0 1px 2px #1018280d}}#hero{min-height:clamp(692px,calc(100svh - 96px),940px)}.content-wrap{max-width:min(1720px,calc(100% - 64px));margin-inline:auto;padding-inline:32px;min-height:inherit}@media(min-width:1800px){#hero{min-height:min(100svh,1040px)}.content-wrap{max-width:min(1840px,calc(100% - 96px));padding-inline:48px}}@media(max-width:768px){#hero{min-height:auto}.content-wrap{max-width:min(100%,calc(100% - 32px));padding-inline:16px}}
