@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/assets/fonts/font-0.ttf) format('truetype');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/assets/fonts/font-1.ttf) format('truetype');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/assets/fonts/font-2.ttf) format('truetype');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/assets/fonts/font-3.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/assets/fonts/font-4.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/assets/fonts/font-5.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/assets/fonts/font-6.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/assets/fonts/font-7.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(/assets/fonts/font-8.ttf) format('truetype');
}

:root{--blue:#163ff2;--ink:#17212f;--muted:#596472;--line:#dce2e9;--pale:#f2f5fa;--white:#fff;font-family:'DM Sans',Arial,sans-serif;color:var(--ink);background:#fff;font-synthesis:none;scroll-behavior:smooth;scroll-padding-top:100px}*{box-sizing:border-box}body{margin:0}a{color:inherit;text-decoration:none;cursor:pointer}img{display:block;max-width:100%;object-fit:cover}h1,h2,h3,p{margin:0}h1,h2,h3,.logo{font-family:Manrope,Arial,sans-serif}h1,h2{font-weight:600;letter-spacing:-.055em;line-height:1.09}p{line-height:1.7}header{height:104px;max-width:1440px;margin:auto;padding:0 6%;display:flex;align-items:center;justify-content:space-between;gap:24px}.logo{display:inline-flex;align-items:center;gap:10px;font-size:35px;letter-spacing:-1.8px;font-weight:800}.logo svg{width:32px;height:32px;color:var(--blue)}.logo-dot{color:var(--blue)}nav{display:flex;gap:36px;font-size:15px;font-weight:550}nav a:hover,footer a:hover{color:var(--blue)}.language{display:flex;align-items:center;gap:9px;font-size:14px;font-weight:650;padding:10px 0 10px 16px}.language svg{width:19px;height:19px}.hero{max-width:1440px;margin:auto;display:grid;grid-template-columns:1.05fr 1fr;min-height:660px;padding:30px 0 65px 6%;gap:30px;align-items:center}.hero-copy{padding:25px 0 35px}.intro{font-size:14px;font-weight:600;color:var(--blue);margin-bottom:28px}.hero h1{font-size:clamp(42px,4.65vw,67px);max-width:680px}.lead{font-size:18px;max-width:440px;color:var(--muted);margin:28px 0 32px}.button{display:inline-flex;align-items:center;gap:32px;background:var(--blue);color:#fff;border-radius:5px;padding:18px 22px;font-weight:550;font-size:15px;transition:background .2s}.button:hover{background:#102bbb}.button span{font-size:22px;line-height:1}.text-link{display:flex;width:max-content;align-items:center;gap:22px;font-size:14px;font-weight:550;margin-top:24px}.hero-visual{position:relative;height:550px;border-radius:110px 0 0 10px;overflow:hidden;background:#233646}.hero-visual>img{height:100%;width:100%;object-position:52% center}.visual-caption{position:absolute;bottom:0;left:0;right:0;display:flex;align-items:center;justify-content:space-between;padding:30px;color:#fff;background:linear-gradient(transparent,rgba(8,20,35,.85));font-size:14px}.visual-caption svg{height:34px;width:34px}.bridge{background:var(--blue);color:#fff;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:80px;padding:56px max(6%,calc((100vw - 1267px)/2))}.bridge h2{font-size:38px;letter-spacing:-.04em}.bridge p{font-size:18px;max-width:490px;color:#e1e8ff}.services{max-width:1440px;padding:100px 6%;margin:auto}.section-heading{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:end;margin-bottom:52px}.section-heading h2{font-size:46px}.section-heading p{font-size:17px;color:var(--muted);max-width:470px}.service-grid{display:grid;grid-template-columns:1fr 1fr;gap:54px 36px}.service-image{aspect-ratio:1.65;overflow:hidden;background:#e4e9f0;border-radius:6px}.service-image img{width:100%;height:100%}.service-copy{padding-top:25px}.service h3{font-size:26px;letter-spacing:-.035em;font-weight:650;line-height:1.25}.service p{margin-top:16px;color:var(--muted);font-size:16px}.tags{display:flex;flex-wrap:wrap;gap:8px 20px;list-style:none;margin:24px 0 0;padding:0;font-size:13px;color:#4c5a6c}.tags li{border-bottom:1px solid #c8d1de;padding-bottom:5px}.service-wide{grid-column:1/-1;display:grid;grid-template-columns:1.08fr 1fr;background:var(--pale);border-radius:6px;overflow:hidden;align-items:center}.service-wide .service-image{height:100%;min-height:360px;aspect-ratio:auto;border-radius:0}.service-wide .service-copy{padding:42px}.service-wide h3{font-size:31px}.about{padding:84px max(6%,calc((100vw - 1267px)/2));display:grid;grid-template-columns:1fr 1fr;gap:80px;background:var(--pale)}.about h2{font-size:45px}.about-body{font-size:18px;color:#465261}.experience{display:flex;gap:20px;margin-top:36px;border-top:1px solid #d1d9e5;padding-top:28px}.experience svg{width:46px;height:46px;flex-shrink:0;color:var(--blue)}.experience h3{font-size:20px;letter-spacing:-.03em}.experience p{font-size:15px;color:var(--muted);margin-top:8px;max-width:375px}.process{padding:85px 6% 95px;max-width:1440px;margin:auto}.process>h2{font-size:34px;letter-spacing:-.04em;margin-bottom:45px}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:50px}.steps>div{border-top:1px solid var(--line);padding-top:22px}.step-number{font-size:14px;color:var(--blue);font-weight:600}.steps h3{font-size:23px;letter-spacing:-.03em;margin:18px 0 12px}.steps p{font-size:16px;color:var(--muted);max-width:350px}.contact{background:var(--blue);color:#fff;display:grid;grid-template-columns:1fr 1fr;gap:80px;padding:78px max(6%,calc((100vw - 1267px)/2))}.contact h2{font-size:64px}.contact p{font-size:18px;max-width:475px;color:#e1e8ff}.contact-email{display:flex;align-items:center;gap:24px;width:max-content;max-width:100%;font-size:clamp(20px,2.1vw,30px);letter-spacing:-.025em;border-bottom:1px solid #8da2ff;padding-bottom:10px;margin-top:28px;overflow-wrap:anywhere}.contact-email span{flex-shrink:0}.phone{display:inline-block;margin-top:20px;font-size:17px}footer{display:grid;grid-template-columns:1fr 1fr 1fr;gap:40px;align-items:start;padding:45px 6%;max-width:1440px;margin:auto;font-size:14px;line-height:1.7}footer .logo{font-size:30px}footer .logo svg{width:28px;height:28px}footer p{font-size:12px;color:var(--muted);margin-top:12px}footer>div:last-child{text-align:right}.skip{position:absolute;left:20px;top:-100px;z-index:20;background:#fff;padding:15px;border:2px solid var(--blue)}.skip:focus{top:10px}:focus-visible{outline:3px solid #e77e14;outline-offset:5px}.privacy{max-width:800px;margin:65px auto 100px;padding:0 24px;min-height:50vh}.privacy h1{font-size:48px;margin-bottom:35px}.privacy p{margin:24px 0;font-size:18px}.privacy .contact-email{font-size:22px;color:var(--blue)}
@media(min-width:1600px){.hero{padding-right:6%}.hero-visual{border-radius:100px 6px 6px 6px}}
@media(max-width:1000px){header{height:85px;padding:0 5%}.hero{padding-left:5%;gap:24px;min-height:550px}.hero h1{font-size:47px}.hero-visual{height:480px}.lead{font-size:16px}.bridge,.about,.contact{gap:45px;padding-left:5%;padding-right:5%}.services,.process{padding-left:5%;padding-right:5%}.section-heading{gap:40px}.section-heading h2,.about h2{font-size:38px}.service-wide .service-copy{padding:30px}.service h3{font-size:24px}.steps{gap:30px}}
@media(max-width:700px){:root{scroll-padding-top:20px}header{height:80px;padding:0 6%;gap:14px}.logo{font-size:29px;gap:7px}.logo svg{width:27px;height:27px}nav{gap:18px;font-size:14px}nav a:nth-child(2),nav a:nth-child(3){display:none}.language{padding-left:0;font-size:14px;gap:6px}.hero{display:flex;flex-direction:column;padding:22px 6% 36px;gap:22px;align-items:stretch}.hero-copy{padding:6px 0}.intro{font-size:13px;margin-bottom:20px}.hero h1{font-size:clamp(36px,9.6vw,58px);letter-spacing:-.06em}.lead{font-size:17px;margin:23px 0 25px;max-width:100%}.button{font-size:14px;padding:17px 18px;gap:20px}.text-link{margin-top:20px}.hero-visual{height:310px;border-radius:65px 5px 5px 5px;margin-top:12px}.visual-caption{padding:20px;font-size:12px}.visual-caption svg{width:28px;height:28px}.bridge{grid-template-columns:1fr;gap:22px;padding:40px 6%}.bridge h2{font-size:33px}.bridge p{font-size:16px}.services{padding:58px 6%}.section-heading{grid-template-columns:1fr;gap:22px;margin-bottom:32px}.section-heading h2{font-size:36px}.section-heading p{font-size:16px}.service-grid{grid-template-columns:1fr;gap:38px}.service-copy{padding-top:21px}.service h3{font-size:26px}.service p{font-size:16px;margin-top:14px}.tags{font-size:12px;gap:9px 16px;margin-top:20px}.service-wide{grid-column:auto;display:block}.service-wide .service-image{height:auto;min-height:0;aspect-ratio:1.65}.service-wide .service-copy{padding:25px 23px 30px}.service-wide h3{font-size:26px}.about{grid-template-columns:1fr;padding:48px 6%;gap:26px}.about h2{font-size:36px}.about-body{font-size:17px}.experience{gap:16px;margin-top:27px;padding-top:24px}.experience h3{font-size:19px}.experience svg{width:38px;height:38px}.process{padding:50px 6%}.process>h2{font-size:30px;margin-bottom:30px}.steps{grid-template-columns:1fr;gap:28px}.steps>div{display:grid;grid-template-columns:35px 1fr;column-gap:14px;padding-top:20px}.step-number{padding-top:4px}.steps h3{margin:0 0 10px;font-size:23px}.steps p{grid-column:2;max-width:none}.contact{grid-template-columns:1fr;padding:45px 6% 50px;gap:26px}.contact h2{font-size:49px}.contact p{font-size:17px}.contact-email{font-size:23px;gap:20px}.phone{font-size:16px}footer{grid-template-columns:1fr 1fr;gap:25px;padding:35px 6%}footer>div:last-child{grid-column:1/-1;text-align:left}footer p{font-size:12px;margin-top:8px}.privacy{margin-top:35px}.privacy h1{font-size:38px}}
@media(prefers-reduced-motion:reduce){:root{scroll-behavior:auto}*{transition:none!important}}
