:root{--navy: #081021;--navy-2: #355FA9;--gold: #355FA9;--gold-2: #91CDF1;--scade-blue: #355FA9;--scade-blue-lt: #B1C5DB;--scade-cyan: #91CDF1;--bg: #ffffff;--bg-2: #F4F7FB;--ink: #081021;--muted: #4a5366;--line: #B1C5DB}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:Roboto Condensed,Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:16px;line-height:1.7;color:var(--ink);background:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}:lang(ar),:lang(ar) h1,:lang(ar) h2,:lang(ar) h3,:lang(ar) h4{font-family:Noto Sans Arabic,Tajawal,Geeza Pro,Arabic UI Text,system-ui,sans-serif}h1,h2,h3{font-family:Roboto Condensed,Manrope,sans-serif;font-weight:700;color:var(--navy);line-height:1.15;letter-spacing:-.005em}h1{font-weight:800;font-size:clamp(2.5rem,5.5vw,4.5rem)}h2{font-size:clamp(2rem,4vw,3rem);margin-bottom:1rem}h3{font-size:1.6rem}.container{max-width:1240px;margin:0 auto;padding:0 2rem}section{padding:7rem 0;scroll-margin-top:80px}.section-eyebrow{font-size:.85rem;color:var(--gold-2);letter-spacing:.25em;text-transform:uppercase;margin-bottom:1rem;font-weight:600}.section-intro{color:var(--muted);font-size:1.15rem;max-width:640px;margin-bottom:3rem;font-weight:300}.btn{display:inline-block;padding:.95rem 2rem;font-weight:500;font-size:.95rem;border-radius:2px;transition:all .2s;border:1px solid transparent;letter-spacing:.03em;cursor:pointer;font-family:inherit}.btn-primary{background:var(--gold);color:var(--navy)}.btn-primary:hover{background:#fff;color:var(--navy)}.btn-ghost{background:transparent;color:#fff;border-color:#fff6}.btn-ghost:hover{border-color:#fff;background:#ffffff14}.site-header{position:sticky;top:0;background:var(--bg);border-bottom:1px solid var(--line);z-index:100}.header-inner{display:flex;align-items:center;justify-content:space-between;padding:1.2rem 0;gap:2rem}.logo{display:inline-block}.logo img{height:42px;width:auto}nav.primary{display:flex;gap:2rem}nav.primary a{font-size:.95rem;color:var(--ink);font-weight:500;transition:color .2s}nav.primary a:hover{color:var(--gold-2)}nav.primary a.nav-aud{color:var(--navy);font-weight:700;border-bottom:2px solid var(--gold);padding-bottom:.15rem}nav.primary a.nav-aud:hover{color:var(--gold-2);border-bottom-color:var(--gold-2)}.header-right{display:flex;align-items:center;gap:1rem}.lang-drop{position:relative}.lang-drop summary{list-style:none;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem;padding:.4rem .7rem;background:var(--bg);border:1px solid var(--line);border-radius:4px;color:var(--navy);font-size:.85rem;font-weight:600;letter-spacing:.05em;transition:border-color .15s}.lang-drop summary::-webkit-details-marker{display:none}.lang-drop summary:hover{border-color:var(--gold)}.lang-drop summary img{display:block;flex-shrink:0;border:1px solid rgba(0,0,0,.06)}.lang-drop-caret{font-size:.7rem;opacity:.5;transition:transform .15s}.lang-drop[open] .lang-drop-caret{transform:rotate(180deg)}.lang-drop ul{position:absolute;right:0;top:calc(100% + .4rem);min-width:100%;max-height:70vh;overflow-y:auto;background:#fff;border:1px solid var(--line);border-radius:4px;box-shadow:0 12px 28px #0a1f3d1f;list-style:none;margin:0;padding:.3rem 0;z-index:200;box-sizing:border-box}.lang-drop ul a{display:flex;align-items:center;gap:.5rem;padding:.45rem .6rem .45rem .5rem;font-size:.9rem;color:var(--ink);font-weight:500;transition:background .1s}.lang-drop ul a:hover{background:var(--bg-2)}.lang-drop ul a.active{color:var(--navy);font-weight:700;background:var(--bg-2)}.lang-drop ul a img{display:block;flex-shrink:0;border:1px solid rgba(0,0,0,.06)}@media(max-width:768px){.lang-drop summary{padding:.4rem .6rem;font-size:.8rem}.header-inner{padding-left:.75rem;padding-right:.75rem}.lang-drop ul{right:0}}@media(max-width:900px){nav.primary{display:none}}.hero{position:relative;background:var(--navy);color:#fff;padding:7rem 0 6rem;overflow:hidden}.hero:before{content:"";position:absolute;top:0;right:0;width:50%;height:100%;background:linear-gradient(135deg,#c8a96a26,#0a1f3d00 60%);pointer-events:none}.hero-inner{display:grid;grid-template-columns:1.3fr 1fr;gap:4rem;align-items:center;position:relative}.hero h1{color:#fff;margin-bottom:1.5rem}.hero h1 .accent{color:var(--gold);position:relative;display:inline-block}.hero h1 .accent:after{content:"";position:absolute;left:0;right:0;bottom:-.05em;height:.08em;background:var(--gold)}.hero .lead{font-size:1.25rem;color:#ffffffc7;max-width:580px;margin-bottom:2.5rem;line-height:1.6;font-weight:300}.hero-ctas{display:flex;gap:1rem;flex-wrap:wrap}.hero-visual{position:relative;display:flex;flex-direction:column;align-items:center;gap:1.2rem;transition:opacity .4s}.hero-visual:before{content:"";position:absolute;top:45%;left:50%;transform:translate(-50%,-50%);width:100%;height:75%;background:radial-gradient(ellipse at center,rgba(200,169,106,.32) 0%,rgba(200,169,106,.08) 45%,transparent 75%);filter:blur(35px);z-index:1;pointer-events:none}.hero-visual img{width:100%;height:auto;max-height:70vh;object-fit:contain;filter:drop-shadow(0 30px 50px rgba(0,0,0,.55)) drop-shadow(0 8px 16px rgba(0,0,0,.3));position:relative;z-index:2}.hero-caption{position:relative;font-size:.78rem;color:#c8a96ad9;letter-spacing:.18em;text-transform:uppercase;z-index:3;font-weight:600;text-align:center}@media(max-width:900px){.hero-inner{grid-template-columns:1fr}}.audiences{padding:6rem 0;background:var(--bg-2)}.audiences-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.audience-card{scroll-margin-top:100px;background:#fff;border:1px solid var(--line);padding:3rem 2.5rem;transition:transform .2s,box-shadow .2s;display:flex;flex-direction:column}.audience-card:hover{transform:translateY(-3px);box-shadow:0 20px 60px #0a1f3d1f}.audience-card-eyebrow{font-size:.85rem;color:var(--gold-2);letter-spacing:.2em;text-transform:uppercase;font-weight:600;margin-bottom:1rem}.audience-card h3{font-family:Manrope,sans-serif;font-size:1.9rem;font-weight:800;line-height:1.15;margin-bottom:1.2rem;color:var(--navy);letter-spacing:-.025em}.audience-card p{color:var(--ink);font-size:1rem;line-height:1.7;margin-bottom:1.5rem;flex:1}.audience-card .cta{display:inline-flex;align-items:center;gap:.5rem;color:var(--navy);font-weight:600;border-bottom:2px solid var(--gold);padding-bottom:.2rem;align-self:flex-start;transition:color .15s}.audience-card .cta:hover{color:var(--gold-2)}.audience-card[data-aud=mfr]{border-top:3px solid var(--gold)}.audience-card[data-aud=user]{border-top:3px solid var(--navy)}@media(max-width:900px){.audiences-grid{grid-template-columns:1fr}}.products{background:#fff;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0;border-left:1px solid var(--line)}.product-card{padding:2.5rem 2rem;border-right:1px solid var(--line);border-bottom:1px solid var(--line);transition:background .2s}.product-card:hover{background:var(--bg-2)}.product-image{aspect-ratio:1.4/1;background:#fff;margin-bottom:1.5rem;display:flex;align-items:center;justify-content:center;padding:1rem;border:1px solid var(--line)}.product-image img{max-width:88%;max-height:90%;object-fit:contain}.product-name{font-family:Manrope,sans-serif;font-size:1.6rem;font-weight:800;color:var(--navy);margin-bottom:.4rem;letter-spacing:-.03em}.product-name .plus,.product-hero h1 .plus,.industry-product-card h3 .plus,.hero-caption .plus,.footer-product-link .plus{color:var(--gold);font-weight:800;margin-left:.04em}.footer-product-link{font-weight:700}.product-image{position:relative}.product-image-mark{position:absolute;top:.6rem;right:.6rem;opacity:.85;z-index:2}.product-image-mark img{max-width:90px;max-height:24px;width:auto;height:auto;object-fit:contain;display:block}.industry-product-wordmark-top{display:flex;justify-content:flex-end;opacity:.85;margin-bottom:.4rem;min-height:26px}.industry-product-wordmark-top img{max-width:100px;max-height:26px;width:auto;height:auto;object-fit:contain;display:block}.product-hero-visual-wrap{display:flex;flex-direction:column;align-items:center;gap:1.2rem}.product-hero-visual-wrap .product-hero-visual{width:100%}.product-hero-wordmark-below{opacity:.9;filter:brightness(0) invert(1)}.product-hero-wordmark-below img{max-width:160px;max-height:42px;width:auto;height:auto;object-fit:contain;display:block}.hero-caption .prod{color:#c8a96af2;font-weight:800;text-transform:lowercase;letter-spacing:.02em;font-size:1.1em}.product-tag{font-size:.8rem;color:var(--gold-2);letter-spacing:.15em;text-transform:uppercase;margin-bottom:.8rem}.product-desc{color:var(--muted);font-size:.95rem;line-height:1.6}@media(max-width:900px){.products-grid{grid-template-columns:1fr 1fr}}@media(max-width:600px){.products-grid{grid-template-columns:1fr}}.industries{background:var(--bg)}.industry-feature{aspect-ratio:21/9;background:var(--navy);color:#fff;padding:3rem;display:flex;flex-direction:column;justify-content:flex-end;position:relative;overflow:hidden;cursor:pointer;margin-bottom:2.5rem;transition:transform .3s;background-image:url(/newSite2026/images/sectors/05-oilgas.jpeg);background-size:cover;background-position:center}.industry-feature:hover{transform:translateY(-3px)}.industry-feature:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#0a1f3deb,#0a1f3d99 60%,#0a1f3d4d);z-index:1}.industry-feature>*{position:relative;z-index:2}.industry-feature-eyebrow{font-size:.85rem;color:var(--gold);letter-spacing:.2em;text-transform:uppercase;font-weight:600;margin-bottom:.8rem}.industry-feature h3{font-family:Manrope,sans-serif;font-size:clamp(1.8rem,3.5vw,2.6rem);font-weight:800;color:#fff;line-height:1.1;margin-bottom:1rem;max-width:600px}.industry-feature p{color:#ffffffd9;font-size:1.05rem;max-width:560px;margin-bottom:1.2rem}.industry-feature-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.2rem}.industry-feature-tag{padding:.3rem .8rem;background:#ffffff1f;border:1px solid rgba(200,169,106,.4);font-size:.78rem;color:#fff;letter-spacing:.05em}.industry-feature-cta{display:inline-flex;align-items:center;gap:.5rem;color:var(--gold);font-weight:600;border-bottom:1px solid var(--gold);padding-bottom:.2rem;align-self:flex-start}.industries-also{font-size:.85rem;color:var(--muted);letter-spacing:.2em;text-transform:uppercase;font-weight:600;margin-bottom:1.2rem}.industries-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem}.industry-card{aspect-ratio:1;background:var(--navy);color:#fff;padding:1.2rem;display:flex;flex-direction:column;justify-content:flex-end;position:relative;overflow:hidden;cursor:pointer;transition:transform .3s;background-size:cover;background-position:center}.industry-card:hover{transform:translateY(-4px)}.industry-card:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#0a1f3d80,#0a1f3df2)}.industry-card>*{position:relative;z-index:1}.industry-name{font-family:Manrope,sans-serif;font-size:1rem;font-weight:700;color:#fff;line-height:1.2}.industry-desc{color:#ffffffb3;font-size:.78rem;margin-top:.3rem;line-height:1.4}.industry-arrow{margin-top:.6rem;color:var(--gold);font-size:.7rem;letter-spacing:.1em}@media(max-width:900px){.industries-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:600px){.industries-grid{grid-template-columns:1fr 1fr}}.contact{background:var(--bg-2);padding:7rem 0}.contact-grid{display:grid;grid-template-columns:1.3fr 1fr;gap:5rem}.contact-channels{display:grid;gap:2rem}.contact-channel{padding:1.5rem;background:#fff;border-left:3px solid var(--gold)}.contact-channel h4{font-family:Manrope,sans-serif;font-size:1.3rem;color:var(--navy);margin-bottom:.4rem}.contact-channel p{color:var(--muted);font-size:.95rem}.contact-form{background:#fff;padding:2.5rem;border-top:3px solid var(--gold)}.contact-form input,.contact-form textarea,.contact-form select{width:100%;padding:.8rem;font:inherit;border:1px solid var(--line);background:#fff;margin-bottom:1rem;border-radius:0;font-size:.95rem}.contact-form textarea{min-height:120px;resize:vertical}.contact-form input:focus,.contact-form textarea:focus,.contact-form select:focus{outline:none;border-color:var(--gold)}.contact-form .btn{width:100%;cursor:pointer;border:none}.contact-form-note{font-size:.85rem;color:var(--muted);margin-top:.5rem}@media(max-width:900px){.contact-grid{grid-template-columns:1fr;gap:3rem}}.product-hero{background:var(--navy);color:#fff;padding:6rem 0 5rem;position:relative;overflow:hidden}.product-hero:before{content:"";position:absolute;top:0;right:0;width:50%;height:100%;background:linear-gradient(135deg,#c8a96a26,#0a1f3d00 60%);pointer-events:none}.product-hero-inner{display:grid;grid-template-columns:1.2fr 1fr;gap:4rem;align-items:center;position:relative}.product-hero h1{color:#fff;font-size:clamp(3rem,6vw,5rem);margin-top:1rem;margin-bottom:0}.product-hero-name-row{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap;margin-bottom:.4rem}.product-hero-wordmark{opacity:.85;filter:brightness(0) invert(1);flex-shrink:0}.product-hero-wordmark img{max-width:180px;max-height:50px;width:auto;height:auto;object-fit:contain;display:block}.product-acronym{font-size:.95rem;color:#c8a96ad9;letter-spacing:.15em;text-transform:uppercase;font-weight:600;margin-bottom:1.5rem}.product-subtitle{font-size:1.4rem;color:#ffffffeb;font-weight:500;margin-bottom:1.2rem;line-height:1.3}.product-lead{font-size:1.05rem;color:#ffffffbf;max-width:580px;margin-bottom:2rem;line-height:1.7;font-weight:300}.product-tag-pill{display:inline-block;padding:.4rem 1rem;background:#c8a96a26;border:1px solid rgba(200,169,106,.5);color:var(--gold);font-size:.8rem;letter-spacing:.15em;text-transform:uppercase;font-weight:600}.product-hero-visual{position:relative;aspect-ratio:4/3;display:flex;align-items:center;justify-content:center}.product-hero-visual:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:90%;height:75%;background:radial-gradient(ellipse at center,rgba(200,169,106,.3) 0%,rgba(200,169,106,.06) 50%,transparent 75%);filter:blur(35px)}.product-hero-visual img,.product-hero-visual video{width:100%;height:auto;max-height:70vh;object-fit:contain;filter:drop-shadow(0 25px 50px rgba(0,0,0,.55));position:relative;z-index:2}.back-link{display:inline-block;font-size:.85rem;color:var(--gold);letter-spacing:.1em;margin-bottom:1rem;transition:color .15s}.back-link:hover{color:#fff}.back-link-light{color:var(--gold)}@media(max-width:900px){.product-hero-inner{grid-template-columns:1fr}}.thanks-page{padding:8rem 0;background:var(--bg);text-align:center}.thanks-page h1{color:var(--gold);margin-bottom:1.5rem}.thanks-page .section-intro{margin:0 auto 2.5rem}.legal-page{padding:5rem 0;background:var(--bg)}.legal-page .container{max-width:800px}.legal-page h1{margin-bottom:2rem;font-size:clamp(2rem,4vw,3rem)}.legal-page h2{font-size:1.5rem;margin-top:2.5rem;margin-bottom:.8rem;padding-top:1rem;border-top:1px solid var(--line)}.legal-page h3{font-size:1.15rem;margin-top:1.6rem;margin-bottom:.5rem;color:var(--navy)}.legal-page p{margin-bottom:1rem;line-height:1.7}.legal-page ol,.legal-page ul{margin:.6rem 0 1rem 1.5rem;line-height:1.7}.legal-page ol li,.legal-page ul li{margin-bottom:.4rem}.legal-page a{color:var(--navy);text-decoration:underline}.legal-page a:hover{color:var(--gold-2)}.product-media{background:var(--bg-2);padding:5rem 0}.product-media-frame{background:#fff;border:1px solid var(--line);padding:1rem;max-width:900px;margin:0 auto;box-shadow:0 16px 40px #0a1f3d14}.product-media-frame img,.product-media-frame video{width:100%;height:auto;display:block}.product-benefits{background:var(--bg);padding:6rem 0}.benefits-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.benefit-card{background:#fff;border:1px solid var(--line);border-top:3px solid var(--gold);padding:2rem}.benefit-card h3{font-size:1.2rem;margin-bottom:.6rem;color:var(--navy)}.benefit-card p{color:var(--ink);font-size:.97rem;line-height:1.65}@media(max-width:700px){.benefits-grid{grid-template-columns:1fr}}.product-usecases{background:var(--bg-2);padding:6rem 0}.usecases-list{list-style:none;display:grid;grid-template-columns:1fr 1fr;gap:1rem}.usecases-list li{padding:1.2rem 1.5rem;background:#fff;border-left:3px solid var(--gold);color:var(--ink);font-size:1rem}@media(max-width:700px){.usecases-list{grid-template-columns:1fr}}.product-specs{background:var(--bg);padding:6rem 0}.specs-list{display:grid;gap:0;max-width:800px;margin:0 auto;border-top:1px solid var(--line)}.spec-row{display:grid;grid-template-columns:1fr 2fr;gap:1.5rem;padding:1rem 0;border-bottom:1px solid var(--line)}.spec-row dt{color:var(--gold-2);letter-spacing:.1em;text-transform:uppercase;font-size:.85rem;font-weight:600}.spec-row dd{color:var(--ink);margin:0;font-size:.97rem}@media(max-width:600px){.spec-row{grid-template-columns:1fr;gap:.3rem}}.product-demo{background:var(--bg);padding:6rem 0}.product-demo-frame{background:var(--navy);border:1px solid var(--line);padding:.5rem;max-width:1000px;margin:1rem auto 0;box-shadow:0 16px 40px #0a1f3d1f;border-radius:4px}.product-demo-frame video{width:100%;height:auto;display:block;border-radius:2px}.product-cta{background:var(--navy);color:#fff;padding:5rem 0;text-align:center}.product-cta h2{color:#fff;margin-bottom:1rem}.product-cta p{color:#ffffffb3;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.product-cta-inner{text-align:center}.product-cta-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.footer-linkedin{display:inline-flex;align-items:center}.footer-linkedin:hover{color:var(--gold)}.industry-hero{color:#fff;padding:7rem 0 5rem;background-size:cover;background-position:center;position:relative}.industry-hero-inner{position:relative;z-index:1;max-width:900px}.industry-hero h1{color:#fff;font-size:clamp(2.6rem,5vw,4rem);margin:.6rem 0 1rem}.industry-hero-eyebrow{display:inline-block;padding:.4rem 1rem;background:#c8a96a2e;border:1px solid rgba(200,169,106,.5);color:var(--gold);font-size:.78rem;letter-spacing:.18em;text-transform:uppercase;font-weight:700;margin-bottom:.5rem}.industry-hero-title{font-size:clamp(1.3rem,2.5vw,1.7rem);color:#fffffff2;font-weight:600;margin-bottom:1rem;line-height:1.3}.industry-hero-lead{font-size:1.05rem;color:#ffffffc7;max-width:720px;line-height:1.7;font-weight:300}.industry-context{background:var(--bg);padding:6rem 0}.industry-blocks{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.industry-blocks article{padding:2rem;background:#fff;border:1px solid var(--line);border-top:3px solid var(--gold)}.industry-blocks article h2{font-size:1.3rem;margin-bottom:1rem}.industry-blocks article p{color:var(--ink);font-size:.97rem;line-height:1.7}@media(max-width:900px){.industry-blocks{grid-template-columns:1fr}}.industry-standards{background:var(--bg);padding:5rem 0}.standards-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:2rem}.standard-card{background:#fff;border:1px solid var(--line);border-left:4px solid var(--gold);padding:1.6rem 1.8rem}.standard-code{font-family:Manrope,sans-serif;font-size:1.6rem;font-weight:800;color:var(--navy);letter-spacing:-.02em;margin-bottom:.5rem}.standard-card p{color:var(--ink);font-size:.95rem;line-height:1.6;margin:0}@media(max-width:700px){.standards-grid{grid-template-columns:1fr}}.industry-applications{background:var(--bg-2);padding:6rem 0}.industry-products{background:var(--bg);padding:6rem 0}.industry-products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem}.industry-product-card{background:#fff;border:1px solid var(--line);padding:1.8rem;transition:transform .2s,box-shadow .2s;display:flex;flex-direction:column;gap:.5rem}.industry-product-card:hover{transform:translateY(-3px);box-shadow:0 16px 40px #0a1f3d1a}.industry-product-image{aspect-ratio:1.4/1;background:var(--bg-2);border:1px solid var(--line);display:flex;align-items:center;justify-content:center;padding:.8rem;margin-bottom:.6rem}.industry-product-image img{max-width:88%;max-height:90%;object-fit:contain}.industry-product-tag{font-size:.75rem;color:var(--gold-2);letter-spacing:.15em;text-transform:uppercase;font-weight:600}.industry-product-card h3{font-size:1.4rem;color:var(--navy);margin:0}.industry-product-card p{color:var(--muted);font-size:.93rem;flex:1}.industry-product-link{color:var(--navy);font-weight:600;font-size:.9rem;border-bottom:1px solid var(--gold);padding-bottom:.15rem;align-self:flex-start}.site-footer{background:var(--navy);color:#ffffffbf;padding:4rem 0 2rem}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem}.footer-brand .logo img{height:50px;filter:brightness(0) invert(1)}.footer-tagline{color:#ffffffbf;margin-top:1rem;font-style:italic;font-family:Manrope,sans-serif;font-size:1.1rem}.footer-col h3{font-size:.85rem;color:var(--gold);letter-spacing:.15em;text-transform:uppercase;margin-bottom:1rem;font-family:Manrope,sans-serif;font-weight:700}.footer-col a{display:block;color:#ffffffb3;font-size:.9rem;padding:.3rem 0}.footer-col a:hover{color:var(--gold)}.footer-legal{border-top:1px solid rgba(255,255,255,.12);padding-top:1.5rem;padding-bottom:.5rem;font-size:.82rem;color:#ffffffb3;display:flex;flex-direction:column;gap:.4rem}.footer-legal address{font-style:normal;display:flex;align-items:center;flex-wrap:wrap;gap:.4rem;line-height:1.6}.footer-legal strong{color:#fffc;font-weight:600}.footer-email-img{height:14px;width:auto;vertical-align:middle;opacity:.85}.footer-legal-ids{color:#ffffffa6;font-size:.78rem;letter-spacing:.02em}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);padding-top:1.5rem;margin-top:.5rem;display:flex;justify-content:space-between;font-size:.85rem;color:#ffffffa6;flex-wrap:wrap;gap:1rem}@media(max-width:900px){.footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:600px){.footer-grid{grid-template-columns:1fr}}.scad-vnav-astro{position:fixed;right:0;top:50%;transform:translateY(-50%);z-index:100;display:flex;flex-direction:column;background:var(--scade-blue, #355FA9);padding:0}.scad-vnav-astro a{display:block;padding:.9rem 1.1rem;color:#fff;font-size:.68rem;letter-spacing:.15em;text-transform:uppercase;font-weight:700;border-bottom:1px solid rgba(255,255,255,.08);transition:background .15s;text-decoration:none}.scad-vnav-astro a:hover{background:#ffffff1f}.scad-vnav-astro a:last-child{border-bottom:none}@media(max-width:900px){.scad-vnav-astro{display:none}}
