.dint-request{position:fixed;inset:0;z-index:9999998;display:grid;place-items:center;padding:max(18px,env(safe-area-inset-top)) 18px max(18px,env(safe-area-inset-bottom));overflow:hidden;isolation:isolate}.dint-request[hidden]{display:none}body.is-dint-modal-open #siteFooter,body.is-dint-modal-open .footer,body.is-dint-modal-open .footer__actions,body.is-dint-modal-open .footer__panel,html.is-dint-modal-open #siteFooter,html.is-dint-modal-open .footer,html.is-dint-modal-open .footer__actions,html.is-dint-modal-open .footer__panel{visibility:hidden!important;opacity:0!important;pointer-events:none!important;z-index:0!important}.dint-request__backdrop{position:absolute;inset:0;z-index:0;background:rgba(5,8,16,.56);backdrop-filter:blur(18px)}.dint-request__dialog{position:relative;z-index:1;width:min(880px,100%);max-height:min(calc(var(--dint-request-viewport-h,100vh) - 36px),920px);padding-bottom:env(safe-area-inset-bottom);overflow:auto;overscroll-behavior:contain;border:1px solid var(--dint-border);border-radius:var(--git-radius-modal,22px);background:color-mix(in srgb,var(--git-surface,#fff) 96%,#eef2ff 4%);color:var(--dint-text);box-shadow:0 34px 110px rgba(0,0,0,.34);backdrop-filter:blur(28px);transform:translateY(16px) scale(.98);opacity:0;transition:opacity .24s ease,transform .24s ease}[data-theme=dark] .dint-request__dialog{background:color-mix(in srgb,var(--git-surface,#242429) 96%,#111827 4%)}.dint-request.is-open .dint-request__dialog{transform:translateY(0) scale(1);opacity:1}.dint-request__close{position:sticky;top:16px;float:right;z-index:3;width:46px;height:46px;margin:16px 16px 0 0;border:1px solid var(--dint-border);border-radius:50%;background:color-mix(in srgb,var(--dint-surface) 86%,transparent);cursor:pointer}.dint-request__close span,.dint-request__close span::before{position:absolute;left:13px;right:13px;top:22px;height:2px;border-radius:999px;background:var(--dint-text);transform:rotate(45deg);content:''}.dint-request__close span::before{left:0;right:0;top:0;transform:rotate(90deg)}.dint-request__form,.dint-request__head{padding-inline:clamp(22px,4vw,44px)}.dint-request__head{padding-top:clamp(26px,5vw,48px);padding-bottom:22px}.dint-request__head h2{margin:0;font-size:clamp(30px, 4vw, 48px);line-height:1;letter-spacing:-.045em}.dint-request__head p:not(.dint-kicker){margin:16px 0 0;color:var(--dint-muted);line-height:1.55}.dint-request__form{padding-bottom:clamp(24px,4vw,42px)}.dint-request__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.dint-field{display:grid;gap:8px;min-width:0}.dint-field--wide{grid-column:1/-1}.dint-field span{color:var(--dint-text);font-weight:750}.dint-field input,.dint-field select,.dint-field textarea{width:100%;min-height:54px;border:1px solid var(--dint-border);border-radius:var(--git-radius-field,12px);background:color-mix(in srgb,var(--dint-surface-2) 72%,transparent);color:var(--dint-text);font:inherit;padding:14px 16px;transition:border-color .22s ease,box-shadow .22s ease,background .22s ease}.dint-field textarea{resize:vertical;min-height:122px}.dint-field input:focus,.dint-field select:focus,.dint-field textarea:focus{border-color:color-mix(in srgb,var(--dint-primary) 62%,var(--dint-border));box-shadow:0 0 0 4px color-mix(in srgb,var(--dint-primary) 14%,transparent)}.dint-field input.is-invalid,.dint-field select.is-invalid,.dint-field textarea.is-invalid{border-color:#e5484d;box-shadow:0 0 0 4px rgba(229,72,77,.12)}.dint-field em,.dint-request__agreeError,.dint-request__captcha em{min-height:18px;color:#e5484d;font-style:normal;font-size:13px}.dint-request__trap{position:absolute;left:-10000px;width:1px;height:1px;opacity:0}.dint-request__captcha{margin-top:16px}.dint-check{display:flex;align-items:flex-start;gap:12px;margin-top:18px;color:var(--dint-muted);line-height:1.52}.dint-check input{width:18px;height:18px;margin-top:3px;flex:0 0 auto}.dint-check a{color:var(--dint-primary);text-decoration:none;font-weight:750}.dint-request__bottom{display:flex;flex-wrap:wrap;align-items:center;gap:16px;margin-top:22px}.dint-request__status{margin:0;color:var(--dint-muted);line-height:1.45}.dint-request__status.is-success{color:#12a150}.dint-request__status.is-error{color:#e5484d}.dint-submit-lock{pointer-events:none;opacity:.68}.ig{--ig-bg:#fff;--ig-ink:#272a32;--ig-muted:#656c7c;--ig-line:#dce1ed;--ig-soft:#f6f7fc;--ig-blue:#342cf0;--ig-red:#b73c19;--ig-green:#4d9c80;--ig-glass:rgba(250,252,255,.63);--ig-glass-edge:rgba(255,255,255,.88);--ig-metal-a:#f6f9ff;--ig-metal-b:#c8d3e7;--ig-side:#96a6c4;--ig-model-ink:#283447;--ig-model-muted:#79889f;--ig-shadow:rgba(45,61,106,.23);--dint-bg:var(--ig-bg);--dint-text:var(--ig-ink);--dint-muted:var(--ig-muted);--dint-border:var(--ig-line);--dint-surface:var(--ig-bg);--dint-surface-2:var(--ig-soft);--dint-primary:var(--ig-blue);--dint-font:var(--git-font-main,Git,Arial,sans-serif);font-family:var(--dint-font);font-size:16px;line-height:1.6;color:var(--ig-ink);background:var(--ig-bg);position:relative;isolation:isolate;overflow:clip}html[data-theme=dark] .ig{--ig-bg:#18191d;--ig-ink:#eeeef4;--ig-muted:#b0b4c3;--ig-line:#353946;--ig-soft:#23262f;--ig-blue:#a2a5ff;--ig-red:#f6a78f;--ig-green:#92d8ba;--ig-glass:rgba(49,58,77,.56);--ig-glass-edge:rgba(204,217,255,.3);--ig-metal-a:#3b465a;--ig-metal-b:#222c3d;--ig-side:#192536;--ig-model-ink:#e3eaff;--ig-model-muted:#a2b1cd;--ig-shadow:rgba(0,0,0,.45);color-scheme:dark}.ig *,.ig ::after,.ig ::before{box-sizing:border-box}.ig [hidden]{display:none!important}.ig h1,.ig h2,.ig h3,.ig ol,.ig p,.ig ul{margin:0}.ig h1,.ig h2,.ig h3{font-weight:500;color:var(--ig-ink)}.ig h2{font-size:clamp(36px,3.65vw,56px);line-height:1.12;letter-spacing:-.038em}.ig h3{font-size:28px;line-height:1.25;letter-spacing:-.022em}.ig a{color:inherit;text-decoration:none}.ig button,.ig input,.ig select,.ig textarea{font:inherit}.ig button{cursor:pointer}.ig svg{display:block;width:24px;height:24px;flex:none}.ig [tabindex="0"]:focus-visible,.ig a:focus-visible,.ig button:focus-visible{outline:2px solid var(--ig-blue);outline-offset:6px}.ig-container{width:100%;max-width:1440px;margin:0 auto;padding:0 clamp(20px,3.6vw,52px)}.ig-section{padding:100px 0;scroll-margin-top:110px}.ig .dint-kicker,.ig-eyebrow{font-size:15px;line-height:1.5;font-weight:500;color:var(--ig-blue);margin-bottom:16px}.ig-sectionHead{max-width:850px;margin-bottom:45px}.ig-sectionHead>p:not(.ig-eyebrow){max-width:720px;font-size:18px;line-height:1.75;color:var(--ig-muted);margin-top:25px}.ig-breadcrumbs{display:flex;flex-wrap:wrap;align-items:center;gap:12px;font-size:13px;line-height:1.7;padding-top:28px;color:var(--ig-muted)}.ig-breadcrumbs i{font-style:normal;color:var(--ig-model-muted)}.ig-breadcrumbs a:hover{color:var(--ig-blue)}.ig-hero{display:grid;grid-template-columns:minmax(0,.86fr) minmax(0,1.16fr);align-items:center;gap:30px;padding:46px 0 62px;min-height:700px}.ig-heroCopy{position:relative;z-index:2;isolation:isolate}.ig-hero h1{font-size:clamp(46px,4.7vw,72px);line-height:1.04;letter-spacing:-.045em;max-width:650px}.ig-heroLead{margin-top:29px!important;font-size:18px;line-height:1.8;max-width:560px;color:var(--ig-muted)}.ig-actions{display:flex;flex-wrap:wrap;align-items:center;gap:25px;margin-top:32px}.ig .dint-btn{display:inline-flex;align-items:center;justify-content:center;gap:22px;min-height:55px;padding:15px 23px;border:1px solid transparent;border-radius:13px;font-size:16px;line-height:1.4;font-weight:500;transition:background .2s,box-shadow .2s,transform .2s;white-space:normal;text-align:center}.ig .dint-btn svg{width:20px;height:20px}.ig .dint-btn--primary{background:#3027ec;color:#fff}.ig .dint-btn--primary:hover{background:#443cff;box-shadow:0 10px 25px #332af02b;transform:translateY(-2px)}.ig .dint-btn--ghost{background:0 0;color:var(--ig-ink);border-color:var(--ig-line)}.ig .dint-btn--ghost:hover{border-color:var(--ig-blue)}.ig-textLink{display:inline-flex;align-items:center;gap:15px;font-size:15px;line-height:1.55;color:var(--ig-blue)!important}.ig-textLink svg{width:19px;height:19px;transition:transform .2s}.ig-textLink:hover svg{transform:translateX(4px)}.ig-heroNote{font-size:13px;line-height:1.7;color:var(--ig-muted);margin-top:27px!important}.ig-heroVisual{min-width:0}.ig-heroLegend,.ig-visualCaption{display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:12px;line-height:1.6}.ig-visualCaption{padding:0 3%;color:var(--ig-muted)}.ig-visualCaption>small{font-size:11px;text-align:right;max-width:100px}.ig-heroLegend{margin:0 4%;padding-top:16px;border-top:1px solid var(--ig-line);color:var(--ig-muted)}.ig-heroLegend>span{display:flex;align-items:center;gap:9px}.ig-heroLegend i{width:6px;height:6px;background:var(--ig-green);border-radius:50%}.ig-heroLegend svg{width:17px;height:17px;color:var(--ig-blue)}.ig-valueLine{display:grid;grid-template-columns:repeat(3,1fr);padding:35px 0;border-top:1px solid var(--ig-line);border-bottom:1px solid var(--ig-line);gap:35px}.ig-valueLine b{font-weight:500;font-size:21px}.ig-valueLine p{font-size:15px;color:var(--ig-muted);margin-top:9px}.ig-journey{padding-bottom:40px}.ig-journeyTrack{height:175vh;min-height:1150px;position:relative;--ig-p:0}.ig-journeySticky{position:sticky;top:calc(var(--git-header-height,76px) + 20px)}.ig-journeyTop{display:flex;justify-content:space-between;gap:20px;font-size:14px;color:var(--ig-muted)}.ig-journeyTop small{font-size:12px}.ig-journeySteps{display:grid;grid-template-columns:repeat(3,1fr);gap:42px;position:relative;z-index:2}.ig-journeySteps>div{display:flex;gap:14px;color:var(--ig-muted);transition:color .3s}.ig-journeySteps>div>span{font-size:14px;line-height:1.8}.ig-journeySteps b{font-size:20px;font-weight:500}.ig-journeySteps p{font-size:14px;line-height:1.65;margin-top:8px;max-width:350px}.ig-journeySteps .is-active{color:var(--ig-ink)}.ig-journeySteps .is-active>span{color:var(--ig-blue)}.ig-journeyProgress{height:2px;background:var(--ig-line);margin-top:26px;overflow:hidden}.ig-journeyProgress i{display:block;width:100%;height:100%;background:var(--ig-blue);transform-origin:left;transform:scaleX(calc(.04 + var(--ig-p)*.96))}.ig-tabs{display:flex;gap:10px;flex-wrap:wrap;padding-bottom:26px;margin-bottom:48px;border-bottom:1px solid var(--ig-line)}.ig-tabs button{border:1px solid var(--ig-line);background:0 0;border-radius:30px;padding:12px 22px;color:var(--ig-muted);font-size:16px;line-height:1.4;transition:background .2s,color .2s,border-color .2s}.ig-tabs button[aria-selected=true]{color:var(--ig-bg);background:var(--ig-ink);border-color:var(--ig-ink)}.ig-tabs button:hover{border-color:var(--ig-ink)}.ig-direction{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.03fr);gap:60px;align-items:center;min-height:480px}.ig-directionCopy{max-width:630px}.ig-direction h3{font-size:clamp(28px,2.6vw,38px);line-height:1.2;margin-bottom:22px}.ig-directionCopy>p:not(.ig-eyebrow){font-size:17px;line-height:1.8;color:var(--ig-muted)}.ig-checkList{display:grid;gap:15px;list-style:none;padding:0;margin:26px 0!important}.ig-checkList li{display:flex;align-items:start;gap:13px;font-size:16px;line-height:1.6}.ig-checkList svg{color:var(--ig-blue);width:19px;height:19px;margin-top:3px}.ig-mapping{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:90px;align-items:center;border-top:1px solid var(--ig-line)}.ig-mappingCopy>p:not(.ig-eyebrow),.ig-processIntro>p:not(.ig-eyebrow),.ig-reliabilityCopy>p:not(.ig-eyebrow){font-size:17px;line-height:1.8;color:var(--ig-muted);margin-top:27px}.ig-ruleRows{margin-top:30px}.ig-ruleRows>div{display:flex;align-items:center;gap:20px;border-top:1px solid var(--ig-line);padding:18px 0}.ig-ruleRows>div>span{font-size:14px;color:var(--ig-red)}.ig-ruleRows b{font-size:17px;font-weight:500}.ig-reliability{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:45px 65px;padding-top:85px;border-top:1px solid var(--ig-line)}.ig-speedNote{grid-column:1/-1;display:flex;align-items:center;gap:25px;padding:30px 0;border-top:1px solid var(--ig-line);border-bottom:1px solid var(--ig-line)}.ig-speedNote>span{display:grid;place-items:center;flex:0 0 50px;width:50px;height:50px;border:1px solid var(--ig-line);border-radius:15px;color:var(--ig-blue)}.ig-speedNote b{font-size:18px;font-weight:500}.ig-speedNote p{font-size:15px;line-height:1.7;color:var(--ig-muted);margin-top:7px}.ig-speedNote>a{margin-left:auto;min-width:180px}.ig-process{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.2fr);gap:100px}.ig-processIntro{position:sticky;top:calc(var(--git-header-height,76px) + 50px);align-self:start}.ig-processList{padding:0;list-style:none}.ig-processList>li{display:grid;grid-template-columns:48px 1fr;gap:26px;padding:0 0 38px;margin-bottom:35px;border-bottom:1px solid var(--ig-line)}.ig-stepNumber{display:grid;place-items:center;width:44px;height:44px;border:1px solid var(--ig-line);border-radius:14px;color:var(--ig-red);font-size:15px}.ig-processList h3{margin:4px 0 17px;font-size:25px}.ig-processList p{color:var(--ig-muted);font-size:16px;line-height:1.8}.ig-processList small{display:flex;align-items:center;gap:10px;margin-top:20px;font-size:14px;color:var(--ig-blue)}.ig-processList small svg{width:17px;height:17px}.ig-uses{padding-top:10px}.ig-useRows{border-top:1px solid var(--ig-line)}.ig-useRows>a{display:grid;grid-template-columns:40px minmax(210px,.8fr) minmax(0,1fr) 24px;align-items:center;gap:30px;padding:34px 0;border-bottom:1px solid var(--ig-line);transition:padding .25s,color .25s}.ig-useRows>a>span{font-size:14px;color:var(--ig-red)}.ig-useRows h3{font-size:26px}.ig-useRows p{font-size:16px;line-height:1.7;color:var(--ig-muted)}.ig-useRows>a>svg{color:var(--ig-blue)}.ig-useRows>a:hover{padding-left:12px;color:var(--ig-blue)}.ig-budget{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,.9fr);align-items:center;gap:65px;background:var(--ig-soft);border-radius:30px;margin:20px -12px 0;padding:65px 48px}.ig-budget h2{font-size:clamp(32px,3.3vw,46px)}.ig-budgetIntro>p:not(.ig-eyebrow){font-size:16px;line-height:1.8;color:var(--ig-muted);margin:25px 0 28px}.ig-estimateSheet{border:1px solid var(--ig-line);border-radius:20px;background:var(--ig-bg);padding:30px;box-shadow:12px 18px 30px -24px var(--ig-shadow);transform:perspective(1400px) rotateY(-6deg) rotateZ(2deg);transition:transform .6s}.ig-estimateSheet:hover{transform:perspective(1400px) rotateY(0) rotateZ(0)}.ig-estimateCaption{font-size:13px;color:var(--ig-muted);display:block;margin-bottom:20px}.ig-estimateSheet>div{display:flex;gap:20px;padding:22px 0;border-top:1px solid var(--ig-line)}.ig-estimateSheet>div>span{font-size:13px;color:var(--ig-red)}.ig-estimateSheet b{font-size:18px;font-weight:500}.ig-estimateSheet p{font-size:14px;line-height:1.7;color:var(--ig-muted);margin-top:8px}.ig-estimateSheet>small{display:block;font-size:13px;line-height:1.65;color:var(--ig-muted);padding-top:18px;border-top:1px solid var(--ig-line)}.ig .dint-faq__list{border-top:1px solid var(--ig-line)}.ig .dint-faqItem{border-bottom:1px solid var(--ig-line)}.ig .dint-faqItem__button{display:flex;align-items:center;justify-content:space-between;gap:25px;width:100%;padding:25px 0;border:0;background:0 0;color:var(--ig-ink);font-size:19px;font-weight:500;line-height:1.5;text-align:left}.ig .dint-faqItem__button>span{flex:1;min-width:0}.ig .dint-faqItem__button>i{display:grid;place-items:center;flex:0 0 34px;width:34px;height:34px;border:1px solid var(--ig-line);border-radius:50%;color:var(--ig-blue);transition:transform .25s;transform-origin:50% 50%}.ig .dint-faqItem__button>i>svg{width:20px;height:20px}.ig .dint-faqItem.is-open .dint-faqItem__button>i{transform:rotate(45deg)}.ig .dint-faqItem__body{max-width:1080px;padding:0 55px 28px 0;font-size:16px;line-height:1.85;color:var(--ig-muted)}.ig .dint-faqItem__body p+p{margin-top:12px}.ig-faqMore{margin-top:25px}.ig-final{display:flex;align-items:center;justify-content:space-between;gap:65px;padding:10px 0 90px}.ig-final>div{max-width:800px}.ig-final>div>p:not(.ig-eyebrow){font-size:18px;line-height:1.7;color:var(--ig-muted);margin-top:25px}.ig-final>.dint-btn{flex:none}.ig .dint-field em,.ig .dint-request__agreeError,.ig .dint-request__captcha em{font-size:14px;color:var(--ig-red);line-height:1.6}.ig .dint-request__head h2{font-size:30px;letter-spacing:-.02em}.ig .dint-check{font-size:14px}.ig .dint-request__status{font-size:15px}.ig .dint-request__close{display:grid;place-items:center}.ig .dint-request__close span{position:relative;left:auto;top:auto}.ig .dint-request__close>svg{width:18px;height:18px;color:var(--ig-ink)}.ig-estimateSheet>div>span,.ig-useRows>a>span{font-size:15px}.ig-scene{position:relative;container-type:inline-size;isolation:isolate;--ig-x:0;--ig-y:0;--ig-p:0}.ig-scene svg{width:3cqw;height:3cqw}.ig-model{position:absolute;perspective:1300px;z-index:2}.ig-metal{position:relative;transform-style:preserve-3d;border:1px solid var(--ig-glass-edge);background:linear-gradient(135deg,var(--ig-metal-a),var(--ig-metal-b));color:var(--ig-model-ink);box-shadow:2cqw 4cqw 6cqw -3cqw var(--ig-shadow)}.ig-slice{position:absolute;inset:0;border:1px solid color-mix(in srgb,var(--ig-glass-edge) 38%,transparent);border-radius:inherit;background:var(--ig-side);transform:translateZ(calc(var(--i)*-.2cqw));pointer-events:none}.ig-metal::after{content:"";position:absolute;inset:0;border-radius:inherit;background:linear-gradient(calc(120deg + var(--ig-x)*16deg),transparent 15%,#ffffff2c 27%,#ffffff09 40%,transparent 65%);pointer-events:none;transform:translateZ(.08cqw)}.ig-frost{border:1px solid var(--ig-glass-edge);background:linear-gradient(125deg,var(--ig-glass),color-mix(in srgb,var(--ig-glass) 76%,transparent));backdrop-filter:blur(18px) saturate(120%);-webkit-backdrop-filter:blur(18px) saturate(120%);box-shadow:0 .45cqw 0 color-mix(in srgb,var(--ig-side) 38%,transparent),0 2.5cqw 5cqw -2cqw var(--ig-shadow),inset 0 1px 0 #ffffff66;color:var(--ig-model-ink)}.ig-frost::before{content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none;opacity:.14;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.75' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Cpath fill='%23fff' filter='url(%23n)' opacity='.38' d='M0 0h120v120H0z'/%3E%3C/svg%3E")}.ig-air{position:absolute;inset:0;pointer-events:none;z-index:-1}.ig-air>i{position:absolute;width:48%;height:46%;border-radius:50%;filter:blur(5cqw);background:radial-gradient(ellipse,#aab5ff55,transparent 70%);top:16%;right:2%;transform:translate(calc(var(--ig-x)*-2cqw),calc(var(--ig-p)*-2cqw))}.ig-air>i:nth-child(2){background:radial-gradient(ellipse,#ffd3b755,transparent 70%);top:52%;right:45%;width:55%;height:37%}.ig-air>span{position:absolute;inset:16% 3%;border:1px solid color-mix(in srgb,var(--ig-blue) 8%,transparent);border-radius:50%;transform:rotate(-23deg) scaleY(.67)}html[data-theme=dark] .ig-air>i{opacity:.55}.ig-routes{position:absolute;inset:0;width:100%!important;height:100%!important;fill:none;stroke:color-mix(in srgb,var(--ig-side) 58%,transparent);stroke-width:.45;overflow:visible;z-index:1}.ig-routes path:first-child{filter:drop-shadow(0 .5px .6px #8294c14d)}.ig-packet{stroke:var(--ig-blue);stroke-dasharray:2 15;stroke-linecap:round;stroke-width:.45;animation:ig-packets 4s linear infinite;animation-play-state:paused;opacity:.6}.ig-inview .ig-packet{animation-play-state:running}.ig-paused .ig-packet{animation-play-state:paused}.ig-screws{position:absolute;inset:1cqw;transform:translateZ(.12cqw);pointer-events:none}.ig-screws>i{position:absolute;width:.48cqw;height:.48cqw;border-radius:50%;background:linear-gradient(135deg,#e0e8f5,#7987a0);border:1px solid #8e9bb2;box-shadow:inset 0 0 .15cqw #364967}.ig-screws>i:nth-child(2){right:0}.ig-screws>i:nth-child(3){bottom:0}.ig-screws>i:nth-child(4){right:0;bottom:0}.ig-ports{position:absolute;left:16%;bottom:-1.25cqw;width:68%;height:1.6cqw;display:flex;justify-content:space-around;gap:.6cqw;transform:translateZ(-1.2cqw) rotateX(-60deg)}.ig-ports>span{display:flex;justify-content:space-between;align-items:end;width:15%;height:100%;padding:.18cqw;border-radius:.18cqw;background:#26374e;border:1px solid #92a3be;box-shadow:inset 0 .2cqw .25cqw #070f20}.ig-ports>span>i{width:.18cqw;height:.26cqw;background:#afd8c6;box-shadow:0 0 .3cqw #ace1c6}.ig-ports>span>i+i{background:#6f819c;box-shadow:none}.ig-heroScene{aspect-ratio:1.04;margin:10px -2% 0}.ig-circuitGrid{position:absolute;inset:37% 6% 10%;border:1px solid #aebfdf33;border-radius:12%;background:linear-gradient(#91a6d01c 1px,transparent 1px),linear-gradient(90deg,#91a6d01c 1px,transparent 1px);background-size:4cqw 4cqw;transform:perspective(1000px) rotateX(58deg) rotateZ(-21deg);opacity:.7;filter:blur(.4px)}.ig-heroRoutes{transform:translateY(1cqw)}.ig-erp{left:10%;top:14%;width:27%;filter:blur(.18px)}.ig-crm{left:62%;top:11%;width:27%;filter:blur(.35px)}.ig-system{height:27cqw;border-radius:3cqw;padding:2.5cqw;transform:rotateX(calc(11deg - var(--ig-y)*3deg)) rotateY(calc(-16deg + var(--ig-x)*5deg)) rotateZ(-9deg) translateY(calc(var(--ig-p)*-1cqw))}.ig-crm .ig-system{transform:rotateX(calc(9deg - var(--ig-y)*3deg)) rotateY(calc(-15deg + var(--ig-x)*5deg)) rotateZ(9deg) translateY(calc(var(--ig-p)*-2cqw))}.ig-systemHead{display:flex;align-items:center;justify-content:space-between;position:relative;transform:translateZ(.2cqw)}.ig-systemHead>b{font-size:4cqw;font-weight:500;line-height:1.2;letter-spacing:-.04em}.ig-routerTop>i,.ig-systemHead>i{width:.65cqw;height:.65cqw;background:#80bdab;border-radius:50%;box-shadow:0 0 .9cqw #8dd3b866}.ig-system>p{font-size:1.7cqw;color:var(--ig-model-muted);margin-top:1cqw;transform:translateZ(.2cqw)}.ig-system>small{font-size:1.3cqw;color:var(--ig-model-muted);position:absolute;bottom:1.8cqw;left:2.5cqw;transform:translateZ(.2cqw)}.ig-inventory{display:grid;grid-template-columns:2cqw 1fr auto;align-items:center;gap:1.3cqw;margin-top:2cqw;transform:translateZ(.25cqw)}.ig-inventory>span{width:2cqw;height:2cqw;border-radius:.5cqw;background:linear-gradient(135deg,#b4c4ed,#7a8bbd);border:1px solid #d4e0fc88}.ig-inventory>i{height:.5cqw;background:#8d9ec044;border-radius:1cqw;width:80%}.ig-inventory>b{font-size:1.5cqw;font-weight:500}.ig-kanban{display:flex;gap:1cqw;margin-top:2cqw;transform:translateZ(.3cqw)}.ig-kanban>div{flex:1;padding:.7cqw .5cqw;background:#8397c31b;border:1px solid #8b9fc025;border-radius:.6cqw;height:10cqw}.ig-kanban i{display:block;height:2.1cqw;background:linear-gradient(145deg,#bdc9f59e,#8296ca5e);border:1px solid #e5eaff70;border-radius:.35cqw;margin-bottom:.7cqw}.ig-kanban>div:last-child i{background:#afd2c666}.ig-hub{left:29%;top:44%;width:43%;z-index:3}.ig-router{height:26cqw;border-radius:3.4cqw;padding:2cqw 3cqw;transform:rotateX(calc(27deg - var(--ig-y)*5deg)) rotateY(calc(-15deg + var(--ig-x)*7deg)) rotateZ(-10deg)}.ig-routerTop{display:flex;align-items:center;gap:1.4cqw;transform:translateZ(.2cqw)}.ig-routerTop>img{display:block;width:3cqw;height:3cqw;object-fit:contain;opacity:.75}.ig-routerTop>span{font-size:1.25cqw;letter-spacing:.12em;color:var(--ig-model-muted)}.ig-routerTop>i{margin-left:auto}.ig-routerCore{position:relative;display:flex;justify-content:center;align-items:center;gap:2cqw;border:1px solid #8a9eca55;border-radius:2.4cqw;margin:2.2cqw auto 1.3cqw;width:22cqw;height:11cqw;background:linear-gradient(135deg,#aab9ff45,#8e9fdc18);box-shadow:inset 0 .15cqw .2cqw #ffffff66;transform:translateZ(.3cqw)}.ig-routerCore>svg{width:5cqw;height:5cqw;color:var(--ig-blue)}.ig-routerCore>b{font-size:6cqw;line-height:1;font-weight:500;letter-spacing:-.05em}.ig-router>small{position:absolute;bottom:2cqw;left:3cqw;font-size:1.6cqw;color:var(--ig-model-muted);transform:translateZ(.2cqw)}.ig-routerEtch{position:absolute;bottom:2.2cqw;right:3cqw;display:flex;gap:.5cqw}.ig-routerEtch>span{width:.4cqw;height:2cqw;border-radius:.1cqw;background:#7286ab55}.ig-heroOrder{position:absolute;left:5%;top:67%;width:35%;padding:2.5cqw;border-radius:2.8cqw;display:flex;align-items:center;gap:2cqw;transform:translate(calc(var(--ig-x)*-1cqw),calc(var(--ig-p)*-2cqw)) rotate(-7deg);z-index:5}.ig-iconTile{display:grid;place-items:center;flex:none;width:7cqw;height:7cqw;border-radius:2cqw;background:linear-gradient(135deg,#abb2ff,#6b73d4);color:#fff;box-shadow:inset 0 1px 0 #ffffff88}.ig-iconTile svg{width:4cqw;height:4cqw}.ig-heroOrder div>span,.ig-heroOrder small{display:block;font-size:1.45cqw;color:var(--ig-model-muted)}.ig-heroOrder b{font-size:3cqw;font-weight:500;display:block;line-height:1.45}.ig-heroOrder>i{width:.6cqw;height:.6cqw;border-radius:50%;background:var(--ig-green);position:absolute;right:2cqw;top:2cqw}.ig-heroStatus{position:absolute;left:62%;top:70%;width:33%;padding:2.5cqw 2cqw;border-radius:2.5cqw;display:flex;gap:1.3cqw;align-items:center;z-index:6;transform:translate(calc(var(--ig-x)*1cqw),calc(var(--ig-p)*-1cqw)) rotate(5deg)}.ig-success{display:grid;place-items:center;flex:none;width:4cqw;height:4cqw;border:1px solid #91cab94d;background:#9ed6bb23;color:var(--ig-green);border-radius:50%}.ig-success svg{width:2.5cqw;height:2.5cqw}.ig-heroStatus b{font-size:1.8cqw;font-weight:500;line-height:1.4;display:block}.ig-heroStatus small{display:block;font-size:1.3cqw;color:var(--ig-model-muted);margin-top:.5cqw}.ig-orbitLabel{position:absolute;left:40%;top:89%;font-size:1.15cqw;letter-spacing:.12em;color:var(--ig-model-muted);transform:rotate(-9deg);opacity:.7}.ig-journeyScene{aspect-ratio:2.1;--ig-p:inherit;margin:0 -1%}.ig-journeyFloor{position:absolute;inset:44% 6% 12%;background:linear-gradient(145deg,#b8c9f01a,#a3b2d814);border:1px solid #a4b9df20;border-radius:4cqw;transform:perspective(1300px) rotateX(50deg) rotateZ(-4deg);filter:blur(.4px)}.ig-journeyRoutes{top:3%;z-index:1;stroke-width:.22}.ig-journeyRoutes .ig-packet{stroke-width:.35;stroke-dasharray:1 9}.ig-journeyNode{left:calc(4% + var(--n)*24%);top:27%;width:20%;z-index:2}.ig-orderModule{height:22cqw;border-radius:2.7cqw;padding:2cqw;transform:rotateX(calc(17deg - var(--ig-y)*3deg)) rotateY(calc(-15deg + var(--ig-x)*4deg)) rotateZ(-5deg) translateY(calc(var(--ig-p)*-1cqw));transition:border-color .4s}.ig-moduleNumber{font-size:.9cqw;letter-spacing:.1em;color:var(--ig-model-muted);position:absolute;top:1.4cqw;left:2cqw;transform:translateZ(.2cqw)}.ig-moduleIcon{display:grid;place-items:center;width:5cqw;height:5cqw;border-radius:1.6cqw;background:linear-gradient(135deg,#b7c1ff7a,#758bcc38);border:1px solid #dbe4ff66;margin:1cqw auto 1cqw;transform:translateZ(.3cqw)}.ig-moduleIcon svg{width:3cqw;height:3cqw;color:var(--ig-blue)}.ig-orderModule>b{font-size:2cqw;font-weight:500;display:block;text-align:center;transform:translateZ(.2cqw)}.ig-moduleScreen{height:5.8cqw;margin-top:1.4cqw;padding:1.1cqw 1.3cqw;background:#768dbb12;border-radius:.8cqw;border:1px solid #8b9cbc38;position:relative;transform:translateZ(.2cqw)}.ig-moduleScreen>i{display:block;width:55%;height:.25cqw;background:#879bbb55;border-radius:.2cqw;margin-bottom:.8cqw}.ig-moduleScreen>i:nth-child(2){width:43%}.ig-moduleScreen>span{position:absolute;right:1cqw;top:1.6cqw;color:var(--ig-green)}.ig-moduleScreen svg{width:2cqw;height:2cqw}.ig-orderModule>small{display:block;font-size:.92cqw;margin-top:1cqw;color:var(--ig-model-muted);text-align:center;transform:translateZ(.2cqw)}.ig-traveller{position:absolute;left:calc(7% + var(--ig-p)*69%);top:7%;width:18%;z-index:7;transform:translateY(calc(var(--ig-y)*-.5cqw)) rotate(-4deg)}.ig-traveller>.ig-frost{display:flex;align-items:center;gap:1.2cqw;padding:1.5cqw;border-radius:1.8cqw}.ig-traveller div>span{display:grid;place-items:center;width:4cqw;height:4cqw;border-radius:1.1cqw;background:linear-gradient(135deg,#aaaefa,#7071d0);color:#fff}.ig-traveller small{display:block;font-size:.9cqw;color:var(--ig-model-muted)}.ig-traveller b{font-size:2cqw;font-weight:500;line-height:1.3}.ig-traveller i{width:.45cqw;height:.45cqw;background:var(--ig-green);border-radius:50%;margin-left:auto}.ig-journeyReceipt{position:absolute;bottom:7%;left:20%;width:62%;padding:1.6cqw 2.4cqw;border-radius:1.9cqw;display:flex;align-items:center;gap:1.3cqw;z-index:5;transform:rotate(-2deg) translateY(calc(var(--ig-p)*-1cqw))}.ig-journeyReceipt>span{font-size:1.35cqw}.ig-journeyReceipt>svg{color:var(--ig-blue);width:2.5cqw;height:2.5cqw}.ig-journeyReceipt>i{width:.5cqw;height:.5cqw;border-radius:50%;background:var(--ig-green);margin-left:auto}.ig-transferScene{aspect-ratio:1.12;margin:0 -2%}.ig-transferWires{position:absolute;inset:0;width:100%!important;height:100%!important;fill:none;stroke:#879ec661;stroke-width:.5}.ig-transferWires .ig-packet{stroke-width:.6;stroke:var(--ig-blue)}.ig-transferSource{left:9%;top:12%;width:49%;filter:blur(.2px)}.ig-transferBoard{border-radius:3.5cqw;padding:4cqw;height:53cqw;transform:rotateX(calc(10deg - var(--ig-y)*3deg)) rotateY(calc(-16deg + var(--ig-x)*6deg)) rotateZ(-9deg)}.ig-sourceIcon{width:8cqw;height:8cqw;display:grid;place-items:center;border:1px solid #c9d6ff88;border-radius:2.5cqw;background:linear-gradient(135deg,#abb7fd9c,#7891cc4a);transform:translateZ(.2cqw)}.ig-sourceIcon svg{width:4.5cqw;height:4.5cqw;color:var(--ig-blue)}.ig-transferBoard>b{display:block;margin:2.5cqw 0 3.5cqw;font-size:3cqw;line-height:1.35;font-weight:500;transform:translateZ(.2cqw)}.ig-sourceRows{display:grid;gap:1.7cqw;transform:translateZ(.2cqw)}.ig-sourceRows>div{display:flex;align-items:center;gap:2cqw;padding:1.5cqw 0;border-top:1px solid #8e9ab631;font-size:2cqw}.ig-sourceRows>div>i{width:2cqw;height:2cqw;border-radius:.5cqw;background:#8195c159}.ig-sourceRows>div>small{margin-left:auto;color:var(--ig-model-muted)}.ig-sourceFooter{position:absolute;bottom:3cqw;left:4cqw;right:4cqw;display:flex;align-items:center;gap:1cqw;color:var(--ig-model-muted);font-size:1.5cqw;transform:translateZ(.2cqw)}.ig-sourceFooter>i{width:.6cqw;height:.6cqw;background:var(--ig-green);border-radius:50%}.ig-transferResult{position:absolute;left:51%;top:33%;width:45%;padding:3.5cqw;border-radius:3.5cqw;z-index:5;transform:translate(calc(var(--ig-x)*1.2cqw),calc(var(--ig-p)*-2cqw)) rotate(7deg)}.ig-transferResult>small{font-size:1.5cqw;color:var(--ig-model-muted)}.ig-transferResult>b{font-size:3cqw;font-weight:500;display:block;margin:1cqw 0 3cqw;line-height:1.3}.ig-transferResult>div{padding:1.8cqw 0;border-top:1px solid #8197b932;display:flex;align-items:center;justify-content:space-between;gap:1cqw;font-size:2cqw}.ig-transferResult svg{color:var(--ig-green);width:2.5cqw;height:2.5cqw}.ig-transferSeal{position:absolute;left:15%;bottom:6%;width:73%;display:flex;align-items:center;justify-content:center;gap:1.8cqw;padding:2.5cqw 2cqw;border-radius:2cqw;transform:rotate(-4deg);z-index:6}.ig-transferSeal>span{font-size:1.75cqw}.ig-transferSeal>svg{color:var(--ig-blue);width:3cqw;height:3cqw}.ig-transferScene--payment .ig-sourceIcon{background:linear-gradient(135deg,#d1dacc,#98bdbe)}.ig-transferScene--delivery .ig-sourceIcon{background:linear-gradient(135deg,#f4d2b9,#c5adc4)}.ig-mappingScene{aspect-ratio:1.15}.ig-mapWires{position:absolute;inset:0;z-index:1}.ig-mapWires svg{width:100%;height:100%;fill:none;stroke:#8297c55e;stroke-width:.55}.ig-mapLayer--back{left:9%;top:10%;width:49%;filter:blur(.6px)}.ig-mapBoard{padding:3.5cqw;border-radius:3cqw;transform:rotateX(10deg) rotateY(calc(-20deg + var(--ig-x)*4deg)) rotateZ(-12deg)}.ig-mapBoard>small{font-size:1.7cqw;color:var(--ig-model-muted)}.ig-mapBoard>b{display:block;font-size:3.3cqw;font-weight:500;margin:1.5cqw 0 3.5cqw;line-height:1.3;transform:translateZ(.2cqw)}.ig-mapBoard>div{display:flex;align-items:center;justify-content:space-between;gap:1cqw;border-top:1px solid #889fc840;padding:2.5cqw 0;font-size:2.1cqw;transform:translateZ(.2cqw)}.ig-mapBoard>div>i{width:2.2cqw;height:.45cqw;border-radius:.2cqw;background:#879acc55}.ig-mapBoard--front{position:absolute;left:46%;top:28%;width:51%;transform:translate(calc(var(--ig-x)*1cqw),calc(var(--ig-p)*-2cqw)) rotate(7deg);z-index:5}.ig-mapBoard--front>div>i{width:3cqw;height:3cqw;background:0 0;color:var(--ig-green)}.ig-mapBoard--front>b{font-size:3.2cqw}.ig-mapLabel{position:absolute;left:12%;bottom:3%;width:78%;padding:2.7cqw 2cqw;border-radius:2.5cqw;display:flex;align-items:center;justify-content:center;gap:1.5cqw;transform:rotate(-5deg);z-index:6}.ig-mapLabel>span{font-size:1.8cqw}.ig-mapLabel svg{width:3cqw;height:3cqw;color:var(--ig-blue)}.ig-reliabilityScene{aspect-ratio:.99}.ig-queueMachine{left:10%;top:7%;width:76%;filter:blur(.3px)}.ig-queueChassis{padding:3cqw;height:36cqw;border-radius:3.8cqw;transform:rotateX(calc(20deg - var(--ig-y)*3deg)) rotateY(calc(-15deg + var(--ig-x)*5deg)) rotateZ(-8deg)}.ig-queueChassis .ig-routerTop>span{font-size:1.5cqw}.ig-queueSlots{display:grid;grid-template-columns:repeat(4,1fr);gap:1.8cqw;margin-top:4cqw;transform:translateZ(.2cqw)}.ig-queueSlots>div{height:21cqw;border:1px solid #97a9cd69;background:#6d82a61a;border-radius:1.5cqw;padding:1.5cqw}.ig-queueSlots span{font-size:1.6cqw;color:var(--ig-model-muted)}.ig-queueSlots i{display:block;height:10cqw;background:repeating-linear-gradient(0deg,transparent 0 .9cqw,#7d93b753 .9cqw 1.3cqw);margin:1.4cqw 0}.ig-queueSlots b{display:block;width:2cqw;height:.5cqw;background:#8dbbad;border-radius:1cqw;animation:ig-leds 4s ease-in-out infinite;animation-delay:calc(var(--n)*-.7s);animation-play-state:paused}.ig-inview .ig-queueSlots b{animation-play-state:running}.ig-queuePanel{position:absolute;left:22%;top:35%;width:72%;padding:4cqw;border-radius:4cqw;z-index:5;transform:translate(calc(var(--ig-x)*1.3cqw),calc(var(--ig-p)*-3cqw)) rotate(5deg)}.ig-panelCaption{display:block;font-size:1.55cqw;color:var(--ig-model-muted);margin-bottom:2.5cqw}.ig-queueStatus{display:flex;align-items:center;gap:2cqw;margin-bottom:3cqw}.ig-queueStatus .ig-success{width:6cqw;height:6cqw}.ig-queueStatus svg{width:3.5cqw;height:3.5cqw}.ig-queueStatus b{font-size:2.65cqw;line-height:1.3;display:block;font-weight:500}.ig-queueStatus small{font-size:1.75cqw;color:var(--ig-model-muted)}.ig-log>div{display:flex;align-items:center;gap:1.5cqw;border-top:1px solid #8398bf33;padding:2.2cqw 0;font-size:2cqw}.ig-log i{width:.7cqw;height:.7cqw;border-radius:50%;background:#8aabda}.ig-log>div:nth-child(2)>i{background:#c3aa89}.ig-log>div:last-child>i{background:var(--ig-green)}.ig-log small{margin-left:auto;color:var(--ig-model-muted);font-size:1.5cqw}.ig-signalPill{position:absolute;left:15%;bottom:4%;width:79%;display:flex;align-items:center;justify-content:center;gap:1.5cqw;color:var(--ig-model-muted);font-size:1.9cqw;transform:rotate(-3deg)}.ig-signalPill svg{width:3cqw;height:3cqw;color:var(--ig-blue)}@keyframes ig-packets{to{stroke-dashoffset:-68}}@keyframes ig-leds{0%,100%{opacity:.5;box-shadow:0 0 .3cqw #a0d9bc33}50%{opacity:1;box-shadow:0 0 1cqw #a0d9bc88}}@keyframes ig-localize{0%,100%{filter:blur(0);opacity:1}45%{filter:blur(2px);opacity:.3}}.ig .dint-loc-anim{animation:ig-localize .42s ease}@media(min-width:1600px){.ig-hero{gap:45px;padding-top:55px}.ig-hero h1{font-size:76px}}@media(min-width:901px) and (max-width:1150px){.ig-hero{grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:20px;min-height:620px}.ig-hero h1{font-size:48px}.ig-heroLead{font-size:16px;line-height:1.8}.ig-heroNote{font-size:12px}.ig-actions{gap:18px}.ig .dint-btn{padding:14px 18px;font-size:15px}.ig-visualCaption{flex-direction:column;align-items:start;gap:4px}.ig-visualCaption>small{max-width:none;text-align:left}.ig-heroScene{aspect-ratio:.96}.ig-heroLegend{font-size:10px;gap:10px}.ig-section{padding:80px 0}.ig-direction{gap:35px}.ig-direction h3{font-size:30px}.ig-mapping,.ig-reliability{gap:45px}.ig-process{gap:60px}.ig-budget{gap:35px;padding:40px 35px}.ig-estimateSheet{padding:25px}.ig-useRows>a{gap:20px;grid-template-columns:30px minmax(190px,.7fr) minmax(0,1fr) 22px}}@media(max-height:820px) and (min-width:901px){.ig-journeyScene{max-width:min(100%,100vh * 1.46);margin:0 auto}.ig-journeySticky{top:calc(var(--git-header-height,76px) + 10px)}.ig-journeySteps p{font-size:13px}.ig-journeySteps b{font-size:18px}.ig-journeyTrack{min-height:1050px}.ig-processIntro{position:static}}@media(max-width:900px){.ig-hero{grid-template-columns:1fr;gap:35px;padding-top:40px;min-height:0}.ig-heroCopy{max-width:720px}.ig-hero h1{max-width:680px;font-size:clamp(46px,7.3vw,67px)}.ig-heroLead{max-width:660px}.ig-heroVisual{max-width:700px;width:100%;margin:0 auto}.ig-section{padding:65px 0}.ig-sectionHead{margin-bottom:32px}.ig-valueLine{gap:22px}.ig-valueLine b{font-size:19px}.ig-valueLine p{font-size:14px}.ig-journeyTrack{height:auto;min-height:0}.ig-journeySticky{position:relative;top:auto}.ig-journeySteps{gap:22px}.ig-journeySteps>div{gap:9px}.ig-journeySteps b{font-size:17px}.ig-journeySteps p{font-size:13px}.ig-direction{grid-template-columns:1fr;gap:24px}.ig-directionCopy{max-width:730px}.ig-transferScene{max-width:540px;width:100%;margin:0 auto}.ig-mapping,.ig-reliability{grid-template-columns:1fr;gap:35px}.ig-mappingVisual{order:2;max-width:560px;width:100%;margin:auto}.ig-reliabilityScene{max-width:540px;width:100%;margin:auto}.ig-speedNote{flex-wrap:wrap;gap:20px}.ig-speedNote>div{flex:1;min-width:260px}.ig-speedNote>a{margin-left:70px}.ig-process{grid-template-columns:1fr;gap:40px}.ig-processIntro{position:static;max-width:700px}.ig-processList>li{gap:23px}.ig-useRows>a{grid-template-columns:30px 1fr 22px;gap:15px;padding:25px 0}.ig-useRows h3{font-size:25px}.ig-useRows p{grid-column:2;grid-row:2}.ig-useRows>a>svg{grid-column:3;grid-row:1/3}.ig-budget{grid-template-columns:1fr;gap:45px;padding:42px 35px}.ig-estimateSheet{max-width:600px;width:100%;margin:auto}.ig-final{flex-direction:column;align-items:start;gap:30px;padding-top:20px}.ig .dint-request__grid{grid-template-columns:1fr 1fr}}@media(max-width:600px){.ig-container{padding-left:20px;padding-right:20px}.ig-breadcrumbs{font-size:12px;gap:10px;padding-top:20px}.ig-section{padding:53px 0}.ig h2{font-size:36px;line-height:1.13}.ig h3{font-size:27px}.ig .dint-kicker,.ig-eyebrow{font-size:14px;margin-bottom:14px}.ig-hero{padding:35px 0 40px;gap:30px}.ig-hero h1{font-size:clamp(40px,10.5vw,58px);line-height:1.08;letter-spacing:-.04em}.ig-heroLead{font-size:16px;line-height:1.8;margin-top:22px!important}.ig-actions{margin-top:24px;gap:21px}.ig-heroNote{font-size:12px;margin-top:22px!important}.ig-visualCaption{font-size:11px;gap:15px}.ig-visualCaption>span{max-width:190px}.ig-visualCaption>small{font-size:10px;max-width:90px}.ig-heroScene{width:calc(100% + 16px);margin-left:-8px;aspect-ratio:1.02}.ig-heroLegend{font-size:10px;gap:8px;margin:0;padding-top:12px}.ig-heroLegend svg{width:14px;height:14px}.ig-valueLine{grid-template-columns:1fr;gap:18px;padding:27px 0}.ig-valueLine>div{display:grid;grid-template-columns:1fr 1.1fr;gap:20px;align-items:center}.ig-valueLine b{font-size:17px;line-height:1.4}.ig-valueLine p{margin:0;font-size:13px;line-height:1.6}.ig-sectionHead>p:not(.ig-eyebrow){font-size:16px;line-height:1.8;margin-top:22px}.ig-journeyTop{font-size:11px;gap:20px}.ig-journeyTop small{font-size:10px;max-width:100px;text-align:right}.ig-journeyScene{aspect-ratio:1.18;margin:10px -7px 0}.ig-journeyNode{width:36%;left:calc(6% + var(--n)*0%);top:14%}.ig-journeyNode--stock{left:57%;top:14%}.ig-journeyNode--deal{left:6%;top:53%}.ig-journeyNode--delivery{left:57%;top:53%}.ig-orderModule{height:27cqw;border-radius:3cqw;padding:2.4cqw;transform:rotateX(13deg) rotateY(calc(-12deg + var(--ig-x)*3deg)) rotateZ(-5deg)}.ig-moduleNumber{font-size:1.5cqw;top:2cqw;left:2.5cqw}.ig-moduleIcon{width:7cqw;height:7cqw;border-radius:2cqw;margin:1cqw auto .8cqw}.ig-moduleIcon svg{width:4.7cqw;height:4.7cqw}.ig-orderModule>b{font-size:3cqw}.ig-moduleScreen{height:6cqw;margin-top:1cqw}.ig-moduleScreen>span{top:1cqw}.ig-moduleScreen svg{width:3cqw;height:3cqw}.ig-orderModule>small{font-size:1.4cqw;margin-top:1cqw}.ig-journeyRoutes{display:none}.ig-traveller{width:26%;left:calc(29% + var(--ig-p)*16%);top:41%;transform:rotate(-3deg)}.ig-traveller>.ig-frost{gap:1.5cqw;padding:1.5cqw;border-radius:2cqw}.ig-traveller small{font-size:1.5cqw}.ig-traveller b{font-size:2.7cqw}.ig-traveller div>span{width:5cqw;height:5cqw}.ig-traveller svg{width:3.5cqw;height:3.5cqw}.ig-journeyReceipt{display:none}.ig-journeyFloor{inset:19% 4% 14%;transform:rotate(-4deg);border-radius:5cqw}.ig-journeySteps{grid-template-columns:1fr;gap:18px;margin-top:15px}.ig-journeySteps>div{gap:14px}.ig-journeySteps b{font-size:18px}.ig-journeySteps p{font-size:14px;max-width:none;margin-top:4px}.ig-journeySteps>div>span{font-size:13px}.ig-journeyProgress{margin-top:22px}.ig-tabs{gap:8px;margin-bottom:29px;padding-bottom:24px}.ig-tabs button{font-size:14px;padding:9px 14px}.ig-direction h3{font-size:29px}.ig-directionCopy>p:not(.ig-eyebrow){font-size:16px}.ig-checkList{gap:12px;margin:23px 0!important}.ig-checkList li{font-size:15px;gap:10px}.ig-transferScene{width:calc(100% + 10px);margin-left:-5px}.ig-mappingCopy>p:not(.ig-eyebrow),.ig-processIntro>p:not(.ig-eyebrow),.ig-reliabilityCopy>p:not(.ig-eyebrow){font-size:16px;line-height:1.8;margin-top:22px}.ig-ruleRows>div{gap:15px;padding:16px 0}.ig-ruleRows b{font-size:16px}.ig-speedNote{gap:18px;padding:25px 0}.ig-speedNote>span{width:40px;height:40px;flex-basis:40px}.ig-speedNote>div{min-width:0;flex-basis:calc(100% - 58px)}.ig-speedNote b{font-size:17px}.ig-speedNote p{font-size:14px}.ig-speedNote>a{margin-left:58px;min-width:0;font-size:14px}.ig-processList>li{grid-template-columns:35px 1fr;gap:17px;padding-bottom:28px;margin-bottom:25px}.ig-stepNumber{width:35px;height:35px;border-radius:11px;font-size:13px}.ig-processList h3{font-size:24px;margin:1px 0 15px}.ig-processList p{font-size:16px}.ig-processList small{font-size:13px;align-items:start}.ig-useRows h3{font-size:23px}.ig-useRows p{font-size:14px}.ig-useRows>a{grid-template-columns:25px 1fr 19px;gap:12px}.ig-budget{margin:12px -4px 0;border-radius:24px;padding:33px 24px;gap:30px}.ig-budget h2{font-size:32px}.ig-budgetIntro>p:not(.ig-eyebrow){font-size:15px;line-height:1.8}.ig-estimateSheet{padding:23px;transform:rotate(2deg)}.ig-estimateSheet>div{gap:13px;padding:18px 0}.ig-estimateSheet b{font-size:16px}.ig-estimateSheet p{font-size:13px}.ig-estimateSheet>small{font-size:12px}.ig .dint-faqItem__button{font-size:17px;gap:18px;padding:22px 0}.ig .dint-faqItem__body{padding-right:0;font-size:16px}.ig-final{gap:27px;padding-bottom:65px}.ig-final>div>p:not(.ig-eyebrow){font-size:16px}.ig .dint-request{padding:8px}.ig .dint-request__dialog{padding:24px 20px;max-height:calc(var(--dint-request-viewport-h,100vh) - 16px);border-radius:20px}.ig .dint-request__head{padding-right:28px}.ig .dint-request__head h2{font-size:25px}.ig .dint-request__grid{grid-template-columns:1fr}.ig .dint-request__close{right:12px;top:12px;width:34px;height:34px}.ig .dint-check{font-size:13px}.ig .dint-request__bottom{flex-direction:column;align-items:stretch}.ig .dint-request__bottom>.dint-btn{width:100%}.ig-frost{backdrop-filter:blur(12px) saturate(115%);-webkit-backdrop-filter:blur(12px) saturate(115%)}}@media(prefers-reduced-motion:reduce){.ig *,.ig ::after,.ig ::before{animation:none!important;transition:none!important;scroll-behavior:auto!important}.ig-journeyTrack{height:auto;min-height:0}.ig-journeySticky,.ig-processIntro{position:static}.ig-estimateSheet{transform:none}.ig .ig-scene{--ig-x:0!important;--ig-y:0!important}}@media(max-width:600px){.ig-stepNumber{font-size:14px}.ig-estimateSheet>div>span,.ig-useRows>a>span{font-size:14px}}.ig-paused .ig-queueSlots b{animation-play-state:paused}
