@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;550;600;650;700&family=Manrope:wght@400;500;600;650;700;750;800&display=swap');
:root{--ink:#122d42;--blue:#1884c4;--navy:#103b57;--pale:#edf6fa;--muted:#526773}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:30px}body{margin:0;color:var(--ink);font-family:'DM Sans',Arial,sans-serif;font-size:16px;line-height:1.6;background:#fff}a{color:inherit;text-decoration:none}a:focus-visible{outline:3px solid #e7a52d;outline-offset:6px}.wrap{max-width:1280px;width:calc(100% - 100px);margin:auto}.topline{background:var(--navy);color:white;font-size:13px;padding:10px 0}.topline .wrap{display:flex;justify-content:space-between}.topline b{font-weight:600}.topline a{font-weight:600}.topline a span{margin-left:15px}header{height:116px;display:flex;align-items:center;justify-content:space-between}.brand{position:relative;overflow:hidden;width:190px;height:78px;display:block}.brand img{position:absolute;width:330px;max-width:none;top:-14px;left:-72px}nav{display:flex;align-items:center;gap:34px;font-size:14px;font-weight:600}.nav-cta{border:1px solid #bfd0d9;padding:13px 21px;border-radius:5px}.nav-cta span{padding-left:24px}nav a:hover{color:var(--blue)}.hero{display:grid;grid-template-columns:1.07fr 1fr;align-items:center;gap:36px;padding:32px 0 72px}.eyebrow{font-size:12px;letter-spacing:1.7px;font-weight:750;line-height:1.6;margin:0 0 23px}.hero .eyebrow{display:flex;align-items:center;gap:10px}.hero .eyebrow>span{width:22px;height:2px;background:var(--blue)}h1,h2,h3{font-family:Manrope,Arial,sans-serif;letter-spacing:-1.6px;line-height:1.13;margin:0}h1{font-size:clamp(44px,4.6vw,67px);font-weight:800;letter-spacing:-3px}h1 span{color:var(--blue)}.lead{font-size:18px;line-height:1.75;max-width:440px;color:var(--muted);margin:26px 0 28px}.actions{display:flex;gap:12px}.button{display:inline-flex;gap:25px;align-items:center;justify-content:space-between;padding:16px 21px;font-size:14px;font-weight:700;border-radius:5px;transition:transform .2s,background .2s}.button:hover{transform:translateY(-3px)}.button span{font-size:20px;line-height:1}.blue{background:var(--blue);color:white}.blue:hover{background:#07699f}.outline{border:1px solid #a8c0cf}.hero-foot{font-size:12px;color:var(--muted);display:flex;align-items:center;gap:9px;margin-top:30px}.tick{font-size:15px;color:var(--blue)}.hero-foot i{height:12px;width:1px;background:#bdcbd2;margin:0 6px}.hero-visual{position:relative;min-width:0;height:470px;border-radius:7px 7px 90px 7px;background:var(--pale)}.hero-photo{display:block;width:100%;height:100%;object-fit:cover;border-radius:inherit}.photo-tag{position:absolute;bottom:25px;left:-25px;background:white;padding:18px 24px;box-shadow:0 6px 40px #12334914;display:flex;gap:15px;align-items:center;border-radius:5px;font-size:14px;line-height:1.6}.tag-clock{background:var(--pale);color:var(--blue);width:42px;height:42px;border-radius:50%;display:grid;place-items:center;font-size:25px}.vertical-label{position:absolute;right:-25px;top:0;writing-mode:vertical-rl;font-size:10px;letter-spacing:2px;color:var(--muted)}.sector-strip{background:var(--pale);border-top:1px solid #dfebf0;border-bottom:1px solid #dfebf0}.sector-strip .wrap{display:flex;align-items:center;justify-content:space-between;gap:25px;padding:28px 0}.sector-strip .wrap>span{font-size:10px;letter-spacing:1.3px;line-height:1.7}.sector-strip a{font-family:Manrope,Arial,sans-serif;font-weight:650;font-size:21px}.sector-strip a span{margin-left:27px;color:var(--blue)}.sectors{padding:90px 0}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:50px;margin-bottom:40px}h2{font-size:40px;font-weight:750}.section-heading>p{max-width:330px;color:var(--muted);margin:0 0 3px}.sectors .eyebrow{color:var(--blue);margin-bottom:15px}.sector-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid #dce6eb;border-radius:6px;overflow:hidden}.sector-grid article{padding:28px;border-right:1px solid #dce6eb}.sector-grid article:last-child{border:0}.card-top{display:flex;justify-content:space-between;align-items:center;color:#7c929e;font-size:12px;margin-bottom:27px}.line-icon{font-size:34px;line-height:1;color:var(--blue)}h3{font-size:23px;letter-spacing:-.8px}.sector-grid p{font-size:14px;color:var(--muted);line-height:1.8;min-height:100px}.sector-grid a{font-size:13px;font-weight:700;display:flex;align-items:center;justify-content:space-between;border-top:1px solid #e3ebef;padding-top:17px}.sector-grid a span{font-size:20px;color:var(--blue)}.sector-grid article:hover{background:#f6fafc}.people{display:grid;grid-template-columns:1fr 1fr;gap:24px}.audience{padding:48px;border-radius:7px;scroll-margin-top:25px}.jobseekers{background:var(--pale)}.employers{background:var(--navy);color:white}.audience .eyebrow{color:var(--blue)}.employers .eyebrow{color:#95d5fa}.audience h2{font-size:37px}.audience>p:not(.eyebrow){max-width:450px;color:var(--muted);margin:22px 0}.employers>p:not(.eyebrow){color:#ccdde7}.audience ul{list-style:none;padding:0;margin:25px 0 30px;font-size:14px;line-height:2.3}.audience li:before{content:'✓';margin-right:12px;color:var(--blue)}.employers li:before{color:#8fcaf0}.white{background:white;color:var(--navy)}.audience small{display:block;font-size:12px;margin-top:15px;color:var(--muted)}.employers small{color:#c0d7e4}.contact{text-align:center;padding:98px 0 95px}.contact .eyebrow{color:var(--blue);margin-bottom:15px}.contact h2{font-size:46px}.contact p:not(.eyebrow){color:var(--muted);margin:20px 0 30px}.contact>div{display:flex;justify-content:center;gap:45px}.contact>div a{font-size:22px;font-weight:600;border-bottom:1px solid #a5bfcf;padding-bottom:7px}.contact a span{color:var(--blue);margin-left:18px}footer{background:#f4f7f9;padding:44px 0 20px}footer>.wrap:first-child{display:flex;justify-content:space-between;align-items:center;gap:25px}footer strong{font-family:Manrope,Arial,sans-serif;font-size:24px;letter-spacing:-1px}footer strong span{font-size:14px;letter-spacing:0;color:var(--blue)}footer p{font-size:12px;color:var(--muted);margin:8px 0}footer a{font-size:13px}.copyright{border-top:1px solid #dce5eb;margin-top:30px;padding-top:18px;font-size:11px;color:var(--muted)}.skip{position:absolute;top:-100px;left:20px;background:white;padding:10px;z-index:5}.skip:focus{top:5px}section[id],article[id]{scroll-margin-top:35px}@media(min-width:1500px){.hero{gap:60px}}@media(max-width:1050px){.wrap{width:calc(100% - 56px)}nav{gap:20px}.hero{gap:25px}h1{font-size:49px}.hero-visual{height:440px}.actions{flex-wrap:wrap}.hero-foot{flex-wrap:wrap}.sector-grid article{padding:22px}.sector-grid p{min-height:128px}.audience{padding:32px}.audience h2{font-size:32px}}@media(max-width:760px){.wrap{width:calc(100% - 40px)}.topline .wrap>span{font-size:11px}.topline .wrap>span b{display:none}.topline a{font-size:11px}header{height:99px}.brand{transform:scale(.8);transform-origin:left center;width:155px}nav{gap:15px}nav>a:not(.nav-cta){display:none}.nav-cta{font-size:12px;padding:10px 12px}.nav-cta span{padding-left:8px}.hero{grid-template-columns:1fr;padding:23px 0 40px;gap:34px}.eyebrow{font-size:10px}h1{font-size:clamp(38px,8.5vw,57px);letter-spacing:-2px}.lead{font-size:16px;margin:20px 0 24px;max-width:500px}.button{font-size:13px;padding:15px 17px;gap:20px}.hero-foot{margin-top:20px;font-size:11px}.hero-visual{height:360px;margin-left:12px;margin-right:10px}.photo-tag{left:-12px;bottom:23px;padding:15px;font-size:12px}.vertical-label{right:-19px;font-size:9px}.sector-strip .wrap{display:grid;grid-template-columns:1fr 1fr;gap:15px;padding:23px 0}.sector-strip .wrap>span{grid-column:1/-1}.sector-strip .wrap>span br{display:none}.sector-strip a{font-size:18px;display:flex;justify-content:space-between}.sector-strip a span{margin-right:15px}.sectors{padding:55px 0}.section-heading{display:block;margin-bottom:28px}h2{font-size:32px}.section-heading>p{margin-top:20px;max-width:100%}.sector-grid{grid-template-columns:1fr 1fr}.sector-grid article{padding:22px 18px;border-bottom:1px solid #dce6eb}.sector-grid article:nth-child(2){border-right:0}.sector-grid article:nth-child(3){border-bottom:0}.sector-grid h3{font-size:21px}.sector-grid p{font-size:13px;min-height:112px}.sector-grid a{font-size:11px}.card-top{margin-bottom:20px}.people{grid-template-columns:1fr;gap:18px}.audience{padding:30px 25px}.audience h2{font-size:32px}.audience small{font-size:11px}.contact{padding:65px 0}.contact h2{font-size:35px}.contact>div{flex-direction:column;gap:17px;align-items:center}.contact>div a{font-size:20px}.contact .eyebrow{font-size:9px}.contact p:not(.eyebrow){font-size:15px}footer>.wrap:first-child{align-items:flex-start;flex-direction:column;gap:14px}footer{padding-top:30px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button{transition:none}}
