:root{--te-ink:#07111d;--te-panel:#0c1b2b;--te-line:#22374b;--te-cyan:#26c7fa;--te-white:#f5f7fa;}html{scroll-padding-top:110px;}body{overflow-x:clip;}.hidden,[hidden]{display:none!important;}a,button,input,select,textarea{touch-action:manipulation;}a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid #26c7fa!important;outline-offset:5px;}.te-skip{position:fixed;top:8px;left:16px;transform:translateY(-180%);z-index:3000;background:white;color:#07111d;padding:12px 20px;font-weight:700;}.te-skip:focus{transform:none;}#site-header.te-header{height:88px;position:sticky;top:0;z-index:1000;background:#07111df7!important;border-bottom:1px solid #24394d;backdrop-filter:blur(18px);color:#f5f7fa;}.te-header-inner{max-width:1360px;height:100%;margin:auto;padding:0 32px;display:flex;align-items:center;gap:28px;}.te-brand{display:flex;align-items:center;gap:9px;flex-shrink:0;}.te-brand img:first-child{width:45px;height:45px;object-fit:contain;}.te-brand img:last-child{width:127px;height:41px;object-fit:contain;}.te-desktop-nav{display:flex;align-items:center;gap:23px;margin-left:auto;white-space:nowrap;}.te-desktop-nav a{font-size:13px;font-weight:650;color:#b9c8d6;padding:32px 0;position:relative;}.te-desktop-nav a:hover,.te-desktop-nav a[aria-current=page]{color:#fff;}.te-desktop-nav a[aria-current=page]:after{content:"";position:absolute;bottom:19px;left:0;right:0;height:2px;background:var(--te-cyan);}.te-head-actions{display:flex;align-items:center;gap:20px;}.te-phone-head{font-size:13px;font-weight:700;white-space:nowrap;}.te-language{display:flex;border:1px solid #365064;border-radius:5px;flex-shrink:0;}.te-language button{min-width:38px;min-height:38px;border:0;background:transparent!important;padding:8px!important;color:#b3c2d1!important;font-size:11px!important;font-weight:800;cursor:pointer;}.te-language button[aria-pressed=true]{background:#1a3a50!important;color:#67dcff!important;}.te-head-contact{color:#07111d;background:var(--te-cyan);font-size:13px;font-weight:800;white-space:nowrap;border-radius:4px;padding:13px 17px;display:inline-flex;}.te-head-contact:hover{background:#81e2ff;}#mobile-menu-btn.te-menu-toggle{display:none;width:44px;height:44px;align-items:center;justify-content:center;background:none;color:#fff;border:1px solid #34495c;border-radius:4px;cursor:pointer;}.te-menu-toggle svg{width:22px;height:22px;}.te-menu-toggle[aria-expanded=true] .te-menu-lines{display:none;}.te-menu-toggle[aria-expanded=false] .te-menu-cross{display:none;}#mobile-menu.te-mobile-menu{position:fixed;inset:88px 0 0;z-index:999;background:#07111d;overflow-y:auto;padding:30px 24px 50px;color:white;visibility:visible;display:block;}.te-mobile-menu nav{display:grid;max-width:560px;margin:auto;}.te-mobile-menu nav a{padding:14px 0;border-bottom:1px solid #22374b;font-size:22px;font-weight:700;color:#d6e3ef;}.te-mobile-menu nav a[aria-current=page]{color:var(--te-cyan);}.te-mobile-contact{display:grid;gap:16px;max-width:560px;margin:28px auto 0;}.te-mobile-contact>a{font-weight:700;}.te-mobile-contact .te-head-contact{justify-content:center;padding:16px;}.te-mobile-contact small{color:#a9bacb;}.te-menu-open #te-chat-wrap{visibility:hidden;}.te-footer{background:#050d16;border-top:1px solid #274157;color:#acbdce;padding:60px 0 24px;font-size:14px;}.te-footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:60px;}.te-footer p{max-width:330px;line-height:1.8;margin:20px 0;}.te-footer h3{color:white;font-size:13px;letter-spacing:.1em;text-transform:uppercase;margin-bottom:20px;}.te-footer-links{display:grid;grid-template-columns:1fr 1fr;gap:12px 20px;}.te-footer a:hover{color:var(--te-cyan);}.te-footer-contact{display:grid;gap:13px;}.te-footer-contact>a:first-child{font-size:24px;font-weight:800;color:white;}.te-footer-bottom{display:flex;justify-content:space-between;gap:20px;border-top:1px solid #1b2a3a;padding-top:24px;margin-top:48px;font-size:12px;color:#94a9bc;}.te-shell{width:min(1216px,calc(100% - 64px));margin-inline:auto;}.te-home{background:var(--te-ink);color:var(--te-white);font-family:Inter,Arial,sans-serif;}.te-home h1,.te-home h2,.te-home h3{margin:0;font-weight:800;letter-spacing:-.035em;line-height:1.08;}.te-home h1{font-size:clamp(48px,5.35vw,78px);text-transform:uppercase;font-weight:850;letter-spacing:-.055em;}.te-home h2{font-size:clamp(32px,3.1vw,46px);}.te-home h3{font-size:24px;}.te-home p{line-height:1.75;color:var(--te-muted);}.te-home a{text-decoration:none;}.te-eyebrow{display:flex;align-items:center;gap:10px;color:var(--te-cyan);font-size:11px;font-weight:800;letter-spacing:.17em;text-transform:uppercase;margin:0 0 24px;}.te-eyebrow:before{content:"";width:25px;height:2px;background:var(--te-cyan);}.te-accent{color:var(--te-cyan);}.te-btn{display:inline-flex;align-items:center;justify-content:center;gap:16px;min-height:52px;padding:14px 23px;font-size:14px;font-weight:800;border:1px solid var(--te-cyan);border-radius:4px;background:var(--te-cyan);color:#051523!important;transition:background .18s,transform .18s;cursor:pointer;}.te-btn:hover{background:#80e0fc;transform:translateY(-2px);}.te-btn-secondary{background:transparent;border-color:#455b71;color:#f5f7fa!important;}.te-btn-secondary:hover{background:#193047;}.te-btn svg{width:18px;height:18px;}.te-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px;}.te-text-link{display:inline-flex;align-items:center;gap:10px;color:var(--te-cyan)!important;font-weight:750;font-size:14px;}.te-text-link svg{width:18px;height:18px;}.te-hero{position:relative;isolation:isolate;padding:70px 0 64px;overflow:hidden;border-bottom:1px solid #24394d;background:radial-gradient(ellipse at 80% 20%,#08395777,transparent 55%),#07111d;}.te-hero:before{content:"";position:absolute;z-index:-1;inset:0;background:linear-gradient(90deg,#07111dfc 28%,#07111dad),url("/images/trucks-loading.webp") center/cover;opacity:.2;}.te-hero-grid{display:grid;grid-template-columns:1.06fr 1fr;gap:64px;align-items:center;}.te-hero-copy>p{font-size:17px;max-width:500px;margin:24px 0 0;}.te-hero-note{display:flex;gap:20px;flex-wrap:wrap;font-size:11px;font-weight:650;letter-spacing:.025em;margin-top:26px;color:#b7c8d8;}.te-hero-note>span:before{content:"✓";color:var(--te-cyan);margin-right:7px;}.te-system{border:1px solid #35556d;border-radius:9px;background:#102237;overflow:hidden;box-shadow:0 20px 70px #0006;}.te-system-head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:17px 22px;background:#102237;font-size:11px;font-weight:800;letter-spacing:.11em;color:#cfe5f5;text-transform:uppercase;}.te-system-head span:last-child{color:#5cdbff;}.te-system-photo{height:332px;background:#e5e8eb;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;}.te-system-photo>img{width:100%;height:100%;object-fit:contain;object-position:center;}.te-system-tag{position:absolute;left:16px;bottom:16px;background:#07111de8;border:1px solid #7db4d2;padding:8px 12px;color:white;font-size:10px;letter-spacing:.08em;font-weight:800;}.te-system-add{display:grid;grid-template-columns:88px 1fr;gap:20px;align-items:center;padding:20px 22px;background:#102237;}.te-system-add img{width:88px;height:88px;object-fit:contain;background:white;border-radius:4px;}.te-system-add strong{display:block;font-size:15px;color:white;}.te-system-add p{font-size:12px;line-height:1.6;margin:6px 0 0;}.te-system-foot{display:flex;gap:6px;align-items:center;justify-content:space-between;border-top:1px solid #2b455c;padding:14px 22px;color:#99b8d0;font-size:10px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;}.te-system-foot b{color:var(--te-cyan);}.te-brand-strip{border-bottom:1px solid var(--te-line);padding:25px 0;background:#091725;}.te-brand-strip .te-shell{display:flex;align-items:center;gap:36px;}.te-brand-strip p{font-size:10px;line-height:1.6;text-transform:uppercase;letter-spacing:.11em;font-weight:800;margin:0;min-width:110px;}.te-brand-names{display:flex;justify-content:space-between;align-items:center;gap:25px;flex:1;flex-wrap:wrap;color:#c5d1dc;font-size:18px;font-weight:850;letter-spacing:-.04em;}.te-brand-names span:last-child{font-size:11px;font-weight:500;letter-spacing:0;color:#94a9bc;}.te-section{padding:88px 0;}.te-section-head{display:flex;justify-content:space-between;align-items:end;gap:36px;margin-bottom:36px;}.te-section-head .te-eyebrow{margin-bottom:14px;}.te-section-head p{font-size:15px;max-width:370px;margin:0;}.te-route-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--te-line);border-radius:6px;overflow:hidden;}.te-route{padding:28px 24px;display:flex;flex-direction:column;gap:20px;background:#0b1a2a;color:white;transition:background .2s;}.te-route+.te-route{border-left:1px solid var(--te-line);}.te-route:hover{background:#112c43;}.te-route-top{display:flex;align-items:center;justify-content:space-between;}.te-route-top svg{width:30px;height:30px;color:var(--te-cyan);}.te-route-top small{font-size:11px;font-family:monospace;color:#7696b1;}.te-route h3{font-size:22px;line-height:1.2;}.te-route p{font-size:13px;margin:0;flex:1;}.te-route .te-text-link{margin-top:4px;font-size:12px;}.te-services-section{background:#0b1a29;border-block:1px solid #21374b;}.te-services-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:64px;}.te-service-intro>p{margin:23px 0;font-size:16px;max-width:470px;}.te-service-proof{margin-top:32px;display:grid;grid-template-columns:130px 1fr;gap:20px;align-items:center;}.te-service-proof img{width:130px;height:100px;object-fit:cover;border-radius:3px;}.te-service-proof strong{font-size:14px;}.te-service-proof p{font-size:12px;line-height:1.6;margin:6px 0 0;}.te-service-list{display:grid;gap:0;border-top:1px solid #2b4359;}.te-service-item{padding:17px 0;border-bottom:1px solid #2b4359;display:grid;grid-template-columns:30px 1fr;gap:12px;}.te-service-item>span{color:var(--te-cyan);font-size:11px;font-family:monospace;padding-top:4px;}.te-service-item h3{font-size:17px;letter-spacing:-.01em;}.te-service-item p{margin:7px 0 0;font-size:13px;line-height:1.55;}.te-help-options{display:flex;gap:12px;margin:26px 0 0;}.te-help-options span{border:1px solid #35556c;padding:8px 12px;font-size:11px;font-weight:800;color:#d7e6f2;}.te-process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px;}.te-step{border-top:1px solid #31485d;padding-top:24px;}.te-step>span{font-size:12px;color:var(--te-cyan);font-family:monospace;}.te-step h3{font-size:20px;margin:16px 0 12px;}.te-step p{font-size:14px;margin:0;}.te-equipment-note{border-left:2px solid var(--te-cyan);padding:0 0 0 18px;margin:32px 0 0;font-size:13px;}.te-feature-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;}.te-feature{border:1px solid #2b4359;border-radius:6px;background:#0c1d2e;overflow:hidden;display:flex;flex-direction:column;}.te-feature-media{height:230px;overflow:hidden;position:relative;background:#061322;}.te-feature-media>img{width:100%;height:100%;object-fit:cover;}.te-ctc-media{background:#eaf1f3;display:flex;align-items:center;justify-content:center;padding:35px;}.te-ctc-media>img{height:auto;max-height:160px;object-fit:contain;}.te-feature-body{padding:32px;flex:1;display:flex;flex-direction:column;align-items:start;}.te-feature-body h2{font-size:32px;}.te-feature-body>p{font-size:14px;margin:18px 0 20px;}.te-feature-body ul{list-style:none;margin:0 0 24px;padding:0;display:grid;gap:10px;font-size:13px;color:#d4e0eb;}.te-feature-body li:before{content:"✓";margin-right:10px;color:var(--te-cyan);}.te-feature-body .te-btn{margin-top:auto;}.te-module-row{display:flex;gap:7px;flex-wrap:wrap;margin-bottom:24px;}.te-module-row span{font-size:10px;font-weight:750;border:1px solid #385168;padding:7px 10px;}.te-video-section{border-top:1px solid #21374b;}.te-video-grid{display:grid;grid-template-columns:.8fr 1fr;align-items:center;gap:64px;}.te-video-grid p{font-size:15px;margin:20px 0;}.te-video-frame{position:relative;aspect-ratio:16/9;border:1px solid #36546b;overflow:hidden;border-radius:6px;background:#020912;}.te-video-frame button{display:block;width:100%;height:100%;border:0;padding:0;background:#020912;cursor:pointer;}.te-video-frame img{width:100%;height:100%;object-fit:cover;opacity:.85;}.te-play{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:66px;height:66px;border-radius:50%;background:var(--te-cyan);display:flex;align-items:center;justify-content:center;color:#061827;box-shadow:0 0 0 8px #26c7fa33;}.te-play svg{width:23px;height:23px;margin-left:4px;}.te-video-frame iframe{position:absolute;inset:0;width:100%;height:100%;border:0;}.te-resources{border-top:1px solid #22394d;padding:50px 0;}.te-resource-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;}.te-resource{border-top:1px solid #324d64;padding:20px 0;color:#e6eff7;}.te-resource small{display:block;color:#91aabf;font-size:10px;letter-spacing:.12em;text-transform:uppercase;margin-bottom:12px;}.te-resource strong{font-size:16px;}.te-resource:hover{color:var(--te-cyan);}.te-final-cta{background:linear-gradient(115deg,#0c324a,#071521);border-top:1px solid #366079;padding:64px 0;}.te-final-cta .te-shell{display:flex;align-items:center;justify-content:space-between;gap:40px;}.te-final-cta h2{font-size:clamp(32px,3.2vw,45px);max-width:600px;}.te-final-cta p{margin:18px 0 0;font-size:14px;}.te-final-actions{flex-shrink:0;display:grid;gap:16px;text-align:center;}.te-final-actions>a:last-child{color:#c9e5f8;font-size:13px;}.te-offer-page{--color-te-graphite:#07111d;--color-te-navy:#0c2033;--color-te-slate:#16324a;--color-te-red:#26c7fa;--color-te-red-dark:#60d8fc;--color-te-brass:#78dafe;background:#07111d;color:#f5f7fa;}.te-offer-page .bg-te-red{color:#061725;}.te-offer-page .text-gradient{background-image:linear-gradient(120deg,#f0f7ff,#26c7fa)!important;}.te-offer-page .glass{background:#102237;border-color:#2a4258;}.te-offer-page section{scroll-margin-top:110px;}.te-offer-page .reveal,.te-offer-page .reveal-left,.te-offer-page .reveal-right,.te-offer-page .reveal-scale{opacity:1!important;transform:none!important;}.te-offer-page .te-content-hero{min-height:0!important;padding:0!important;}.te-offer-page .te-content-hero>div:last-child{padding-top:64px!important;padding-bottom:64px!important;}.te-offer-page .te-content-hero h1{font-size:clamp(38px,4.5vw,64px)!important;}.te-offer-page .te-content-hero>.absolute img{opacity:.18;}.te-offer-page .te-content-hero p{max-width:620px;}.te-offer-page section.py-24,.te-offer-page section.py-20{padding-top:64px!important;padding-bottom:64px!important;}.help-tab,.mod-tab,.eng-tab{min-height:44px!important;padding:10px 16px!important;line-height:1.4!important;font-size:12px!important;cursor:pointer;}.mod-tab[aria-pressed=true],.help-tab[aria-expanded=true],.eng-tab[aria-expanded=true]{outline:2px solid #26c7fa;outline-offset:2px;color:#f5f7fa!important;background:#144360!important;}.help-panel{margin-top:28px;}.help-panel p{color:#c5d5e3;}.te-photo-card{aspect-ratio:4/3;display:flex;align-items:center;justify-content:center;background:#e9edef;overflow:hidden;}.te-photo-card img{width:100%!important;height:100%!important;object-fit:contain!important;}.te-harness-card{background:#0c2337;aspect-ratio:4/3;display:flex;align-items:center;justify-content:center;text-align:center;padding:25px;color:#c8dcea;}.te-harness-card svg{width:58px;height:58px;margin:auto auto 14px;color:#26c7fa;}.te-harness-card strong{display:block;font-size:16px;}.te-harness-card small{display:block;color:#98b1c5;font-size:11px;margin-top:8px;}.te-offer-page .te-contact-hero{min-height:0!important;}.te-offer-page .te-contact-hero>div:last-child{padding-top:48px!important;padding-bottom:24px!important;}.te-contact-content{padding-top:24px!important;}.te-contact-grid{align-items:start!important;}.te-contact-form-wrap{grid-column:1;grid-row:1;}.te-contact-information{grid-column:2;grid-row:1;}.te-contact-form-wrap label{color:#e1edf7;}.te-contact-form-wrap input,.te-contact-form-wrap select,.te-contact-form-wrap textarea{min-height:48px;font-size:16px!important;border:1px solid #537086!important;background:#112b42!important;color:white!important;}.te-contact-form-wrap input::placeholder,.te-contact-form-wrap textarea::placeholder{color:#9ab1c5;}.te-contact-form-wrap button[type=submit]{background:#26c7fa!important;color:#061725!important;min-height:52px;}.te-contact-stats{display:none;}.te-contact-information iframe{background:#102237;}.te-contact-map-link{display:block;color:#65d7fa;font-size:13px;margin-top:12px;}.te-required-note{font-size:12px;color:#c6d7e5;margin-bottom:20px;}.te-required-mark{color:#86def8;}[data-ytid]>span[aria-hidden=true]:not(.te-play):after{content:"";position:absolute;left:29px;top:14px;border-left:16px solid white;border-top:10px solid transparent;border-bottom:10px solid transparent;}#te-chat-btn{background:#087fae!important;}#te-chat-box{border-color:#27709a!important;}.te-menu-open{overflow:hidden!important;}.te-menu-open .te-footer{pointer-events:none;}.te-video-fallback{color:#79dcfb;font-size:12px;margin-top:12px;display:inline-block;}@media (min-width:1200px){#mobile-menu.te-mobile-menu{display:none!important;}}@media (max-width:1270px){.te-header-inner{gap:18px;}.te-desktop-nav{gap:16px;}.te-head-actions{gap:12px;}.te-phone-head{display:none;}}@media (max-width:1199px){.te-desktop-nav,.te-phone-head,.te-head-contact{display:none;}.te-head-actions{margin-left:auto;}#mobile-menu-btn.te-menu-toggle{display:flex;}.te-mobile-contact .te-head-contact{display:flex;}.te-hero-grid{gap:32px;}.te-hero h1{font-size:60px;}.te-route{padding:24px 18px;}.te-route h3{font-size:20px;}.te-system-photo{height:290px;}}@media (max-width:900px){.te-hero-grid{grid-template-columns:1fr 1fr;gap:30px;}.te-hero h1{font-size:47px;}.te-hero-copy>p{font-size:15px;}.te-hero .te-actions{flex-direction:column;align-items:start;}.te-system-photo{height:265px;}.te-system-add{gap:12px;padding:16px;}.te-system-add img{width:70px;height:70px;}.te-system-add{grid-template-columns:70px 1fr;}.te-system-foot{font-size:8px;padding:14px;}.te-route-grid{grid-template-columns:1fr 1fr;}.te-route:nth-child(3){border-left:0;border-top:1px solid var(--te-line);}.te-route:nth-child(4){border-top:1px solid var(--te-line);}.te-services-grid,.te-video-grid{gap:36px;}.te-brand-strip .te-shell{align-items:start;}.te-brand-names{justify-content:start;gap:16px 26px;}.te-footer-grid{gap:32px;grid-template-columns:1.1fr 1fr 1fr;}}@media (max-width:639px){html{scroll-padding-top:92px;}#site-header.te-header{height:76px;}.te-header-inner{padding:0 16px;gap:12px;}.te-brand{gap:5px;}.te-brand img:first-child{width:34px;height:38px;}.te-brand img:last-child{width:104px;height:34px;}.te-head-actions{gap:10px;}.te-language button{min-width:32px;min-height:38px;}#mobile-menu.te-mobile-menu{inset:76px 0 0;padding-top:14px;}.te-mobile-menu nav a{font-size:20px;padding:13px 0;}.te-mobile-contact{margin-top:22px;}.te-shell{width:calc(100% - 40px);}.te-hero{padding:42px 0 36px;}.te-hero-grid{grid-template-columns:1fr;gap:34px;}.te-hero h1{font-size:clamp(39px,11vw,57px);letter-spacing:-.04em;}.te-hero-copy>p{font-size:15px;margin-top:22px;}.te-eyebrow{font-size:10px;letter-spacing:.12em;margin-bottom:20px;}.te-hero .te-actions{display:grid;grid-template-columns:1fr;gap:10px;margin-top:24px;}.te-hero .te-actions .te-btn{width:100%;}.te-hero-note{gap:10px 18px;font-size:10px;margin-top:22px;}.te-system-photo{height:260px;}.te-system-head{padding:15px 18px;font-size:10px;}.te-system-add{grid-template-columns:68px 1fr;}.te-system-add img{width:68px;height:68px;}.te-system-add strong{font-size:14px;}.te-system-foot{font-size:9px;padding:13px 17px;}.te-brand-strip{padding:22px 0;}.te-brand-strip .te-shell{display:block;}.te-brand-strip p{margin-bottom:15px;}.te-brand-names{gap:14px 24px;font-size:17px;}.te-section{padding:54px 0;}.te-section-head{display:block;margin-bottom:26px;}.te-section-head p{margin-top:18px;font-size:14px;}.te-home h2{font-size:34px;}.te-route-grid{grid-template-columns:1fr;}.te-route{padding:24px;}.te-route+.te-route{border-left:0;border-top:1px solid var(--te-line);}.te-route{gap:14px;}.te-route h3{font-size:23px;}.te-route p{font-size:14px;}.te-route-top{margin-bottom:3px;}.te-services-grid,.te-video-grid,.te-feature-grid{grid-template-columns:1fr;gap:32px;}.te-service-intro>p{font-size:15px;}.te-service-proof{grid-template-columns:100px 1fr;gap:16px;}.te-service-proof img{width:100px;height:86px;}.te-process-grid{grid-template-columns:1fr 1fr;gap:25px 20px;}.te-step h3{font-size:20px;}.te-step p{font-size:13px;}.te-feature-media{height:190px;}.te-feature-body{padding:25px;}.te-feature-body h2{font-size:30px;}.te-feature-body .te-btn{width:100%;}.te-resource-grid{grid-template-columns:1fr;gap:4px;}.te-resources{padding:35px 0;}.te-final-cta{padding:44px 0;}.te-final-cta .te-shell{display:block;}.te-final-cta h2{font-size:34px;}.te-final-actions{margin-top:28px;}.te-footer{padding-top:40px;}.te-footer-grid{grid-template-columns:1fr;gap:32px;}.te-footer p{max-width:100%;margin:16px 0 0;}.te-footer h3{margin-bottom:16px;}.te-footer-bottom{display:block;margin-top:32px;line-height:1.8;}.te-footer-bottom span{display:block;}.te-contact-grid{display:flex!important;flex-direction:column!important;gap:32px!important;}.te-contact-form-wrap{order:-1;width:100%;}.te-contact-information{width:100%;}.te-contact-form-wrap>div{padding:24px!important;}.te-offer-page .te-contact-hero>div:last-child{padding-top:32px!important;padding-bottom:8px!important;}.te-contact-hero p{font-size:15px!important;}.te-contact-content{padding-bottom:40px!important;}.te-offer-page .te-content-hero>div:last-child{padding-top:40px!important;padding-bottom:40px!important;}.te-offer-page .te-content-hero h1{font-size:38px!important;}.te-offer-page section.py-24,.te-offer-page section.py-20{padding-top:44px!important;padding-bottom:44px!important;}.te-contact-information iframe{height:200px;}.te-offer-page .te-content-hero{min-height:0!important;}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto!important;}*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important;}.reveal,.reveal-left,.reveal-right,.reveal-scale{opacity:1!important;transform:none!important;}}.te-head-contact{gap:8px;}.te-hero-note>a{color:#7adfff;font-weight:750;}.te-system-photo{background:#e7e9ea;}.te-catalog-heading{font-size:26px;font-weight:800;color:#e5f1fa;margin:50px 0 24px;}.te-harness-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;}.te-harness-product{display:block;height:100%;border:1px solid #2d4c65;border-radius:6px;background:#0d2032;}.te-harness-product:hover{border-color:#26c7fa;background:#143149;}.te-harness-product>div{padding:24px!important;}.te-harness-product h3{font-size:17px;}.te-harness-product p{color:#b9cbda;}.te-harness-product .text-te-brass{color:#77dcff;}.te-harness-product span{margin-top:16px;}.te-harness-product svg{max-width:18px;max-height:18px;}@media (max-width:767px){.te-harness-grid{grid-template-columns:1fr;}.te-catalog-heading{font-size:24px;margin-top:34px;}.te-system-head span:last-child{font-size:9px;white-space:nowrap;}.te-system-head{gap:10px;}}.te-error-page main{overflow:hidden;}.te-product-hero-grid{display:block;width:100%;min-width:0;}.te-product-hero-grid>.reveal-right{display:block!important;width:100%;}.te-product-hero-grid>.reveal-right>.relative{width:100%;}.te-product-page .te-content-hero h1{font-size:clamp(30px,3vw,44px)!important;}.te-product-page .te-content-hero{background:#07111d;}.te-product-page .te-content-hero>.absolute{display:none;}.te-product-page .te-content-hero>div:last-child{padding-top:36px!important;padding-bottom:36px!important;}.te-product-offer{padding:40px 0 60px;background:#07111d;}.te-product-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start;margin-top:30px;}.te-product-photo{background:#e8ebed;border-radius:6px;border:1px solid #3b576e;height:510px;display:flex;align-items:center;justify-content:center;overflow:hidden;}.te-product-photo img{width:100%;height:100%;object-fit:contain;}.te-product-detail-grid .product-info-col{min-width:0;width:auto;max-width:none;}.te-product-detail-grid h1{font-size:38px!important;line-height:1.15;margin-top:14px;}.te-product-detail-grid .info-sections{display:grid;gap:22px;}.te-product-detail-grid .info-price-row{display:block!important;}.te-product-detail-grid .info-sections p{color:#b5c8d8;}.te-product-inquiry{display:grid;gap:16px;margin-top:28px;}.te-product-inquiry>a:nth-child(2){color:#82ddfc;font-size:14px;font-weight:750;}.te-product-inquiry p{font-size:12px;color:#aac0d2;line-height:1.6;}.te-product-fit{padding:40px;background:#10283c;border:1px solid #33546e;border-radius:6px;}.te-product-fit h2{font-size:36px;line-height:1.2;font-weight:800;color:#e6f5ff;margin:20px 0;}.te-product-fit p{color:#bdd2e2;font-size:16px;line-height:1.8;}@media (max-width:767px){.te-product-offer{padding:26px 0 40px;}.te-product-detail-grid{grid-template-columns:1fr;gap:28px;margin-top:24px;}.te-product-photo{height:320px;}.te-product-detail-grid h1{font-size:30px!important;}.te-product-fit{padding:24px;order:2;}.te-product-fit h2{font-size:28px;}}:root{--te-muted:#bfcedb;--te-focus:#65d8ff;}html{scroll-behavior:auto;}html[lang=en] .lang-es,html[lang=es] .lang-en{display:none!important;}html[lang=es] .lang-es:not(.hidden),html[lang=en] .lang-en:not(.hidden){visibility:visible;}.te-muted{color:var(--te-muted)!important;}.te-offer-page .text-te-white\/40,.te-offer-page .text-te-white\/50,.te-offer-page .text-te-white\/60{color:var(--te-muted);}.te-product-detail-grid .info-details p,.te-product-detail-grid li,.te-product-detail-grid td{color:var(--te-muted);}.te-text-link{min-height:44px;}main:focus{outline:none;}main p a,main li a:not(.te-ambient-cta){text-decoration:underline;text-underline-offset:3px;}.te-environment p a,.te-environment li a{color:inherit;}.reveal,.reveal-left,.reveal-right,.reveal-scale{opacity:1;transform:none;}.te-faq-answer[hidden]{display:none!important;}.te-faq-answer:not([hidden]){display:block!important;}.te-catalog-page .te-content-hero>div:last-child{padding-block:38px!important;}.te-catalog-page .te-content-hero{min-height:0!important;}.te-catalog-page main>section:nth-of-type(2){padding-top:28px!important;}.te-catalog-intro{margin-bottom:26px!important;}.te-catalog-intro h2{font-size:26px!important;}@media (max-width:1023px){.te-contact-grid{display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:32px!important;}.te-contact-form-wrap,.te-contact-information{grid-column:1;grid-row:auto;width:100%;}.te-contact-form-wrap{order:-1;}}@media (min-width:1024px){.te-contact-grid{grid-template-columns:minmax(0,1.2fr) minmax(0,1fr)!important;}}@media (max-width:420px){.te-contact-form-wrap form .grid-cols-2{grid-template-columns:1fr;}}#te-chat-wrap{position:fixed;left:20px;bottom:12px;z-index:1100;font-family:Inter,Arial,sans-serif;color:#f5f7fa;--te-chat-vh:100dvh;}#te-chat-btn{display:flex;align-items:center;justify-content:center;width:52px;height:52px;border:1px solid #71dfff;border-radius:50%;background:#087fae;color:#fff;box-shadow:0 6px 24px #0005;cursor:pointer;}#te-chat-btn svg{width:26px;height:26px;}#te-chat-box{position:absolute;bottom:64px;left:0;width:360px;max-width:calc(100vw - 40px);max-height:calc(var(--te-chat-vh) - 96px);display:flex;flex-direction:column;background:#0b1c2c;border:1px solid #4b738b;border-radius:12px;box-shadow:0 20px 70px #0007;overflow:hidden;}.te-chat-header{display:flex;gap:12px;justify-content:space-between;flex-shrink:0;padding:16px;background:#10364c;}.te-chat-header h2{font-size:16px;font-weight:750;line-height:1.4;margin:0 0 6px;}.te-chat-header p{font-size:12px;color:#d4e7f1;line-height:1.5;margin:0;}#te-chat-close{width:44px;height:44px;flex-shrink:0;font-size:28px;color:white;background:transparent;border:1px solid #6390a7;border-radius:4px;cursor:pointer;}.te-chat-scroll{overflow:auto;overscroll-behavior:contain;padding:16px;min-height:0;}#te-chat-form{display:grid;gap:7px;}#te-chat-form label{font-size:12px;font-weight:650;color:#e5f0f7;}#te-chat-form input:not([type=hidden]),#te-chat-form textarea{min-height:44px;width:100%;border:1px solid #678498;border-radius:4px;color:white;background:#122d41;padding:10px;font:16px Inter,Arial,sans-serif;box-sizing:border-box;margin:0 0 4px;}#te-chat-form textarea{min-height:78px;resize:vertical;}#te-chat-hint{font-size:12px;line-height:1.5;color:#c4d7e4;margin:4px 0 10px;}#te-chat-form .te-chat-send{min-height:48px;background:#46d3ff;color:#051523;font:750 14px Inter,Arial,sans-serif;border:0;border-radius:4px;cursor:pointer;margin-top:5px;}#te-chat-form .te-chat-send:disabled{background:#9bbecb;}#te-chat-status{font-size:14px;line-height:1.6;margin:12px 0;color:#e3eff7;}#te-chat-status:empty{margin:0;}.te-chat-call{display:flex;justify-content:center;align-items:center;min-height:44px;color:#79ddfc;font-size:13px;text-decoration:underline;}#te-chat-wrap :focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid var(--te-focus);outline-offset:3px;}.te-language{overflow:visible;}@media (max-width:639px){#te-chat-wrap{left:12px;}#te-chat-box{max-width:calc(100vw - 24px);}#te-chat-btn{width:48px;height:48px;}#te-chat-box{bottom:60px;max-height:calc(var(--te-chat-vh) - 88px);}}.bg-te-brass{color:#07111d!important;}.bg-te-brass .text-white,.bg-te-brass .text-te-white{color:#07111d!important;}.te-table-scroll{display:block;max-width:100%;overflow-x:auto;overscroll-behavior-x:contain;margin-block:20px;}.te-table-scroll table{min-width:100%;margin:0;}main,main article,main .prose{min-width:0;}main pre{max-width:100%;overflow-x:auto;}.te-offer-page.te-catalog-page main>.te-content-hero{padding-block:0!important;}.te-offer-page.te-catalog-page .te-content-hero>div:last-child{padding-block:30px!important;}.te-catalog-page .te-content-hero p{font-size:16px;line-height:1.65;margin-top:20px;}main article img,main article svg{max-width:100%;height:auto;}main article{overflow-wrap:anywhere;}main img{max-width:100%;}.te-product-page main .grid>*{min-width:0;}.te-product-page .specs-grid>*{min-width:0;}.te-ambient-home{background:#07111d;color:#f5f7fa;font-family:Inter,Arial,sans-serif;}.te-environment{position:relative;isolation:isolate;overflow:hidden;border-bottom:1px solid #294153;scroll-margin-top:88px;}.te-environment-content{position:relative;z-index:2;min-height:640px;display:flex;align-items:center;padding-block:80px;}.te-environment-copy{width:650px;max-width:100%;}.te-environment h1,.te-environment h2{font-size:clamp(48px,4.85vw,72px);font-weight:800;line-height:1.06;letter-spacing:-.055em;margin:0;text-wrap:balance;}.te-environment em{font-style:normal;color:#46d3ff;}.te-environment-photo{position:absolute;inset:-20px;z-index:0;overflow:hidden;}.te-environment-photo img{width:100%;height:100%;object-fit:cover;display:block;}.te-environment-light{position:absolute;inset:0;z-index:1;pointer-events:none;}.te-support .te-environment-content{min-height:min(730px,calc(100svh - 88px));}.te-support .te-environment-photo{left:34%;}.te-support .te-environment-photo img{object-position:58% 35%;filter:saturate(.65);}.te-support .te-environment-light{background:linear-gradient(90deg,#07111d 26%,#07111def 39%,#07111d20 70%),linear-gradient(0deg,#07111dbb,transparent 55%),linear-gradient(110deg,transparent 45%,#0072ae25);}.te-specialties{display:grid;grid-template-columns:max-content max-content;gap:12px 28px;margin:28px 0 34px;padding:0;list-style:none;font-size:15px;color:#d7e6f0;}.te-specialties li{display:flex;align-items:center;gap:9px;}.te-specialties li:before{content:"";width:4px;height:4px;background:#46d3ff;border-radius:50%;}.te-ambient-cta{display:inline-flex;align-items:center;justify-content:space-between;gap:34px;min-height:54px;padding:15px 22px;border:1px solid #49d3ff;border-radius:3px;color:#051523;background:#46d3ff;font-size:14px;font-weight:750;text-decoration:none;transition:background .18s;}.te-ambient-cta:hover{background:#b8edff;color:#051523;}.te-ambient-cta>span[aria-hidden]{font-size:21px;line-height:1;}.te-computers{background:radial-gradient(ellipse at 75% 35%,#294253,transparent 65%),linear-gradient(120deg,#07111d,#152635);}.te-computers:after{content:"";position:absolute;bottom:0;right:0;width:60%;height:26%;border-top:1px solid #65829355;background:linear-gradient(165deg,#7a939a33,#07111d);z-index:0;}.te-computers .te-environment-content{gap:45px;}.te-computers .te-environment-copy{flex:1;min-width:0;}.te-supported-brands{margin:28px 0 34px;color:#d7e6f0;}.te-brands-label{display:block;font-size:12px;margin-bottom:14px;color:#b8cbd9;}.te-supported-brands ul{display:flex;flex-wrap:wrap;gap:10px 22px;list-style:none;padding:0;max-width:440px;font-size:15px;font-weight:650;}.te-equipment-stage{position:relative;width:46%;height:440px;flex-shrink:0;}.te-laptop-shot{position:absolute;right:14%;top:0;width:74%;height:94%;padding:12px;background:#e8ecec;border:1px solid #a7b7bf;border-radius:7px;box-shadow:0 28px 65px #0005;overflow:hidden;}.te-laptop-shot img{width:100%;height:100%;object-fit:contain;}.te-adapter-shot{position:absolute;width:40%;aspect-ratio:1;right:0;bottom:-10px;background:white;border:1px solid #b1c4ce;padding:10px;border-radius:6px;box-shadow:0 12px 35px #0005;}.te-adapter-shot img{width:100%;height:100%;object-fit:contain;}.te-emissions .te-environment-photo img{object-position:60% 40%;}.te-emissions .te-environment-light{background:linear-gradient(90deg,#051b2af7 5%,#062538e8 35%,#06253830 85%),linear-gradient(0deg,#082131ba,transparent);}.te-emissions em{color:#9ce5bd;}.te-emissions .te-ambient-cta{background:#b2ebc9;border-color:#b2ebc9;color:#06271c;}.te-emissions .te-ambient-cta:hover{background:#e1f8e9;}.te-credential{width:220px;padding:10px 14px;background:#fff;border-radius:3px;margin-bottom:30px;}.te-credential img{width:100%;height:auto;display:block;}.te-ambient-context{font-size:16px;line-height:1.65;color:#e0eef4;margin:25px 0 32px;}.te-training{background:#201d1c;}.te-training .te-environment-photo{right:39%;left:-6%;}.te-training .te-environment-photo img{object-position:37% 40%;filter:saturate(.65) sepia(.12);}.te-training .te-environment-light{background:linear-gradient(90deg,#181c2120 12%,#17202a99 39%,#121c27fa 59%),linear-gradient(0deg,#17202add,transparent 60%);}.te-training .te-environment-content{justify-content:flex-end;min-height:620px;}.te-training .te-environment-copy{width:660px;}.te-training .te-ambient-cta{margin-top:34px;}.te-training em{color:#edd0a8;}.te-training .te-ambient-cta{background:#edd0a8;border-color:#edd0a8;}.te-training .te-ambient-cta:hover{background:#fff0dc;}.te-compact-footer{padding:34px 0;background:#050d16;border-top:1px solid #253b4c;color:#b6c9d8;font-size:12px;}.te-compact-footer .te-shell{display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap;}.te-compact-footer nav{display:flex;gap:8px 24px;flex-wrap:wrap;}.te-compact-footer a{display:inline-flex;align-items:center;min-height:44px;text-decoration:none;}.te-compact-footer a:hover{color:#67dcff;}.te-compact-footer .te-footer-legal{flex-basis:100%;border-top:1px solid #223447;padding-top:20px;display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;}.te-support.te-entered .te-environment-photo{animation:te-support-photo 3.2s ease-out both;}.te-support.te-entered .te-environment-light{animation:te-support-light 2.8s ease-out both;}.te-entered .te-environment-copy h1,.te-entered .te-environment-copy h2{animation:te-title-in .55s ease-out both;}.te-computers.te-entered .te-laptop-shot{animation:te-equipment-in .9s ease-out both;}.te-computers.te-entered .te-adapter-shot{animation:te-equipment-in 1.2s .12s ease-out both;}.te-computers.te-entered .te-supported-brands{animation:te-title-in .6s ease-out both;}.te-emissions.te-entered .te-environment-photo{animation:te-trucks-in 3.6s ease-out both;}.te-emissions.te-entered .te-environment-light{animation:te-truck-light 2.7s ease-out both;}.te-training.te-entered .te-environment-photo{animation:te-training-in 2.2s ease-out both;}.te-training.te-entered h2{animation:te-training-title .65s ease-out both;}.te-environment.te-paused *{animation-play-state:paused!important;}@keyframes te-support-photo{from{transform:translateX(16px)}to{transform:none}}@keyframes te-support-light{from{opacity:.94}to{opacity:1}}@keyframes te-title-in{from{opacity:.7;transform:translateY(8px)}to{opacity:1;transform:none}}@keyframes te-equipment-in{from{opacity:.7;transform:translateY(20px)}to{opacity:1;transform:none}}@keyframes te-trucks-in{from{transform:translateX(-18px)}to{transform:none}}@keyframes te-truck-light{from{opacity:.94}to{opacity:1}}@keyframes te-training-in{from{opacity:.75;transform:translateY(12px)}to{opacity:1;transform:none}}@keyframes te-training-title{from{opacity:.7;transform:translateX(8px)}to{opacity:1;transform:none}}@media (max-width:1100px){.te-environment-content{min-height:590px;padding-block:65px;}.te-environment h1,.te-environment h2{font-size:clamp(44px,5.8vw,60px);}.te-support .te-environment-copy{width:60%;}.te-support .te-environment-photo{left:28%;}.te-computers .te-environment-content{gap:20px;}.te-equipment-stage{width:43%;height:360px;}.te-laptop-shot{width:84%;right:8%;}.te-adapter-shot{width:47%;}.te-training .te-environment-copy{width:58%;}.te-training .te-environment-photo{right:30%;left:-18%;}.te-training .te-environment-light{background:linear-gradient(90deg,#17202a15,#17202a99 35%,#121c27f7 52%);}.te-specialties{gap:12px 18px;font-size:13px;}}@media (max-width:639px){.te-environment{scroll-margin-top:76px;}.te-environment-content{padding-block:38px;min-height:600px;align-items:flex-start;}.te-environment h1,.te-environment h2{font-size:clamp(32px,9vw,44px);letter-spacing:-.045em;line-height:1.09;}.te-support .te-environment-content{min-height:660px;padding-top:38px;}.te-support .te-environment-copy,.te-training .te-environment-copy{width:100%;}.te-support .te-environment-photo{inset:255px -25px -20px;}.te-support .te-environment-photo img{object-position:50% 25%;}.te-support .te-environment-light{background:linear-gradient(180deg,#07111d 31%,#07111dfa 40%,#07111d40 63%,#07111d55 90%,#07111d);}.te-specialties{margin:22px 0 24px;gap:11px 22px;font-size:13px;}.te-ambient-cta{min-height:52px;padding:13px 20px;font-size:14px;}.te-computers .te-environment-content{flex-direction:column;gap:32px;min-height:0;padding-bottom:46px;}.te-computers .te-environment-copy{flex:none;width:100%;}.te-supported-brands{margin:22px 0 26px;}.te-brands-label{font-size:12px;margin-bottom:11px;}.te-supported-brands ul{font-size:13px;gap:10px 20px;}.te-equipment-stage{width:100%;height:320px;}.te-laptop-shot{width:70%;right:23%;padding:8px;}.te-adapter-shot{width:40%;bottom:0;}.te-computers:after{width:100%;height:22%;}.te-emissions .te-environment-content{min-height:575px;padding-block:44px;}.te-emissions .te-environment-photo{inset:-20px -150px -20px -250px;}.te-emissions .te-environment-photo img{object-position:center top;}.te-emissions .te-environment-light{background:linear-gradient(180deg,#062539ee 25%,#062539ce 60%,#06253940),linear-gradient(90deg,#06253955,transparent);}.te-credential{width:184px;margin-bottom:28px;}.te-ambient-context{font-size:14px;margin:23px 0 28px;}.te-training .te-environment-content{min-height:560px;padding-top:40px;justify-content:flex-start;}.te-training .te-environment-photo{inset:110px -60px -25px -80px;}.te-training .te-environment-photo img{object-position:48% 35%;}.te-training .te-environment-light{background:linear-gradient(180deg,#121c27 19%,#121c27f0 34%,#121c2740 65%,#121c2750);}.te-training .te-ambient-cta{margin-top:24px;}.te-compact-footer .te-shell{gap:14px;}.te-compact-footer nav{gap:4px 22px;}.te-compact-footer .te-footer-legal{font-size:11px;gap:10px;}}@media (prefers-reduced-motion:reduce){.te-environment *{animation:none!important;transform:none!important;transition:none!important;}}