.imported-content{
  --ink: #07111f;
  --navy: #0a1a2e;
  --blue: #1b66ff;
  --cyan: #65d9ff;
  --paper: #f4f6f8;
  --line: #d9dfe6;
}
.imported-content *{ box-sizing: border-box; }
.imported-content{ scroll-behavior: smooth; }
.imported-content{
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
}
.imported-content a{ color: inherit; text-decoration: none; }
.imported-content .site-header{
  height: 84px;
  padding: 0 4.5vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border-bottom: 1px solid #e6e9ed;
  position: sticky;
  top: 0;
  z-index: 50;
}
.imported-content .brand{
  display: flex;
  gap: 14px;
  align-items: center;
}
.imported-content .brand-mark{
  font-weight: 900;
  font-size: 27px;
  letter-spacing: -2px;
  color: #0d3264;
}
.imported-content .brand-copy{
  padding-left: 14px;
  border-left: 1px solid #bbc3cc;
  font-size: 9px;
  line-height: 1.3;
  letter-spacing: .11em;
  text-transform: uppercase;
  font-weight: 700;
  color: #526170;
}
.imported-content nav{
  display: flex;
  gap: 34px;
  font-size: 13px;
  font-weight: 600;
}
.imported-content nav a:hover{ color: var(--blue); }
.imported-content .button{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  padding: 0 25px;
  background: var(--blue);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: .2s ease;
}
.imported-content .button:hover{
  background: #0049c6;
  transform: translateY(-1px);
}
.imported-content .button-small{
  min-height: 40px;
  padding: 0 18px;
  font-size: 10px;
}
.imported-content .hero{
  position: relative;
  min-height: 560px;
  overflow: hidden;
  color: #fff;
  background: var(--hero-factory) center 52% / cover no-repeat;
}
.imported-content .hero::before,.imported-content .hero::after,.imported-content .hero-grid{
  display: none;
}
.imported-content .hero-inner{
  position: relative;
  z-index: 2;
  min-height: 560px;
  padding: 0 5vw;
  display: flex;
  align-items: center;
}
.imported-content .hero-top{
  display: block;
  width: 100%;
}
.imported-content .hero-content{
  position: relative;
  width: min(760px, 52vw);
  padding: 44px 0 52px;
  background: transparent;
}
.imported-content .hero-image-panel{ display: none; }
.imported-content .eyebrow{
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .17em;
  text-transform: uppercase;
  color: #f2f5f8;
  text-shadow: 0 2px 12px rgba(0,0,0,.48);
}
.imported-content .eyebrow span{
  width: 25px;
  height: 1px;
  background: #dff2ff;
}
.imported-content .eyebrow.dark{ color: #6f7b87; text-shadow: none; }
.imported-content .eyebrow.dark span{ background: var(--blue); }
.imported-content h1{
  margin: 28px 0 26px;
  max-width: 850px;
  font-size: clamp(52px, 5.35vw, 82px);
  line-height: .95;
  letter-spacing: -.055em;
  font-weight: 700;
  text-shadow: 0 4px 22px rgba(0,0,0,.42);
}
.imported-content h1 em,.imported-content .about h2 em{
  color: #86cfff;
  font-style: normal;
  font-weight: 300;
}
.imported-content .hero-lede{
  max-width: 720px;
  color: #fff;
  font-size: 16px;
  line-height: 1.65;
  text-shadow: 0 2px 14px rgba(0,0,0,.52);
}
.imported-content .hero-actions{
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 34px;
}
.imported-content .text-link{
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
  border-bottom: 1px solid rgba(255,255,255,.48);
  padding: 14px 0;
  color: #fff;
  text-shadow: 0 2px 12px rgba(0,0,0,.4);
}
.imported-content .text-link span{
  color: #8fdcff;
  margin-left: 8px;
}
.imported-content .geo-section{
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #071422;
}
.imported-content .map-card{
  --map-position: center center;
  position: relative;
  min-height: 310px;
  overflow: hidden;
  background: #071422;
}
.imported-content .map-card + .map-card{
  border-left: 1px solid rgba(255,255,255,.14);
}
.imported-content .map-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--map-image);
  background-position: var(--map-position);
  background-size: cover;
  z-index: 0;
}
.imported-content .google-map-card::before{ display: none; }
.imported-content .google-map-card::after{ display: none; }
.imported-content .google-map-card{ min-height: clamp(380px, 30vw, 520px); }
.imported-content .google-map-frame{
  position: absolute;
  inset: 0;
  z-index: 0;
  background: #0a1a2e;
}
.imported-content .google-map-embed{
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
.imported-content .map-card::after{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.04), rgba(0,0,0,0) 45%, rgba(0,0,0,.24) 100%);
  z-index: 1;
  pointer-events: none;
}
.imported-content .map-card-content{
  position: relative;
  z-index: 2;
  height: 100%;
  padding: 18px 22px 22px;
}
.imported-content .map-topline{
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 10px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: rgba(228,239,248,.92);
}
.imported-content .map-index{
  color: #98e4ff;
  font: 11px monospace;
}
.imported-content .map-tag{ color: rgba(193,213,229,.92); }
.imported-content .map-card-title{
  position: absolute;
  left: 22px;
  bottom: 22px;
  padding: 16px 18px 14px;
  background: rgba(6,19,34,.75);
  border: 1px solid rgba(255,255,255,.12);
  backdrop-filter: blur(2px);
}
.imported-content .map-card-title strong{
  display: block;
  font-size: 21px;
  line-height: 1;
  letter-spacing: -.04em;
}
.imported-content .map-card-title span{
  display: block;
  margin-top: 6px;
  color: #b7d7ef;
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.imported-content .proof-strip{
  background: #fff;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 0 5vw;
  border-bottom: 1px solid var(--line);
}
.imported-content .proof-strip div{
  min-height: 116px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 28px;
  border-right: 1px solid var(--line);
}
.imported-content .proof-strip div:first-child{ border-left: 1px solid var(--line); }
.imported-content .proof-strip strong{
  color: #113866;
  font-size: 22px;
}
.imported-content .proof-strip span{
  color: #74808b;
  font-size: 10px;
  margin-top: 7px;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.imported-content .section{ padding: 110px 5vw; }
.imported-content .section-heading{
  display: grid;
  grid-template-columns: 1.4fr .6fr;
  gap: 10vw;
  align-items: end;
  margin-bottom: 62px;
}
.imported-content .section-heading h2,.imported-content .industries h2,.imported-content .about h2,.imported-content .rfq h2{
  margin: 18px 0 0;
  font-size: clamp(39px, 4.4vw, 66px);
  line-height: 1.02;
  letter-spacing: -.045em;
}
.imported-content .section-heading > p{
  color: #697681;
  line-height: 1.7;
  font-size: 15px;
  margin: 0;
}
.imported-content .capability-grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid #bbc4cd;
}
.imported-content .capability-card{
  padding: 28px 26px 34px 0;
  border-right: 1px solid #ccd3da;
  min-height: 390px;
  position: relative;
}
.imported-content .capability-card:not(:first-child){ padding-left: 26px; }
.imported-content .capability-card:last-child{ border-right: 0; }
.imported-content .card-number{
  font: 11px monospace;
  color: var(--blue);
}
.imported-content .card-line{
  width: 100%;
  height: 3px;
  background: #d7dce2;
  margin: 20px 0 38px;
  position: relative;
}
.imported-content .card-line:before{
  content: "";
  display: block;
  height: 3px;
  width: 32%;
  background: var(--blue);
}
.imported-content .capability-card h3{
  font-size: 20px;
  line-height: 1.15;
  margin: 0 0 18px;
}
.imported-content .capability-card p{
  color: #65727e;
  font-size: 13px;
  line-height: 1.65;
  min-height: 85px;
}
.imported-content .capability-card ul{
  list-style: none;
  padding: 0;
  margin: 26px 0 0;
}
.imported-content .capability-card li{
  border-top: 1px solid #d6dbe0;
  padding: 10px 0;
  color: #334354;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.imported-content .industries{
  color: #fff;
  background: #0b192b;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10vw;
}
.imported-content .industry-copy > p:last-child{
  max-width: 540px;
  color: #a8b6c4;
  line-height: 1.8;
  margin-top: 35px;
}
.imported-content .industry-list{ border-top: 1px solid #3b4d61; }
.imported-content .industry-list div{
  min-height: 68px;
  display: grid;
  grid-template-columns: 48px 1fr 30px;
  align-items: center;
  border-bottom: 1px solid #3b4d61;
}
.imported-content .industry-list span{
  color: #55bde9;
  font: 9px monospace;
}
.imported-content .industry-list b{ font-size: 15px; }
.imported-content .industry-list i{ font-style: normal; color: #62c8f3; }
.imported-content .process{ background: #fff; }
.imported-content .section-heading.compact{ margin-bottom: 78px; }
.imported-content .process-grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
}
.imported-content .process-grid:before{
  content: "";
  height: 1px;
  background: #b8c1ca;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}
.imported-content .process-grid article{
  padding: 0 4vw 0 0;
  position: relative;
}
.imported-content .process-grid span{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid var(--blue);
  display: grid;
  place-items: center;
  color: var(--blue);
  font: 10px monospace;
  position: relative;
  z-index: 2;
}
.imported-content .process-grid h3{
  margin-top: 32px;
  font-size: 19px;
}
.imported-content .process-grid p{
  color: #73808c;
  font-size: 12px;
  line-height: 1.7;
  max-width: 190px;
}
.imported-content .about{
  background: #102944;
  color: #fff;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 11vw;
}
.imported-content .about-copy{
  border-top: 1px solid #4d6680;
  padding-top: 25px;
}
.imported-content .about-copy p{
  color: #b5c3d0;
  font-size: 13px;
  line-height: 1.8;
}
.imported-content .about-copy .lead{
  color: #fff;
  font-size: 19px;
  line-height: 1.6;
  margin-top: 0;
}
.imported-content .rfq{
  padding: 90px 5vw;
  background: #1462f3;
  color: #fff;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10vw;
  align-items: center;
}
.imported-content .rfq-panel{
  border-left: 1px solid rgba(255, 255, 255, .4);
  padding-left: 5vw;
}
.imported-content .rfq-panel p{
  line-height: 1.7;
  color: #dce9ff;
  max-width: 560px;
}
.imported-content .button-light{
  background: #fff;
  color: #123a6d;
  margin: 20px 0 15px;
}
.imported-content .button-light:hover{ background: #dceaff; }
.imported-content .rfq-panel small{
  display: block;
  color: #b9d1fa;
  letter-spacing: .08em;
}
.imported-content footer{
  padding: 50px 5vw 32px;
  background: #07111f;
  color: #8fa1b5;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: center;
  font-size: 10px;
}
.imported-content .footer-brand .brand-mark{ color: #fff; }
.imported-content .footer-brand .brand-copy{ color: #8fa1b5; border-color: #405267; }
.imported-content footer > p{ text-align: right; }
.imported-content footer > div:last-child{
  grid-column: 1 / -1;
  border-top: 1px solid #283a4c;
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
}
.imported-content footer a{ color: #fff; }
@media  (max-width: 1100px) {.imported-content .hero,.imported-content .hero-inner{
    min-height: 500px;
  }
.imported-content .hero-content{
    width: min(780px, 72vw);
  }
.imported-content .geo-section{
    grid-template-columns: 1fr;
  }
.imported-content .map-card{
    min-height: 360px;
  }
.imported-content .map-card + .map-card{
    border-top: 1px solid rgba(255,255,255,.14);
    border-left: 0;
  }}
@media  (max-width: 900px) {.imported-content nav{ display: none; }
.imported-content .site-header{ padding: 0 20px; }
.imported-content .brand-copy{ display: none; }
.imported-content .hero-inner{ padding: 0 24px; }
.imported-content .hero-content{ width: min(760px, 82vw); padding-right: 0; }
.imported-content .proof-strip{
    grid-template-columns: 1fr 1fr;
    padding: 0;
  }
.imported-content .proof-strip div{ border-bottom: 1px solid var(--line); }
.imported-content .section{ padding: 78px 24px; }
.imported-content .section-heading,.imported-content .industries,.imported-content .about,.imported-content .rfq{
    grid-template-columns: 1fr;
    gap: 45px;
  }
.imported-content .capability-grid{ grid-template-columns: 1fr 1fr; }
.imported-content .capability-card{ border-bottom: 1px solid #ccd3da; }
.imported-content .capability-card:nth-child(2){ border-right: 0; }
.imported-content .process-grid{
    grid-template-columns: 1fr 1fr;
    gap: 50px 15px;
  }
.imported-content .process-grid:before{ display: none; }}
@media  (max-width: 560px) {.imported-content h1{ font-size: 47px; }
.imported-content .button-small{ display: none; }
.imported-content .hero-actions{
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }
.imported-content .hero,.imported-content .hero-inner{ min-height: 500px; }
.imported-content .hero-content{ width: 100%; }
.imported-content .map-card{ min-height: 300px; }
.imported-content .map-card-content{
    padding: 14px 16px 18px;
  }
.imported-content .map-card-title{
    left: 16px;
    bottom: 16px;
    padding: 14px 15px 12px;
  }
.imported-content .map-card-title strong{ font-size: 18px; }
.imported-content .proof-strip{ grid-template-columns: 1fr 1fr; }
.imported-content .proof-strip div{
    padding: 16px;
    min-height: 95px;
  }
.imported-content .capability-grid,.imported-content .process-grid{
    grid-template-columns: 1fr;
  }
.imported-content .capability-card,.imported-content .capability-card:not(:first-child){
    padding: 28px 0;
    border-right: 0;
    min-height: auto;
  }
.imported-content .capability-card p{ min-height: auto; }
.imported-content .process-grid{ gap: 35px; }
.imported-content .rfq,.imported-content .about,.imported-content .industries{
    padding: 75px 24px;
  }
.imported-content footer{ grid-template-columns: 1fr; }
.imported-content footer > p{ text-align: left; }
.imported-content footer > div:last-child{ grid-column: auto; }}
.imported-content .sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.imported-content .contact-page{background:#17375d;color:#fff;display:grid;grid-template-columns:minmax(0,2.45fr) minmax(430px,1.2fr);min-height:760px;border-top:1px solid #49617d}
.imported-content .contact-directory{padding:28px 26px 58px 32px;display:grid;grid-template-columns:.92fr .98fr 1.1fr;gap:34px;border-right:1px solid #365273}
.imported-content .contact-column{min-width:0}
.imported-content .contact-group{display:flex;flex-direction:column;align-items:flex-start;margin-bottom:25px}
.imported-content .contact-group h3,.imported-content .contact-info-panel h3,.imported-content .question-panel h3{margin:0 0 17px;color:#fff;font-size:19px;line-height:1.15;letter-spacing:-.015em}
.imported-content .contact-tab{appearance:none;border:0;background:transparent;color:#79d7df;font:inherit;font-size:15px;line-height:1.45;text-align:left;padding:5px 0;cursor:default;max-width:100%}
.imported-content .contact-tab[href]{cursor:pointer;text-decoration-thickness:1px;text-underline-offset:4px;transition:color .18s ease,text-decoration-color .18s ease}
.imported-content .contact-tab[href]:hover{color:#fff;text-decoration:underline;text-decoration-color:#79d7df}
.imported-content .contact-tab:focus-visible{outline:1px solid #79d7df;outline-offset:3px}
.imported-content .contact-aside{display:flex;flex-direction:column;min-width:0;background:#17375d}
.imported-content .contact-info-panel{padding:34px 30px 30px;border-bottom:1px solid #365273;background:#17375d}
.imported-content .contact-info-head{display:grid;grid-template-columns:auto minmax(220px,1fr);gap:18px;align-items:start;margin-bottom:24px}
.imported-content .contact-info-panel h3{font-size:21px;margin:0;padding-top:3px}
.imported-content .contact-license-inline{display:block;width:100%;max-width:330px;height:auto;justify-self:end;object-fit:contain;object-position:center;background:transparent}
.imported-content .contact-details{display:grid;gap:22px;margin:0}
.imported-content .contact-detail{display:grid;gap:6px}
.imported-content .contact-detail dt{font-size:13px;font-weight:700;color:#fff;letter-spacing:.01em}
.imported-content .contact-detail dd{margin:0;color:#dfe9f3;font-size:14px;line-height:1.65}
.imported-content .contact-detail dd.contact-emphasis{font-size:16px;color:#fff}
.imported-content .question-panel{padding:30px 28px 34px;background:#17375d;border-bottom:1px solid #365273}
.imported-content .question-panel h3{font-size:18px;margin-bottom:22px}
.imported-content .question-form{display:grid;gap:14px}
.imported-content .question-form input,.imported-content .question-form textarea{width:100%;box-sizing:border-box;border:1px solid #d8e0e7;background:#fff;color:#132840;border-radius:10px;padding:14px 16px;font:inherit;font-size:14px;outline:none}
.imported-content .question-form input{height:50px}
.imported-content .question-form textarea{min-height:112px;resize:vertical}
.imported-content .question-form input:focus,.imported-content .question-form textarea:focus{border-color:#4d9dff;box-shadow:0 0 0 2px rgba(77,157,255,.18)}
.imported-content .question-form input::placeholder,.imported-content .question-form textarea::placeholder{color:#b4b4b4}
.imported-content .question-submit{height:48px;border:0;border-radius:9px;background:#1f6fff;color:#fff;font-weight:700;font-size:14px;cursor:pointer}
.imported-content .partners{background:#f8fafc;border-top:6px solid #123a6d}
.imported-content .partners-layout{display:grid;grid-template-columns:minmax(300px,.78fr) minmax(0,1.42fr);gap:7vw;align-items:start}
.imported-content .partners h2{margin:18px 0 28px;font-size:clamp(39px,4.4vw,66px);line-height:1.02;letter-spacing:-.045em}
.imported-content .partner-intro{max-width:530px;color:#667482;font-size:15px;line-height:1.75;margin:0}
.imported-content .partner-note{margin-top:42px;padding-top:22px;border-top:1px solid #cfd7df;display:flex;flex-direction:column;gap:8px}
.imported-content .partner-note span{font:10px monospace;letter-spacing:.14em;color:#1b66ff}
.imported-content .partner-note strong{font-size:12px;color:#314355;letter-spacing:.02em}
.imported-content .partner-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}
.imported-content .partner-logo{height:124px;background:#fff;border:1px solid #d8e0e7;display:flex;align-items:center;justify-content:center;padding:8px 10px;overflow:hidden}
.imported-content .partner-logo img{display:block;width:100%;height:100%;max-width:100%;max-height:none;object-fit:contain;object-position:center;filter:none;image-rendering:auto;transform:scale(1.18);transform-origin:center center}
@media  (max-width:1180px){.imported-content .partners-layout{grid-template-columns:.72fr 1.28fr;gap:5vw}
.imported-content .partner-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media  (max-width:900px){.imported-content .partners-layout{grid-template-columns:1fr;gap:46px}
.imported-content .partner-intro{max-width:680px}
.imported-content .partner-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
.imported-content .partner-logo{height:112px}}
@media  (max-width:620px){.imported-content .partner-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.imported-content .partner-logo{height:104px;padding:10px}
.imported-content .partner-logo img{max-height:none;transform:scale(1.12)}
.imported-content .partner-note{margin-top:30px}}
@media  (max-width:900px){.imported-content .contact-page{grid-template-columns:1fr}
.imported-content .contact-directory{border-right:0;border-bottom:1px solid #365273}
.imported-content .contact-aside{display:grid;grid-template-columns:1fr 1fr}}
@media  (max-width:560px){.imported-content .contact-directory{grid-template-columns:1fr;padding:42px 24px;gap:8px}
.imported-content .contact-column-wide{grid-column:auto}
.imported-content .contact-aside{grid-template-columns:1fr}
.imported-content .contact-info-head{grid-template-columns:1fr;gap:16px}
.imported-content .contact-license-inline{justify-self:start;max-width:320px}
.imported-content .contact-info-panel{padding:30px 24px}
.imported-content .question-panel{padding:30px 24px}}
.imported-content .zgs-menu-header{gap:24px;padding:0 2.1vw}
.imported-content .zgs-menu-header .brand{flex:0 0 auto}
.imported-content .zgs-menu-header .brand-copy{display:none}
.imported-content .header-nav-grid{height:100%;flex:1;display:grid;grid-template-columns:repeat(5,minmax(92px,1fr));max-width:650px;align-items:stretch;margin-left:18px}
.imported-content .nav-slot{appearance:none;border:0;border-left:1px solid #edf0f4;background:transparent;color:#607080;display:flex;align-items:center;justify-content:center;min-width:0;padding:0 12px;font:700 10px/1.15 Arial,Helvetica,sans-serif;letter-spacing:.105em;text-transform:uppercase;cursor:default;position:relative}
.imported-content .nav-slot:last-child{border-right:1px solid #edf0f4}
.imported-content .nav-slot-active{cursor:pointer;color:#0d3264}
.imported-content .nav-slot-active:after{content:"";position:absolute;left:18px;right:18px;bottom:0;height:3px;background:transparent;transition:.2s ease}
.imported-content .nav-slot-active:hover,.imported-content .nav-slot-active[aria-expanded="true"]{color:var(--blue);background:#f8faff}
.imported-content .nav-slot-active:hover:after,.imported-content .nav-slot-active[aria-expanded="true"]:after{background:var(--blue)}
.imported-content .core-business-panel{position:fixed;z-index:110;inset:84px 0 0;visibility:hidden;opacity:0;pointer-events:none;transition:opacity .2s ease,visibility .2s ease}
.imported-content .core-business-panel[aria-hidden="false"]{visibility:visible;opacity:1;pointer-events:auto}
.imported-content .cb-backdrop{z-index:0;position:absolute;inset:0;border:0;background:rgba(4,12,22,.80);backdrop-filter:blur(5px);cursor:default}
.imported-content .cb-deck-wrap{z-index:1;position:relative;width:min(1540px,calc(100vw - 28px));margin:12px auto 0;background:#061523;border:1px solid rgba(255,255,255,.16);box-shadow:0 28px 80px rgba(0,0,0,.42)}
.imported-content .cb-deck-topbar{height:74px;padding:0 14px 0 24px;display:flex;align-items:center;justify-content:space-between;gap:24px;color:#fff;border-bottom:1px solid rgba(255,255,255,.14);background:#061523}
.imported-content .cb-deck-brand{display:flex;align-items:center;gap:18px;min-width:0}
.imported-content .cb-deck-logo{font-weight:900;font-size:31px;line-height:1;letter-spacing:-2px;color:#fff}
.imported-content .cb-deck-divider{width:1px;height:34px;background:#315069}
.imported-content .cb-deck-title{display:flex;align-items:baseline;gap:16px;min-width:0}
.imported-content .cb-deck-title strong{font-size:14px;letter-spacing:.035em;white-space:nowrap}
.imported-content .cb-topline{font:800 11px/1 monospace;letter-spacing:.19em;color:#72dcff;white-space:nowrap}
.imported-content .cb-deck-actions{display:flex;align-items:center;gap:14px;margin-left:auto}
.imported-content .cb-top-slider{display:flex;align-items:center;gap:10px;min-width:370px}
.imported-content .cb-arrow{width:52px;height:40px;border:1px solid rgba(255,255,255,.18);background:transparent;color:#fff;cursor:pointer;font-size:21px;line-height:1}
.imported-content .cb-arrow:hover{background:#1b66ff;border-color:#1b66ff}
.imported-content .cb-slider-rail{height:3px;flex:1;min-width:130px;background:#2d455a;overflow:hidden}
.imported-content .cb-slider-rail span{display:block;height:100%;width:12.5%;background:#65d9ff;transition:width .28s ease}
.imported-content .cb-top-counter{min-width:54px;display:flex;gap:5px;align-items:baseline;font:800 11px monospace;letter-spacing:.08em;color:#fff}
.imported-content .cb-top-counter b{font-weight:700;color:#71879a}
.imported-content .cb-close{width:46px;height:46px;border:1px solid rgba(255,255,255,.2);background:transparent;color:#fff;font-size:28px;line-height:1;cursor:pointer}
.imported-content .cb-close:hover{background:#fff;color:#0a1a2e}
.imported-content .cb-deck{position:relative;aspect-ratio:16/4.45;overflow:hidden;background:#fff}
.imported-content .cb-slide{position:absolute;inset:0;opacity:0;visibility:hidden;transform:translateX(22px);transition:opacity .32s ease,transform .32s ease,visibility .32s ease}
.imported-content .cb-slide.is-active{opacity:1;visibility:visible;transform:none;z-index:2}
.imported-content .cb-slide h2{font-size:clamp(31px,3vw,46px);line-height:.98;letter-spacing:-.045em;margin:10px 0 12px}
.imported-content .cb-slide h2 em{color:#1b66ff;font-style:normal;font-weight:300}
.imported-content .cb-kicker{margin:0;color:#53677a;font:800 10px/1.2 monospace;letter-spacing:.16em;text-transform:uppercase;display:flex;justify-content:space-between}
.imported-content .cb-kicker span{color:#1b66ff}
.imported-content .cb-slide-overview{display:grid;grid-template-columns:1.55fr .75fr;background:#f7f9fc}
.imported-content .cb-overview-main{padding:3.2% 5.3% 3% 5.8%;border-right:1px solid #dce3ea;position:relative}
.imported-content .cb-overview-main:after{content:"";position:absolute;width:190px;height:190px;border:1px solid #dbe4ef;border-radius:50%;right:-95px;top:-95px}
.imported-content .cb-slide-overview h2{font-size:clamp(34px,3.5vw,52px);margin:10px 0 12px}
.imported-content .cb-intro{max-width:720px;color:#647383;font-size:14px;line-height:1.5;margin:0}
.imported-content .cb-bars{margin-top:22px;display:grid;gap:14px}
.imported-content .cb-bar-row{display:grid;grid-template-columns:235px 1fr;gap:22px;align-items:center}
.imported-content .cb-bar-label{display:flex;justify-content:space-between;align-items:baseline;gap:12px}
.imported-content .cb-bar-label strong{font-size:14px}
.imported-content .cb-bar-label span{font:800 14px monospace;color:#1b66ff}
.imported-content .cb-bar-track{height:18px;background:#e5ebf2;position:relative;overflow:hidden}
.imported-content .cb-bar-track span{display:block;width:var(--bar);height:100%;background:#1b66ff;position:relative}
.imported-content .cb-bar-track span:after{content:"";position:absolute;right:0;top:0;bottom:0;width:3px;background:#65d9ff}
.imported-content .cb-capability-list{padding:3.4% 5.2% 3%;background:#0a1a2e;color:#fff}
.imported-content .cb-capability-list>p{margin:0 0 12px;color:#65d9ff;font:800 10px monospace;letter-spacing:.17em}
.imported-content .cb-capability-list ol{list-style:none;margin:0;padding:0;border-top:1px solid #355069}
.imported-content .cb-capability-list li{display:grid;grid-template-columns:32px 1fr;gap:12px;padding:8px 0;border-bottom:1px solid #355069;align-items:start}
.imported-content .cb-capability-list li span{color:#65d9ff;font:700 10px monospace}
.imported-content .cb-capability-list li strong{font-size:11px;line-height:1.25;letter-spacing:.02em}
.imported-content .cb-slide-detail{display:grid;grid-template-columns:.88fr 1.42fr;background:#fff}
.imported-content .cb-copy{padding:22px 34px 18px 44px;display:flex;flex-direction:column;min-width:0}
.imported-content .cb-slide-number{margin-top:15px;padding-top:0;font:300 clamp(30px,3.2vw,44px)/.88 Arial,Helvetica,sans-serif;color:#d3dde7;letter-spacing:-.06em}
.imported-content .cb-copy h2{font-size:clamp(28px,2.45vw,38px);margin:8px 0 9px;max-width:500px}
.imported-content .cb-lead{font-size:16px;line-height:1.42;color:#405468;max-width:500px;margin:0}
.imported-content .cb-rule{width:60px;height:4px;background:#1b66ff;margin:13px 0 11px}
.imported-content .cb-copy dl{margin:0;display:grid;grid-template-columns:1fr 1fr;gap:0;border-top:1px solid #d8e0e8}
.imported-content .cb-copy dl div{padding:9px 12px 9px 0;border-bottom:1px solid #d8e0e8}
.imported-content .cb-copy dt{font:800 8.5px monospace;letter-spacing:.08em;text-transform:uppercase;color:#74879a}
.imported-content .cb-copy dd{margin:4px 0 0;font-size:12.5px;font-weight:800;color:#10263d;line-height:1.3}
.imported-content .cb-copy small{margin-top:9px;color:#75889a;font-size:8.5px;line-height:1.35;letter-spacing:.025em}
.imported-content .cb-visual{position:relative;background:#deebf6;overflow:hidden;display:flex;align-items:center;justify-content:center;padding:2.8%}
.imported-content .cb-visual:before{content:"";position:absolute;inset:16px;border:1px solid rgba(255,255,255,.95);background:rgba(255,255,255,.18);pointer-events:none}
.imported-content .cb-visual:after{content:"PRODUCT / PROCESS";position:absolute;right:20px;bottom:14px;font:800 8px monospace;letter-spacing:.18em;color:#4b759c}
.imported-content .cb-visual img{position:relative;z-index:1;display:block;max-width:94%;max-height:92%;object-fit:contain;filter:drop-shadow(0 13px 22px rgba(7,17,31,.11))}
.imported-content .cb-visual-navy{background:#d6e7f5}
.imported-content .cb-visual-navy:before{border-color:rgba(255,255,255,.96);background:rgba(255,255,255,.24)}
.imported-content .cb-visual-navy:after{color:#3d6e9a}
.imported-content .cb-slide-rf{display:grid;grid-template-columns:.36fr 1.64fr;background:#edf4fb}
.imported-content .cb-rf-title{background:#173f69;color:#fff;padding:22px 24px 18px 28px;display:flex;flex-direction:column;min-width:0}
.imported-content .cb-rf-title .cb-kicker{color:#8cdfff}
.imported-content .cb-rf-title .cb-kicker span{color:#fff}
.imported-content .cb-rf-title .cb-slide-number{color:#7e9ab7;margin-top:18px}
.imported-content .cb-rf-title h2{font-size:clamp(25px,2.1vw,34px);margin:9px 0 10px;color:#fff}
.imported-content .cb-rf-title .cb-lead{color:#d2e0ed;font-size:13px;line-height:1.45}
.imported-content .cb-rf-title small{margin-top:auto;color:#9bb1c5;font:700 8px monospace;letter-spacing:.06em;text-transform:uppercase}
.imported-content .cb-rf-sheet{padding:16px 18px 15px;background:#fbfdff;display:flex;flex-direction:column;min-width:0}
.imported-content .cb-sheet-label{font:800 10px monospace;letter-spacing:.16em;color:#1b66ff;margin:0 0 8px;text-transform:uppercase}
.imported-content .cb-rf-stack{border:1px solid #b8c9d9;background:#fff;min-height:0;flex:1;overflow:hidden}
.imported-content .cb-rf-row{display:grid;grid-template-columns:120px minmax(230px,.95fr) minmax(330px,1.35fr) 52px;min-height:48px;border-bottom:1px solid #c4d2df}
.imported-content .cb-rf-row:last-child{border-bottom:0}
.imported-content .cb-rf-row>div,.imported-content .cb-rf-row>button{padding:8px 12px;border-right:1px solid #c4d2df;display:flex;align-items:center;min-width:0}
.imported-content .cb-rf-row>button:last-child{border-right:0}
.imported-content .cb-rf-head{min-height:42px;background:#123d67;color:#fff}
.imported-content .cb-rf-head>div{font:800 8.5px monospace;letter-spacing:.08em;text-transform:uppercase}
.imported-content .cb-rf-cat{background:#e9f2fa;color:#123d67;font:800 9px monospace;letter-spacing:.065em;text-transform:uppercase}
.imported-content .cb-rf-item{font-size:12px;font-weight:800;color:#132b43;line-height:1.25}
.imported-content .cb-rf-spec{font-size:10.5px;color:#465f75;line-height:1.33}
.imported-content .cb-rf-spec b{color:#132b43}
.imported-content .cb-rf-expand{appearance:none;border:0;background:#f5f9fd;color:#1765d8;font:300 26px/1 Arial,Helvetica,sans-serif;cursor:pointer;justify-content:center}
.imported-content .cb-rf-expand:hover,.imported-content .cb-rf-expand:focus-visible{background:#1b66ff;color:#fff;outline:0}
.imported-content .cb-sheet-foot{margin-top:7px;display:flex;justify-content:space-between;gap:18px;color:#6d8397;font-size:8px;line-height:1.3}
.imported-content .cb-sheet-foot strong{color:#123d67}
.imported-content .cb-rf-detail{display:none;grid-template-columns:1.05fr .95fr;position:absolute;inset:0;background:#e2eef8;z-index:5}
.imported-content .cb-slide-rf.is-detail-open .cb-rf-title,.imported-content .cb-slide-rf.is-detail-open .cb-rf-sheet{display:none}
.imported-content .cb-slide-rf.is-detail-open .cb-rf-detail{display:grid}
.imported-content .cb-rf-detail-media{position:relative;display:flex;align-items:center;justify-content:center;padding:20px 28px;background:#d8e8f5;border-right:1px solid #b9cddd;overflow:hidden}
.imported-content .cb-rf-detail-media:before{content:"";position:absolute;inset:18px;background:rgba(255,255,255,.58);border:1px solid rgba(255,255,255,.95)}
.imported-content .cb-rf-detail-media img{position:relative;z-index:1;display:block;width:auto;height:auto;max-width:78%;max-height:min(72%,calc(100vh - 220px));object-fit:contain;object-position:center;filter:drop-shadow(0 12px 20px rgba(8,30,52,.12))}
.imported-content .cb-rf-detail-media.is-portrait img{max-width:62%;max-height:min(74%,calc(100vh - 215px))}
.imported-content .cb-rf-detail-media.is-wide img{max-width:84%;max-height:min(68%,calc(100vh - 230px))}
.imported-content .cb-rf-detail-copy{position:relative;padding:38px 58px 34px 42px;background:#fff;display:flex;flex-direction:column;justify-content:center}
.imported-content .cb-rf-detail-close{position:absolute;right:18px;top:16px;width:42px;height:42px;border:1px solid #c8d5e0;background:#fff;color:#123d67;font-size:26px;line-height:1;cursor:pointer}
.imported-content .cb-rf-detail-close:hover{background:#123d67;color:#fff}
.imported-content .cb-rf-detail-eyebrow{margin:0 0 12px;color:#1b66ff;font:800 10px monospace;letter-spacing:.16em;text-transform:uppercase}
.imported-content .cb-rf-detail-copy h3{margin:0 0 16px;font-size:clamp(28px,2.8vw,43px);line-height:1.02;letter-spacing:-.04em;color:#0b1d31}
.imported-content .cb-rf-detail-copy p{margin:0;font-size:16px;line-height:1.55;color:#445c71;max-width:560px}
.imported-content .cb-rf-detail-spec{margin-top:22px;padding-top:16px;border-top:1px solid #d7e1e9;font-size:13px;font-weight:800;line-height:1.45;color:#14395e}
.imported-content .cb-rf-detail-hint{margin-top:12px;color:#8697a7;font:700 8px monospace;letter-spacing:.08em;text-transform:uppercase}
.imported-content .cb-controls{height:42px;padding:0 18px;display:flex;align-items:center;gap:14px;color:#fff;border-top:1px solid rgba(255,255,255,.08)}
.imported-content .cb-dots{display:flex;gap:7px;align-items:center;flex:1}
.imported-content .cb-dots button{width:28px;height:3px;border:0;padding:0;background:#33485c;cursor:pointer;transition:.2s}
.imported-content .cb-dots button:hover,.imported-content .cb-dots button.is-active{background:#65d9ff}
.imported-content .cb-progress{font:700 9px monospace;letter-spacing:.08em;color:#9eb2c4;min-width:48px;text-align:center}
.imported-content .cb-progress span{color:#fff}
.imported-content .core-business-open{overflow:hidden}
.imported-content .cb-slide-machine-only{background:#dceaf5}
.imported-content .cb-machine-only-visual{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:#dceaf5;overflow:hidden}
.imported-content .cb-machine-only-visual:before{content:"";position:absolute;inset:18px;border:1px solid rgba(255,255,255,.98);background:rgba(255,255,255,.24)}
.imported-content .cb-machine-only-visual img{position:relative;z-index:1;display:block;height:95%;width:auto;max-width:76%;object-fit:contain;filter:drop-shadow(0 16px 26px rgba(9,34,58,.16))}
.imported-content .cb-machine-only-label{position:absolute;z-index:2;left:34px;top:28px;display:flex;align-items:center;gap:13px;padding:10px 14px;background:rgba(255,255,255,.94);border:1px solid #c7d8e7;color:#0b2e4d}
.imported-content .cb-machine-only-label span{font:800 10px monospace;letter-spacing:.15em;color:#1b66ff}
.imported-content .cb-machine-only-label strong{font-size:13px;letter-spacing:.015em}
.imported-content .cb-slide-detail[data-slide="2"] .cb-visual img{max-width:98%;max-height:97%}
.imported-content .cb-slide-detail[data-slide="3"] .cb-visual{padding:2.2% 3.2%}
.imported-content .cb-slide-detail[data-slide="3"] .cb-visual img{max-width:88%;max-height:95%;object-position:center center}
.imported-content .cb-slide-detail[data-slide="6"] .cb-visual img{max-height:96%;max-width:91%}
.imported-content .cb-slide-detail[data-slide="4"] .cb-visual-machine-focus img{max-width:84%;max-height:96%}
.imported-content .cb-visual-machine-focus{background:#deebf6}
.imported-content .cb-visual-machine-focus:before{background:rgba(255,255,255,.22)}
.imported-content .cb-visual-mirror-double{padding:1.6% 2.2%}
.imported-content .cb-mirror-stage{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;width:100%;height:100%}
.imported-content .cb-mirror-half{display:block;max-width:min(92%,760px);max-height:94%;width:auto;height:auto;object-fit:contain;filter:drop-shadow(0 13px 22px rgba(7,17,31,.11))}
@media (max-width:1180px){.imported-content .zgs-menu-header{gap:12px}
.imported-content .header-nav-grid{max-width:520px;margin-left:4px}
.imported-content .nav-slot{font-size:8px;padding:0 8px}
.imported-content .cb-deck-wrap{width:calc(100vw - 24px);margin-top:10px}
.imported-content .cb-deck-topbar{height:68px;padding-left:18px}
.imported-content .cb-deck-logo{font-size:27px}
.imported-content .cb-deck-title strong{font-size:11px}
.imported-content .cb-top-slider{min-width:280px}
.imported-content .cb-deck{aspect-ratio:16/5}
.imported-content .cb-copy{padding:20px 24px 16px 30px}
.imported-content .cb-copy h2{font-size:31px}
.imported-content .cb-lead{font-size:14px}
.imported-content .cb-slide-number{margin-top:12px}
.imported-content .cb-copy dt{font-size:8px}
.imported-content .cb-copy dd{font-size:11px}
.imported-content .cb-rf-title{padding:18px 18px}
.imported-content .cb-rf-sheet{padding:13px}
.imported-content .cb-rf-row{grid-template-columns:92px minmax(180px,.9fr) minmax(260px,1.25fr) 46px;min-height:44px}
.imported-content .cb-rf-item{font-size:10.5px}
.imported-content .cb-rf-spec{font-size:9px}
.imported-content .cb-rf-detail-copy{padding:30px 48px 28px 30px}
.imported-content .cb-rf-detail-copy p{font-size:14px}}
@media (max-width:900px){.imported-content .cb-machine-only-visual img{height:auto;max-height:90%;max-width:88%}
.imported-content .cb-machine-only-label{left:18px;top:18px}
.imported-content .cb-machine-only-label strong{font-size:11px}
.imported-content .zgs-menu-header .button-small{display:inline-flex}
.imported-content .header-nav-grid{display:flex;justify-content:flex-end;margin-left:auto}
.imported-content .nav-slot-empty{display:none}
.imported-content .nav-slot-active{min-width:124px;border-right:1px solid #edf0f4}
.imported-content .core-business-panel{inset:84px 0 0}
.imported-content .cb-deck-wrap{width:calc(100vw - 14px);margin-top:7px}
.imported-content .cb-deck-topbar{height:64px;padding:0 10px 0 14px;gap:10px}
.imported-content .cb-deck-brand{gap:10px}
.imported-content .cb-deck-divider{height:28px}
.imported-content .cb-deck-title strong{display:none}
.imported-content .cb-top-slider{min-width:0}
.imported-content .cb-slider-rail{min-width:60px}
.imported-content .cb-top-counter{display:none}
.imported-content .cb-arrow{width:38px;height:34px}
.imported-content .cb-close{width:38px;height:38px}
.imported-content .cb-deck{aspect-ratio:auto;height:calc(100vh - 197px);min-height:500px}
.imported-content .cb-slide-overview,.imported-content .cb-slide-detail,.imported-content .cb-slide-rf{grid-template-columns:1fr}
.imported-content .cb-overview-main{padding:28px 24px 22px;border-right:0}
.imported-content .cb-capability-list{display:none}
.imported-content .cb-bars{margin-top:20px}
.imported-content .cb-bar-row{grid-template-columns:170px 1fr}
.imported-content .cb-slide-detail{overflow:auto}
.imported-content .cb-copy{padding:24px 24px 17px}
.imported-content .cb-slide-number{margin-top:10px}
.imported-content .cb-visual{min-height:230px;padding:18px}
.imported-content .cb-copy dl{grid-template-columns:1fr 1fr}
.imported-content .cb-slide-rf{overflow:auto}
.imported-content .cb-rf-title{padding:20px}
.imported-content .cb-rf-title .cb-slide-number{margin-top:12px}
.imported-content .cb-rf-title small{margin-top:12px}
.imported-content .cb-rf-sheet{padding:15px 16px 20px}
.imported-content .cb-rf-row{grid-template-columns:85px 1fr 48px;min-height:52px}
.imported-content .cb-rf-head>div:nth-child(3),.imported-content .cb-rf-spec{display:none}
.imported-content .cb-rf-head>div:nth-child(4){display:block}
.imported-content .cb-rf-row>div:nth-child(2){border-right:1px solid #c4d2df}
.imported-content .cb-rf-detail{grid-template-columns:1fr;overflow:auto}
.imported-content .cb-rf-detail-media{min-height:250px;padding:24px;border-right:0;border-bottom:1px solid #b9cddd}
.imported-content .cb-rf-detail-copy{padding:28px 24px 34px}
.imported-content .cb-controls{height:38px}
.imported-content .cb-dots button{width:16px}}
@media (max-width:560px){.imported-content .cb-machine-only-visual img{max-height:85%;max-width:92%}
.imported-content .cb-machine-only-label{left:12px;top:12px;padding:8px 10px}
.imported-content .cb-machine-only-label strong{font-size:9px}
.imported-content .zgs-menu-header{padding:0 12px}
.imported-content .zgs-menu-header .button-small{padding:0 11px;font-size:8px}
.imported-content .header-nav-grid{max-width:none}
.imported-content .nav-slot-active{min-width:96px;font-size:7px}
.imported-content .cb-deck-topbar{padding-left:10px}
.imported-content .cb-deck-logo{font-size:23px}
.imported-content .cb-deck-divider{display:none}
.imported-content .cb-topline{font-size:8px}
.imported-content .cb-top-slider{gap:5px}
.imported-content .cb-slider-rail{display:none}
.imported-content .cb-arrow{width:34px}
.imported-content .cb-deck{height:calc(100vh - 193px);min-height:470px}
.imported-content .cb-slide h2{font-size:29px}
.imported-content .cb-overview-main{padding:24px 18px}
.imported-content .cb-intro{font-size:11px}
.imported-content .cb-bar-row{grid-template-columns:1fr;gap:5px}
.imported-content .cb-bars{gap:10px}
.imported-content .cb-copy{padding:20px 18px 14px}
.imported-content .cb-copy h2{font-size:27px}
.imported-content .cb-lead{font-size:13px}
.imported-content .cb-copy dl{grid-template-columns:1fr}
.imported-content .cb-copy dd{font-size:10.5px}
.imported-content .cb-visual{min-height:210px;padding:16px}
.imported-content .cb-slide-detail[data-slide="3"] .cb-visual img{max-width:92%;max-height:92%}
.imported-content .cb-slide-detail[data-slide="4"] .cb-visual-machine-focus img{max-width:92%;max-height:92%}
.imported-content .cb-visual-mirror-double{padding:10px}
.imported-content .cb-mirror-half{max-width:100%;max-height:100%}
.imported-content .cb-rf-title{padding:18px}
.imported-content .cb-rf-sheet{padding:12px}
.imported-content .cb-rf-row{grid-template-columns:72px 1fr 42px}
.imported-content .cb-rf-cat{font-size:7.5px}
.imported-content .cb-rf-item{font-size:9px}
.imported-content .cb-rf-expand{font-size:23px}
.imported-content .cb-rf-detail-media{min-height:215px}
.imported-content .cb-rf-detail-copy{padding:24px 18px 28px}
.imported-content .cb-rf-detail-copy h3{font-size:28px}
.imported-content .cb-rf-detail-copy p{font-size:13px}
.imported-content .cb-rf-detail-spec{font-size:11px}
.imported-content .cb-dots{gap:4px}
.imported-content .cb-dots button{width:9px}
.imported-content .cb-progress{display:none}}
.imported-content .nav-panel-trigger{appearance:none;border:0;background:transparent;color:inherit;font:inherit;font-size:13px;font-weight:600;padding:0;cursor:pointer;white-space:nowrap}
.imported-content .nav-panel-trigger:hover,.imported-content .nav-panel-trigger[aria-expanded="true"]{color:var(--blue)}
.imported-content .nav-panel-trigger:focus-visible,.imported-content .robotic-close:focus-visible,.imported-content .robotic-thumb:focus-visible{outline:2px solid var(--blue);outline-offset:5px}
.imported-content .robotic-panel-backdrop{position:fixed;inset:84px 0 0;background:rgba(2,10,19,.62);z-index:42;backdrop-filter:blur(2px)}
.imported-content .robotic-mega-panel{position:fixed;top:84px;left:0;right:0;z-index:43;max-height:calc(100vh - 84px);overflow:auto;background:#0b192b;color:#fff;border-top:1px solid #223d5c;border-bottom:1px solid #294761;box-shadow:0 24px 70px rgba(0,0,0,.32)}
.imported-content .robotic-panel-shell{width:min(1440px,91vw);margin:0 auto;padding:34px 0 46px}
.imported-content .robotic-panel-topline{display:flex;justify-content:space-between;align-items:flex-start;gap:30px;padding-bottom:26px;border-bottom:1px solid #35506b}
.imported-content .robotic-kicker{display:flex;align-items:center;gap:10px;margin:0;color:#8faecb;font-size:9px;font-weight:800;letter-spacing:.17em}
.imported-content .robotic-kicker span{width:26px;height:1px;background:var(--cyan)}
.imported-content .robotic-panel-topline h2{margin:9px 0 0;font-size:clamp(31px,3vw,48px);line-height:1;letter-spacing:-.035em}
.imported-content .robotic-close{border:0;background:transparent;color:#9fb2c5;text-transform:uppercase;font-size:9px;font-weight:800;letter-spacing:.12em;cursor:pointer;padding:5px 0}
.imported-content .robotic-close span{display:inline-grid;place-items:center;width:26px;height:26px;margin-left:10px;border:1px solid #49627d;color:#fff;font-size:17px;font-weight:300}
.imported-content .robotic-panel-grid{display:grid;grid-template-columns:minmax(420px,.9fr) minmax(560px,1.1fr);gap:4.2vw;padding-top:32px}
.imported-content .robotic-gallery{display:flex;flex-direction:column}
.imported-content .robotic-gallery-label{display:inline-flex;align-items:center;align-self:flex-start;margin:0 0 12px;padding:8px 14px;border:1px solid #36516b;background:#0d2034;color:#cfe0f0;font:10px monospace;letter-spacing:.14em;text-transform:uppercase}
.imported-content .robotic-image-stage{height:458px;background:#f4f6f8;border:1px solid #294863;position:relative;overflow:hidden;display:grid;place-items:center}
.imported-content .robotic-image-stage:before{content:"";position:absolute;inset:14px;border:1px solid #d4dce3;pointer-events:none}
.imported-content .robotic-image-stage img{width:100%;height:100%;object-fit:cover;display:block}
.imported-content .robotic-image-index{position:absolute;left:20px;top:19px;z-index:2;background:#0b192b;color:#fff;padding:8px 10px;font:9px monospace;letter-spacing:.09em}
.imported-content .robotic-image-note{position:absolute;left:20px;right:20px;bottom:18px;z-index:2;background:rgba(7,17,31,.88);padding:9px 12px;color:#c6d3df;font-size:9px;letter-spacing:.04em}
.imported-content .robotic-thumbnails{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:9px}
.imported-content .robotic-thumb{height:82px;padding:0;border:1px solid #35506b;background:#102944;cursor:pointer;overflow:hidden;opacity:.55;position:relative}
.imported-content .robotic-thumb:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:transparent}
.imported-content .robotic-thumb:hover,.imported-content .robotic-thumb.is-active{opacity:1}
.imported-content .robotic-thumb.is-active:after{background:var(--cyan)}
.imported-content .robotic-thumb img{width:100%;height:100%;object-fit:cover}
.imported-content .robotic-spec{min-width:0}
.imported-content .robotic-spec-head{min-height:72px;padding:15px 18px;border:1px solid #4b6176;border-bottom:0;display:flex;align-items:center;justify-content:space-between;gap:25px;background:#0e2239}
.imported-content .robotic-spec-head>div{display:flex;flex-direction:column;gap:5px}
.imported-content .robotic-doc-label,.imported-content .robotic-rev{color:#7e9bb9;font:8px monospace;letter-spacing:.13em}
.imported-content .robotic-spec-head strong{font-size:16px;letter-spacing:.03em}
.imported-content .robotic-bom{margin:0;border:1px solid #4b6176}
.imported-content .robotic-bom>div{display:grid;grid-template-columns:34% 66%;min-height:63px;border-bottom:1px solid #4b6176}
.imported-content .robotic-bom>div:last-child{border-bottom:0}
.imported-content .robotic-bom dt,.imported-content .robotic-bom dd{margin:0;padding:15px 17px;display:flex;align-items:center}
.imported-content .robotic-bom dt{border-right:1px solid #4b6176;color:#8ea7bf;font-size:10px;font-weight:800;letter-spacing:.07em;text-transform:uppercase}
.imported-content .robotic-bom dd{font-size:15px;font-weight:700;line-height:1.35;flex-wrap:wrap;gap:4px 8px}
.imported-content .robotic-bom dd span{font-size:10px;font-weight:400;color:#aabac9}
.imported-content .robotic-capacity-row{min-height:108px!important}
.imported-content .robotic-capacity-row dd{align-content:center;align-items:flex-start;flex-direction:column;gap:7px}
.imported-content .robotic-capacity-row dd strong{color:#fff;font-size:16px}
.imported-content .robotic-capacity-row dd span{max-width:700px;line-height:1.55}
.imported-content .robotic-scale-band{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid #35506b;border-top:0;background:#091a2c}
.imported-content .robotic-scale-band>div{padding:12px;border-right:1px solid #35506b;min-height:104px;display:flex;flex-direction:column;gap:12px}
.imported-content .robotic-scale-band>div:last-child{border-right:0}
.imported-content .robotic-scale-top{display:flex;align-items:center;gap:10px;min-height:28px}
.imported-content .robotic-scale-top span{display:inline-flex;align-items:center;justify-content:center;min-width:34px;height:24px;padding:0 8px;border:1px solid #8ba5bf;border-radius:4px;color:#fff;background:rgba(255,255,255,.05);font:9px monospace;letter-spacing:.08em}
.imported-content .robotic-scale-top b{display:block;font-size:12px;line-height:1.1}
.imported-content .robotic-scale-band small{display:flex;align-items:center;min-height:52px;padding:10px 11px;border:1px solid #36516b;border-radius:4px;background:#10253b;color:#b4c3d3;font-size:9px;line-height:1.45}
.imported-content .robotic-capacity-facts{display:grid;grid-template-columns:repeat(3,1fr);margin-top:14px;border-top:1px solid #35506b;border-bottom:1px solid #35506b}
.imported-content .robotic-capacity-facts>div{padding:13px 15px;border-right:1px solid #35506b}
.imported-content .robotic-capacity-facts>div:last-child{border-right:0}
.imported-content .robotic-capacity-facts strong{display:block;color:#fff;font-size:17px}
.imported-content .robotic-capacity-facts span{display:block;color:#8298ac;font-size:8px;text-transform:uppercase;letter-spacing:.09em;margin-top:3px}
.imported-content .robotic-panel-cta{display:inline-flex;align-items:center;gap:26px;margin-top:19px;color:#fff;font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;border-bottom:1px solid #4f6a84;padding:10px 0}
.imported-content .robotic-panel-cta span{color:var(--cyan);font-size:15px}
.imported-content .robotic-mega-panel[hidden],.imported-content .robotic-panel-backdrop[hidden]{display:none!important}
.imported-content body.robot-panel-open{overflow:hidden}
@media (max-width:1100px){.imported-content .site-header{padding:0 3vw}
.imported-content nav{gap:20px}
.imported-content .robotic-panel-shell{width:94vw}
.imported-content .robotic-panel-grid{grid-template-columns:.86fr 1.14fr;gap:24px}
.imported-content .robotic-image-stage{height:410px}
.imported-content .robotic-bom dd{font-size:13px}
.imported-content .robotic-bom dt{font-size:9px}}
@media (max-width:900px){.imported-content nav{display:flex;gap:12px;margin-left:auto}
.imported-content nav a{display:none}
.imported-content .nav-panel-trigger{display:block;font-size:11px}
.imported-content .robotic-panel-grid{grid-template-columns:1fr}
.imported-content .robotic-image-stage{height:min(52vw,430px)}
.imported-content .robotic-panel-shell{padding-bottom:36px}
.imported-content .robotic-scale-band{grid-template-columns:1fr 1fr}
.imported-content .robotic-scale-band>div{min-height:96px}
.imported-content .robotic-scale-band>div:nth-child(2){border-right:0}
.imported-content .robotic-scale-band>div:nth-child(-n/**/+2){border-bottom:1px solid #35506b}
.imported-content .robotic-panel-topline h2{font-size:32px}}
@media (max-width:560px){.imported-content .site-header{height:72px}
.imported-content .robotic-panel-backdrop{inset:72px 0 0}
.imported-content .robotic-mega-panel{top:72px;max-height:calc(100vh - 72px)}
.imported-content nav{margin-left:auto}
.imported-content .nav-panel-trigger{font-size:9px;max-width:68px;line-height:1.1;text-align:right}
.imported-content .robotic-panel-shell{width:calc(100% - 28px);padding:22px 0 30px}
.imported-content .robotic-panel-topline{gap:12px;padding-bottom:18px}
.imported-content .robotic-panel-topline h2{font-size:27px}
.imported-content .robotic-close{font-size:0}
.imported-content .robotic-close span{margin-left:0}
.imported-content .robotic-image-stage{height:59vw;min-height:220px}
.imported-content .robotic-image-note{font-size:7px;left:12px;right:12px;bottom:10px}
.imported-content .robotic-thumbnails{gap:5px}
.imported-content .robotic-thumb{height:58px}
.imported-content .robotic-spec-head{padding:12px}
.imported-content .robotic-bom>div{grid-template-columns:38% 62%;min-height:58px}
.imported-content .robotic-bom dt,.imported-content .robotic-bom dd{padding:12px 10px}
.imported-content .robotic-bom dt{font-size:8px}
.imported-content .robotic-bom dd{font-size:12px}
.imported-content .robotic-bom dd span{font-size:8px}
.imported-content .robotic-capacity-row{min-height:132px!important}
.imported-content .robotic-capacity-row dd strong{font-size:13px}
.imported-content .robotic-scale-band{grid-template-columns:1fr}
.imported-content .robotic-scale-band>div{min-height:auto;border-right:0;border-bottom:1px solid #35506b}
.imported-content .robotic-scale-band>div:last-child{border-bottom:0}
.imported-content .robotic-scale-top b{font-size:11px}
.imported-content .robotic-scale-band small{min-height:auto;font-size:8px;padding:9px 10px}
.imported-content .robotic-capacity-facts strong{font-size:13px}
.imported-content .robotic-capacity-facts span{font-size:7px}}
.imported-content .integrated-header{gap:14px;padding-left:2.1vw;padding-right:2.1vw}
.imported-content .integrated-header .brand{flex:0 0 auto}
.imported-content .integrated-header .brand-copy{display:none}
.imported-content .integrated-nav{grid-template-columns:repeat(7,minmax(70px,1fr));max-width:820px;margin-left:8px}
.imported-content .integrated-nav .nav-slot{font-size:8.5px;padding:0 8px;white-space:normal;text-align:center;text-decoration:none}
.imported-content .integrated-nav .nav-slot-link{cursor:pointer}
.imported-content .integrated-nav .nav-slot-link:hover,.imported-content .integrated-nav .nav-slot-link:focus-visible{color:var(--blue);background:#f8faff;outline:0}
.imported-content .integrated-nav .nav-slot-link:after{content:"";position:absolute;left:18px;right:18px;bottom:0;height:3px;background:transparent;transition:.2s ease}
.imported-content .integrated-nav .nav-slot-link:hover:after,.imported-content .integrated-nav .nav-slot-link:focus-visible:after{background:var(--blue)}
.imported-content .integrated-nav .nav-panel-trigger{height:100%;max-width:none;line-height:1.15;text-align:center}
@media (max-width:1180px){.imported-content .integrated-nav{grid-template-columns:repeat(7,minmax(58px,1fr));max-width:660px}
.imported-content .integrated-nav .nav-slot{font-size:7.5px;padding:0 5px}}
@media (max-width:900px){.imported-content .integrated-header{padding:0 14px;gap:8px}
.imported-content .integrated-nav{display:flex;max-width:none;justify-content:flex-end;margin-left:auto;height:100%}
.imported-content .integrated-nav .nav-slot-mobile-hide{display:none}
.imported-content .integrated-nav .nav-slot-active{min-width:104px;border-right:1px solid #edf0f4;font-size:8px}}
@media (max-width:560px){.imported-content .integrated-header{height:72px;padding:0 10px}
.imported-content .integrated-header .button-small{display:none!important}
.imported-content .integrated-nav .nav-slot-active{min-width:82px;font-size:7px;padding:0 5px}
.imported-content .integrated-nav .nav-panel-trigger{max-width:none;text-align:center;line-height:1.1}
.imported-content .core-business-panel{inset:72px 0 0}}
.imported-content .section-anchor{position:absolute;top:-84px}
.imported-content .company-network{position:relative;background:#f7f9fc;border-top:1px solid #dce3ea;padding-top:82px;padding-bottom:82px}
.imported-content .company-network-shell{display:grid;grid-template-columns:minmax(330px,.72fr) minmax(0,1.28fr);gap:clamp(38px,5vw,82px);align-items:start;max-width:1680px;margin:0 auto}
.imported-content .founder-panel{position:relative;min-height:100%;background:#fff;border:1px solid #d6dee7;box-shadow:0 12px 34px rgba(13,50,100,.055);overflow:hidden}
.imported-content .founder-accent{position:absolute;left:0;top:0;bottom:0;width:9px;background:#12a3d8}
.imported-content .founder-content{padding:34px 34px 34px 44px}
.imported-content .founder-panel h2,.imported-content .customer-panel h2{margin:14px 0 22px;color:#07111f;font-size:clamp(35px,3.4vw,54px);line-height:1;letter-spacing:-.045em}
.imported-content .founder-profile{display:grid;grid-template-columns:132px 1fr;gap:21px;align-items:end;margin:5px 0 25px;padding-bottom:25px;border-bottom:1px solid #dce3ea}
.imported-content .founder-photo-wrap{position:relative;width:132px;height:156px;border-radius:3px;overflow:hidden;background:#102944}
.imported-content .founder-photo-fallback{position:absolute;inset:0;display:grid;place-items:center;background:linear-gradient(145deg,#102944,#1f5f8f);color:#8bd9ff;font-weight:900;font-size:28px;letter-spacing:-2px}
.imported-content .founder-photo{position:absolute;inset:0;width:100%;height:100%;display:block;object-fit:cover;object-position:center 28%}
.imported-content .founder-name{display:flex;flex-direction:column;gap:7px;padding-bottom:3px}
.imported-content .founder-name strong{font-size:23px;letter-spacing:-.025em;color:#0d2945}
.imported-content .founder-name span{font-size:11px;line-height:1.55;color:#6e7d8b;font-weight:700;text-transform:uppercase;letter-spacing:.07em}
.imported-content .founder-story{display:grid;gap:13px}
.imported-content .founder-story p{margin:0;color:#526170;font-size:16px;line-height:1.72}
.imported-content .founder-signoff{margin-top:26px;padding-top:18px;border-top:1px solid #dce3ea;display:flex;flex-direction:column;gap:6px}
.imported-content .founder-signoff span{font:800 9px/1 monospace;letter-spacing:.15em;color:#1b66ff}
.imported-content .founder-signoff strong{font-size:12px;line-height:1.45;color:#263d53}
.imported-content .customer-panel{min-width:0}
.imported-content .customer-heading{display:grid;grid-template-columns:1fr auto;column-gap:28px;align-items:end;margin-bottom:25px;padding-bottom:22px;border-bottom:1px solid #d4dce4}
.imported-content .customer-heading .eyebrow{grid-column:1/-1}
.imported-content .customer-heading h2{margin-bottom:0}
.imported-content .customer-heading>p:last-child{margin:0 0 3px;max-width:350px;color:#667482;font-size:13px;line-height:1.6;text-align:right}
.imported-content .integrated-partner-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}
.imported-content .integrated-partner-grid .partner-logo{height:103px;padding:9px 12px;background:#fff;border:1px solid #d8e0e7;box-shadow:0 1px 0 rgba(5,18,31,.02)}
.imported-content .integrated-partner-grid .partner-logo img{transform:scale(1.08)}
@media (max-width:1180px){.imported-content .company-network-shell{grid-template-columns:minmax(310px,.7fr) minmax(0,1.3fr);gap:34px}
.imported-content .integrated-partner-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
.imported-content .integrated-partner-grid .partner-logo{height:98px}
.imported-content .founder-content{padding:30px 28px 30px 38px}}
@media (max-width:900px){.imported-content .company-network{padding-top:66px;padding-bottom:66px}
.imported-content .company-network-shell{grid-template-columns:1fr;gap:44px}
.imported-content .founder-panel{max-width:760px}
.imported-content .customer-heading{grid-template-columns:1fr}
.imported-content .customer-heading>p:last-child{margin-top:12px;text-align:left;max-width:650px}
.imported-content .integrated-partner-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media (max-width:620px){.imported-content .company-network{padding-left:18px;padding-right:18px}
.imported-content .founder-content{padding:26px 22px 26px 31px}
.imported-content .founder-profile{grid-template-columns:105px 1fr;gap:16px}
.imported-content .founder-photo-wrap{width:105px;height:132px}
.imported-content .founder-name strong{font-size:20px}
.imported-content .integrated-partner-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.imported-content .integrated-partner-grid .partner-logo{height:90px}
.imported-content .customer-heading{margin-bottom:18px}
.imported-content .founder-panel h2,.imported-content .customer-panel h2{font-size:38px}}
.imported-content .header-nav-grid{max-width:940px;grid-template-columns:repeat(7,minmax(96px,1fr))}
.imported-content .industry-map-head{max-width:760px;margin:0 auto 34px;text-align:center}
.imported-content .industry-map-head h2{margin:10px 0 12px;font-size:clamp(34px,4vw,58px);letter-spacing:-.035em}
.imported-content .industry-map-head>p:last-child{margin:0 auto;color:#66778a;max-width:650px;line-height:1.65}
.imported-content .industries-v7{display:block;background:#f7f9fb}
.imported-content .industry-hex-map{width:min(1080px,100%);margin:0 auto;display:grid;grid-template-columns:repeat(3,minmax(220px,1fr));grid-template-areas:"ai semiconductor advanced" "robotics semiconductor optical";gap:14px 18px;align-items:stretch}
.imported-content .industry-sector{appearance:none;border:0;text-align:left;position:relative;min-height:220px;padding:34px 38px 32px;background:#fff;color:#0a1a2e;clip-path:polygon(8% 0,92% 0,100% 50%,92% 100%,8% 100%,0 50%);cursor:pointer;transition:transform .22s ease,filter .22s ease;display:flex;flex-direction:column;align-items:flex-start;font:inherit}
.imported-content .industry-sector:hover,.imported-content .industry-sector:focus-visible{z-index:4;filter:drop-shadow(0 12px 20px rgba(10,26,46,.14));outline:none}
.imported-content .industry-ai{grid-area:ai;background:#eaf6ff}
.imported-content .industry-ai:hover,.imported-content .industry-ai:focus-visible{transform:translateY(-8px)}
.imported-content .industry-robotics{grid-area:robotics;background:#eceff2}
.imported-content .industry-robotics:hover,.imported-content .industry-robotics:focus-visible{transform:translate(-7px,6px)}
.imported-content .industry-semiconductor{grid-area:semiconductor;background:#fff;min-height:454px;justify-content:center;border:1px solid #e4e9ef}
.imported-content .industry-semiconductor:hover,.imported-content .industry-semiconductor:focus-visible{transform:translateY(-5px)}
.imported-content .industry-advanced{grid-area:advanced;background:#fff7d9}
.imported-content .industry-advanced:hover,.imported-content .industry-advanced:focus-visible{transform:translate(7px,-5px)}
.imported-content .industry-optical{grid-area:optical;background:linear-gradient(135deg,#fff0f0 0%,#eef6ff 100%)}
.imported-content .industry-optical:hover,.imported-content .industry-optical:focus-visible{transform:translate(7px,6px)}
.imported-content .industry-sector-index{font:700 10px/1 Arial,Helvetica,sans-serif;letter-spacing:.16em;color:#6c8198;margin-bottom:18px}
.imported-content .industry-sector strong{font-size:22px;line-height:1.08;letter-spacing:-.02em}
.imported-content .industry-sector em{font-style:normal;color:#2c6ea3;font-size:12px;font-weight:700;margin-top:8px}
.imported-content .industry-sector small{font-size:12px;line-height:1.55;color:#617286;margin-top:12px;max-width:270px}
.imported-content .industry-sector i{font-style:normal;color:#36aee8;font-size:21px;position:absolute;right:38px;bottom:26px}
.imported-content .em-section{padding:92px 4.5vw 100px;background:#f4f7fa;border-top:1px solid #dde4ec;border-bottom:1px solid #dde4ec;scroll-margin-top:84px}
.imported-content .em-page-head{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,.75fr);gap:70px;align-items:end;max-width:1380px;margin:0 auto 44px}
.imported-content .em-page-head h2{margin:10px 0 0;font-size:clamp(42px,4.5vw,68px);line-height:.98;letter-spacing:-.045em;max-width:870px}
.imported-content .em-page-head>p{margin:0;color:#63758a;font-size:15px;line-height:1.72}
.imported-content .em-category-grid{max-width:1380px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.imported-content .em-category-card{appearance:none;border:1px solid #dce3ea;border-left:5px solid #18aee3;background:#fff;padding:0;text-align:left;cursor:pointer;box-shadow:0 8px 26px rgba(15,42,70,.03);transition:transform .18s ease,box-shadow .18s ease}
.imported-content .em-category-card:hover,.imported-content .em-category-card:focus-visible{transform:translateY(-5px);box-shadow:0 18px 36px rgba(15,42,70,.1);outline:none}
.imported-content .em-stock-photo{height:255px;background:#e9eef3;position:relative;overflow:hidden}
.imported-content .em-stock-photo img{width:100%;height:100%;object-fit:cover;display:block;position:relative;z-index:2}
.imported-content .em-stock-photo img.is-missing{display:none}
.imported-content .em-stock-fallback{position:absolute;inset:0;display:grid;place-items:center;font-size:12px;letter-spacing:.18em;color:#698098;font-weight:800;background:linear-gradient(135deg,#dfe8f0,#f6f9fb)}
.imported-content .em-card-copy{position:relative;padding:26px 28px 28px;min-height:278px}
.imported-content .em-card-copy>span{font:800 10px/1 Arial,Helvetica,sans-serif;letter-spacing:.09em;color:#7a8ba0}
.imported-content .em-card-copy h3{margin:14px 0 10px;font-size:27px;line-height:1.06;letter-spacing:-.02em}
.imported-content .em-card-copy p{margin:0;color:#677b90;font-size:14px;line-height:1.5}
.imported-content .em-chip-row{display:flex;gap:6px;flex-wrap:wrap;margin-top:24px;padding-right:45px}
.imported-content .em-chip-row b{font:800 9px/1 Arial,Helvetica,sans-serif;letter-spacing:.04em;color:#2c608d;background:#edf5fb;border:1px solid #dbeaf5;padding:7px 9px}
.imported-content .em-card-copy>i{position:absolute;right:25px;bottom:24px;width:34px;height:34px;border:1px solid #bfd6e7;display:grid;place-items:center;color:#167fc2;font-style:normal;font-size:19px}
.imported-content .em-detail-backdrop{position:fixed;inset:0;background:rgba(3,10,19,.72);z-index:160}
.imported-content .em-detail-panel{position:fixed;inset:0;z-index:170;background:#07182c;color:#fff;overflow:auto}
.imported-content .em-detail-panel[hidden],.imported-content .em-detail-backdrop[hidden]{display:none!important}
.imported-content .em-detail-shell{min-height:100%;padding:26px 34px 34px}
.imported-content .em-detail-topbar{height:66px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;border:1px solid #4a6077;border-bottom:0;background:#0c223a}
.imported-content .em-detail-brand{display:flex;align-items:center;gap:14px;padding:0 20px}
.imported-content .em-detail-brand span{font-weight:900;font-size:21px;color:#69dfff}
.imported-content .em-detail-brand strong{font-size:12px;text-transform:uppercase;letter-spacing:.12em}
.imported-content .em-detail-tabs{height:100%;display:flex;justify-content:center}
.imported-content .em-detail-tabs button{appearance:none;border:0;border-left:1px solid #30485f;background:transparent;color:#9ab0c5;padding:0 22px;font:800 10px/1 Arial,Helvetica,sans-serif;letter-spacing:.07em;text-transform:uppercase;cursor:pointer}
.imported-content .em-detail-tabs button:last-child{border-right:1px solid #30485f}
.imported-content .em-detail-tabs button.is-active{color:#fff;background:#123351;box-shadow:inset 0 -3px #5ddfff}
.imported-content .em-detail-close{appearance:none;border:0;border-left:1px solid #30485f;background:transparent;color:#fff;width:64px;height:64px;font-size:21px;cursor:pointer}
.imported-content .em-detail-body{display:grid;grid-template-columns:minmax(430px,.87fr) minmax(590px,1.06fr);gap:80px;padding-top:38px}
.imported-content .em-panel-label{display:inline-block;border:1px solid #54708b;color:#d7edff;padding:9px 14px;font:800 10px/1 Arial,Helvetica,sans-serif;letter-spacing:.13em;margin-bottom:15px}
.imported-content .em-main-frame{height:520px;border:1px solid #345371;background:#102a49;position:relative;padding:16px 16px 48px;display:flex;align-items:center;justify-content:center;overflow:hidden}
.imported-content .em-main-frame:before{content:"";position:absolute;inset:16px;background:#fff;border-radius:70px 70px 0 0}
.imported-content .em-main-frame img{position:relative;z-index:2;max-width:94%;max-height:90%;object-fit:contain}
.imported-content .em-image-index{position:absolute;left:28px;top:28px;z-index:3;background:#07182c;color:#fff;padding:9px 13px;font:800 10px/1 Arial,Helvetica,sans-serif;letter-spacing:.08em}
.imported-content .em-main-frame p{position:absolute;z-index:3;left:20px;right:20px;bottom:18px;margin:0;background:#1b2d41;color:#d7e7f4;padding:9px 12px;font-size:10px;line-height:1.3}
.imported-content .em-thumb-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:10px}
.imported-content .em-thumb{height:82px;border:1px solid #41607c;background:#9da9b6;padding:0;cursor:pointer;overflow:hidden}
.imported-content .em-thumb img{width:100%;height:100%;object-fit:contain;background:#eef2f5}
.imported-content .em-thumb.is-active{border-bottom:3px solid #5ee6ff;background:#fff}
.imported-content .em-spec-panel{border:1px solid #4a6077;align-self:start}
.imported-content .em-spec-head{min-height:86px;padding:19px 22px;display:flex;justify-content:space-between;gap:20px;align-items:center;border-bottom:1px solid #4a6077;background:#0c223a}
.imported-content .em-spec-head span,.imported-content .em-spec-head small{display:block;color:#83c9f3;font:800 8px/1.2 Arial,Helvetica,sans-serif;letter-spacing:.17em}
.imported-content .em-spec-head strong{display:block;margin-top:7px;font-size:20px}
.imported-content .em-spec-grid{margin:0}
.imported-content .em-spec-grid>div{display:grid;grid-template-columns:34% 66%;border-bottom:1px solid #425a71;min-height:62px}
.imported-content .em-spec-grid dt{padding:19px 20px;color:#7fc2ed;font:800 9px/1.35 Arial,Helvetica,sans-serif;letter-spacing:.09em;text-transform:uppercase;border-right:1px solid #425a71}
.imported-content .em-spec-grid dd{margin:0;padding:16px 18px;font-size:14px;font-weight:700;line-height:1.42}
.imported-content .em-spec-grid dd small{display:block;color:#9db1c4;font-size:10px;font-weight:400;margin-top:4px}
.imported-content .em-workflow{display:grid;grid-template-columns:repeat(4,1fr)}
.imported-content .em-workflow>div{min-height:112px;border-right:1px solid #425a71;border-bottom:1px solid #425a71;padding:15px}
.imported-content .em-workflow>div:last-child{border-right:0}
.imported-content .em-workflow b{display:flex;align-items:center;gap:10px;font-size:12px}
.imported-content .em-workflow b span{border:1px solid #6f8aa4;padding:5px 8px;font-size:8px;border-radius:3px}
.imported-content .em-workflow small{display:block;margin-top:20px;color:#9eb8ce;font-size:9px;line-height:1.45}
.imported-content .em-facts{display:grid;grid-template-columns:repeat(3,1fr)}
.imported-content .em-facts>div{padding:16px 18px;border-right:1px solid #425a71;background:#081a2e}
.imported-content .em-facts>div:last-child{border-right:0}
.imported-content .em-facts strong{display:block;font-size:18px}
.imported-content .em-facts span{display:block;color:#81bde5;margin-top:4px;font:700 8px/1.2 Arial,Helvetica,sans-serif;letter-spacing:.08em;text-transform:uppercase}
.imported-content .em-detail-cta{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-top:1px solid #425a71;background:#0d2945;color:#fff;font-size:12px;font-weight:800}
.imported-content .em-detail-cta span{color:#5be1ff;font-size:18px}
.imported-content .em-panel-open{overflow:hidden}
@media (max-width:1050px){.imported-content .industry-hex-map{grid-template-columns:1fr 1fr;grid-template-areas:"ai semiconductor" "robotics semiconductor" "advanced optical"}
.imported-content .em-page-head{grid-template-columns:1fr;gap:25px}
.imported-content .em-category-grid{grid-template-columns:1fr}
.imported-content .em-category-card{display:grid;grid-template-columns:42% 58%}
.imported-content .em-stock-photo{height:100%;min-height:285px}
.imported-content .em-card-copy{min-height:285px}
.imported-content .em-detail-body{grid-template-columns:1fr;gap:28px}
.imported-content .em-main-frame{height:470px}
.imported-content .em-detail-tabs{display:none}}
@media (max-width:720px){.imported-content .header-nav-grid{grid-template-columns:repeat(2,1fr)}
.imported-content .industries-v7{padding-left:20px;padding-right:20px}
.imported-content .industry-hex-map{display:grid;grid-template-columns:1fr;grid-template-areas:"ai" "robotics" "semiconductor" "advanced" "optical"}
.imported-content .industry-sector,.imported-content .industry-semiconductor{clip-path:none;min-height:190px}
.imported-content .industry-sector:hover,.imported-content .industry-sector:focus-visible{transform:translateY(-3px)}
.imported-content .em-section{padding:70px 20px}
.imported-content .em-category-card{display:block}
.imported-content .em-stock-photo{height:220px;min-height:0}
.imported-content .em-card-copy{min-height:260px}
.imported-content .em-detail-shell{padding:12px}
.imported-content .em-detail-topbar{grid-template-columns:1fr auto}
.imported-content .em-detail-brand strong{font-size:10px}
.imported-content .em-detail-body{padding-top:18px}
.imported-content .em-main-frame{height:390px}
.imported-content .em-main-frame:before{border-radius:35px 35px 0 0}
.imported-content .em-spec-grid>div{grid-template-columns:38% 62%}
.imported-content .em-workflow{grid-template-columns:1fr 1fr}
.imported-content .em-workflow>div:nth-child(2){border-right:0}
.imported-content .em-facts{grid-template-columns:1fr}
.imported-content .em-facts>div{border-right:0;border-bottom:1px solid #425a71}
.imported-content .em-thumb{height:64px}}
.imported-content .industries.industries-hex-section{
  display:block!important;
  background:linear-gradient(180deg,#f8fbfd 0%,#f3f8fb 100%)!important;
  color:#10233a!important;
  padding:42px 4vw 54px!important;
  overflow:hidden;
  position:relative;
}
.imported-content .industries-hex-shell{
  width:min(1040px,92vw);
  margin:0 auto;
  position:relative;
}
.imported-content .industries-hex{
  position:relative;
  width:100%;
  aspect-ratio:5/4;
  isolation:isolate;
}
.imported-content .industry-sector{
  position:absolute;
  inset:0;
  display:block;
  color:#10233a;
  cursor:pointer;
  text-decoration:none;
  transition:transform .18s ease,filter .18s ease;
  transform-origin:center;
  will-change:transform;
  outline:none;
  overflow:visible;
}
.imported-content .industry-sector:hover,.imported-content .industry-sector:focus-visible{
  z-index:20;
  filter:drop-shadow(0 16px 22px rgba(20,45,70,.13));
}
.imported-content .industry-sector-ai{
  clip-path:polygon(50% 0,0 25%,0 50%,33.5% 50%,50% 33.125%);
  background:#eaf5ff;
}
.imported-content .industry-sector-robotics{
  clip-path:polygon(50% 0,100% 25%,100% 50%,66.5% 50%,50% 33.125%);
  background:#ebedf1;
}
.imported-content .industry-sector-advanced{
  clip-path:polygon(0 50%,33.5% 50%,33.5% 59.375%,50% 75%,50% 100%,0 75%);
  background:#fff6d5;
}
.imported-content .industry-sector-optical{
  clip-path:polygon(66.5% 50%,100% 50%,100% 75%,50% 100%,50% 75%,66.5% 59.375%);
  background:linear-gradient(135deg,#edf5ff 0%,#f1f4fb 60%,#f9eaed 100%);
}
.imported-content .industry-sector-center{
  clip-path:polygon(50% 33.125%,66.5% 50%,66.5% 59.375%,50% 75%,33.5% 59.375%,33.5% 50%);
  background:#fff;
  z-index:6;
}
.imported-content .industry-sector-ai:hover,.imported-content .industry-sector-ai:focus-visible{transform:translate(-12px,-9px)}
.imported-content .industry-sector-robotics:hover,.imported-content .industry-sector-robotics:focus-visible{transform:translate(12px,-9px)}
.imported-content .industry-sector-advanced:hover,.imported-content .industry-sector-advanced:focus-visible{transform:translate(-12px,9px)}
.imported-content .industry-sector-optical:hover,.imported-content .industry-sector-optical:focus-visible{transform:translate(12px,9px)}
.imported-content .industry-sector-center:hover,.imported-content .industry-sector-center:focus-visible{transform:translateY(-6px) scale(1.015)}
.imported-content .industry-sector:focus-visible{filter:drop-shadow(0 16px 22px rgba(20,45,70,.13)) drop-shadow(0 0 0 rgba(0,0,0,0)) drop-shadow(0 0 5px rgba(38,151,239,.45))}
.imported-content .industry-sector-content{position:absolute;z-index:2;color:#10233a}
.imported-content .industry-content-ai{left:7%;top:15.8%;width:36%;text-align:center}
.imported-content .industry-content-robotics{left:57%;top:15.8%;width:35%;text-align:center}
.imported-content .industry-content-advanced{left:7%;top:58.2%;width:36%;text-align:center}
.imported-content .industry-content-optical{left:57%;top:58.0%;width:35%;text-align:center}
.imported-content .industry-content-center{left:35.6%;top:39.2%;width:28.8%;text-align:center}
.imported-content .industry-icon{display:block;width:48px;height:48px;margin:0 auto 8px;color:#10233a}
.imported-content .industry-icon-center{width:44px;height:44px;margin-bottom:5px}
.imported-content .industry-sector h3{margin:0;color:#10233a;font-size:clamp(18px,1.6vw,25px);line-height:1.08;letter-spacing:-.025em}
.imported-content .industry-sector h4{margin:7px 0 0;color:#32475c;font-size:clamp(10px,.94vw,14px);line-height:1.28;font-weight:500}
.imported-content .industry-sector p{margin:9px auto 0;color:#53667a;font-size:clamp(9px,.82vw,12.4px);line-height:1.42;max-width:310px}
.imported-content .industry-content-center h3{font-size:clamp(17px,1.5vw,23px);line-height:1.03}
.imported-content .industry-content-center p{font-size:clamp(8px,.69vw,10.5px);line-height:1.34;margin:7px auto 0;max-width:250px}
.imported-content .industry-mini-rule{display:block;width:34px;height:3px;background:#2697ef;margin:7px auto 0}
.imported-content .industry-mini-rule-spectrum{background:linear-gradient(90deg,#b54f5c 0 45%,#2697ef 55% 100%);width:40px}
.imported-content .industry-jump-arrow{
  position:absolute;
  z-index:8;
  color:#2697ef;
  font:700 22px/1 Arial,Helvetica,sans-serif;
  transition:transform .18s ease,opacity .18s ease;
  opacity:.96;
}
.imported-content .industry-arrow-ai{left:29.0%;top:48.1%}
.imported-content .industry-arrow-robotics{left:69.0%;top:48.1%}
.imported-content .industry-arrow-advanced{left:30.8%;top:69.0%}
.imported-content .industry-arrow-optical{left:67.0%;top:69.0%}
.imported-content .industry-sector:hover .industry-jump-arrow,.imported-content .industry-sector:focus-visible .industry-jump-arrow{transform:translate(1px,-1px)}
.imported-content .industries-hex-decor{
  position:absolute;
  width:95px;height:95px;
  background-image:radial-gradient(circle,#bdd9f7 1.8px,transparent 1.9px);
  background-size:25px 25px;
  opacity:.65;
  pointer-events:none;
}
.imported-content .industries-hex-decor-left{left:2.4%;top:9.5%}
.imported-content .industries-hex-decor-right{right:2.6%;bottom:10%}
@media (max-width:1000px){.imported-content .industries.industries-hex-section{padding:36px 22px 44px!important}
.imported-content .industries-hex-shell{width:min(940px,96vw)}
.imported-content .industry-content-ai,.imported-content .industry-content-robotics{top:16.8%}
.imported-content .industry-content-advanced,.imported-content .industry-content-optical{top:57.2%}
.imported-content .industry-sector p{font-size:clamp(8.5px,1.05vw,11px);max-width:270px}
.imported-content .industry-sector h4{font-size:clamp(9px,1.12vw,12px)}
.imported-content .industry-icon{width:43px;height:43px;margin-bottom:6px}
.imported-content .industry-jump-arrow{font-size:20px}
.imported-content .industry-arrow-ai{left:29.0%;top:48.9%}
.imported-content .industry-arrow-robotics{left:69.2%;top:48.9%}
.imported-content .industry-arrow-advanced{left:30.9%;top:69.4%}
.imported-content .industry-arrow-optical{left:67.2%;top:69.4%}}
@media (max-width:760px){.imported-content .industries.industries-hex-section{padding:30px 16px 36px!important}
.imported-content .industries-hex-shell{width:100%}
.imported-content .industries-hex-decor{display:none}
.imported-content .industries-hex{aspect-ratio:auto;display:grid;grid-template-columns:1fr 1fr;gap:10px}
.imported-content .industry-sector{position:relative;inset:auto;clip-path:none!important;min-height:220px;padding:18px;border-radius:10px;transform:none!important;filter:none!important}
.imported-content .industry-sector-ai{background:#eaf5ff!important}
.imported-content .industry-sector-robotics{background:#ebedf1!important}
.imported-content .industry-sector-advanced{background:#fff6d5!important}
.imported-content .industry-sector-optical{background:linear-gradient(135deg,#edf5ff 0%,#f1f4fb 60%,#f9eaed 100%)!important}
.imported-content .industry-sector-center{grid-column:1/-1;grid-row:1;min-height:175px;background:#fff!important}
.imported-content .industry-sector-content{position:static;width:auto;text-align:left}
.imported-content .industry-content-center{text-align:center}
.imported-content .industry-icon{width:40px;height:40px;margin:0 0 8px}
.imported-content .industry-content-center .industry-icon{margin:0 auto 6px}
.imported-content .industry-sector h3{font-size:18px}
.imported-content .industry-sector h4{font-size:11px}
.imported-content .industry-sector p,.imported-content .industry-content-center p{font-size:10px;line-height:1.4;margin-top:8px;max-width:none}
.imported-content .industry-mini-rule{margin:6px 0 0}
.imported-content .industry-content-center .industry-mini-rule{margin:6px auto 0}
.imported-content .industry-jump-arrow{right:14px!important;top:14px!important;left:auto!important;font-size:20px}}
@media (max-width:520px){.imported-content .industries-hex{grid-template-columns:1fr}
.imported-content .industry-sector-center{grid-column:1}
.imported-content .industry-sector{min-height:auto}}
@media (prefers-reduced-motion:reduce){.imported-content .industry-sector,.imported-content .industry-jump-arrow{transition:none!important}
.imported-content .industry-sector:hover,.imported-content .industry-sector:focus-visible{transform:none!important}}
.imported-content .brand-mark{font-size:21px;letter-spacing:-1.1px;white-space:nowrap}
.imported-content .cb-deck-logo{font-size:14px;letter-spacing:-.02em;white-space:nowrap}
.imported-content .wellbush-about-page{background:#f4f6f8;padding-top:92px;padding-bottom:104px;scroll-margin-top:84px}
.imported-content .wellbush-about-heading{margin-bottom:48px}
.imported-content .wellbush-about-heading h2{max-width:840px}
.imported-content .wellbush-about-heading>p{max-width:460px;justify-self:end}
.imported-content .wellbush-story-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;align-items:stretch}
.imported-content .wellbush-story-card{background:#f8fafc;border:1px solid #d7dde4;display:flex;flex-direction:column;min-width:0;box-shadow:0 12px 34px rgba(7,17,31,.035)}
.imported-content .wellbush-story-card-featured{box-shadow:0 16px 40px rgba(7,17,31,.07);border-color:#c8d2de}
.imported-content .wellbush-story-media{position:relative;height:265px;margin:0;overflow:hidden;background:#0a1a2e}
.imported-content .wellbush-story-media img{width:100%;height:100%;display:block;object-fit:cover;transform:scale(1.002);filter:saturate(.86) contrast(1.03)}
.imported-content .wellbush-story-media-office img{object-position:center 46%}
.imported-content .wellbush-story-media-history img{object-position:center 52%;filter:saturate(.68) brightness(.52) contrast(1.08)}
.imported-content .wellbush-story-media-network img{object-position:center 38%}
.imported-content .wellbush-story-media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 44%,rgba(5,15,29,.64) 100%);pointer-events:none}
.imported-content .wellbush-story-media figcaption{position:absolute;z-index:3;left:20px;right:20px;bottom:17px;color:#fff;display:flex;align-items:flex-end;justify-content:space-between;gap:14px;text-shadow:0 2px 12px rgba(0,0,0,.45)}
.imported-content .wellbush-story-media figcaption span{font:700 8px/1.2 monospace;letter-spacing:.13em;text-transform:uppercase;color:#b7d8ff}
.imported-content .wellbush-story-media figcaption strong{font-size:12px;letter-spacing:.02em;text-align:right}
.imported-content .wellbush-history-overlay{position:absolute;z-index:2;inset:0;padding:24px 24px 55px;color:#fff;display:flex;flex-direction:column;justify-content:center;background:linear-gradient(100deg,rgba(4,19,39,.54),rgba(5,31,60,.12))}
.imported-content .history-kicker{font:800 10px/1.2 monospace;letter-spacing:.15em;text-transform:uppercase;color:#8ecbff;margin-bottom:22px}
.imported-content .history-route{display:grid;grid-template-columns:10px 1fr 10px;align-items:center;width:100%;margin-bottom:12px}
.imported-content .history-route span{width:10px;height:10px;border-radius:50%;background:#1b8bff;box-shadow:0 0 0 4px rgba(27,139,255,.18)}
.imported-content .history-route i{height:1px;border-top:1px dashed rgba(255,255,255,.9)}
.imported-content .history-points{display:flex;justify-content:space-between;gap:20px;font-size:14px;line-height:1.15}
.imported-content .history-points b:last-child{text-align:right}
.imported-content .history-points small{font-size:9px;color:#d8e7f6;font-weight:600}
.imported-content .wellbush-story-body{padding:24px 25px 22px;display:flex;flex-direction:column;flex:1}
.imported-content .wellbush-story-body .card-line{margin:17px 0 28px}
.imported-content .wellbush-story-body h3{font-size:23px;line-height:1.08;margin:0 0 13px;letter-spacing:-.025em}
.imported-content .wellbush-story-body p{margin:0;color:#65727e;font-size:13px;line-height:1.58}
.imported-content .wellbush-story-body .wellbush-source-note{margin-top:11px;padding-top:11px;border-top:1px solid #e1e5ea;font-size:10px;line-height:1.5;color:#7a8793}
.imported-content .wellbush-story-body ul{list-style:none;margin:auto 0 0;padding:22px 0 0}
.imported-content .wellbush-story-body li{border-top:1px solid #d6dbe0;padding:9px 0;color:#334354;font-size:9px;text-transform:uppercase;letter-spacing:.08em}
@media (max-width:1100px){.imported-content .wellbush-story-grid{grid-template-columns:1fr 1fr}
.imported-content .wellbush-story-card:last-child{grid-column:1/-1}
.imported-content .wellbush-story-card:last-child{display:grid;grid-template-columns:1fr 1fr}
.imported-content .wellbush-story-card:last-child .wellbush-story-media{height:100%;min-height:330px}}
@media (max-width:900px){.imported-content .wellbush-about-page{padding-top:72px}
.imported-content .wellbush-about-heading>p{justify-self:start}
.imported-content .wellbush-story-grid{grid-template-columns:1fr 1fr}
.imported-content .wellbush-story-media{height:235px}}
@media (max-width:640px){.imported-content .brand-mark{font-size:19px}
.imported-content .wellbush-about-page{padding:62px 18px 72px}
.imported-content .wellbush-about-heading{gap:24px;margin-bottom:32px}
.imported-content .wellbush-about-heading h2{font-size:clamp(39px,12vw,54px)}
.imported-content .wellbush-story-grid{grid-template-columns:1fr;gap:16px}
.imported-content .wellbush-story-card:last-child{display:flex;grid-column:auto}
.imported-content .wellbush-story-card:last-child .wellbush-story-media{height:220px;min-height:0}
.imported-content .wellbush-story-media{height:220px}
.imported-content .wellbush-story-body{padding:21px 18px 18px}
.imported-content .wellbush-story-body h3{font-size:22px}
.imported-content .wellbush-story-body p{font-size:12.5px}
.imported-content .wellbush-history-overlay{padding:20px 18px 50px}
.imported-content .history-points{font-size:12px}}
.imported-content .brand-image-link{display:flex;align-items:center;min-width:190px;height:76px;overflow:hidden;background:#fff}
.imported-content .wellbush-brand-logo{display:block;width:210px;height:74px;object-fit:contain;object-position:center}
.imported-content .cb-deck-logo-image{display:block;width:118px;height:54px;object-fit:contain;background:#fff;border-radius:4px}
.imported-content .em-detail-brand-logo{display:flex;align-items:center;gap:12px}
.imported-content .em-detail-brand-logo img{display:block;width:92px;height:44px;object-fit:contain;background:#fff;border-radius:3px}
.imported-content .footer-brand-image{display:flex;align-items:center}
.imported-content .footer-brand-image .wellbush-brand-logo{width:205px;height:82px;background:#fff;border-radius:4px}
@media (max-width:900px){.imported-content .brand-image-link{min-width:145px;height:68px}
.imported-content .wellbush-brand-logo{width:155px;height:62px}}
@media (max-width:560px){.imported-content .brand-image-link{min-width:118px;height:60px}
.imported-content .wellbush-brand-logo{width:125px;height:54px}
.imported-content .em-detail-brand-logo img{width:72px;height:38px}
.imported-content .footer-brand-image .wellbush-brand-logo{width:170px;height:68px}}
.imported-content{
  --ink: #07111f;
  --navy: #0a1a2e;
  --blue: #1b66ff;
  --cyan: #65d9ff;
  --paper: #f4f6f8;
  --line: #d9dfe6;
}
.imported-content *{ box-sizing: border-box; }
.imported-content{ scroll-behavior: smooth; }
.imported-content{
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
}
.imported-content a{ color: inherit; text-decoration: none; }
.imported-content .site-header{
  height: 84px;
  padding: 0 4.5vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border-bottom: 1px solid #e6e9ed;
  position: sticky;
  top: 0;
  z-index: 50;
}
.imported-content .brand{
  display: flex;
  gap: 14px;
  align-items: center;
}
.imported-content .brand-mark{
  font-weight: 900;
  font-size: 27px;
  letter-spacing: -2px;
  color: #0d3264;
}
.imported-content .brand-copy{
  padding-left: 14px;
  border-left: 1px solid #bbc3cc;
  font-size: 9px;
  line-height: 1.3;
  letter-spacing: .11em;
  text-transform: uppercase;
  font-weight: 700;
  color: #526170;
}
.imported-content nav{
  display: flex;
  gap: 34px;
  font-size: 13px;
  font-weight: 600;
}
.imported-content nav a:hover{ color: var(--blue); }
.imported-content .button{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  padding: 0 25px;
  background: var(--blue);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: .2s ease;
}
.imported-content .button:hover{
  background: #0049c6;
  transform: translateY(-1px);
}
.imported-content .button-small{
  min-height: 40px;
  padding: 0 18px;
  font-size: 10px;
}
.imported-content .hero{
  position: relative;
  min-height: 560px;
  overflow: hidden;
  color: #fff;
  background: var(--hero-factory) center 52% / cover no-repeat;
}
.imported-content .hero::before,.imported-content .hero::after,.imported-content .hero-grid{
  display: none;
}
.imported-content .hero-inner{
  position: relative;
  z-index: 2;
  min-height: 560px;
  padding: 0 5vw;
  display: flex;
  align-items: center;
}
.imported-content .hero-top{
  display: block;
  width: 100%;
}
.imported-content .hero-content{
  position: relative;
  width: min(760px, 52vw);
  padding: 44px 0 52px;
  background: transparent;
}
.imported-content .hero-image-panel{ display: none; }
.imported-content .eyebrow{
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .17em;
  text-transform: uppercase;
  color: #f2f5f8;
  text-shadow: 0 2px 12px rgba(0,0,0,.48);
}
.imported-content .eyebrow span{
  width: 25px;
  height: 1px;
  background: #dff2ff;
}
.imported-content .eyebrow.dark{ color: #6f7b87; text-shadow: none; }
.imported-content .eyebrow.dark span{ background: var(--blue); }
.imported-content h1{
  margin: 28px 0 26px;
  max-width: 850px;
  font-size: clamp(52px, 5.35vw, 82px);
  line-height: .95;
  letter-spacing: -.055em;
  font-weight: 700;
  text-shadow: 0 4px 22px rgba(0,0,0,.42);
}
.imported-content h1 em,.imported-content .about h2 em{
  color: #86cfff;
  font-style: normal;
  font-weight: 300;
}
.imported-content .hero-lede{
  max-width: 720px;
  color: #fff;
  font-size: 16px;
  line-height: 1.65;
  text-shadow: 0 2px 14px rgba(0,0,0,.52);
}
.imported-content .hero-actions{
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 34px;
}
.imported-content .text-link{
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
  border-bottom: 1px solid rgba(255,255,255,.48);
  padding: 14px 0;
  color: #fff;
  text-shadow: 0 2px 12px rgba(0,0,0,.4);
}
.imported-content .text-link span{
  color: #8fdcff;
  margin-left: 8px;
}
.imported-content .geo-section{
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #071422;
}
.imported-content .map-card{
  --map-position: center center;
  position: relative;
  min-height: 310px;
  overflow: hidden;
  background: #071422;
}
.imported-content .map-card + .map-card{
  border-left: 1px solid rgba(255,255,255,.14);
}
.imported-content .map-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--map-image);
  background-position: var(--map-position);
  background-size: cover;
  z-index: 0;
}
.imported-content .google-map-card::before{ display: none; }
.imported-content .google-map-card::after{ display: none; }
.imported-content .google-map-card{ min-height: clamp(380px, 30vw, 520px); }
.imported-content .google-map-frame{
  position: absolute;
  inset: 0;
  z-index: 0;
  background: #0a1a2e;
}
.imported-content .google-map-embed{
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
.imported-content .map-card::after{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.04), rgba(0,0,0,0) 45%, rgba(0,0,0,.24) 100%);
  z-index: 1;
  pointer-events: none;
}
.imported-content .map-card-content{
  position: relative;
  z-index: 2;
  height: 100%;
  padding: 18px 22px 22px;
}
.imported-content .map-topline{
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 10px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: rgba(228,239,248,.92);
}
.imported-content .map-index{
  color: #98e4ff;
  font: 11px monospace;
}
.imported-content .map-tag{ color: rgba(193,213,229,.92); }
.imported-content .map-card-title{
  position: absolute;
  left: 22px;
  bottom: 22px;
  padding: 16px 18px 14px;
  background: rgba(6,19,34,.75);
  border: 1px solid rgba(255,255,255,.12);
  backdrop-filter: blur(2px);
}
.imported-content .map-card-title strong{
  display: block;
  font-size: 21px;
  line-height: 1;
  letter-spacing: -.04em;
}
.imported-content .map-card-title span{
  display: block;
  margin-top: 6px;
  color: #b7d7ef;
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.imported-content .proof-strip{
  background: #fff;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 0 5vw;
  border-bottom: 1px solid var(--line);
}
.imported-content .proof-strip div{
  min-height: 116px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 28px;
  border-right: 1px solid var(--line);
}
.imported-content .proof-strip div:first-child{ border-left: 1px solid var(--line); }
.imported-content .proof-strip strong{
  color: #113866;
  font-size: 22px;
}
.imported-content .proof-strip span{
  color: #74808b;
  font-size: 10px;
  margin-top: 7px;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.imported-content .section{ padding: 110px 5vw; }
.imported-content .section-heading{
  display: grid;
  grid-template-columns: 1.4fr .6fr;
  gap: 10vw;
  align-items: end;
  margin-bottom: 62px;
}
.imported-content .section-heading h2,.imported-content .industries h2,.imported-content .about h2,.imported-content .rfq h2{
  margin: 18px 0 0;
  font-size: clamp(39px, 4.4vw, 66px);
  line-height: 1.02;
  letter-spacing: -.045em;
}
.imported-content .section-heading > p{
  color: #697681;
  line-height: 1.7;
  font-size: 15px;
  margin: 0;
}
.imported-content .capability-grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid #bbc4cd;
}
.imported-content .capability-card{
  padding: 28px 26px 34px 0;
  border-right: 1px solid #ccd3da;
  min-height: 390px;
  position: relative;
}
.imported-content .capability-card:not(:first-child){ padding-left: 26px; }
.imported-content .capability-card:last-child{ border-right: 0; }
.imported-content .card-number{
  font: 11px monospace;
  color: var(--blue);
}
.imported-content .card-line{
  width: 100%;
  height: 3px;
  background: #d7dce2;
  margin: 20px 0 38px;
  position: relative;
}
.imported-content .card-line:before{
  content: "";
  display: block;
  height: 3px;
  width: 32%;
  background: var(--blue);
}
.imported-content .capability-card h3{
  font-size: 20px;
  line-height: 1.15;
  margin: 0 0 18px;
}
.imported-content .capability-card p{
  color: #65727e;
  font-size: 13px;
  line-height: 1.65;
  min-height: 85px;
}
.imported-content .capability-card ul{
  list-style: none;
  padding: 0;
  margin: 26px 0 0;
}
.imported-content .capability-card li{
  border-top: 1px solid #d6dbe0;
  padding: 10px 0;
  color: #334354;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.imported-content .industries{
  color: #fff;
  background: #0b192b;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10vw;
}
.imported-content .industry-copy > p:last-child{
  max-width: 540px;
  color: #a8b6c4;
  line-height: 1.8;
  margin-top: 35px;
}
.imported-content .industry-list{ border-top: 1px solid #3b4d61; }
.imported-content .industry-list div{
  min-height: 68px;
  display: grid;
  grid-template-columns: 48px 1fr 30px;
  align-items: center;
  border-bottom: 1px solid #3b4d61;
}
.imported-content .industry-list span{
  color: #55bde9;
  font: 9px monospace;
}
.imported-content .industry-list b{ font-size: 15px; }
.imported-content .industry-list i{ font-style: normal; color: #62c8f3; }
.imported-content .process{ background: #fff; }
.imported-content .section-heading.compact{ margin-bottom: 78px; }
.imported-content .process-grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
}
.imported-content .process-grid:before{
  content: "";
  height: 1px;
  background: #b8c1ca;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}
.imported-content .process-grid article{
  padding: 0 4vw 0 0;
  position: relative;
}
.imported-content .process-grid span{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid var(--blue);
  display: grid;
  place-items: center;
  color: var(--blue);
  font: 10px monospace;
  position: relative;
  z-index: 2;
}
.imported-content .process-grid h3{
  margin-top: 32px;
  font-size: 19px;
}
.imported-content .process-grid p{
  color: #73808c;
  font-size: 12px;
  line-height: 1.7;
  max-width: 190px;
}
.imported-content .about{
  background: #102944;
  color: #fff;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 11vw;
}
.imported-content .about-copy{
  border-top: 1px solid #4d6680;
  padding-top: 25px;
}
.imported-content .about-copy p{
  color: #b5c3d0;
  font-size: 13px;
  line-height: 1.8;
}
.imported-content .about-copy .lead{
  color: #fff;
  font-size: 19px;
  line-height: 1.6;
  margin-top: 0;
}
.imported-content .rfq{
  padding: 90px 5vw;
  background: #1462f3;
  color: #fff;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10vw;
  align-items: center;
}
.imported-content .rfq-panel{
  border-left: 1px solid rgba(255, 255, 255, .4);
  padding-left: 5vw;
}
.imported-content .rfq-panel p{
  line-height: 1.7;
  color: #dce9ff;
  max-width: 560px;
}
.imported-content .button-light{
  background: #fff;
  color: #123a6d;
  margin: 20px 0 15px;
}
.imported-content .button-light:hover{ background: #dceaff; }
.imported-content .rfq-panel small{
  display: block;
  color: #b9d1fa;
  letter-spacing: .08em;
}
.imported-content footer{
  padding: 50px 5vw 32px;
  background: #07111f;
  color: #8fa1b5;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: center;
  font-size: 10px;
}
.imported-content .footer-brand .brand-mark{ color: #fff; }
.imported-content .footer-brand .brand-copy{ color: #8fa1b5; border-color: #405267; }
.imported-content footer > p{ text-align: right; }
.imported-content footer > div:last-child{
  grid-column: 1 / -1;
  border-top: 1px solid #283a4c;
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
}
.imported-content footer a{ color: #fff; }
@media  (max-width: 1100px) {.imported-content .hero,.imported-content .hero-inner{
    min-height: 500px;
  }
.imported-content .hero-content{
    width: min(780px, 72vw);
  }
.imported-content .geo-section{
    grid-template-columns: 1fr;
  }
.imported-content .map-card{
    min-height: 360px;
  }
.imported-content .map-card + .map-card{
    border-top: 1px solid rgba(255,255,255,.14);
    border-left: 0;
  }}
@media  (max-width: 900px) {.imported-content nav{ display: none; }
.imported-content .site-header{ padding: 0 20px; }
.imported-content .brand-copy{ display: none; }
.imported-content .hero-inner{ padding: 0 24px; }
.imported-content .hero-content{ width: min(760px, 82vw); padding-right: 0; }
.imported-content .proof-strip{
    grid-template-columns: 1fr 1fr;
    padding: 0;
  }
.imported-content .proof-strip div{ border-bottom: 1px solid var(--line); }
.imported-content .section{ padding: 78px 24px; }
.imported-content .section-heading,.imported-content .industries,.imported-content .about,.imported-content .rfq{
    grid-template-columns: 1fr;
    gap: 45px;
  }
.imported-content .capability-grid{ grid-template-columns: 1fr 1fr; }
.imported-content .capability-card{ border-bottom: 1px solid #ccd3da; }
.imported-content .capability-card:nth-child(2){ border-right: 0; }
.imported-content .process-grid{
    grid-template-columns: 1fr 1fr;
    gap: 50px 15px;
  }
.imported-content .process-grid:before{ display: none; }}
@media  (max-width: 560px) {.imported-content h1{ font-size: 47px; }
.imported-content .button-small{ display: none; }
.imported-content .hero-actions{
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }
.imported-content .hero,.imported-content .hero-inner{ min-height: 500px; }
.imported-content .hero-content{ width: 100%; }
.imported-content .map-card{ min-height: 300px; }
.imported-content .map-card-content{
    padding: 14px 16px 18px;
  }
.imported-content .map-card-title{
    left: 16px;
    bottom: 16px;
    padding: 14px 15px 12px;
  }
.imported-content .map-card-title strong{ font-size: 18px; }
.imported-content .proof-strip{ grid-template-columns: 1fr 1fr; }
.imported-content .proof-strip div{
    padding: 16px;
    min-height: 95px;
  }
.imported-content .capability-grid,.imported-content .process-grid{
    grid-template-columns: 1fr;
  }
.imported-content .capability-card,.imported-content .capability-card:not(:first-child){
    padding: 28px 0;
    border-right: 0;
    min-height: auto;
  }
.imported-content .capability-card p{ min-height: auto; }
.imported-content .process-grid{ gap: 35px; }
.imported-content .rfq,.imported-content .about,.imported-content .industries{
    padding: 75px 24px;
  }
.imported-content footer{ grid-template-columns: 1fr; }
.imported-content footer > p{ text-align: left; }
.imported-content footer > div:last-child{ grid-column: auto; }}
.imported-content .header-nav-grid{max-width:940px;grid-template-columns:repeat(7,minmax(96px,1fr))}
.imported-content .industry-map-head{max-width:760px;margin:0 auto 34px;text-align:center}
.imported-content .industry-map-head h2{margin:10px 0 12px;font-size:clamp(34px,4vw,58px);letter-spacing:-.035em}
.imported-content .industry-map-head>p:last-child{margin:0 auto;color:#66778a;max-width:650px;line-height:1.65}
.imported-content .industries-v7{display:block;background:#f7f9fb}
.imported-content .industry-hex-map{width:min(1080px,100%);margin:0 auto;display:grid;grid-template-columns:repeat(3,minmax(220px,1fr));grid-template-areas:"ai semiconductor advanced" "robotics semiconductor optical";gap:14px 18px;align-items:stretch}
.imported-content .industry-sector{appearance:none;border:0;text-align:left;position:relative;min-height:220px;padding:34px 38px 32px;background:#fff;color:#0a1a2e;clip-path:polygon(8% 0,92% 0,100% 50%,92% 100%,8% 100%,0 50%);cursor:pointer;transition:transform .22s ease,filter .22s ease;display:flex;flex-direction:column;align-items:flex-start;font:inherit}
.imported-content .industry-sector:hover,.imported-content .industry-sector:focus-visible{z-index:4;filter:drop-shadow(0 12px 20px rgba(10,26,46,.14));outline:none}
.imported-content .industry-ai{grid-area:ai;background:#eaf6ff}
.imported-content .industry-ai:hover,.imported-content .industry-ai:focus-visible{transform:translateY(-8px)}
.imported-content .industry-robotics{grid-area:robotics;background:#eceff2}
.imported-content .industry-robotics:hover,.imported-content .industry-robotics:focus-visible{transform:translate(-7px,6px)}
.imported-content .industry-semiconductor{grid-area:semiconductor;background:#fff;min-height:454px;justify-content:center;border:1px solid #e4e9ef}
.imported-content .industry-semiconductor:hover,.imported-content .industry-semiconductor:focus-visible{transform:translateY(-5px)}
.imported-content .industry-advanced{grid-area:advanced;background:#fff7d9}
.imported-content .industry-advanced:hover,.imported-content .industry-advanced:focus-visible{transform:translate(7px,-5px)}
.imported-content .industry-optical{grid-area:optical;background:linear-gradient(135deg,#fff0f0 0%,#eef6ff 100%)}
.imported-content .industry-optical:hover,.imported-content .industry-optical:focus-visible{transform:translate(7px,6px)}
.imported-content .industry-sector-index{font:700 10px/1 Arial,Helvetica,sans-serif;letter-spacing:.16em;color:#6c8198;margin-bottom:18px}
.imported-content .industry-sector strong{font-size:22px;line-height:1.08;letter-spacing:-.02em}
.imported-content .industry-sector em{font-style:normal;color:#2c6ea3;font-size:12px;font-weight:700;margin-top:8px}
.imported-content .industry-sector small{font-size:12px;line-height:1.55;color:#617286;margin-top:12px;max-width:270px}
.imported-content .industry-sector i{font-style:normal;color:#36aee8;font-size:21px;position:absolute;right:38px;bottom:26px}
.imported-content .em-section{padding:92px 4.5vw 100px;background:#f4f7fa;border-top:1px solid #dde4ec;border-bottom:1px solid #dde4ec;scroll-margin-top:84px}
.imported-content .em-page-head{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,.75fr);gap:70px;align-items:end;max-width:1380px;margin:0 auto 44px}
.imported-content .em-page-head h2{margin:10px 0 0;font-size:clamp(42px,4.5vw,68px);line-height:.98;letter-spacing:-.045em;max-width:870px}
.imported-content .em-page-head>p{margin:0;color:#63758a;font-size:15px;line-height:1.72}
.imported-content .em-category-grid{max-width:1380px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.imported-content .em-category-card{appearance:none;border:1px solid #dce3ea;border-left:5px solid #18aee3;background:#fff;padding:0;text-align:left;cursor:pointer;box-shadow:0 8px 26px rgba(15,42,70,.03);transition:transform .18s ease,box-shadow .18s ease}
.imported-content .em-category-card:hover,.imported-content .em-category-card:focus-visible{transform:translateY(-5px);box-shadow:0 18px 36px rgba(15,42,70,.1);outline:none}
.imported-content .em-stock-photo{height:255px;background:#e9eef3;position:relative;overflow:hidden}
.imported-content .em-stock-photo img{width:100%;height:100%;object-fit:cover;display:block;position:relative;z-index:2}
.imported-content .em-stock-photo img.is-missing{display:none}
.imported-content .em-stock-fallback{position:absolute;inset:0;display:grid;place-items:center;font-size:12px;letter-spacing:.18em;color:#698098;font-weight:800;background:linear-gradient(135deg,#dfe8f0,#f6f9fb)}
.imported-content .em-card-copy{position:relative;padding:26px 28px 28px;min-height:278px}
.imported-content .em-card-copy>span{font:800 10px/1 Arial,Helvetica,sans-serif;letter-spacing:.09em;color:#7a8ba0}
.imported-content .em-card-copy h3{margin:14px 0 10px;font-size:27px;line-height:1.06;letter-spacing:-.02em}
.imported-content .em-card-copy p{margin:0;color:#677b90;font-size:14px;line-height:1.5}
.imported-content .em-chip-row{display:flex;gap:6px;flex-wrap:wrap;margin-top:24px;padding-right:45px}
.imported-content .em-chip-row b{font:800 9px/1 Arial,Helvetica,sans-serif;letter-spacing:.04em;color:#2c608d;background:#edf5fb;border:1px solid #dbeaf5;padding:7px 9px}
.imported-content .em-card-copy>i{position:absolute;right:25px;bottom:24px;width:34px;height:34px;border:1px solid #bfd6e7;display:grid;place-items:center;color:#167fc2;font-style:normal;font-size:19px}
.imported-content .em-detail-backdrop{position:fixed;inset:0;background:rgba(3,10,19,.72);z-index:160}
.imported-content .em-detail-panel{position:fixed;inset:0;z-index:170;background:#07182c;color:#fff;overflow:auto}
.imported-content .em-detail-panel[hidden],.imported-content .em-detail-backdrop[hidden]{display:none!important}
.imported-content .em-detail-shell{min-height:100%;padding:26px 34px 34px}
.imported-content .em-detail-topbar{height:66px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;border:1px solid #4a6077;border-bottom:0;background:#0c223a}
.imported-content .em-detail-brand{display:flex;align-items:center;gap:14px;padding:0 20px}
.imported-content .em-detail-brand span{font-weight:900;font-size:21px;color:#69dfff}
.imported-content .em-detail-brand strong{font-size:12px;text-transform:uppercase;letter-spacing:.12em}
.imported-content .em-detail-tabs{height:100%;display:flex;justify-content:center}
.imported-content .em-detail-tabs button{appearance:none;border:0;border-left:1px solid #30485f;background:transparent;color:#9ab0c5;padding:0 22px;font:800 10px/1 Arial,Helvetica,sans-serif;letter-spacing:.07em;text-transform:uppercase;cursor:pointer}
.imported-content .em-detail-tabs button:last-child{border-right:1px solid #30485f}
.imported-content .em-detail-tabs button.is-active{color:#fff;background:#123351;box-shadow:inset 0 -3px #5ddfff}
.imported-content .em-detail-close{appearance:none;border:0;border-left:1px solid #30485f;background:transparent;color:#fff;width:64px;height:64px;font-size:21px;cursor:pointer}
.imported-content .em-detail-body{display:grid;grid-template-columns:minmax(430px,.87fr) minmax(590px,1.06fr);gap:80px;padding-top:38px}
.imported-content .em-panel-label{display:inline-block;border:1px solid #54708b;color:#d7edff;padding:9px 14px;font:800 10px/1 Arial,Helvetica,sans-serif;letter-spacing:.13em;margin-bottom:15px}
.imported-content .em-main-frame{height:520px;border:1px solid #345371;background:#102a49;position:relative;padding:16px 16px 48px;display:flex;align-items:center;justify-content:center;overflow:hidden}
.imported-content .em-main-frame:before{content:"";position:absolute;inset:16px;background:#fff;border-radius:70px 70px 0 0}
.imported-content .em-main-frame img{position:relative;z-index:2;max-width:94%;max-height:90%;object-fit:contain}
.imported-content .em-image-index{position:absolute;left:28px;top:28px;z-index:3;background:#07182c;color:#fff;padding:9px 13px;font:800 10px/1 Arial,Helvetica,sans-serif;letter-spacing:.08em}
.imported-content .em-main-frame p{position:absolute;z-index:3;left:20px;right:20px;bottom:18px;margin:0;background:#1b2d41;color:#d7e7f4;padding:9px 12px;font-size:10px;line-height:1.3}
.imported-content .em-thumb-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:10px}
.imported-content .em-thumb{height:82px;border:1px solid #41607c;background:#9da9b6;padding:0;cursor:pointer;overflow:hidden}
.imported-content .em-thumb img{width:100%;height:100%;object-fit:contain;background:#eef2f5}
.imported-content .em-thumb.is-active{border-bottom:3px solid #5ee6ff;background:#fff}
.imported-content .em-spec-panel{border:1px solid #4a6077;align-self:start}
.imported-content .em-spec-head{min-height:86px;padding:19px 22px;display:flex;justify-content:space-between;gap:20px;align-items:center;border-bottom:1px solid #4a6077;background:#0c223a}
.imported-content .em-spec-head span,.imported-content .em-spec-head small{display:block;color:#83c9f3;font:800 8px/1.2 Arial,Helvetica,sans-serif;letter-spacing:.17em}
.imported-content .em-spec-head strong{display:block;margin-top:7px;font-size:20px}
.imported-content .em-spec-grid{margin:0}
.imported-content .em-spec-grid>div{display:grid;grid-template-columns:34% 66%;border-bottom:1px solid #425a71;min-height:62px}
.imported-content .em-spec-grid dt{padding:19px 20px;color:#7fc2ed;font:800 9px/1.35 Arial,Helvetica,sans-serif;letter-spacing:.09em;text-transform:uppercase;border-right:1px solid #425a71}
.imported-content .em-spec-grid dd{margin:0;padding:16px 18px;font-size:14px;font-weight:700;line-height:1.42}
.imported-content .em-spec-grid dd small{display:block;color:#9db1c4;font-size:10px;font-weight:400;margin-top:4px}
.imported-content .em-workflow{display:grid;grid-template-columns:repeat(4,1fr)}
.imported-content .em-workflow>div{min-height:112px;border-right:1px solid #425a71;border-bottom:1px solid #425a71;padding:15px}
.imported-content .em-workflow>div:last-child{border-right:0}
.imported-content .em-workflow b{display:flex;align-items:center;gap:10px;font-size:12px}
.imported-content .em-workflow b span{border:1px solid #6f8aa4;padding:5px 8px;font-size:8px;border-radius:3px}
.imported-content .em-workflow small{display:block;margin-top:20px;color:#9eb8ce;font-size:9px;line-height:1.45}
.imported-content .em-facts{display:grid;grid-template-columns:repeat(3,1fr)}
.imported-content .em-facts>div{padding:16px 18px;border-right:1px solid #425a71;background:#081a2e}
.imported-content .em-facts>div:last-child{border-right:0}
.imported-content .em-facts strong{display:block;font-size:18px}
.imported-content .em-facts span{display:block;color:#81bde5;margin-top:4px;font:700 8px/1.2 Arial,Helvetica,sans-serif;letter-spacing:.08em;text-transform:uppercase}
.imported-content .em-detail-cta{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-top:1px solid #425a71;background:#0d2945;color:#fff;font-size:12px;font-weight:800}
.imported-content .em-detail-cta span{color:#5be1ff;font-size:18px}
.imported-content .em-panel-open{overflow:hidden}
@media (max-width:1050px){.imported-content .industry-hex-map{grid-template-columns:1fr 1fr;grid-template-areas:"ai semiconductor" "robotics semiconductor" "advanced optical"}
.imported-content .em-page-head{grid-template-columns:1fr;gap:25px}
.imported-content .em-category-grid{grid-template-columns:1fr}
.imported-content .em-category-card{display:grid;grid-template-columns:42% 58%}
.imported-content .em-stock-photo{height:100%;min-height:285px}
.imported-content .em-card-copy{min-height:285px}
.imported-content .em-detail-body{grid-template-columns:1fr;gap:28px}
.imported-content .em-main-frame{height:470px}
.imported-content .em-detail-tabs{display:none}}
@media (max-width:720px){.imported-content .header-nav-grid{grid-template-columns:repeat(2,1fr)}
.imported-content .industries-v7{padding-left:20px;padding-right:20px}
.imported-content .industry-hex-map{display:grid;grid-template-columns:1fr;grid-template-areas:"ai" "robotics" "semiconductor" "advanced" "optical"}
.imported-content .industry-sector,.imported-content .industry-semiconductor{clip-path:none;min-height:190px}
.imported-content .industry-sector:hover,.imported-content .industry-sector:focus-visible{transform:translateY(-3px)}
.imported-content .em-section{padding:70px 20px}
.imported-content .em-category-card{display:block}
.imported-content .em-stock-photo{height:220px;min-height:0}
.imported-content .em-card-copy{min-height:260px}
.imported-content .em-detail-shell{padding:12px}
.imported-content .em-detail-topbar{grid-template-columns:1fr auto}
.imported-content .em-detail-brand strong{font-size:10px}
.imported-content .em-detail-body{padding-top:18px}
.imported-content .em-main-frame{height:390px}
.imported-content .em-main-frame:before{border-radius:35px 35px 0 0}
.imported-content .em-spec-grid>div{grid-template-columns:38% 62%}
.imported-content .em-workflow{grid-template-columns:1fr 1fr}
.imported-content .em-workflow>div:nth-child(2){border-right:0}
.imported-content .em-facts{grid-template-columns:1fr}
.imported-content .em-facts>div{border-right:0;border-bottom:1px solid #425a71}
.imported-content .em-thumb{height:64px}}
.imported-content .industries.industries-hex-section{
  display:block!important;
  background:linear-gradient(180deg,#f8fbfd 0%,#f3f8fb 100%)!important;
  color:#10233a!important;
  padding:42px 4vw 54px!important;
  overflow:hidden;
  position:relative;
}
.imported-content .industries-hex-shell{
  width:min(1040px,92vw);
  margin:0 auto;
  position:relative;
}
.imported-content .industries-hex{
  position:relative;
  width:100%;
  aspect-ratio:5/4;
  isolation:isolate;
}
.imported-content .industry-sector{
  position:absolute;
  inset:0;
  display:block;
  color:#10233a;
  cursor:pointer;
  text-decoration:none;
  transition:transform .18s ease,filter .18s ease;
  transform-origin:center;
  will-change:transform;
  outline:none;
  overflow:visible;
}
.imported-content .industry-sector:hover,.imported-content .industry-sector:focus-visible{
  z-index:20;
  filter:drop-shadow(0 16px 22px rgba(20,45,70,.13));
}
.imported-content .industry-sector-ai{
  clip-path:polygon(50% 0,0 25%,0 50%,33.5% 50%,50% 33.125%);
  background:#eaf5ff;
}
.imported-content .industry-sector-robotics{
  clip-path:polygon(50% 0,100% 25%,100% 50%,66.5% 50%,50% 33.125%);
  background:#ebedf1;
}
.imported-content .industry-sector-advanced{
  clip-path:polygon(0 50%,33.5% 50%,33.5% 59.375%,50% 75%,50% 100%,0 75%);
  background:#fff6d5;
}
.imported-content .industry-sector-optical{
  clip-path:polygon(66.5% 50%,100% 50%,100% 75%,50% 100%,50% 75%,66.5% 59.375%);
  background:linear-gradient(135deg,#edf5ff 0%,#f1f4fb 60%,#f9eaed 100%);
}
.imported-content .industry-sector-center{
  clip-path:polygon(50% 33.125%,66.5% 50%,66.5% 59.375%,50% 75%,33.5% 59.375%,33.5% 50%);
  background:#fff;
  z-index:6;
}
.imported-content .industry-sector-ai:hover,.imported-content .industry-sector-ai:focus-visible{transform:translate(-12px,-9px)}
.imported-content .industry-sector-robotics:hover,.imported-content .industry-sector-robotics:focus-visible{transform:translate(12px,-9px)}
.imported-content .industry-sector-advanced:hover,.imported-content .industry-sector-advanced:focus-visible{transform:translate(-12px,9px)}
.imported-content .industry-sector-optical:hover,.imported-content .industry-sector-optical:focus-visible{transform:translate(12px,9px)}
.imported-content .industry-sector-center:hover,.imported-content .industry-sector-center:focus-visible{transform:translateY(-6px) scale(1.015)}
.imported-content .industry-sector:focus-visible{filter:drop-shadow(0 16px 22px rgba(20,45,70,.13)) drop-shadow(0 0 0 rgba(0,0,0,0)) drop-shadow(0 0 5px rgba(38,151,239,.45))}
.imported-content .industry-sector-content{position:absolute;z-index:2;color:#10233a}
.imported-content .industry-content-ai{left:7%;top:15.8%;width:36%;text-align:center}
.imported-content .industry-content-robotics{left:57%;top:15.8%;width:35%;text-align:center}
.imported-content .industry-content-advanced{left:7%;top:58.2%;width:36%;text-align:center}
.imported-content .industry-content-optical{left:57%;top:58.0%;width:35%;text-align:center}
.imported-content .industry-content-center{left:35.6%;top:39.2%;width:28.8%;text-align:center}
.imported-content .industry-icon{display:block;width:48px;height:48px;margin:0 auto 8px;color:#10233a}
.imported-content .industry-icon-center{width:44px;height:44px;margin-bottom:5px}
.imported-content .industry-sector h3{margin:0;color:#10233a;font-size:clamp(18px,1.6vw,25px);line-height:1.08;letter-spacing:-.025em}
.imported-content .industry-sector h4{margin:7px 0 0;color:#32475c;font-size:clamp(10px,.94vw,14px);line-height:1.28;font-weight:500}
.imported-content .industry-sector p{margin:9px auto 0;color:#53667a;font-size:clamp(9px,.82vw,12.4px);line-height:1.42;max-width:310px}
.imported-content .industry-content-center h3{font-size:clamp(17px,1.5vw,23px);line-height:1.03}
.imported-content .industry-content-center p{font-size:clamp(8px,.69vw,10.5px);line-height:1.34;margin:7px auto 0;max-width:250px}
.imported-content .industry-mini-rule{display:block;width:34px;height:3px;background:#2697ef;margin:7px auto 0}
.imported-content .industry-mini-rule-spectrum{background:linear-gradient(90deg,#b54f5c 0 45%,#2697ef 55% 100%);width:40px}
.imported-content .industry-jump-arrow{
  position:absolute;
  z-index:8;
  color:#2697ef;
  font:700 22px/1 Arial,Helvetica,sans-serif;
  transition:transform .18s ease,opacity .18s ease;
  opacity:.96;
}
.imported-content .industry-arrow-ai{left:29.0%;top:48.1%}
.imported-content .industry-arrow-robotics{left:69.0%;top:48.1%}
.imported-content .industry-arrow-advanced{left:30.8%;top:69.0%}
.imported-content .industry-arrow-optical{left:67.0%;top:69.0%}
.imported-content .industry-sector:hover .industry-jump-arrow,.imported-content .industry-sector:focus-visible .industry-jump-arrow{transform:translate(1px,-1px)}
.imported-content .industries-hex-decor{
  position:absolute;
  width:95px;height:95px;
  background-image:radial-gradient(circle,#bdd9f7 1.8px,transparent 1.9px);
  background-size:25px 25px;
  opacity:.65;
  pointer-events:none;
}
.imported-content .industries-hex-decor-left{left:2.4%;top:9.5%}
.imported-content .industries-hex-decor-right{right:2.6%;bottom:10%}
@media (max-width:1000px){.imported-content .industries.industries-hex-section{padding:36px 22px 44px!important}
.imported-content .industries-hex-shell{width:min(940px,96vw)}
.imported-content .industry-content-ai,.imported-content .industry-content-robotics{top:16.8%}
.imported-content .industry-content-advanced,.imported-content .industry-content-optical{top:57.2%}
.imported-content .industry-sector p{font-size:clamp(8.5px,1.05vw,11px);max-width:270px}
.imported-content .industry-sector h4{font-size:clamp(9px,1.12vw,12px)}
.imported-content .industry-icon{width:43px;height:43px;margin-bottom:6px}
.imported-content .industry-jump-arrow{font-size:20px}
.imported-content .industry-arrow-ai{left:29.0%;top:48.9%}
.imported-content .industry-arrow-robotics{left:69.2%;top:48.9%}
.imported-content .industry-arrow-advanced{left:30.9%;top:69.4%}
.imported-content .industry-arrow-optical{left:67.2%;top:69.4%}}
@media (max-width:760px){.imported-content .industries.industries-hex-section{padding:30px 16px 36px!important}
.imported-content .industries-hex-shell{width:100%}
.imported-content .industries-hex-decor{display:none}
.imported-content .industries-hex{aspect-ratio:auto;display:grid;grid-template-columns:1fr 1fr;gap:10px}
.imported-content .industry-sector{position:relative;inset:auto;clip-path:none!important;min-height:220px;padding:18px;border-radius:10px;transform:none!important;filter:none!important}
.imported-content .industry-sector-ai{background:#eaf5ff!important}
.imported-content .industry-sector-robotics{background:#ebedf1!important}
.imported-content .industry-sector-advanced{background:#fff6d5!important}
.imported-content .industry-sector-optical{background:linear-gradient(135deg,#edf5ff 0%,#f1f4fb 60%,#f9eaed 100%)!important}
.imported-content .industry-sector-center{grid-column:1/-1;grid-row:1;min-height:175px;background:#fff!important}
.imported-content .industry-sector-content{position:static;width:auto;text-align:left}
.imported-content .industry-content-center{text-align:center}
.imported-content .industry-icon{width:40px;height:40px;margin:0 0 8px}
.imported-content .industry-content-center .industry-icon{margin:0 auto 6px}
.imported-content .industry-sector h3{font-size:18px}
.imported-content .industry-sector h4{font-size:11px}
.imported-content .industry-sector p,.imported-content .industry-content-center p{font-size:10px;line-height:1.4;margin-top:8px;max-width:none}
.imported-content .industry-mini-rule{margin:6px 0 0}
.imported-content .industry-content-center .industry-mini-rule{margin:6px auto 0}
.imported-content .industry-jump-arrow{right:14px!important;top:14px!important;left:auto!important;font-size:20px}}
@media (max-width:520px){.imported-content .industries-hex{grid-template-columns:1fr}
.imported-content .industry-sector-center{grid-column:1}
.imported-content .industry-sector{min-height:auto}}
@media (prefers-reduced-motion:reduce){.imported-content .industry-sector,.imported-content .industry-jump-arrow{transition:none!important}
.imported-content .industry-sector:hover,.imported-content .industry-sector:focus-visible{transform:none!important}}
.imported-content .engineering-about-combined{background:#f4f6f8;padding:76px 4.5vw 84px;border-bottom:1px solid #d9dfe6}
.imported-content .engineering-about-shell{max-width:1680px;margin:0 auto;display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.28fr);gap:0;background:#fff;border:1px solid #d7dde5;box-shadow:0 18px 50px rgba(7,17,31,.04)}
.imported-content .engineering-flow-panel,.imported-content .engineering-about-panel{min-width:0;padding:48px 44px 50px}
.imported-content .engineering-flow-panel{border-right:1px solid #cfd6df}
.imported-content .engineering-about-combined .eyebrow{margin:0 0 26px}
.imported-content .engineering-flow-panel h2,.imported-content .engineering-about-copy h2{margin:0;color:#07111f;font-size:clamp(36px,3.5vw,62px);line-height:1.02;letter-spacing:-.045em}
.imported-content .engineering-flow-diagram{margin:46px 0 34px;display:grid;grid-template-columns:minmax(0,1fr) 58px minmax(0,1fr);grid-template-rows:auto 50px auto;align-items:center}
.imported-content .engineering-flow-step{min-height:164px;border:2px solid #0d3264;background:#f8fafc;padding:22px 22px 20px;display:flex;flex-direction:column;justify-content:center;position:relative;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}
.imported-content .engineering-flow-step:hover{border-color:#1b66ff;box-shadow:0 12px 30px rgba(27,102,255,.09);transform:translateY(-2px)}
.imported-content .engineering-flow-step-1{grid-column:1;grid-row:1}
.imported-content .engineering-flow-step-2{grid-column:3;grid-row:1}
.imported-content .engineering-flow-step-3{grid-column:3;grid-row:3}
.imported-content .engineering-flow-step-4{grid-column:1;grid-row:3}
.imported-content .engineering-flow-number{position:absolute;top:14px;left:16px;color:#1b66ff;font:9px monospace;letter-spacing:.08em}
.imported-content .engineering-flow-step h3{margin:14px 0 11px;font-size:20px;line-height:1.15;color:#07111f}
.imported-content .engineering-flow-step p{margin:0;color:#5b6b7d;font-size:11px;line-height:1.55;text-transform:uppercase;letter-spacing:.035em}
.imported-content .engineering-flow-arrow{display:grid;place-items:center;color:#1b66ff;font-size:36px;font-weight:300;line-height:1}
.imported-content .engineering-flow-arrow-right{grid-column:2;grid-row:1}
.imported-content .engineering-flow-arrow-down{grid-column:3;grid-row:2}
.imported-content .engineering-flow-arrow-left{grid-column:2;grid-row:3}
.imported-content .engineering-flow-summary{max-width:610px;margin:0;color:#53677c;font-size:15px;line-height:1.72}
.imported-content .engineering-about-panel{display:flex;flex-direction:column}
.imported-content .engineering-about-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin:0}
.imported-content .engineering-about-image{margin:0;min-width:0;height:255px;position:relative;overflow:hidden;background:#102944;border:1px solid #d6dce4}
.imported-content .engineering-about-image:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(7,17,31,.78),transparent 54%);pointer-events:none}
.imported-content .engineering-about-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease}
.imported-content .engineering-about-image:hover img{transform:scale(1.025)}
.imported-content .engineering-about-image figcaption{position:absolute;left:17px;right:17px;bottom:16px;z-index:2;display:flex;align-items:flex-end;justify-content:space-between;gap:12px;color:#fff}
.imported-content .engineering-about-image figcaption span{font:9px monospace;color:#86cfff}
.imported-content .engineering-about-image figcaption strong{font-size:13px;text-align:right}
.imported-content .engineering-about-history{position:absolute;z-index:2;left:15px;right:15px;top:20px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:8px;color:#fff;font-size:8px;font-weight:800;line-height:1.25;text-transform:uppercase;letter-spacing:.04em}
.imported-content .engineering-about-history i{display:block;height:1px;border-top:1px dashed rgba(255,255,255,.75)}
.imported-content .engineering-about-copy{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(260px,.9fr);gap:42px;align-items:end;margin:0 0 42px;padding:0 0 28px;border-bottom:1px solid #d8dee6}
.imported-content .engineering-about-copy p{margin:0;color:#53677c;font-size:15px;line-height:1.72}
@media (max-width:1180px){.imported-content .engineering-about-shell{grid-template-columns:1fr}
.imported-content .engineering-flow-panel{border-right:0;border-bottom:1px solid #cfd6df}
.imported-content .engineering-about-gallery{height:auto}
.imported-content .engineering-about-image{height:230px}}
@media (max-width:760px){.imported-content .engineering-about-combined{padding:54px 20px 62px}
.imported-content .engineering-flow-panel,.imported-content .engineering-about-panel{padding:34px 24px 38px}
.imported-content .engineering-flow-diagram{grid-template-columns:1fr;grid-template-rows:auto 36px auto 36px auto 36px auto;margin-top:34px}
.imported-content .engineering-flow-step-1,.imported-content .engineering-flow-step-2,.imported-content .engineering-flow-step-3,.imported-content .engineering-flow-step-4,.imported-content .engineering-flow-arrow-right,.imported-content .engineering-flow-arrow-down,.imported-content .engineering-flow-arrow-left{grid-column:1}
.imported-content .engineering-flow-step-1{grid-row:1}
.imported-content .engineering-flow-arrow-right{grid-row:2;transform:rotate(90deg)}
.imported-content .engineering-flow-step-2{grid-row:3}
.imported-content .engineering-flow-arrow-down{grid-row:4}
.imported-content .engineering-flow-step-3{grid-row:5}
.imported-content .engineering-flow-arrow-left{grid-row:6;transform:rotate(-90deg)}
.imported-content .engineering-flow-step-4{grid-row:7}
.imported-content .engineering-flow-step{min-height:130px}
.imported-content .engineering-about-gallery{grid-template-columns:1fr}
.imported-content .engineering-about-image{height:240px}
.imported-content .engineering-about-copy{grid-template-columns:1fr;gap:22px}}