.v2hdr,.v2ftr{--cream:#f7f4ec;--cream-2:#fbf9f3;--ink:#16130d;--ink-soft:#4a463d;--muted:#7c776c;--yellow:#ffd23f;--yellow-deep:#f5c518;--line:#e8e3d6;--card:#fff;--violet:#6b5cf0;--violet-2:#9a7cf5;--lav-line:#e3d9fb;--y-soft:#fff6d6;--y-line:#f1e3a3;--y-ic:#a9810a;--radius:18px;--shadow:0 1px 2px rgba(20,16,8,.04),0 10px 30px rgba(20,16,8,.05);font-family:"Montserrat","Helvetica Neue",Arial,sans-serif;color:var(--ink);line-height:1.55;-webkit-font-smoothing:antialiased}.v2hdr *,.v2ftr *{box-sizing:border-box;margin:0;padding:0}.v2hdr a,.v2ftr a{text-decoration:none;color:inherit}.v2hdr .wrap-xl{max-width:1440px;margin:0 auto;padding:0 30px}.v2hdr .btn,.v2ftr .btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:700;font-size:15px;border-radius:999px;padding:13px 22px;border:1.5px solid transparent;cursor:pointer;transition:.18s ease}.v2hdr .btn-ghost{background:0 0;color:var(--ink);border-color:var(--ink)}.v2hdr .btn-ghost:hover{background:var(--ink);color:#fff}.v2hdr .btn-light,.v2ftr .btn-light{background:#fff;color:var(--ink)}.v2hdr .btn-light:hover{background:#f3efe6;transform:translateY(-1px)}.v2hdr .btn-hire{background:#ffd64a;color:var(--ink)}.v2hdr .btn-hire:hover{background:#000;color:#fff}.v2hdr svg.icn,.v2ftr svg.icn{fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;display:block}header.v2hdr{position:sticky;top:0;left:0;right:0;z-index:40;background:#fff;backdrop-filter:blur(10px);border-bottom:1px solid var(--line);transition:background .25s ease,border-color .25s ease}header.v2hdr.inner{border-bottom-color:var(--line)}header.v2hdr.inner .navlinks{color:var(--ink-soft)}header.v2hdr.inner .nav-right .btn-ghost{background:#fff;border:1px solid #e4dfd2;color:var(--ink)}header.v2hdr.inner .nav-right .btn-ghost:hover{background:#fff;border-color:#000}.v2hdr .nav{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;column-gap:36px;height:80px}.v2hdr .logo{display:flex;align-items:center;gap:8px;font-weight:800;font-size:20px;justify-self:start}.v2hdr .logo svg{display:block}.v2hdr .navlinks{display:flex;align-items:center;gap:26px;font-size:15px;font-weight:500;color:#2f2f2f}.v2hdr .navlinks a,.v2hdr .navlink-trigger{display:flex;align-items:center;gap:4px;position:relative}.v2hdr .navlinks a:hover{color:var(--ink)}.v2hdr .navlinks a:after,.v2hdr .navlink-trigger:after{content:"";position:absolute;right:0;bottom:-2px;height:1px;width:0;background:currentColor;transition:width .35s ease}.v2hdr .navlinks a:hover:after,.v2hdr .navlink-trigger:hover:after,.v2hdr .navlink-trigger.on:after{width:100%;right:auto;left:0}.v2hdr .has-panel{display:flex;align-items:center;height:80px}.v2hdr .navlink-trigger{font:inherit;color:inherit;background:0 0;border:0;padding:0;cursor:pointer}.v2hdr .navlink-trigger:hover,.v2hdr .navlink-trigger.on{color:var(--ink)}.v2hdr .caret{width:16px;height:16px;opacity:.7;transition:transform .2s ease}.v2hdr .navlink-trigger.on .caret{transform:rotate(180deg)}.v2hdr .nav-right{display:flex;align-items:center;gap:10px;justify-self:start}.v2hdr .nav-right .btn{padding:9px 18px;font-size:14px;border:0;border-radius:10px;font-weight:500;white-space:nowrap}.v2hdr .nav-right .btn-hire{background:#ffde2d;color:#000}.v2hdr .nav-right .btn-hire:hover{background:#000;color:#fff}.v2hdr .nav-right .btn-ghost{background:#f3f3f3;border-color:transparent;color:#000}.v2hdr .nav-right .btn-ghost:hover{background:#e9e7df;border-color:transparent}.v2hdr .menu-toggle{display:none;background:0 0;border:none;cursor:pointer;color:inherit;padding:4px}.v2hdr .menu-toggle .icn{width:22px;height:22px}.v2hdr .mega{position:absolute;top:100%;left:0;right:0;background:#fff;border-top:1px solid var(--line);box-shadow:0 24px 40px rgba(20,16,8,.1);opacity:0;visibility:hidden;transform:translateY(-8px);transition:opacity .2s ease,transform .2s ease,visibility .2s;pointer-events:none}.v2hdr .mega.open{opacity:1;visibility:visible;transform:none;pointer-events:auto}.v2hdr .mega-cols{display:grid;gap:0;width:100%;max-width:1920px;margin:0 auto;padding:12px 0 14px}.v2hdr .mega-companies .mega-cols{grid-template-columns:repeat(3,1fr);padding-inline:15%}.v2hdr .mega-talents .mega-cols,.v2hdr .mega-resource .mega-cols{grid-template-columns:repeat(2,1fr);padding-inline:24%}.v2hdr .mega-col{padding:0 26px}.v2hdr .mega-col+.mega-col{border-left:1px solid var(--line)}.v2hdr .mega-head{font-size:14px;font-weight:600;color:#54534f;margin-bottom:8px}.v2hdr .mega-item{display:flex;gap:8px;align-items:flex-start;padding:12px 8px;border-radius:12px;transition:background .15s ease}.v2hdr .mega-item+.mega-item{margin-top:2px}.v2hdr .mega-item:hover{background:#f6f6f6}.v2hdr .mega-ic{flex:0 0 36px;width:36px;height:36px;border-radius:8px;background:#fff;border:1px solid #eaeaf0;display:grid;place-items:center;color:#231f20}.v2hdr .mega-ic .icn{width:20px;height:20px}.v2hdr .mega-txt{display:flex;flex-direction:column;gap:4px}.v2hdr .mega-t{font-size:15px;font-weight:500;color:#231f20;line-height:1.2}.v2hdr .mega-d{font-size:13.5px;font-weight:400;color:#54534f;line-height:1.45}.v2hdr .mega-roles{list-style:none;display:flex;flex-direction:column;gap:2px;margin:0}.v2hdr .mega-roles a{display:block;padding:4px 16px;border-radius:8px;font-size:15px;font-weight:500;color:#231f20;transition:background .15s ease,color .15s ease}.v2hdr .mega-roles a:hover{background:#f6f6f6;color:#231f20}.v2hdr .mega-viewall{text-decoration:underline;text-underline-offset:3px;color:#231f20!important}.v2hdr .mobile-menu{position:absolute;top:100%;left:0;right:0;z-index:60;background:#fff;border-top:1px solid var(--line);box-shadow:0 24px 40px rgba(20,16,8,.1);max-height:calc(100vh - 80px);overflow-y:auto;opacity:0;visibility:hidden;transform:translateY(-8px);transition:opacity .22s ease,transform .22s ease,visibility .22s;pointer-events:none}.v2hdr .mobile-menu.open{opacity:1;visibility:visible;transform:none;pointer-events:auto}.v2hdr .m-body{padding:6px 20px 28px;display:flex;flex-direction:column}.v2hdr .m-row{display:flex;align-items:center;justify-content:space-between;width:100%;padding:17px 2px;border:0;border-bottom:1px solid var(--line);background:0 0;font:inherit;font-size:16px;font-weight:600;color:var(--ink);cursor:pointer;text-align:left}.v2hdr .m-chev{width:20px;height:20px;color:var(--muted);transition:transform .2s ease;flex:0 0 20px;stroke:#8c897f}.v2hdr .m-row.on .m-chev,.v2hdr .m-subrow.on .m-chev{transform:rotate(180deg)}.v2hdr .m-row.on{border-bottom-color:transparent}.v2hdr .m-panel{padding:6px 0 12px;border-bottom:1px solid var(--line)}.v2hdr .m-list,.v2hdr .m-sublist{display:flex;flex-direction:column;border-left:2px solid var(--line);margin-left:4px;padding-left:16px}.v2hdr .m-list a,.v2hdr .m-sublist a{padding:10px 0;font-size:15px;color:var(--ink-soft)}.v2hdr .m-list a:active,.v2hdr .m-sublist a:active{color:var(--ink)}.v2hdr .m-sub{border-bottom:1px solid var(--line)}.v2hdr .m-sub:last-child{border-bottom:0}.v2hdr .m-subrow{display:flex;align-items:center;justify-content:space-between;width:100%;padding:14px 2px;border:0;background:0 0;font:inherit;font-size:15px;font-weight:700;color:var(--ink);cursor:pointer;text-align:left}.v2hdr .m-cta{display:flex;flex-direction:column;gap:12px;margin-top:20px}.v2hdr .m-cta .btn{width:100%;padding:14px;border-radius:10px}.v2hdr .m-cta .btn-hire{background:#ffde2f;color:#231f20}.v2hdr .m-cta .btn-hire:hover{background:var(--yellow-deep)}.v2hdr .m-cta .btn-light{background:#f4f3ef;border-color:transparent;color:#231f20}.v2hdr .m-cta .btn-light:hover{background:#fff;border-color:#000}.v2hdr .m-acc .m-panel{display:none}.v2hdr .m-acc.open .m-panel{display:block}.v2hdr .m-sub .m-sublist{display:none}.v2hdr .m-sub.open .m-sublist{display:flex}@media(min-width:1132px){.v2hdr .mobile-menu{display:none}}@media(max-width:1131px){.v2hdr .nav{display:flex;justify-content:space-between}.v2hdr .navlinks,.v2hdr .nav-right{display:none}.v2hdr .menu-toggle{display:inline-flex}.v2hdr .mega{display:none}.v2hdr .nav{height:73px}.v2hdr .logo svg{height:35px;width:auto}.v2hdr .mobile-menu{max-height:calc(100vh - 73px)}.v2hdr .m-body{padding-left:24px;padding-right:24px}.v2hdr .m-row{font-size:18px;color:#231f20}.v2hdr .m-cta{flex-direction:row}.v2hdr .m-cta .btn{padding:15px;width:auto;min-width:250px}.v2hdr .m-panel{position:relative;background:#f6f6f6;padding:8px 20px 8px 42px;margin:0 -24px}.v2hdr .m-panel:before{content:"";position:absolute;left:20px;top:8px;bottom:8px;width:1.5px;background:#ddd8cb}.v2hdr .m-list,.v2hdr .m-sublist{border-left:0;margin-left:0;padding-left:0}.v2hdr .m-list a{padding:11px 0;font-size:14.5px;font-weight:400;color:#2f2f2f}.v2hdr .m-subrow{padding:12px 0;font-size:14px;font-weight:600;color:#2e2b28}.v2hdr .m-sublist a{padding:10px 0 10px 16px;font-size:13.5px;font-weight:400;color:#2f2f2f}}@media(max-width:767px){.v2hdr .nav{height:66px}.v2hdr .mobile-menu{max-height:calc(100vh - 66px)}.v2hdr .logo svg{height:26px}.v2hdr .m-row{font-size:16.5px}}@media(max-width:575px){.v2hdr .m-cta{flex-direction:column}.v2hdr .m-cta .btn{width:100%;min-width:100%}}footer.v2ftr{background:#f5f3ec;color:var(--ink);padding:62px 0 26px;border-top:1px solid var(--line)}.v2ftr .foot-wrap{max-width:1280px;margin:0 auto;padding:0 30px}.v2ftr .foot-main{display:grid;grid-template-columns:282px 1fr;gap:54px}@media(max-width:1000px){.v2ftr .foot-main{grid-template-columns:1fr;gap:42px}}.v2ftr .foot-brand .flogo svg{height:30px;width:auto;display:block}.v2ftr .foot-brand .tagline{font-size:14px;color:var(--ink-soft);margin-top:14px;font-weight:500}.v2ftr .fsocials{display:flex;gap:10px;margin-top:20px}.v2ftr .fsocials a{width:36px;height:36px;border-radius:10px;background:var(--ink);display:grid;place-items:center;transition:.16s}.v2ftr .fsocials a:hover{background:#2c271c;transform:translateY(-1px)}.v2ftr .fsocials svg{width:16px;height:16px;fill:#fff}.v2ftr .fratings{display:flex;flex-direction:column;gap:10px;margin-top:24px;max-width:290px}.v2ftr .rating{display:flex;align-items:center;gap:9px;border:1px solid var(--line);border-radius:12px;padding:11px 15px;background:#fff;font-size:14px}.v2ftr .rating img{width:20px;height:20px;border-radius:5px;flex:0 0 20px;object-fit:contain}.v2ftr .rating .rname{font-weight:700}.v2ftr .rating b{font-weight:800}.v2ftr .rating .star{color:#f2b600}.v2ftr .rating .mut{color:var(--muted);font-size:13px;margin-left:auto}.v2ftr .foot-links{display:flex;flex-direction:column;gap:30px}.v2ftr .flink-tier{display:grid;gap:26px}.v2ftr .flink-tier.t1{grid-template-columns:repeat(5,1fr)}.v2ftr .flink-tier.t2{grid-template-columns:repeat(4,1fr);padding-top:30px;border-top:1px solid var(--line)}@media(max-width:860px){.v2ftr .flink-tier.t1,.v2ftr .flink-tier.t2{grid-template-columns:repeat(2,1fr)}}@media(max-width:520px){.v2ftr .flink-tier.t1,.v2ftr .flink-tier.t2{grid-template-columns:1fr}}.v2ftr .fcol h5{font-size:13px;font-weight:700;color:var(--ink);margin-bottom:12px}.v2ftr .fcol ul{list-style:none;display:grid;gap:7px}.v2ftr .fcol a{font-size:13.5px;line-height:1.3;color:var(--ink-soft);transition:.15s}.v2ftr .fcol a:hover{color:var(--ink)}.v2ftr .foot-bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:14px;margin-top:46px;padding-top:22px;border-top:1px solid var(--line)}.v2ftr .foot-bottom .copyright{font-size:13px;color:var(--muted)}.v2ftr .foot-bottom .legal{display:flex;gap:22px;flex-wrap:wrap}.v2ftr .foot-bottom .legal a{font-size:13px;color:var(--muted)}.v2ftr .foot-bottom .legal a:hover{color:var(--ink)}